Submitted Successfully!
To reward your contribution, here is a gift for you: A free trial for our video production service.
Thank you for your contribution! You can also upload a video entry or images related to this topic.
Version Summary Created by Modification Content Size Created at Operation
1 -- 6691 2024-01-26 11:37:48 |
2 format Meta information modification 6691 2024-01-29 03:26:03 | |
3 format Meta information modification 6691 2024-03-01 11:35:56 |

Video Upload Options

Do you have a full video?

Confirm

Are you sure to Delete?
Cite
If you have any further questions, please contact Encyclopedia Editorial Office.
Li, R.; Wei, D.; Wang, Z.L. Machine Learning for Triboelectric Nanogenerators. Encyclopedia. Available online: https://encyclopedia.pub/entry/54412 (accessed on 29 April 2024).
Li R, Wei D, Wang ZL. Machine Learning for Triboelectric Nanogenerators. Encyclopedia. Available at: https://encyclopedia.pub/entry/54412. Accessed April 29, 2024.
Li, Roujuan, Di Wei, Zhong Lin Wang. "Machine Learning for Triboelectric Nanogenerators" Encyclopedia, https://encyclopedia.pub/entry/54412 (accessed April 29, 2024).
Li, R., Wei, D., & Wang, Z.L. (2024, January 26). Machine Learning for Triboelectric Nanogenerators. In Encyclopedia. https://encyclopedia.pub/entry/54412
Li, Roujuan, et al. "Machine Learning for Triboelectric Nanogenerators." Encyclopedia. Web. 26 January, 2024.
Machine Learning for Triboelectric Nanogenerators
Edit

The advancement of the Internet of Things (IoT) has increased the demand for large-scale intelligent sensing systems. The periodic replacement of power sources for ubiquitous sensing systems leads to significant resource waste and environmental pollution. Human staffing costs associated with replacement also increase the economic burden. The triboelectric nanogenerators (TENGs) provide both an energy harvesting scheme and the possibility of self-powered sensing. Based on contact electrification from different materials, TENGs provide a rich material selection to collect complex and diverse data. As the data collected by TENGs become increasingly numerous and complex, different approaches to machine learning (ML) and deep learning (DL) algorithms have been proposed to efficiently process output signals.

triboelectric nanogenerator self-powered sensor machine learning

1. Introduction

Compared with other sensors, the signals generated by TENG sensors may have unique spectrum and waveform characteristics. Therefore, the time domain and frequency domain characteristics of the TENG signal need to be considered when selecting the algorithms. In addition, TENG sensors are usually used for energy harvesting and sensing tasks. In the case of limited energy, it is more practical to choose lightweight, low-power machine learning algorithms. When selecting the algorithm for the wearable TENG sensor, the requirements of real-time performance and small model size should also be considered. Whether it is S-S TENGs or L-S TENGs, the wide range of material selectivity and simple structure of the devices enable them to continuously collect a large amount of sensing data in a short period [1]. However, it is difficult to process these data directly without AI. To improve the analysis and processing of massive sensing data as well as sensing accuracy, ML has been widely employed as a tool to assist TENG sensors. Traditional ML methods include SVM, KNN, RF, etc., which can be used to deal with small-scale datasets [2]. Deep learning (DL) is a sub-field of ML as an extension of traditional ML. Including CNN, RNN, ANN, etc., DL is more suitable for large-scale datasets [3]. Traditional ML methods require manual design and extraction of features to convert raw data into a format suitable for the model. It is difficult to make use of the advantages of big data by relying on the prior knowledge and parameter adjustment experience of designers. DL can automatically learn features through the network, reducing the need for manual intervention [4]. Moreover, DL models use multi-layer neural networks, and each layer is capable of learning feature representations at different abstract levels of the data. It makes DL highly effective in handling massive multidimensional data. Although DL has such high performance, it does not mean that it universally applies to all situations. For smaller datasets, traditional ML algorithms are often superior to deep networks. It has stronger interpretability, making it easier to adjust parameters or change model designs. For TENG sensors, most of the output data that need to be analyzed and processed are electrical signals. Therefore, the considerations of electrical signal characteristics and target tasks are very important.

1. ML Algorithms for Small Datasets

2.1. SVM for TENGs

When analyzing and processing small datasets, that is, only a relatively small number of samples or data points can be collected, SVM can be employed to assist TENGs in performing sensing tasks and avoiding overfitting. In the 1960s, Vapnik et al. began exploring the basic concepts of SVM and proposed the maximum margin principle for linear classifiers. In 1995, his team published a paper formally introducing the SVM algorithm [5]. The fundamental idea behind SVM learning is to find several data points on the margin and use them to define a plane (decision plane) that maximizes the distance to support vectors. Before the popularity of DL, SVM was the most popular classical model due to its robust mathematical foundation and the ability to achieve a global optimum. SVM is suitable for structured data types and was initially designed for binary classification [6]. It can cleverly handle nonlinear classification problems in high-dimensional space by introducing a kernel function. SVM proves effective in various tasks for TENG sensors, particularly in the classification of electrical signal data with distinct separation boundaries.

SVM for S-S TENGs

In scenarios with a limited number of samples featuring distinguishable characteristics, SVM holds a significant advantage. Therefore, it can assist the TENG sensors in achieving simple object and character recognition [7][8][9]. Recently, Zhao et al. designed an untethered triboelectric patch for intelligent sensing and energy harvesting [10]. The patch is primarily composed of polytetrafluoroethylene (PTFE) triboelectric layers and was attached to human skin, utilizing the human body as a conductor for TENG. As shown in Figure 1a(i), the operational cycle of the patch involved two phases: contact and separation. The triboelectric effect generated negative charges on the surface of PTFE during the contact process, resulting in a current when the human surface potential exceeded the ground (Figure 1a(ii)). The current direction reversed during the separation process (Figure 1a(iii)). The research showed that the sensor patch on the finger collected a total of 660 samples, which were randomly divided into a training group (58.4%) and a test group (41.6%). Combined with the SVM algorithm, it can effectively distinguish 11 objects, achieving an accuracy of 93.09–94.91%. In 2020, Ji et al. successfully engineered a TENG with remarkable sensitivity to recognize handwriting signals [11]. The detailed design of the smart TENG is shown in Figure 1b(i). The triboelectric layers in the TENG comprised a meticulously woven copper mesh and a NaCl-molded polydimethylsiloxane (PDMS) film. Throughout the handwriting process, the dynamic contact and separation between PDMS and the copper mesh facilitated electron transfer, generating discernible electrical signals (Figure 1b(ii)). Handwritten signals of 26 letters were collected, with a total of 520 samples. The t-distributed stochastic neighbor embedding was applied to reduce the dimension of the letter fingerprint to seven dimensions and used as features for further ML analysis. Combined with the SVM model, the data acquisition and processing of the writing signals for 26 letters resulted in a handwriting recognition accuracy of 93.5%.
Figure 1. Applications of SVM for S-S TENGs. (a) Untethered triboelectric patch for wearable smart sensing [10]. (b) Design of a copper-mesh-based triboelectric nanogenerator for identification of 26 letters [11]. (c) Keystroke dynamics-based security system for identifying users [12]. scale bar = 2 cm. (d) Bionic principle, structure, and working mechanism of the BTUSE sensor [13]. (e) Machine fault detection based on a multi-node, self-powered sensor network [14].
For two-class or multi-class high-dimensional tasks, such as user recognition [15][16] and working condition recognition [17], etc., SVM exhibits absolute advantages. SVM can be integrated with principal component analysis (PCA) [18]. After feature extraction and dimension reduction by PCA, user authentication and recognition can be realized by the classifier. Wu et al. devised a keystroke dynamics security system leveraging distinct typing patterns among users [12]. The structure of a single triboelectric key is shown in Figure 1c(i), and the proof-of-concept triboelectric numeric keypad is displayed in Figure 1c(ii). A single triboelectric key consisted of a shielding electrode and a TENG employing the contact–separation mechanism. The sensitivity of the triboelectric keystroke device resulted in varied signal outputs for different finger sizes and typing forces. A user classification software platform was constructed based on the PCA algorithm and a customized SVM model based on the LibSVM toolbox [19] (Figure 1c(iii)). For an exemplary number sequence consisting of six digits, “8-0-7-3-4-5”, 17 features could be obtained. A total of 150 sets of data for each of the 5 users were randomly selected for training and testing. It achieved a remarkable 98.7% accuracy in verifying and precisely identifying user identity through the analysis of unique typing behavior. In addition to the keystroke dynamics device for user identification, in 2021, Zhou et al. drew a bioinspired, TENG-driven, self-powered sensor [13], enabling accurate user recognition through ML. Integrating a motion module and a TENG module, the structural design of the sensing system is shown in Figure 1d(i). The TENG module comprised a silver nanowires (AgNWs)-based bottom electrode, a silver nanowires/barium titanate nanoparticles/polydimethylsiloxane (AgNWs/BaTiO3NPs/PDMS) composite triboelectric layer, and a carbon-based top electrode. The contact and separation of TENG were analogous to the contraction and relaxation of muscles, resulting in corresponding current signals. A total of 15 features were collected after 4 triggers. Similarly, PCA was employed for feature extraction and dimensionality reduction, and a two-class SVM classifier constructed a database for decision-making (Figure 1d(ii)). With the assistance of ML, the user successfully obtained system authorization after four triggers, while the intruder who imitated the user to trigger four times was denied access. Based on different vibration state data of the vibration TENG, machine faults can be detected. As shown in Figure 1e(i), Li et al. collected mechanical vibration energy by using a multi-layer vibration triboelectric nanogenerator (V-TENG) and established a multi-node sensor network to identify the different working states of the machine [14]. Three self-powered vibration sensor node (SVSN) modules based on V-TENG were placed on the working machine to obtain vibration information. The radar plot of the data received of four working conditions/faults is shown in Figure 1e(ii). The multi-classification SVM classifier was used to train and test the 500 sets of data samples under 4 working conditions (Figure 1e(iii)). Finally, the recognition accuracy of different vibration states of the machine reached 83.36%, achieving fault detection.

SVM for L-S TENGs

Compared with other sensing mechanisms, the characteristics of the output signals of L-STENG are diverse. Therefore, it is challenging to quantitatively characterize its physical parameters directly. With the development of AI, an increasing number of next-generation sensors integrate data acquisition with signal processing to improve the efficiency and accuracy of sensing. As the most classical traditional ML method, SVM has been employed not only to assist S-S TENGs but also in studies on L-S TENGs. With the assistance of SVM, L-S TENGs can effectively monitor and identify liquid leaks. Zhang et al. designed a liquid leakage detection and identification device based on a single-electrode liquid–solid (SELS) TENG [20], as shown in Figure 2i. Using p-type silicon wafer as a solid triboelectric layer, the system realized high-sensitivity detection of liquid leakage. When liquid droplets continuously fell and came into contact with the liquid remaining on the SiO2 surface, the triboelectric effect and electrostatic induction phenomenon produced a continuous and periodic current flowing from the ground to the copper electrode (Figure 2ii). The SELS TENG self-powered sensors could be installed at locations such as pipe joints, valves, and flanges, where liquid leaks are most likely to occur (Figure 2iii). The frequency of the short-circuit output current can be used to qualitatively characterize the liquid leakage rate. Additionally, using PCA dimensionality reduction and the SVM-based ML model, an intelligent detection and recognition system could be established to distinguish different types of liquids (Figure 2iv). After using the k-fold cross-validation (K-CV) method to optimize the parameters, the system achieved a good performance, exceeding 90% classification accuracy for each of the two liquids on 120 data samples.
Figure 2. Applications of SVM for L-S TENGs. The test platform, working mechanism, and potential practical application of the SELS TENG-based self-powered liquid leakage detection sensor [20].
In summary, SVM can be an effective tool in TENG sensors, especially excelling in handling high-dimensional spaces and/or small datasets. Compared to some other algorithms, SVM performs well even with a relatively small number of training samples, demonstrating robustness against overfitting. However, SVM may become computationally intensive when dealing with large-scale datasets, requiring significant memory and time resources. This might limit its practical use in certain sensing applications. At the same time, careful parameter tuning (for example, selecting the kernel function and setting regularization parameters, etc.) is necessary to achieve optimal performance. These limiting factors prompt further exploration of more suitable ML algorithms in diverse application scenarios to enhance the performance of TENG sensing systems.

2.2. KNN for TENGs

In scenarios with small-scale datasets where the distribution of signal data is irregular in space, it may be challenging for SVM to give a decision plane. In such cases, KNN [21], as an instance-based learning method, might offer a more straightforward solution. KNN classifies or regresses based on the majority class of the k-nearest neighbors around a new data point, making it less influenced by data distribution. The KNN model is simple and easy to implement and is often employed for classification tasks [22]. After selecting the appropriate k-value range, it can achieve high-precision recognition while mitigating the impact of individual outlier signals. Therefore, for some simple problems and small-scale datasets where the neighbor relationship among data points needs to be considered, KNN can be a preferred choice.
In addition to considering the information within individual signals, handwritten signals also require an understanding of their relationship with neighboring signals, making KNN a suitable choice for simple handwritten recognition. Guo et al. reported an intelligent HMI based on TENG [23]. They utilized TENGs with a horizontal–vertical symmetric array of electrodes to record the triboelectric signal sequences of different handwriting trajectories. The triboelectric signal of handwritten characters based on triboelectric nanogenerators is shown in Figure 3a(i). When the slider came into contact with the PDMS surface, PDMS became negatively charged. As the slider moved across the electrodes, negative charges on the PDMS surface were gradually screened, leading to a current flow from the electrodes to the ground. Subsequently, as the slider moved away from the electrode, positive charges were induced on the PDMS corresponding to the electrode, generating a current from the ground to the electrode. Combined with PCA dimensionality reduction and the KNN algorithm model (Figure 3a(ii)), the system successfully identified handwritten English letters, Chinese characters, and Arabic numerals, while eliminating interference from individual abnormal noise signals (Figure 3a(iii)). Moreover, the applications of the KNN models to assist TENGs in speech recognition have also been explored. In 2020, Liu et al. introduced a self-powered artificial auditory pathway driven by TENG [24], effectively distinguishing speech commands in a noisy environment. The artificial auditory pathway consisted of TENG and field effect synaptic transistor (FEST), with its structure shown in Figure 3b(i). The contact electrification process induced by the speaker’s sound wave applied a negative gate voltage on the synaptic transistor due to charge transfer (Figure 3b(ii)). The acoustic signal recognition process by the artificial auditory pathway is shown in Figure 3b(iii). Each word records 40 groups of data, of which 20 groups were used as the training database and the other 20 groups were used as the test database. Utilizing KNN as the classifier, after eight rounds of training, the speech recognition accuracy for the seven-word instructions successfully reached 95%. In the selection of the KNN algorithms, it is essential to choose an appropriate k-value range. In 2023, Liu et al. presented a method to enhance the triboelectric electrification of marine polysaccharides and developed a flexible, flame-retardant, and environmentally friendly TENG sensor [25]. As shown in Figure 3c(i), the sensor used alginate fibers and vermiculite (VMT) nanosheets as triboelectric materials to construct a vertical contact–separation mode triboelectric nanogenerator (CS-TENG). To capture the clustering features of the target motion, PCA was performed using the three extracted features. After dimensionality reduction with PCA and classification using KNN with k = 2 (Figure 3c(ii)), the predictive accuracy of 9 different motion types reached 96.2%.
Figure 3. Applications of KNN for TENGs: (a) Schematic of the human–machine interface based on an intelligent handwriting recognition system [23]. (b) Self-powered artificial auditory pathway for sound detection [24]. (c) Phyllosilicate-polysaccharide triboelectric for human motion prediction [25]. (d) The working principle and application of the bioinspired bimodal mechanosensors [26]. scale bar = 10 mm.
As an algorithm that stores data in the training phase and calculates in real time in the prediction phase, KNN excels at completing real-time tasks. Moreover, KNN can directly add new data points for classification, while SVM needs to retrain the model. Therefore, KNN is well-suited for applications that require adaptation to new data in real-time and rapid predictions. Qiu et al. reported a bionic, mechanical, dual-modal sensor capable of real-time pressure sensing and display in a pattern [26]. The mechanical sensor adopted a single-electrode-mode TENG, and its triboelectricity–mechanical luminescence scheme is shown in Figure 3d(i). It can visualize the writing trajectory in real time and reflect the strength of the writing (Figure 3d(ii)). Based on this, researchers developed an electronic skin array for HMI. The KNN algorithm was utilized to effectively identify and classify a set of training data (numbers 0–9) with an accuracy of 96.92% (Figure 3d(iii)). Traditional ML methods, such as SVM and KNN, demonstrate excellent performance in handling limited data and demand fewer hardware resources. However, in large-scale sensing systems, it is usually necessary to process more complex data types. Traditional ML methods require additional feature engineering, whose training speed, memory usage, time, and other factors constrain the applications in more complex sensing tasks. Therefore, the integration of DL methods with TENGs can assist in accomplishing more intricate sensing tasks and adapting to a broader range of application scenarios.

3. DL Algorithms for Large-Scale Datasets

3.1. ANN for TENGs

Traditional ML methods usually require feature engineering, which makes it difficult to take advantage of big data in triboelectric sensing [27]. In contrast, DL eliminates this step and it can also handle large volumes of multidimensional and multi-type data, adapting to various tasks [28]. Therefore, DL has become the preferred choice to assist TENGs in achieving target detection, image recognition, multifunctional sensing [29], etc. ANN was first proposed in the 1950s and formed the foundation of DL [30]. Inspired by biological neural networks, ANN is a mathematical model simulating information transmission among neurons in the brain. Its basic principle involves constructing multiple layers of neurons for information transmission and processing through weighted connections and activation functions [31]. ANN comprises input layers, hidden layers, and output layers, with each layer containing multiple neurons. The advantage of ANN lies in its ability to learn complex nonlinear relationships, making it suitable for various ML tasks, including classification, regression, clustering, etc.

ANN for S-S TENGs

When the features of the electrical signal data are not readily interpretable or designable, the sensing performance can be enhanced by utilizing ANN to learn effective features from the data. In 2022, Zhang et al. reported a wearable TENG gait analysis and waist motion capture device for improving the performance of lower limbs and waist rehabilitation [32], as shown in Figure 4a. The device included two triboelectric sensors for walking state detection. The ANN model combined with fast Fourier transform (FFT) was used to extract features from the triboelectric signals, eliminating time-domain information while retaining frequency characteristics to identify patients for rehabilitation plan selection. Each sensor performed 150 tests on each of the 5 participants to obtain a dataset. At the same time, the 400-point length signals were visualized using a specific window. Therefore, each sample has 400 × 2 = 800 features. Notably, the network structure with different fully connected layers (FCL) was adopted, and dropout and batch normalization layers were inserted to enhance robustness and accelerate the training speed. Ultimately, the 5-FCL-based ANN model architecture exhibited the best predictive performance, achieving an overall recognition accuracy of 98.4%. Due to its versatility, ANN is also extremely important for multimodal sensing systems. Pang et al. developed a multifunctional tactile sensor [33], as shown in Figure 4b. This tactile sensor has been proven capable of recognizing speech and real-time monitoring of physiological signals and human movement. Combining an ANN model consisting of one input layer, three hidden layers, and one output layer, the recognition of nine material types with different textures reached 94.44%. Specifically, all neurons between each layer are fully connected, and the input time domain signal of each material has 400 neurons.
Figure 4. Applications of ANN for S-S TENGs: (a) Wearable triboelectric sensors for IoT-based smart healthcare [32]. (b) Textile tactile sensors for multifunctional sensing [33]. scale bar = 100 μm. (c) Bioinspired mechano-photonic artificial synapse [34]. (d) Retina-inspired neuromorphic optoelectronic device [35].
Developing multifunctional and diverse artificial neural systems to integrate multimodal plasticity, memory, and supervised learning functions is a crucial task in neuromorphic computing simulation. Because artificial synapses coincide with the original intention of ANN design, the use of artificial synaptic models in artificial neural networks is also a very common application. In 2021, Yu et al. designed a biomimetic, mechanical, photonic artificial synapse combining a phototransistor and a TENG, as shown in Figure 4c(i) [34]. While simulating the synaptic function (Figure 4c(iii)), high-precision image recognition could be achieved by constructing an ANN (Figure 4c(ii)) assisted by mechanical plasticity. With 6 × 105 synapses and an increase in the number of training samples to 60,000, the highest recognition accuracy reached 92%. An example of the mapping image obtained from ANN is shown in Figure 4c(iv). Moreover, inspired by the retina, Guo et al. proposed an optoelectronic synaptic device based on polyimide (PI)/graphene heterostructures [35]. The basic structure and function are shown in Figure 4d(i). The bidirectional dynamic control of synaptic weights was achieved through the photoelectric coupling modulation of TENG and ultraviolet light (Figure 4d(ii)). Furthermore, an analog ANN was further constructed for handwritten digit recognition. In the absence of a hidden layer, an accuracy of 84% was achieved in less than 2100 training cycles. The digit “8” at initial and final states is shown in Figure 4d(iii).

ANN for L-S TENGs

S-S TENGs may encounter limitations on stretchability and flexibility when applied to soft electronic systems. The introduction of hydrogel into TENGs to form liquid–solid CE can effectively solve the above problems [36]. The previously mentioned ANN can assist TENGs in gait analysis. Hydrogels are also used in flexible sensors for gait analysis due to their stretchable, self-healing, and biodegradable properties. Wang et al. developed a self-powered strain sensor based on graphene oxide-polyacrylamide (GO-PAM) hydrogel [37], as shown in Figure 5a. The sensor served both as a TENG for harvesting mechanical energy and as part of a wearable insole monitoring system. Various algorithms were employed to recognize normal and pathological gaits, with ANN achieving the highest recognition accuracy of 99.5% and 98.2%, respectively. ANN models can also contribute to constructing self-powered sensing systems for L-S TENGs used in marine environmental monitoring. In 2022, Wang et al. reported a wave-driven L-S TENG [38], which was constructed with an ethylene chlorotrifluoroethylene (ECTFE) film and an ionic hydrogel electrode for SO2 gas detection (Figure 5b(i,ii)). As shown in Figure 5b(iii), the working principle of the system was based on a sliding L-S TENG. Since ANN has advantages in sensor error correction, the model was selected and three input samples of temperature, humidity, and voltage response were set as input layers. After repeated learning and correction, the effective monitoring of the marine environment was realized, with the final error being less than 3%.
Figure 5. Applications of ANN for L-S TENGs: (a) A triboelectric smart sensor based on graphene oxide and polyacrylamide hydrogel [37]. (b) Ethylene chlorotrifluoroethylene/hydrogel-based L-S TENG [38].
In conclusion, ANN serves as the foundational framework for DL, capable of approximating various functions. However, its performance is often suboptimal when dealing with complex data structures, such as images and sequential data of TENGs. Therefore, specialized neural network architectures, such as CNN for spatial data and RNNs for sequential data, have been designed based on ANN to address these specific challenges.

3.2. CNN for TENGs

The signals may be coupled with a variety of information, making it challenging for a simple neural network to distinguish and extract specific features, especially when dealing with complex information types, such as images. In such cases, building neural networks to handle more intricate data structures becomes necessary. CNN is a specialized variant of ANN that is designed for processing images and spatial data and proves invaluable in these scenarios. As one of the representative algorithms in DL, the basic concept of CNN dates back to the 1960s and 1970s. However, the real development and widespread application occurred in the early 21st century [39]. The success of CNN is attributed to advancements in computational power, the availability of large-scale datasets, such as ImageNet, and improvements in DL algorithms. It has become a crucial foundation in computer vision and DL, achieving remarkable accomplishments in various fields [40]. The basic structure of a CNN includes layers, such as the input layer, convolutional layers, pooling layers, fully connected layers, and the output layer. The core idea of a CNN involves the hierarchical extraction and combination of features through multiple layers of convolution and pooling operations. CNN’s capability to gradually extract multi-level feature representations allows it to efficiently construct abstract representations, starting from simple to complex features. The convolutional operations in CNN effectively reduce the number of model parameters, improving the training speed and generalization capability [41][42]. Therefore, by combining the CNN algorithm with TENGs, efficient high-precision sensing can be achieved for tasks such as image recognition [43][44][45], gesture recognition [46][47], material identification [48][49][50], etc.

CNN for S-S TENGs

The original purpose of CNN is to process image data, making it indispensable in scenarios where triboelectric signals contain image features. Yun et al. proposed a triboelectricity touchpad (TTP) featuring a TENG array built on a flexible substrate [51], as shown in Figure 6a(i). The data acquisition board collected the triboelectric data from each row and column, determining positions generating electric signals (Figure 6a(ii)). This facilitated the inference of handwritten digits on the TTP. A pre-trained neural network was employed for handwritten digit recognition on the TTP, with the CNN comprising input, hidden, and output layers, along with convolution and linearization layers (Figure 6a(iii)). Following training with 60,000 data points, the classification accuracy of handwritten digits ranged from 93.6% to 91.8% at bending angles of 0°, 119°, and 169°. In 2022, Yang et al. developed a multifunctional wearable tactile sensor [52], as shown in Figure 6b(i), combining TENG and the piezoelectric nanogenerator (PENG) in a six-layer structure. The sensor attached to the hand sensed deformation and output electrical signals during various hand gestures. Based on a convolutional neural network with six convolutional layers, three pooling layers, a connection layer, and a dropout, a deep learning framework was built (Figure 6b(ii)). Convolution and pooling were employed to extract high-level features from images, reducing feature maps to one-dimensional vectors fed into the fully connected layer. After 1000 iterations of training and testing, an accuracy of 94.16% was achieved. To extract more abstract features when processing images, the visual geometry group (VGG), one of the representative networks of CNN, is applied to triboelectric sensing [53]. In 2022, Wei et al. developed an intelligent tactile sensing system [54], which realized the accurate perception of test materials under different contact conditions and external environments. As shown in Figure 6c, the system consisted of a triboelectric triple tactile sensor (TTS) array and a CNN-based DL model. The total dataset (containing 6365 sets) used for training came from different touch and environmental conditions of nine materials. By extracting features from three single tactile sensors and normalizing them, a material recognition system using image extraction feature points was built. The high recognition rate of 96.62% was achieved in the material recognition of nine kinds of materials.
Figure 6. Applications of CNN for S-S TENGs: (a) The schematic illustration of the proposed touchpad and the pre-trained neural network [51]. (b) Design of an intelligent system for gesture recognition of the tactile sensor [52]. (c) The enhanced material-identification system using a neural network model (VGG) [54]. (d) Design of a soft, edible triboelectric hydrogel sensor for infant care [55]. (e) Design of the respiratory monitoring system [56]. (f) Multi-angle, self-powered sensor array for real-time monitoring of head impact [57].
CNN excels at extracting subtle features hidden in signals, providing an effective approach for recognizing and processing signals that are challenging to distinguish directly. For the multi-channel TENG systems, CNN proves to be an efficient aid. To achieve comprehensive and continuous monitoring of infants, Guo et al. proposed a triboelectric hydrogel sensor [55], as shown in Figure 6d(i). A single sensor consisted of 3 layers, agar hydrogel, and gelatin sponge (Figure 6d(ii)), with 11 sensors attached to the baby’s breasts, hands, knees, feet, neck, back, wrists, and buttocks, forming an 11-channel data acquisition system. CNN was used to rapidly process signals generated by multiple channels and identify the different motion states of the baby (Figure 6d(iii)). CNN has been demonstrated to analyze various types of sensing data. In 2022, Fang et al. developed a breathable and moisture-proof TENG sensor [56], as shown in Figure 6e(i). The textile sensor was composed of two types of twisted triboelectric yarns: PVDF and epoxy resin (Figure 6e(ii)). It collected respiratory signals from common respiratory cases and combined a 1D-CNN algorithm to achieve accurate identification of different breathing patterns for respiratory diagnosis (Figure 6e(iii)). In 2023, Zu et al. proposed a sensor composed of a fully 3D-printed, multi-angle TENG (MA-TENG) to realize effective monitoring of head impact [57], as shown in Figure 6f(i). The structure and working principle are shown in Figure 6f(ii). The array consisted of 32 MA-TENG units, and each MA-TENG unit operated in single-electrode mode. Then, 180 data points were recorded for each channel signal data input. To accurately assess head impacts, a deep convolutional neural network (DCNN) was employed (Figure 6f(iii)), achieving a high accuracy of 98% in damage level evaluation.

CNN for L-S TENGs

Small but important characteristics are hidden in the output signals of different solution types or concentrations after CE. The convolution operation of CNN can realize automatic learning and local extraction of these features. Based on prior research efforts, the L-S TENGs can utilize CNN models for tasks such as classification and recognition [58]. In pursuit of low-cost, real-time sediment detection, Yu et al. reported a droplet-driven triboelectric nanogenerator (PLDD-TENG) [59]. As shown in Figure 7a(i), the mechanism included liquid–PTFE contact electrification and particle–electrode electrostatic induction. When the droplets fell on the pre-charged PTFE, the EDL was formed to generate a positive current, and then the droplets rebounded to generate a negative current. Utilizing the current signals from PLDD-TENG, a 1D CNN model was employed to identify sediment types and mass fractions (Figure 7a(ii)). This method achieved high-precision identification of two types of tasks and developed a dual-target recognition system that can monitor suspended sediment parameters in real time. Similarly, capitalizing on the sensitivity of L-S TENG output signals to particle types and concentrations, Huang et al. devised a structurally straightforward L-S TENG for identifying and detecting microplastics in liquids [60], as shown in Figure 7b. It utilized FEP film and liquid as triboelectric materials. Upon contact of the FEP film with water, a negative charge layer was formed on the FEP surface. The reciprocating motion of L-S TENG caused charge transfer to generate electrical signals. It was observed that the output voltage signals of the L-S TENG were sensitive to the particle types and mass fractions of microplastics in the liquid, exhibiting a good linear relationship with the content of microplastics. Each dataset was randomly divided into two groups: 161 groups for training and 60 groups for testing. Before training, the collected data must be normalized. Combining a CNN model consisting of one input layer, three convolutional layers, three pooling layers, and one fully connected layer, the type and content of each microplastic were predicted. The TENG sensor achieved a higher average recognition accuracy rate (86.7%), especially with a 100% recognition accuracy for polystyrene (PS).
Figure 7. Applications of CNN for L-S TENGs: (a) Real-time monitoring of sediment particle parameters [61]. (b) Detection of microplastics based on L-S TENG [60]. (c) Droplet-based triboelectric taste-sensing system mimicking the human taste receptor [62]. (d) Demonstration of the FMTS as an angle sensor for gesture recognition [63].
Based on liquid–solid CE, TENGs present unique advantages in chemical sensing. Recently, Wei et al. proposed a triboelectric taste sensing system based on the dynamic morphological changes of droplets and the principle of liquid–solid CE [62]. This system efficiently sensed liquids by detecting the difference in charge transfer between the liquid and the solid surface. The sensing system is shown in Figure 7c. The differences in electron affinity and physicochemical properties of different liquids led to distinct triboelectric signals caused by the charge transfer triggered on the electrode. The total dataset used for robotic taste sensing was from 5 different liquids, containing 52,586 samples (training set, 47,330). Through the combination of CNN, a “liquid fingerprint database” was established to achieve high accuracy (91.3%) in robot taste applications. Further integration of visual information with sensory signal information was performed to extract complete visual information about the liquids. This improved the perception capabilities of the taste system, increasing the accuracy to 96%. To enhance the stability of triboelectric electric sensors, quantifying sensor performance through the number of wave peaks rather than the output amplitude has been recognized as an effective method. Ge et al. developed a flexible microfluidic triboelectric electric sensor (FMTS) that utilized the flow of liquid in microfluidic channels to generate output signals [63]. The structure and mechanism of the FMTS are shown in Figure 7d(i,ii). It consisted of a flexible PDMS substrate with microfluidic channels and two chambers, cross-shaped ITO electrodes, and a PDMS film serving as the triboelectric layer. The squeezing of the finger when the finger was bent led to the difference in the output signals, and the multidimensional feature extraction of the output waveforms was carried out (Figure 7d(iii)). The sensors were attached to 5 fingers, respectively, and each sensor signal recorded 200 data points. A total of 500 samples were collected, and each gesture was 100. Utilizing a CNN model, accurate recognition of five hand gestures was achieved with a precision of 99.2% (Figure 7d(iv)). Furthermore, based on the waveform characteristics of the sensor under dynamic pressure, a coding system was established, achieving a recognition accuracy of 98.8% for eight types of information.
In summary, CNN is effective in extracting local features and reducing computational complexity through parameter sharing. It enhances TENG’s performance in image recognition, target detection, etc. However, CNN has limitations in effectively handling sequential data due to its lack of memory capacity for sequence information. Therefore, to process the time series data of TENG and achieve dynamic monitoring and recognition, the introduction of RNN is necessary.

3.3. RNN for TENGs

The sensing data sometimes contain temporal information, which can be challenging for CNN to effectively capture and process. Therefore, another ANN variant, RNN, was proposed to analyze and process the triboelectric signals containing temporal information [64]. RNN is suitable for describing outputs in continuous states, exhibiting memory capabilities [65]. In RNN, neurons not only receive information from other neurons but also themselves, forming a network structure with loops. By utilizing internal states (hidden states) to retain previous information, RNN can capture contextual information, making it more effective than traditional neural networks in handling sequential data. However, traditional RNN suffer from issues such as vanishing gradients and exploding gradients. Subsequently, improved structures, such as gated recurrent units (GRU) and long short-term memory networks (LSTM) [66], were developed to further enhance the performance of RNN in time series tasks.
When dealing with time series data, RNN is good at capturing the sequence relationship. In 2022, Lu et al. proposed a lip-reading decoding system based on a flexible TENG sensor [67], as shown in Figure 8a(i). The sensor employed the contact–separation mode of the dual-electrode TENG structure, to monitor the change in the oral state (Figure 8a(ii)). There was no charge change in the closed state of the mouth. When the mouth opened, the nylon membrane came close to the PVC, generating a current from the PVC side electrode to the nylon side electrode. An extended RNN model based on the prototype learning method was presented, with GRU chosen as the basic unit of the recurrent neural network (Figure 8a(iii)). The test accuracy of 20 kinds of words reached 94.5% in training 20 classes with 100 samples each, providing convenient life assistance for people with speech impairments.
Figure 8. Applications of RNN for TENGs: (a) The lip-language decoding system supported by triboelectric sensors [67]. (b) Blood pressure monitoring system with a double-sandwich structure [68]. (c) The concept, structure, and mechanism of the real-time non-driving behavior recognition system aided by triboelectric sensors. (d) System overview of the TENG-based gait sensor system for human activity recognition and user identification [69]. (e) Overview of the intelligent IoMT monitoring system and detailed sensor structure design [70].
In RNN, each output is determined by both the current input and the preceding information, which is a clever approach but comes with a problem. When the sequence is very long, the issue of vanishing gradients arises. This means the weights of neurons in the early layers hardly change, leading to ineffective training. LSTM addresses it by replacing traditional neurons in the RNN architecture with input, output, and forget gates [71], learning long-term-dependent information easily [17][71][72]. Ran et al. developed a real-time blood pressure monitoring system using a TENG with a double-sandwich structure [68]. As shown in Figure 8b(i), the system operated a silicone rubber film and cardboard to form an outer interlayer, and a Cu film and cardboard to form an inner interlayer, which flexibly responds to various scenarios in a single-electrode mode. By capturing pulse signals at the radial artery, a multi-network structure consisting of an LSTM layer, an attention layer, a convolution layer, and a fully connected layer was developed for blood pressure estimation (Figure 8b(ii)). The mean absolute error and standard deviation of error were 3.79 ± 5.27 and 3.86 ± 5.18 mm Hg, respectively. The LSTM model has also been applied in capturing non-driving behaviors. Zhang et al. proposed a real-time non-driving behavior recognition system [73]. As shown in Figure 8c(i), the triboelectric sensor data and image data of five types of non-driving behaviors of eight drivers were collected and analyzed using a clever single-electrode structure. To achieve accurate recognition, two multi-class classifiers based on artificial feature extraction and three multi-class classifiers based on neural network feature extraction were trained and tested. Among them, LSTM (Figure 8c(ii)) had the highest test accuracy (93.5%). Building upon LSTM, Bidirectional LSTM (BiLSTM) [74] has been introduced. In BiLSTM, the input sequence is processed simultaneously in both forward and backward directions, generating two sets of hidden states: one composed of forward information and the other composed of backward information. This bidirectional structure enables the network to capture long-term dependency relationships and contextual information within the sequence more effectively. Li et al. developed a TENG-based gait sensing unit for monitoring human activities and identifying users [69], as shown in Figure 8d(i). They designed a Residual Dense-BiLSTM network to extract deep features from multi-channel temporal gait data (Figure 8d(ii)). The multi-layer stacked structure helped address the problem of multi-class time series gait recognition and improved the recognition performance. After 500 iterations, the sensing system achieved accuracy rates of 97.9% for human behavior recognition and 99.4% for user identity recognition. To achieve efficient extraction of temporal and spatial features simultaneously, Mao et al. introduced a hybrid CNN–BiLSTM–Attention model into a wearable TENG sensor to detect and analyze the limb movement of patients with Parkinson’s disease [70]. As shown in Figure 8e(i), the electrical signals were obtained by the contact and separation processes of nylon and PET. Local features of the signal were extracted by CNN, and then the BiLSTM model was employed to learn the long-term dependence between features. Following the bidirectional LSTM layer, an attention mechanism was added to automatically capture the most relevant features in the input sequence (Figure 8e(ii)). In the present dataset, 532 training samples (80%) and 228 test samples (20%) were used for each action. Finally, the recognition accuracy of eight postures reached as high as 97.3%.
In conclusion, the strength of RNN lies in its capacity to capture dependencies in TENGs’ sequence data, leading to extensive applications in fields such as natural language processing and speech recognition. LSTM, as an improved version of RNN, successfully addresses issues such as vanishing and exploding gradients present in traditional RNN, exhibiting enhanced memory capacity and an improved capability to capture long-term dependencies. Therefore, RNN and LSTM are well-suited for handling sequence data of varying lengths and complexities in time series tasks, holding significant relevance for the dynamic monitoring functionality of TENG sensors.

4. Comparison of Key Parameters

The evaluation of key parameters of ML algorithms in some TENG sensors has been summarized, such as numbers of training data (the number of data samples in the training set), training epochs, accuracy, etc., to provide suggestions for different self-powered sensors. To show them more intuitively, a comparison table (Table 1) was constructed. For TENG sensors with small sample collection, traditional ML algorithms, such as SVM and KNN, can achieve high-precision sensing. When the larger sample data could be obtained by TENG sensors, the neural networks were selected more often in the past research.
Table 1. Comparison of key parameters of ML algorithms in TENG sensors.
ML Algorithms Numbers of Training Data Training Epochs Accuracy
SVM 120 \ 90% [20]
260 \ 93.5% [11]
300 \ 98.9% [16]
385 \ 94.91% [10]
1500 \ 83.6% [14]
KNN 140 8 95% [24]
56/315 \ 98.2%/100% [75]
ANN 1000 10 98.4% [32]
6480 20 94.44% [33]
CNN 800 50 96% [76]
3920 50 99.07%/99.32% [77]
6365 100 96.62% [54]
47,330 3 91.3% [62]
60,000 1000 96.83% [51]
311,950/128,000 100 98.50%/98.3% [78]
RNN 2000 500 94.5% [67]
4256 \ 97.3% [70]
5000 100 81.06% [79]

References

  1. Zhou, N.; Ao, H.; Chen, X.; Gao, S.; Jiang, H. A Vector Hybrid Triboelectric Sensor (HTS) for Motion Identification via Machine Learning. Nano Res. 2023, 16, 10120–10130.
  2. Zhou, Z.; Chen, K.; Li, X.; Zhang, S.; Wu, Y.; Zhou, Y.; Meng, K.; Sun, C.; He, Q.; Fan, W.; et al. Sign-to-Speech Translation Using Machine-Learning-Assisted Stretchable Sensor Arrays. Nat. Electron. 2020, 3, 571–578.
  3. Zhu, J.; Sun, Z.; Xu, J.; Walczak, R.D.; Dziuban, J.A.; Lee, C. Volatile Organic Compounds Sensing Based on Bennet Doubler-Inspired Triboelectric Nanogenerator and Machine Learning-Assisted Ion Mobility Analysis. Sci. Bull. 2021, 66, 1176–1185.
  4. Wang, P.; Fan, E.; Wang, P. Comparative Analysis of Image Classification Algorithms Based on Traditional Machine Learning and Deep Learning. Pattern Recognit. Lett. 2021, 141, 61–67.
  5. Cortes, C.; Vapnik, V. Support-Vector Networks. Mach. Learn. 1995, 20, 273–297.
  6. Mathur, A.; Foody, G.M. Multiclass and Binary SVM Classification: Implications for Training and Classification Users. IEEE Geosci. Remote Sens. Lett. 2008, 5, 241–245.
  7. Goh, Q.-L.; Chee, P.-S.; Lim, E.-H.; Ng, D.W.-K. An AI-Assisted and Self-Powered Smart Robotic Gripper Based on Eco-EGaIn Nanocomposite for Pick-and-Place Operation. Nanomaterials 2022, 12, 1317.
  8. Ye, G.; Wan, Y.; Wu, J.; Zhuang, W.; Zhou, Z.; Jin, T.; Zi, J.; Zhang, D.; Geng, X.; Yang, P. Multifunctional Device Integrating Dual-Temperature Regulator for Outdoor Personal Thermal Comfort and Triboelectric Nanogenerator for Self-Powered Human-Machine Interaction. Nano Energy 2022, 97, 107148.
  9. Zhang, W.; Deng, L.; Yang, L.; Yang, P.; Diao, D.; Wang, P.; Wang, Z.L. Multilanguage-Handwriting Self-Powered Recognition Based on Triboelectric Nanogenerator Enabled Machine Learning. Nano Energy 2020, 77, 105174.
  10. Zhao, D.; Zhang, K.; Meng, Y.; Li, Z.; Pi, Y.; Shi, Y.; You, J.; Wang, R.; Dai, Z.; Zhou, B.; et al. Untethered Triboelectric Patch for Wearable Smart Sensing and Energy Harvesting. Nano Energy 2022, 100, 107500.
  11. Ji, X.; Zhao, T.; Zhao, X.; Lu, X.; Li, T. Triboelectric Nanogenerator Based Smart Electronics via Machine Learning. Adv. Mater. Technol. 2020, 5, 1900921.
  12. Wu, C.; Ding, W.; Liu, R.; Wang, J.; Wang, A.C.; Wang, J.; Li, S.; Zi, Y.; Wang, Z.L. Keystroke Dynamics Enabled Authentication and Identification Using Triboelectric Nanogenerator Array. Mater. Today 2018, 21, 216–222.
  13. Zhou, H.; Li, D.; He, X.; Hui, X.; Guo, H.; Hu, C.; Mu, X.; Wang, Z.L. Bionic Ultra-Sensitive Self-Powered Electromechanical Sensor for Muscle-Triggered Communication Application. Adv. Sci. 2021, 8, 2101020.
  14. Li, W.; Liu, Y.; Wang, S.; Li, W.; Liu, G.; Zhao, J.; Zhang, X.; Zhang, C. Vibrational Triboelectric Nanogenerator-Based Multinode Self-Powered Sensor Network for Machine Fault Detection. IEEE/ASME Trans. Mechatron. 2020, 25, 2188–2196.
  15. Luo, Y.; Wang, Z.; Wang, J.; Xiao, X.; Li, Q.; Ding, W.; Fu, H.Y. Triboelectric Bending Sensor Based Smart Glove towards Intuitive Multi-Dimensional Human-Machine Interfaces. Nano Energy 2021, 89, 106330.
  16. Luo, Y.; Xiao, X.; Chen, J.; Li, Q.; Fu, H. Machine-Learning-Assisted Recognition on Bioinspired Soft Sensor Arrays. ACS Nano 2022, 16, 6734–6743.
  17. Ding, W.; Wu, C.; Zi, Y.; Zou, H.; Wang, J.; Cheng, J.; Wang, A.C.; Wang, Z.L. Self-Powered Wireless Optical Transmission of Mechanical Agitation Signals. Nano Energy 2018, 47, 566–572.
  18. Lee, L.C.; Jemain, A.A. On Overview of PCA Application Strategy in Processing High Dimensionality Forensic Data. Microchem. J. 2021, 169, 106608.
  19. Chang, C.-C.; Lin, C.-J. LIBSVM: A Library for Support Vector Machines. ACM Trans. Intell. Syst. Technol. 2011, 2, 27.
  20. Zhang, W.; Wang, P.; Sun, K.; Wang, C.; Diao, D. Intelligently Detecting and Identifying Liquids Leakage Combining Triboelectric Nanogenerator Based Self-Powered Sensor with Machine Learning. Nano Energy 2019, 56, 277–285.
  21. Fopa, M.; Gueye, M.; Ndiaye, S.; Naacke, H. A Parameter-Free KNN for Rating Prediction. Data Knowl. Eng. 2022, 142, 102095.
  22. Zhao, D.; Hu, X.; Xiong, S.; Tian, J.; Xiang, J.; Zhou, J.; Li, H. K-Means Clustering and kNN Classification Based on Negative Databases. Appl. Soft Comput. 2021, 110, 107732.
  23. Guo, H.; Wan, J.; Wang, H.; Wu, H.; Xu, C.; Miao, L.; Han, M.; Zhang, H. Self-Powered Intelligent Human-Machine Interaction for Handwriting Recognition. Research 2021, 2021, 4689869.
  24. Liu, Y.; Li, E.; Wang, X.; Chen, Q.; Zhou, Y.; Hu, Y.; Chen, G.; Chen, H.; Guo, T. Self-Powered Artificial Auditory Pathway for Intelligent Neuromorphic Computing and Sound Detection. Nano Energy 2020, 78, 105403.
  25. Liu, Y.; Shen, Y.; Ding, W.; Zhang, X.; Tian, W.; Yang, S.; Hui, B.; Zhang, K. All-Natural Phyllosilicate-Polysaccharide Triboelectric Sensor for Machine Learning-Assisted Human Motion Prediction. npj Flex. Electron. 2023, 7, 21.
  26. Qiu, X.; Liu, J.; Zhou, B.; Zhang, X. Bioinspired Bimodal Mechanosensors with Real-Time, Visualized Information Display for Intelligent Control. Adv. Funct. Mater. 2023, 33, 2300321.
  27. Dong, S.; Wang, P.; Abbas, K. A Survey on Deep Learning and Its Applications. Comput. Sci. Rev. 2021, 40, 100379.
  28. LeCun, Y.; Bengio, Y.; Hinton, G. Deep Learning. Nature 2015, 521, 436–444.
  29. Divya, S.; Panda, S.; Hajra, S.; Jeyaraj, R.; Paul, A.; Park, S.H.; Kim, H.J.; Oh, T.H. Smart Data Processing for Energy Harvesting Systems Using Artificial Intelligence. Nano Energy 2023, 106, 108084.
  30. Rosenblatt, F. The Perceptron: A Probabilistic Model for Information Storage and Organization in the Brain. Psychol. Rev. 1958, 65, 386–408.
  31. Agatonovic-Kustrin, S.; Beresford, R. Basic Concepts of Artificial Neural Network (ANN) Modeling and Its Application in Pharmaceutical Research. J. Pharm. Biomed. Anal. 2000, 22, 717–727.
  32. Zhang, Q.; Jin, T.; Cai, J.; Xu, L.; He, T.; Wang, T.; Tian, Y.; Li, L.; Peng, Y.; Lee, C. Wearable Triboelectric Sensors Enabled Gait Analysis and Waist Motion Capture for IoT-Based Smart Healthcare Applications. Adv. Sci. 2022, 9, 2103694.
  33. Pang, Y.; Xu, X.; Chen, S.; Fang, Y.; Shi, X.; Deng, Y.; Wang, Z.-L.; Cao, C. Skin-Inspired Textile-Based Tactile Sensors Enable Multifunctional Sensing of Wearables and Soft Robots. Nano Energy 2022, 96, 107137.
  34. Yu, J.; Yang, X.; Gao, G.; Xiong, Y.; Wang, Y.; Han, J.; Chen, Y.; Zhang, H.; Sun, Q.; Wang, Z.L. Bioinspired Mechano-Photonic Artificial Synapse Based on Graphene/MoS 2 Heterostructure. Sci. Adv. 2021, 7, eabd9117.
  35. Guo, J.; Yuan, X.; Ruan, H.; Duan, Y.; Liu, Y.; Kong, C.; Liu, Y.; Su, M.; Xie, T.; Wang, H.; et al. A Flexible PI/Graphene Heterojunction Optoelectronic Device Modulated by TENG and UV Light for Neuromorphic Vision System. Nano Energy 2023, 117, 108928.
  36. Zhao, Y.; Liang, Q.; Mugo, S.M.; An, L.; Zhang, Q.; Lu, Y. Self-Healing and Shape-Editable Wearable Supercapacitors Based on Highly Stretchable Hydrogel Electrolytes. Adv. Sci. 2022, 9, 2201039.
  37. Wang, Z.; Bu, M.; Xiu, K.; Sun, J.; Hu, N.; Zhao, L.; Gao, L.; Kong, F.; Zhu, H.; Song, J.; et al. A Flexible, Stretchable and Triboelectric Smart Sensor Based on Graphene Oxide and Polyacrylamide Hydrogel for High Precision Gait Recognition in Parkinsonian and Hemiplegic Patients. Nano Energy 2022, 104, 107978.
  38. Wang, D.; Zhang, D.; Tang, M.; Zhang, H.; Sun, T.; Yang, C.; Mao, R.; Li, K.; Wang, J. Ethylene Chlorotrifluoroethylene/Hydrogel-Based Liquid-Solid Triboelectric Nanogenerator Driven Self-Powered MXene-Based Sensor System for Marine Environmental Monitoring. Nano Energy 2022, 100, 107509.
  39. Gu, J.; Wang, Z.; Kuen, J.; Ma, L.; Shahroudy, A.; Shuai, B.; Liu, T.; Wang, X.; Wang, G.; Cai, J.; et al. Recent Advances in Convolutional Neural Networks. Pattern Recognit. 2018, 77, 354–377.
  40. Li, Z.; Liu, F.; Yang, W.; Peng, S.; Zhou, J. A Survey of Convolutional Neural Networks: Analysis, Applications, and Prospects. IEEE Trans. Neural Netw. Learn. Syst. 2022, 33, 6999–7019.
  41. Li, K.; Zhang, D.; Zhang, H.; Wang, D.; Xu, Z.; Cai, H.; Xia, H. Triboelectric Nanogenerators Based on Super-Stretchable Conductive Hydrogels with the Assistance of Deep-Learning for Handwriting Recognition. ACS Appl. Mater. Interfaces 2023, 15, 32993–33002.
  42. Tao, K.; Yu, J.; Zhang, J.; Bao, A.; Hu, H.; Ye, T.; Ding, Q.; Wang, Y.; Lin, H.; Wu, J.; et al. Deep-Learning Enabled Active Biomimetic Multifunctional Hydrogel Electronic Skin. ACS Nano 2023, 17, 16160–16173.
  43. Shi, Q.; Zhang, Z.; Yang, Y.; Shan, X.; Salam, B.; Lee, C. Artificial Intelligence of Things (AIoT) Enabled Floor Monitoring System for Smart Home Applications. ACS Nano 2021, 15, 18312–18326.
  44. Xiang, S.; Tang, J.; Yang, L.; Guo, Y.; Zhao, Z.; Zhang, W. Deep Learning-Enabled Real-Time Personal Handwriting Electronic Skin with Dynamic Thermoregulating Ability. npj Flex. Electron. 2022, 6, 59.
  45. Yang, Y.; Shi, Q.; Zhang, Z.; Shan, X.; Salam, B.; Lee, C. Robust Triboelectric Information-mat Enhanced by Multi-modality Deep Learning for Smart Home. InfoMat 2023, 5, e12360.
  46. Wen, F.; Sun, Z.; He, T.; Shi, Q.; Zhu, M.; Zhang, Z.; Li, L.; Zhang, T.; Lee, C. Machine Learning Glove Using Self-Powered Conductive Superhydrophobic Triboelectric Textile for Gesture Recognition in VR/AR Applications. Adv. Sci. 2020, 7, 2000261.
  47. Wen, F.; Zhang, Z.; He, T.; Lee, C. AI Enabled Sign Language Recognition and VR Space Bidirectional Communication Using Triboelectric Smart Glove. Nat. Commun. 2021, 12, 5378.
  48. Hou, X.; Zhang, L.; Su, Y.; Gao, G.; Liu, Y.; Na, Z.; Xu, Q.; Ding, T.; Xiao, L.; Li, L.; et al. A Space Crawling Robotic Bio-Paw (SCRBP) Enabled by Triboelectric Sensors for Surface Identification. Nano Energy 2023, 105, 108013.
  49. Huang, J.; Wang, S.; Zhao, X.; Zhang, W.; Chen, Z.; Liu, R.; Li, P.; Li, H.; Gui, C. Fabrication of a Textile-Based Triboelectric Nanogenerator toward High-Efficiency Energy Harvesting and Material Recognition. Mater. Horiz. 2023, 10, 3840–3853.
  50. Liu, W.; Duo, Y.; Chen, X.; Chen, B.; Bu, T.; Li, L.; Duan, J.; Zuo, Z.; Wang, Y.; Fang, B.; et al. An Intelligent Robotic System Capable of Sensing and Describing Objects Based on Bimodal, Self-Powered Flexible Sensors. Adv. Funct. Mater. 2023, 33, 2306368.
  51. Yun, J.; Jayababu, N.; Kim, D. Self-Powered Transparent and Flexible Touchpad Based on Triboelectricity towards Artificial Intelligence. Nano Energy 2020, 78, 105325.
  52. Yang, J.; Liu, S.; Meng, Y.; Xu, W.; Liu, S.; Jia, L.; Chen, G.; Qin, Y.; Han, M.; Li, X. Self-Powered Tactile Sensor for Gesture Recognition Using Deep Learning Algorithms. ACS Appl. Mater. Interfaces 2022, 14, 25629–25637.
  53. Shi, Y.; Yang, P.; Lei, R.; Liu, Z.; Dong, X.; Tao, X.; Chu, X.; Wang, Z.L.; Chen, X. Eye Tracking and Eye Expression Decoding Based on Transparent, Flexible and Ultra-Persistent Electrostatic Interface. Nat. Commun. 2023, 14, 3315.
  54. Wei, X.; Wang, B.; Wu, Z.; Wang, Z.L. An Open-Environment Tactile Sensing System: Toward Simple and Efficient Material Identification. Adv. Mater. 2022, 34, 2203073.
  55. Guo, R.; Fang, Y.; Wang, Z.; Libanori, A.; Xiao, X.; Wan, D.; Cui, X.; Sang, S.; Zhang, W.; Zhang, H.; et al. Deep Learning Assisted Body Area Triboelectric Hydrogel Sensor Network for Infant Care. Adv. Funct. Mater. 2022, 32, 2204803.
  56. Fang, Y.; Xu, J.; Xiao, X.; Zou, Y.; Zhao, X.; Zhou, Y.; Chen, J. A Deep-Learning-Assisted On-Mask Sensor Network for Adaptive Respiratory Monitoring. Adv. Mater. 2022, 34, 2200252.
  57. Zu, L.; Wen, J.; Wang, S.; Zhang, M.; Sun, W.; Chen, B.; Wang, Z.L. Multiangle, Self-Powered Sensor Array for Monitoring Head Impacts. Sci. Adv. 2023, 9, eadg5152.
  58. Yuan, Z.; Du, X.; Niu, H.; Li, N.; Shen, G.; Li, C.; Wang, Z.L. Motion Recognition by a Liquid Filled Tubular Triboelectric Nanogenerator. Nanoscale 2019, 11, 495–503.
  59. Yu, J.; Wen, Y.; Yang, L.; Zhao, Z.; Guo, Y.; Guo, X. Monitoring on Triboelectric Nanogenerator and Deep Learning Method. Nano Energy 2022, 92, 106698.
  60. Huang, T.; Sun, W.; Liao, L.; Zhang, K.; Lu, M.; Jiang, L.; Chen, S.; Qin, A. Detection of Microplastics Based on a Liquid–Solid Triboelectric Nanogenerator and a Deep Learning Method. ACS Appl. Mater. Interfaces 2023, 15, 35014–35023.
  61. Yang, L.; Wang, Y.; Zhao, Z.; Guo, Y.; Chen, S.; Zhang, W.; Guo, X. Particle-Laden Droplet-Driven Triboelectric Nanogenerator for Real-Time Sediment Monitoring Using a Deep Learning Method. ACS Appl. Mater. Interfaces 2020, 12, 38192–38201.
  62. Wei, X.; Wang, B.; Cao, X.; Zhou, H.; Wu, Z.; Wang, Z.L. Dual-Sensory Fusion Self-Powered Triboelectric Taste-Sensing System towards Effective and Low-Cost Liquid Identification. Nat. Food 2023, 4, 721–732.
  63. Ge, X.; Gao, Z.; Zhang, L.; Ji, H.; Yi, J.; Jiang, P.; Li, Z.; Shen, L.; Sun, X.; Wen, Z. Flexible Microfluidic Triboelectric Sensor for Gesture Recognition and Information Encoding. Nano Energy 2023, 113, 108541.
  64. Syu, M.H.; Guan, Y.J.; Lo, W.C.; Fuh, Y.K. Biomimetic and Porous Nanofiber-Based Hybrid Sensor for Multifunctional Pressure Sensing and Human Gesture Identification via Deep Learning Method. Nano Energy 2020, 76, 105029.
  65. Forgione, M.; Muni, A.; Piga, D.; Gallieri, M. On the Adaptation of Recurrent Neural Networks for System Identification. Automatica 2023, 155, 111092.
  66. Sherstinsky, A. LSTM Recurrent Networks. Phys. D Nonlinear Phenom. 2020, 404, 132306.
  67. Lu, Y.; Tian, H.; Cheng, J.; Zhu, F.; Liu, B.; Wei, S.; Ji, L.; Wang, Z.L. Decoding Lip Language Using Triboelectric Sensors with Deep Learning. Nat. Commun. 2022, 13, 1401.
  68. Ran, X.; Luo, F.; Lin, Z.; Zhu, Z.; Liu, C.; Chen, B. Blood Pressure Monitoring via Double Sandwich-Structured Triboelectric Sensors and Deep Learning Models. Nano Res. 2022, 15, 5500–5509.
  69. Li, J.; Xie, Z.; Wang, Z.; Lin, Z.; Lu, C.; Zhao, Z.; Jin, Y.; Yin, J.; Mu, S.; Zhang, C.; et al. A Triboelectric Gait Sensor System for Human Activity Recognition and User Identification. Nano Energy 2023, 112, 108473.
  70. Mao, J.; Zhou, P.; Wang, X.; Yao, H.; Liang, L.; Zhao, Y.; Zhang, J.; Ban, D.; Zheng, H. A Health Monitoring System Based on Flexible Triboelectric Sensors for Intelligence Medical Internet of Things and Its Applications in Virtual Reality. Nano Energy 2023, 118, 108984.
  71. Bansal, M.; Goyal, A.; Choudhary, A. A Comparative Analysis of K-Nearest Neighbor, Genetic, Support Vector Machine, Decision Tree, and Long Short Term Memory Algorithms in Machine Learning. Decis. Anal. J. 2022, 3, 100071.
  72. Zheng, C.; Li, W.; Shi, Y.; Wei, S.; Liu, K.; Cheng, J.; Ji, L.; Lu, Y. Stretchable Self-Adhesive and Self-Powered Smart Bandage for Motion Perception and Motion Intention Recognition. Nano Energy 2023, 109, 108245.
  73. Zhang, H.; Tan, H.; Wang, W.; Li, Z.; Chen, F.; Jiang, X.; Lu, X.; Hu, Y.; Li, L.; Zhang, J.; et al. Real-Time Non-Driving Behavior Recognition Using Deep Learning-Assisted Triboelectric Sensors in Conditionally Automated Driving. Adv. Funct. Mater. 2023, 33, 2210580.
  74. Imrana, Y.; Xiang, Y.; Ali, L.; Abdul-Rauf, Z. A Bidirectional LSTM Deep Learning Approach for Intrusion Detection. Expert Syst. Appl. 2021, 185, 115524.
  75. Yang, Y.; Hou, X.; Geng, W.; Mu, J.; Zhang, L.; Wang, X.; He, J.; Xiong, J.; Chou, X. Human Movement Monitoring and Behavior Recognition for Intelligent Sports Using Customizable and Flexible Triboelectric Nanogenerator. Sci. China Technol. Sci. 2022, 65, 826–836.
  76. Shi, Q.; Zhang, Z.; He, T.; Sun, Z.; Wang, B.; Feng, Y.; Shan, X.; Salam, B.; Lee, C. Deep Learning Enabled Smart Mats as a Scalable Floor Monitoring System. Nat. Commun. 2020, 11, 4609.
  77. Song, Z.; Yin, J.; Wang, Z.; Lu, C.; Yang, Z.; Zhao, Z.; Lin, Z.; Wang, J.; Wu, C.; Cheng, J.; et al. A Flexible Triboelectric Tactile Sensor for Simultaneous Material and Texture Recognition. Nano Energy 2022, 93, 106798.
  78. Beigh, N.T.; Beigh, F.T.; Mallick, D. Machine Learning Assisted Hybrid Transduction Nanocomposite Based Flexible Pressure Sensor Matrix for Human Gait Analysis. Nano Energy 2023, 116, 108824.
  79. Zheng, Q.; Hou, Y.; Yang, H.; Tan, P.; Shi, H.; Xu, Z.; Ye, Z.; Chen, N.; Qu, X.; Han, X.; et al. Towards a Sustainable Monitoring: A Self-Powered Smart Transportation Infrastructure Skin. Nano Energy 2022, 98, 107245.
More
Information
Contributors MDPI registered users' name will be linked to their SciProfiles pages. To register with us, please refer to https://encyclopedia.pub/register : , ,
View Times: 100
Revisions: 3 times (View History)
Update Date: 01 Mar 2024
1000/1000