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 -- 1443 2023-09-21 03:05:16 |
2 layout Meta information modification 1443 2023-09-21 03:31:00 |

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.
Lai, T.T.; Tran, T.P.; Cho, J.; Yoo, M. Noise-Tolerant Data Reconstruction for Wireless Sensor Network. Encyclopedia. Available online: https://encyclopedia.pub/entry/49443 (accessed on 07 July 2024).
Lai TT, Tran TP, Cho J, Yoo M. Noise-Tolerant Data Reconstruction for Wireless Sensor Network. Encyclopedia. Available at: https://encyclopedia.pub/entry/49443. Accessed July 07, 2024.
Lai, Trinh Thuc, Tuan Phong Tran, Jaehyuk Cho, Myungsik Yoo. "Noise-Tolerant Data Reconstruction for Wireless Sensor Network" Encyclopedia, https://encyclopedia.pub/entry/49443 (accessed July 07, 2024).
Lai, T.T., Tran, T.P., Cho, J., & Yoo, M. (2023, September 21). Noise-Tolerant Data Reconstruction for Wireless Sensor Network. In Encyclopedia. https://encyclopedia.pub/entry/49443
Lai, Trinh Thuc, et al. "Noise-Tolerant Data Reconstruction for Wireless Sensor Network." Encyclopedia. Web. 21 September, 2023.
Noise-Tolerant Data Reconstruction for Wireless Sensor Network
Edit

Maintaining data dependability within wireless sensor network (WSN) systems has significant importance. Nevertheless, the deployment of systems in unattended and hostile areas poses a major challenge in dealing with noise. Consequently, several investigations have been conducted to address the issue of noise-affected data recovery.

wireless sensor network noise reduction weather effect data reconstruction

1. Introduction

The unprecedented growth of the Internet of Things (IoT) has caused wireless sensor networks (WSNs) to receive considerable attention from the research community. WSNs consist of hundreds of limited-resource sensors connected via wireless links. The main purpose of WSN systems is to collect information about their surroundings. First, the sensor nodes gather data from the environment. Subsequently, they transfer these data to a base station (BS) or sink node for processing. Researchers worldwide have been interested in WSNs owing to their low cost and wide variety of applications. WSNs can be used in many terrains, such as land [1], underground [2], and underwater [3]. They also offer great promise for a variety of applications, such as military target tracking and surveillance [4][5], natural disaster relief [6][7], and biomedical health monitoring [8][9].
It is difficult to monitor every sensor node because the majority of them are located in areas that are not easily accessible. Therefore, sensors may malfunction or be exposed to various factors. This leads to noise issues when the WSN operates, which significantly affects the system performance. One study [10] shows that the WSN performance is significantly degraded when receiving and transmitting data via wireless channels that are influenced by noise. The network may experience data loss or corruption.
Many different noise-causing factors exist, and each has a different impact on the system, depending on the environment and the system itself. Therefore, studying the effects of noise is critical for increasing the effectiveness of the entire system. Various sources of noise can interfere with wireless networks. Generally, the noise is caused by internal or external events. Internal events are factors inside the WSN system that produce noise, and they occur when sensor nodes gather and measure information from their surroundings. In contrast, external events are noise-causing factors from the outside. These could include environmental changes, the sudden appearance of an obstruction between the sensor node and the base station, etc. External events mainly impact WSNs when transmitting data from the sensor nodes to the sink nodes.
Although noise reduction in WSNs is not a new research topic, very few studies have specifically investigated noise caused by external events. This motivated us to carefully consider the noise caused by harsh weather conditions, including rain, snow, and fog. These weather conditions were modeled as attenuation models. The impact of these unfavorable weather conditions was considered when data were transferred from the sensor nodes to a sink node. This noise can negatively affect the reliability of the data because it causes some data packets to be lost when transferring from the sensor nodes to the base station. The missing data packets significantly affect the completeness of the data received by the sink node.
Traditional methods to prevent missing data require the sensor to resend the packet data. However, this solution is not desirable because of energy loss, communication delay, and inefficiency. In recent years, missing data reconstruction has become the preferred approach. The process of missing data reconstruction involves the recovery or reconstruction of missing data through the utilization of previously collected data points [11]. Many studies use algorithms for data recovery. However, most of them do not efficiently use the data from readings from the past, present, and neighborhood because the proposed algorithms are relatively simple and ineffective.
In [12], the authors proposed a data reconstruction algorithm that replaces the missing data with the average of the data series, relying on its own data history. This is quite straightforward. An approach based on machine learning was proposed to address this problem by exploring the correlation between data in the sensors [13]. However, traditional machine learning algorithms only calculate the relationship between data from the same sensor and ignore data from neighboring sensors. Therefore, a reconstruction approach based on a convolutional neural network (CNN) emerges as a potential approach for utilizing multiple directions of data from multiple sensors.
A CNN combined with an autoencoder (CAE) is a popular model for reconstructing missing data. This model takes advantage of the spatiotemporal correlations in sensor data; thus, its performance should be better than that of existing data recovery methods. 
In a normal CAE model, before training, the convolution layer and dense layer weights are initialized randomly. However, random weight initialization may cause the optimized loss function to drop into weak local optima when the training is complete. As a result, the performance of the CAE is significantly diminished.

2. Noise-Tolerant Data Reconstruction Based on Convolutional Autoencoder for Wireless Sensor Network

External and internal events play a crucial role in the reliability of data transmissions, and their study has grown increasingly appealing in recent years. Table 1 summarizes recent studies on noise reduction, considering both internal and external events.
Table 1. Related work.

2.1. External Events

As mentioned previously, external events mainly affect WSNs when sending packets from sensor nodes to the base station. This section reviews previous studies related to recovering data lost through external events.
In [14], the authors employed an approach based on matrix factorization (MF) using any weights to recover the missing time series data. Although this method can be used with numerous attributes, it is extremely complex. A distributed data prediction model was proposed by [12]. The model predicted upcoming measurements and recovered the missing sensor readings that resulted from diffusion faults and sleep schedules. In [15], an approach was proposed to predict missing readings from a sensor node by utilizing matrix completion techniques. The proposed method considers the correlation between sensor nodes to address the randomly missing data. The disadvantage of these algorithms is that they are relatively straightforward and have limited success in discovering the relationship between the data and sensors to recover the missing data.
In the study [16], a method for reconstructing missing data was introduced. This method utilized a multiple linear regression (MLR) model that incorporated spatiotemporal correlation. The results demonstrated the effectiveness of the model in terms of the mean absolute error (MAE), mean squared error (MSE), and data reliability. Subsequently, a clustering strategy was employed to compute the internode correlation. Another study [13] proposed a novel approach using deep learning techniques to recover lost measurement data. The recovered signal was highly consistent with the original signal in both the time and frequency domains.

2.2. Internal Events

Jana et al. [21] introduced a framework to identify and address sensor faults, which are missing, spiky, random, and drifting. Initially, a CNN was employed to determine the existence of a fault and classify its specific type. Subsequently, a collection of distinct CAE networks, each specifically trained to correspond to a particular type of fault, was utilized for the purpose of reconstruction. Jeong et al. [18] introduced a data-centric approach involving a bidirectional recurrent neural network (BRNN) to reconstruct sensor data. This approach takes into account the spatiotemporal correlations present among the sensor data.
Researchers have investigated data reconstruction techniques based on compressive sensing in order to mitigate the impact of data packet losses in wireless sensor networks [19]. This system uses a compressive sensing technique to rebuild data after a packet loss. The algorithm under consideration demonstrates significant promise within the domain of structural health monitoring. Tay et al. [20] used a recursive graph median filter to simultaneously address impulsive and Gaussian noise. The proposed filter is ideal for sensor networks with low resources because it can be implemented with distributed processing.
The data reconstruction scheme proposed by Chen et al. [17] utilizes matrix completion and temporal stability as its foundation. The problem of data reconstruction was initially conceptualized as a matrix completion task, wherein structural noise was taken into account. This approach relied on the identification and utilization of low-rank characteristics inherent in the sensory environmental data. The matrix completion issue was then constrained to achieve short-term stability to further reduce the reconstruction error. To overcome this issue, an algorithm based on the operator splitting technique and the block coordinate descent method was developed.

References

  1. Kadir, E.A.; Irie, H.; Rosa, S.L. Modeling of wireless sensor networks for detection land and forest fire hotspot. In Proceedings of the 2019 International Conference on Electronics, Information, and Communication (ICEIC), Auckland, New Zealand, 22–25 January 2019; pp. 1–5.
  2. Sadeghi, S.; Soltanmohammadlou, N.; Nasirzadeh, F. Applications of wireless sensor networks to improve occupational safety and health in underground mines. J. Saf. Res. 2022, 83, 8–25.
  3. Luo, J.; Chen, Y.; Wu, M.; Yang, Y. A survey of routing protocols for underwater wireless sensor networks. IEEE Commun. Surv. Tutor. 2021, 23, 137–160.
  4. Simon, G.; Maróti, M.; Lédeczi, A.; Balogh, G.; Kusy, B.; Nádas, A.; Pap, G.; Sallai, J.; Frampton, K. Sensor Network-Based Countersniper System. In Proceedings of the 2nd International Conference on Embedded Networked Sensor Systems, Baltimore, MD, USA, 3–5 November 2004; pp. 1–12.
  5. Yick, J.; Mukherjee, B.; Ghosal, D. Analysis of a prediction-based mobility adaptive tracking algorithm. In Proceedings of the 2nd International Conference on Broadband Networks, Boston, MA, USA, 7 October 2005; Volume 1, pp. 753–760.
  6. Castillo-Effer, M.; Quintela, D.; Moreno, W.; Jordan, R.; Westhoff, W. Wireless sensor networks for flash-flood alerting. In Proceedings of the Fifth IEEE International Caracas Conference on Devices, Circuits and Systems, Punta Cana, Dominican, 3–5 November 2004; Volume 1, pp. 142–146.
  7. Rahman, M.; Rahman, S.; Mansoor, S.; Deep, V.; Aashkaar, M. Implementation of ICT and Wireless Sensor Networks for Earthquake Alert and Disaster Management in Earthquake Prone Areas. Procedia Comput. Sci. 2016, 85, 92–99.
  8. Gao, T.; Greenspan, D.; Welsh, M.; Juang, R.; Alm, A. Vital Signs Monitoring and Patient Tracking Over a Wireless Network. In Proceedings of the 2005 IEEE Engineering in Medicine and Biology 27th Annual Conference, Shanghai, China, 17–18 January 2006; pp. 102–105.
  9. Lorincz, K.; Malan, D.; Fulford-Jones, T.; Nawoj, A.; Clavel, A.; Shnayder, V.; Mainland, G.; Welsh, M.; Moulton, S. Sensor networks for emergency response: Challenges and opportunities. IEEE Pervasive Comput. 2004, 3, 16–23.
  10. Saeed, U.; Jan, S.U.; Lee, Y.D.; Koo, I. Fault diagnosis based on extremely randomized trees in wireless sensor networks. Reliab. Eng. Syst. Saf. 2021, 205, 107284.
  11. Du, J.; Chen, H.; Zhang, W. A deep learning method for data recovery in sensor networks using effective spatio-temporal correlation data. Sens. Rev. 2018, 39, 208–217.
  12. El-Sayed, W.M.; El-Bakry, H.M.; El-Sayed, S.M. Integrated data reduction model in wireless sensor networks. Appl. Comput. Inform. 2020, 19, 41–63.
  13. Fan, G.; Li, J.; Hao, H. Using deep learning technique for recovering the lost measurement data. In EASEC16; Springer: Berlin/Heidelberg, Germany, 2021; pp. 229–237.
  14. Song, X.; Guo, Y.; Li, N.; Yang, S. A novel approach based on matrix factorization for recovering missing time series sensor data. IEEE Sens. J. 2020, 20, 13491–13500.
  15. Kortas, M.; Habachi, O.; Bouallegue, A.; Meghdadi, V.; Ezzedine, T.; Cances, J.P. Robust Data Recovery in Wireless Sensor Network: A Learning-Based Matrix Completion Framework. Sensors 2021, 21, 1016.
  16. Zaid, Y.; Zhang, B.; Ismael, W.M.; Xie, Y.; Surname, G.N.; Wang, H. ST-MLR: A Spatio-temporal Multiple Linear Regression Missing Data Reconstruction Approach for Improving WSN Data Reliability. In Proceedings of the 2021 International Congress of Advanced Technology and Engineering (ICOTEN), Taiz, Yemen, 4–5 July 2021; pp. 1–6.
  17. Chen, Z.; Chen, L.; Hu, G.; Ye, W.; Zhang, J.; Yang, G. Data reconstruction in wireless sensor networks from incomplete and erroneous observations. IEEE Access 2018, 6, 45493–45503.
  18. Jeong, S.; Ferguson, M.; Hou, R.; Lynch, J.P.; Sohn, H.; Law, K.H. Sensor data reconstruction using bidirectional recurrent neural network with application to bridge monitoring. Adv. Eng. Inform. 2019, 42, 100991.
  19. Jana, D.; Nagarajaiah, S.; Yang, Y.; Li, S. Real-time cable tension estimation from acceleration measurements using wireless sensors with packet data losses: Analytics with compressive sensing and sparse component analysis. J. Civ. Struct. Health Monit. 2022, 12, 797–815.
  20. Tay, D.B. Sensor network data denoising via recursive graph median filters. Signal Process. 2021, 189, 108302.
  21. Jana, D.; Patil, J.; Herkal, S.; Nagarajaiah, S.; Duenas-Osorio, L. CNN and Convolutional Autoencoder (CAE) based real-time sensor fault detection, localization, and correction. Mech. Syst. Signal Process. 2022, 169, 108723.
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: 200
Revisions: 2 times (View History)
Update Date: 21 Sep 2023
1000/1000
Video Production Service