Next Article in Journal
A Real-Time Intelligent Valve Monitoring Approach through Cameras Based on Computer Vision Methods
Previous Article in Journal
A Magneto-Electric Device for Fluid Pipelines with Vibration Damping and Vibration Energy Harvesting
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Communication

Deep Learning-Based Transmitter Localization in Sparse Wireless Sensor Networks

1
National Supercomputing Center in Zhengzhou, Zhengzhou 450001, China
2
School of Computing and Artificial Intelligence, Zhengzhou University, Zhengzhou 450001, China
3
Zhengzhou Radio Center, Henan Provincial Department of Industry and Information Technology, Zhengzhou 450051, China
*
Author to whom correspondence should be addressed.
Sensors 2024, 24(16), 5335; https://doi.org/10.3390/s24165335
Submission received: 13 July 2024 / Revised: 10 August 2024 / Accepted: 16 August 2024 / Published: 18 August 2024
(This article belongs to the Special Issue Smart Sensor Systems for Positioning and Navigation)

Abstract

:
In the field of wireless communication, transmitter localization technology is crucial for achieving accurate source tracking. However, the extant methodologies for localization face numerous challenges in wireless sensor networks (WSNs), particularly due to the constraints posed by the sparse distribution of sensors across large areas. We present DSLoc, a deep learning-based approach for transmitter localization in sparse WSNs. Our method is based on an improved high-resolution network model in neural networks. To address localization in sparse wireless sensor networks, we design efficient feature enhancement modules, and propose to locate transmitter locations in the heatmap using an image centroid-based method. Experiments conducted on WSNs with a 0.01% deployment density demonstrate that, compared to existing deep learning models, our method significantly reduces the transmitter miss rate and improves the localization accuracy by more than double. The results indicate that the proposed method offers more accurate and robust performance in sparse WSN environments.

1. Introduction

With the rapid development of wireless communication technology, transmitter localization technology plays a crucial role in various fields, including military reconnaissance, emergency rescue [1], and radio interference monitoring [2]. The core goal of transmitter localization technology is to accurately determine the location of the signal source, thereby enabling effective tracking and management of the signal source, which is essential for ensuring the security of the electromagnetic environment. Due to its low cost and strong adaptability [3], wireless sensor networks [4] are widely used. By deploying WSNs, abnormal transmitters can be captured efficiently and quickly over a large area, achieving spectrum monitoring [5,6].
Traditional transmitter localization methods [7,8,9,10], such as time of arrival (TOA), time difference of arrival (TDOA), and angle of arrival (AOA), require complex hardware support and are difficult to deploy on a large scale. Distance measurement methods based on received signal strength (RSS) are affected by non-line-of-sight (NLOS) propagation [11]. Traditional RSS-based localization methods rely on RSS measurements and predefined wireless propagation models [12,13]. However, the complexity of real-world environments is challenging to quantify using propagation models, especially in large urban areas where buildings significantly impact signal propagation. This type of environment makes it challenging to correlate the estimated transmitter location with the actual position [14]. Other approaches, such as those utilizing routing protocols for optimization [15] and nonlinear system methods [16,17], can also be effective. However, these methods may involve challenges related to underlying hardware design or parameter estimation errors.
In recent years, advancements in deep learning technology have offered new solutions for the problem of transmitter localization in the field of wireless communication. By combining advanced neural network models and innovative data-driven methods to learn the geographic characteristics and propagation features of the region of interest (ROI), the fingerprint mapping relationship between data and location can be perceived, thereby achieving more accurate localization results. Several studies have shown the advantages of this learning-based localization technology. Firstly, the study in [18] utilized RSS data from different locations for deep learning training. The model employed a pre-trained multi-layer perceptron to extract features and introduced a hidden Markov model-based fine localization method to directly predict the transmitter’s location. The test results showed effectiveness in small-scale indoor environments but poor performance in outdoor environments. Recently, applying neural network approaches from image processing for transmitter localization has become a trend. DeepTxFinder [19] divided the ROI into grids, converting the RSS from sensors into corresponding pixel values for each location, and used convolutional neural network (CNN) for training. The fully connected layer was then used to predict the number and coordinates of the transmitters. This method was effective in densely populated small-scale outdoor areas. DeepMTL [20] improved upon DeepTxFinder by addressing the training difficulties and poor generalization caused by the fully connected layer. It transformed the transmitter prediction stage into an image processing task, where multiple transmitters correspond to local heatmaps in a 2D array. An improved YOLO structure was used to identify transmitter locations, enhancing localization accuracy and generalization performance. However, it still required a high-density sensor deployment, with a training density of 2%. TL;DL [21] utilized a U-net structure with a large receptive field to transform the sensor RSS matrix into a transmitter location matrix, using the argmax method to find transmitter locations. They also proposed a data augmentation method for handling missing sensor data. Experiments demonstrated the effectiveness of this approach with relatively sparse sensor deployments, but also showed insufficient localization accuracy over large areas and a higher transmitter miss rate.
To address the shortcomings of existing research in transmitter localization for spectrum monitoring, we aim to achieve high-precision localization with fewer sensors deployed over large areas, while reducing the transmitter miss rate. Based on the synthesis of prior literature, we consider that an area larger than one square kilometer can be defined as large areas, and WSNs with a grid deployment density less than 0.1% can be defined as sparse. Existing grid-based methods for large-scale areas often lead to significant localization errors, particularly when WSN density is low.
We propose DSLoc, a convolutional neural network model specifically designed to work with sparse sensor data. By incorporating efficient feature enhancement modules and an improved high-resolution network (HRNet) [22], DSLoc provides a more precise transmitter localization method. Our approach uniquely addresses the research gap by using a finer-grained grid division, even in extreme cases of low-density sensor deployment. For instance, we divide a 2 km × 2 km area into a 384 × 384 grid with only 0.01% sensor deployment density. Another key innovation of DSLoc is the use of an image centroid-based localization method. This approach determines the precise location of transmitters by calculating the centroids of heatmaps, significantly enhancing localization accuracy. Compared to state-of-the-art (SOTA) localization models, DSLoc achieves more than double the improvement in localization accuracy while improving overall performance. The proposed method’s effectiveness is validated through rigorous ablation and extension experiments. By addressing the critical challenges of sparse WSNs, DSLoc provides a robust and high-precision solution for transmitter localization over large-scale areas.

2. Problem Formulation

The transmitter localization process described in this paper is illustrated in Figure 1. In a region of interest, several sensors are sparsely deployed for spectrum monitoring. The RSS measured by the wireless sensor network is used to detect the transmitter’s location. The positions of the sensors and the corresponding normalized RSS measurements are mapped to a single-channel H × H two-dimensional matrix, or H × W matrix depending on the actual situation, where H is the height of the matrix and W is the width. The pixel values represent the normalized RSS, with grid cells lacking sensors assigned a pixel value of 0. The transmitter data are similarly mapped using this grid-based approach. However, unlike the sensor matrix, assuming the transmitter is located at x i ,   y i , a two-dimensional Gaussian distribution is used to expand the transmitter matrix into a single-channel 2D probability matrix heatmap [23] around the true location, as shown in the following equation:
P x , y = A e x p 1 2 σ 2 x x i 2 + y y i 2 ,
where A is a configurable constant.
The proposed model, DSLoc, learns to map from the sensor pixel matrix to the predicted transmitter heatmap. The ROI is fixed, and the grid size H × H is adjusted as needed. For instance, mapping a 2 km × 2 km area to a 384 × 384 grid results in an actual localization error of 2 km/384 = 5.2 m if the network’s error is within one grid cell. As shown in the following equation:
M L E = M e a n ( p d ) ,
where M L E represents the mean localization error, d represents the Euclidean distance between the target point and the predicted point, and p represents the mapping of each pixel to the actual scale. A transmitter that is present but not predicted in the heatmap is defined as a missed detection. Miss rate is the ratio of the number of missed detections to the total number of transmitters.

3. DSLoc Methodology

This section introduces the proposed DSLoc model’s network architecture and processing steps. As shown in Figure 1, DSLoc consists of the following parts: the feature enhancement module, the HRNet network, and the heatmap centroid localization. We will introduce each part separately.

3.1. Feature Enhancement Module

The purpose of this module is to enhance the features of the initial input sensor matrix. Due to various factors such as different sensor deployment positions (e.g., dynamic movement, rooftops, building sides), differences introduced by heterogeneous sensors, and occasional RSS anomalies, the raw measured RSS is often not accurate enough. We aim to perform some bias correction on the RSS measurements from sensors at different locations. After correction, the sensor matrix remains extremely sparse. For instance, if 15 sensors are deployed within a 384 × 384 grid, approximately only 0.01% of the pixel values are non-zero. The sparse input matrix makes it very challenging for the neural network to learn effectively. The main tasks of this module are RSS correction and handling the sparsity.

3.1.1. Bias Correction

We use a pixel attention-based [24] scaling method for RSS matrix bias correction. This approach, which uses a pixel attention convolutional neural network, allows for more detailed adjustments of the RSS matrix to change the attention to different locations, thereby enhancing localization accuracy. As shown in Figure 2, a two-channel convolutional neural network is used for feature extraction. Channel 1 is represented as follows:
X 1 = f 13 × 13 ( δ ( f 13 × 13 ( x ) ) ) ,
Channel 2 is represented as follows:
X 2 = f 2 31 × 31 ( δ ( f 31 × 31 ( x ) ) ) ,
where x is the input matrix, X 1 and X 2 are the output matrix of the corresponding channel, f 13 × 13 ( · ) denotes convolution operation with a 13 × 13 kernel, δ represents the ReLU function, and f 2 31 × 31 ( · ) denotes a dilated convolution [25] operation with a 31 × 31 kernel [26] and a dilation rate of 2. Channel 1 extracts local features of the matrix, while Channel 2 uses a large convolutional kernel and employs dilated convolution in the second layer to extract sparse features from larger feature layers. Then, a 1 × 1 convolution is used to merge the two channels into one, and the Sigmoid function adjusts the output values between 0 and 1. This scales the original RSS matrix, achieving sensor RSS correction without altering the original sensor matrix distribution.

3.1.2. Sparse Expansion

To effectively handle sparse RSS matrices, we have introduced a novel approach inspired by heatmap analysis techniques. In contrast to previous direct mapping methods, we have, for the first time, applied Gaussian convolution kernels in the preprocessing stage of the RSS matrix to enhance data continuity and interpretability, as shown in Figure 3. A 2D Gaussian distribution convolution kernel is used. In this example, a 128 × 128 grid matrix is convolved with a 7 × 7 kernel with a variance of 1. This process is performed offline and does not require gradient propagation. As the grid number increases, we recommend using larger convolution kernels with increased variance. For example, in a 384 × 384 grid, a 23 × 23 convolution kernel with a variance of 3 is effective.

3.2. HRNet

The HRNet is a network structure designed to address the issue of resolution loss in traditional convolutional neural networks, commonly applied in tasks such as human pose estimation [27] and semantic segmentation. The network structure, as shown in Figure 4, offers advantages over other network models as it maintains high-resolution feature maps throughout, preserving more detailed information from the input matrix. The HRNet employs a parallel branch design to fuse features from different scales, capturing both local and global features. By maintaining high-resolution feature maps and utilizing a parallel branch design, HRNet ensures that detailed information from the input is preserved and effectively used. This enhances the model’s ability to accurately localize transmitters even in sparse sensor environments, making it particularly well-suited for our application.
The specific structure of HRNet used in our approach is as follows: features are extracted using 5 × 5 convolutions. To reduce model complexity, we employ depthwise separable convolutions instead of the original convolutional structure. In the feature extraction stage of the model input, two downsampling processes are initially applied, with 1/4 input size into the network shown in Figure 4. Multiple feature maps of different sizes are generated at the output of the network. These are fused using the approach depicted in Figure 5, followed by a 1 × 1 convolution to transform them into a single-channel representation. Subsequently, a four-fold upsampling is performed to obtain a heatmap predicting the transmitter’s location, matching the input size.

3.3. Heatmap Centroid Localization

Heatmap regression [23] is widely used in tasks such as human pose estimation, where keypoints are identified by locating peaks using argmax approach. While effective for small-scale data, this method suffers from significant localization errors in large-scale transmitter localization scenarios. Upon analysis, as shown in the Figure 6, peaks in the heatmap do not always coincide with the predicted centers of Gaussian distributions. This discrepancy arises because existing models cannot perfectly fit the Gaussian distribution within the heatmap, especially when the variance of the Gaussian distribution is large.
Although the predicted Gaussian distributions in the heatmap may not be perfectly accurate, their overall distribution characteristics are quite close. Therefore, we use centroid computation to determine keypoint locations, reducing occasional errors inherent in the argmax approach. The formula for computing the image centroid is as follows:
( x c , y c ) = ( j = 1 n i = 1 n i * P i j , j = 1 n i = 1 n j * P i j ) j = 1 n i = 1 n P i j ,
where P i j represents the pixel value at position (   i , j ) in the heatmap, and i, j are the horizontal and vertical coordinates, respectively. In our experiments, n denotes the number of divisions for both the width and height of the grid, which are equal. As illustrated in Figure 6, keypoints determined by centroid computation are closer to the true positions in the ground truth. The centroid localization method represents an improvement over the argmax approach [28], which locates keypoint locations to find peaks. Within the centroid localization framework, the localization error is measured by the Euclidean distance between the centroids of the target heatmap and the predicted heatmap. The formula is as follows:
d = ( x t x p ) 2 + ( y t y p ) 2 ,
Here, ( x t , y t ) denotes the coordinates of the point in the ground truth, and ( x p , y p ) denotes the coordinates of the predicted point.

4. Experimental Design and Results

In this section, we designed experiments to evaluate our proposed DSLoc model, comparing its performance in miss rate and mean localization error against the SOTA method, while exploring other aspects of DSLoc’s capabilities.

4.1. Experimental Setup and Dataset

The experiments were conducted using a model implemented in PyTorch, optimized for accelerated processing on Graphics Processing Units (GPUs). The hardware setup consisted of a single CPU Intel Core i9-12900k and an NVIDIA GeForce RTX4090 GPU manufactured in Taiwan. The model was trained for 1000 epochs with a batch size of 64, using the Adam optimizer with a learning rate of 0.0002 and MSE for loss function.
We utilized a dataset collected from large-scale outdoor environments using the POWDER Testbed at the University of Utah [29]. The data consist of RSS measurements taken using a variety of sensors in a 2 km × 2 km area, with 10–25 sensors per measurement. Each sample includes RSS values from both stationary and mobile receivers. Most of the stationary sensors were fixed at endpoints such as building sides, rooftops, towers, or standalone poles, while a smaller subset of sensors was mounted on shuttles that traveled specific routes throughout the campus. The dataset comprises 5214 unique samples with transmitters, each with unique transmitter positions. The majority of samples contain a single transmitter, with a small subset including two transmitters (specifically 346 samples, only used exclusively in extension experiments). The receivers used in this dataset include Ettus USRP X310 and B210 radios manufactured by Ettus Research in California, USA. Due to equipment variations, all RSS values in the dataset are uncalibrated. The environmental conditions during data collection varied, encompassing different times of day and various weather conditions, thereby providing a comprehensive dataset for testing localization methods under realistic and diverse scenarios.
To balance between localization accuracy and computational efficiency, we adjusted the size of the input grid matrix. Larger grid sizes provide finer pixel resolution in the actual coverage area. However, with a fixed number of sensors, the density of the sensor grid decreases accordingly, posing challenges for model training. The network was trained to regress from the input RSS matrix to the heatmap. The dataset is displayed as input, output in Figure 1 above. The dataset was split into training and testing sets in an 8:2 ratio. To avoid accidental errors, we randomly split the dataset ten times in the experiment, and comprehensively considered all divided test sets for verification.

4.2. Performance Comparisons

As shown in Figure 7a, compared to DeepTxFinder [19], DeepMTL [20], and TL;DL [21], DSLoc consistently exhibits lower mean localization errors across different grid divisions. As the number of grid divisions increases, the pixel density occupied by sensors decreases, leading to significantly larger localization errors in other models. However, DSLoc is less affected by grid division changes, maintaining a relatively stable mean localization error. Figure 7b illustrates that, except for DeepTxFinder, which has no miss rate due to its fully connected layer outputting the transmitter position, the miss rate trends of the other models closely follow the trend of the localization error curves in Figure 7a.
We comprehensively considered both miss rate and mean localization error. Given the limited number of our dataset, using a larger number of grid divisions increases the likelihood of encountering out-of-distribution (OOD) scenarios, leading to a higher miss rate and consequently larger mean localization errors. The DSLoc model reduces the miss rate, resulting in a lower mean localization error. Theoretically, we aim to use a higher number of grid divisions for finer actual area mapping per pixel, which should reduce the mean localization error. However, this requires a sufficiently large training dataset. In our experiments, DSLoc alleviated the miss rate caused by insufficient training data but did not completely eliminate it. Using a large number of grid divisions remains meaningful, as it provides more accurate localization when the transmitter is detected. Therefore, the mean localization error curve for DSLoc is smoother than the miss rate curve. The visualization analysis, as depicted in Figure 8, showcases two scenarios. Figure 8a illustrates the optimal performance of the model, where the predicted heatmap closely aligns with the ground truth, indicating high accuracy in localization. Conversely, Figure 8b highlights instances of localization error, where there is a discrepancy in distance between the predicted transmitter and the true transmitter location, or where the probabilities in the predicted heatmap are relatively low, both of which contribute to error margins in the localization process.
We categorized the potential sources of faults in the localization process and assessed their impact on overall performance. The primary sources of errors identified are as follows:
  • Grid Division Granularity: Finer grid divisions result in lower pixel densities occupied by sensors, potentially leading to increased localization errors due to insufficient resolution in other models. It was observed that DSLoc maintains stable performance across a range of grid divisions, effectively mitigating this issue.
  • Dataset Limitations: The limited size of the dataset impacts the model’s generalization ability. With a smaller dataset, there is a greater probability of encountering out-of-distribution scenarios, resulting in higher miss rates.
  • Hardware Variations: Disparities in receiver gain settings and the absence of calibration data introduce additional uncertainties into RSS measurements. Uncalibrated values affect the relative comparisons between different receivers, contributing to localization error. Although DSLoc compensates for such variations to a certain degree, hardware-related inconsistencies remain a significant source of error.
Furthermore, the density of WSNs and environmental factors were found to influence positioning performance. Notably, DSLoc exhibits substantial enhancements in terms of mean localization error and miss rate when compared to alternative models.

4.3. Ablation Experiment

4.3.1. Evaluation of Feature Enhancement Module

To assess the impact of the feature enhancement module on transmitter localization, we compared the DSLoc model with another network model identical in structure but without the feature enhancement module. As shown in Figure 9, the curves labeled “Without Feature Enhancement Module” showed higher localization errors and miss rates compared to the DSLoc model, especially in scenarios with a large number of grid divisions. The experiments demonstrate that the feature enhancement module improves localization accuracy and offers better adaptability to sparse pixel matrices in high grid division scenarios.

4.3.2. Comparison of HRNet and U-Net

Previous SOTA localization models [20,21] often employed the U-net architecture [30]. In this paper, we introduce the HRNet structure, which is used for human skeleton keypoint detection, into transmitter localization. To verify its effectiveness, we compare DSLoc using HRNet with a model where HRNet is replaced by U-net. As shown in Figure 8, HRNet reduces both mean localization error and miss rate across all configurations compared to the U-net network. The experimental results demonstrate that HRNet performs better in heatmap regression for transmitter localization.

4.3.3. Evaluation of Centroid Localization

Locating the transmitter position in the heatmap using argmax and centroid methods does not require gradient propagation, so it does not affect the miss rate of the trained network. The difference lies only in the localization error. As shown in Figure 10, the centroid-based localization method achieves a smaller mean localization error compared to the argmax method, with an improvement ratio of approximately 6%–12%.

4.4. Extension Experiment

To fully explore the performance of DSLoc in transmitter localization, we designed a dual-transmitter localization experiment. Like the multiple output channel heatmaps in human skeleton keypoint detection, dual transmitters correspond to two output channels. We measured the mean localization error and miss rate for different grid divisions. As shown in Table 1, DSLoc is effective for dual transmitters but exhibits higher mean localization error and miss rate compared to single transmitter scenarios. Our analysis found that the limited number of dual-transmitter samples hinders the model’s ability to generalize and accurately localize in the current scenarios. Therefore, expanding the dataset to include a greater volume of dual-transmitter samples is significant for reducing localization errors and unlocking the full potential of DSLoc. The DSLoc provides a new approach for deep learning in multi-transmitter localization.

5. Conclusions and Future Work

This paper presents DSLoc, a novel deep learning-based approach for transmitter localization in sparse WSNs. By leveraging the improved HRNet and designing efficient feature enhancement modules, DSLoc addresses the challenges posed by sparse sensor deployments over large areas. Utilizing a heatmap-based approach and calculating the centroid of the predicted regions, DSLoc achieves precise transmitter localization even in low-density WSNs. The extensive experiments conducted on WSNs with varying densities, including comparison, ablation, and expansion experiments, demonstrate DSLoc’s superior performance in terms of both localization accuracy and scalability.
Despite these significant achievements, there are the following areas for future work to further enhance localization capabilities:
  • Multi-Transmitter Scenarios: While DSLoc performs well with single transmitter scenarios, future research could focus on optimizing the model to handle multiple transmitters simultaneously. This research includes improving the model’s ability to distinguish and accurately localize multiple signal sources in close proximity.
  • Dataset Expansion: Expanding the dataset to include a wider variety of sensor types and more complex environments will improve the model’s generalization ability. Incorporating data from urban, suburban, and rural areas, as well as different climatic conditions, will make the model more robust and versatile.
  • Integration with Other Sensing Modalities: Combining other sensing technologies, such as drones or mobile sensors, could provide a more comprehensive and dynamic solution for transmitter localization. This multi-modal approach could leverage the strengths of different technologies to achieve even higher localization accuracy and coverage.
In conclusion, DSLoc represents a significant advancement in the field of transmitter localization in sparse WSNs, particularly HRNet, efficient feature enhancement module, and centroid-based localization method usage, which highlights its potential to be adapted and integrated into existing WSN frameworks. This adaptability can lead to significant cost savings and operational efficiencies. Its innovative design and superior performance make it a promising solution for various applications requiring accurate and robust signal source tracking. Future work will focus on addressing the outlined challenges, further enhancing location capabilities, and broadening its applicability in real-world scenarios.

Author Contributions

Conceptualization, R.L., T.M. and R.Z.; methodology, Q.Z.; software, Y.Z. and Q.Z.; validation, Q.Z. and Y.Z.; formal analysis, R.L.; investigation, Q.Z. and Y.Z.; resources, T.M. and R.Z.; writing—original draft preparation, R.L.; writing—review and editing, Q.Z.; visualization, Y.Z.; supervision, R.L., T.M. and R.Z.; project administration, Q.Z. and R.L. All authors have read and agreed to the published version of the manuscript.

Funding

This work was funded by Key scientific research project of colleges and universities in Henan Province, China (grant numbers 23A140014) and Henan Province major science and technology project (grant numbers 221100210600).

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

The original data presented in the study are openly available in the dataset collected from large-scale outdoor environment at reference [29].

Conflicts of Interest

The authors declare no conflicts of interest.

References

  1. Atif, M.; Ahmad, R.; Ahmad, W.; Zhao, L.; Rodrigues, J.J. UAV-assisted wireless localization for search and rescue. IEEE Syst. J. 2021, 15, 3261–3272. [Google Scholar] [CrossRef]
  2. Lu, Q.; Yang, J.; Jin, Z.; Chen, D.; Huang, M. State of the art and challenges of radio spectrum monitoring in China. Radio Sci. 2017, 52, 1261–1267. [Google Scholar] [CrossRef]
  3. Abba, A.M.; Sanusi, J.; Oshiga, O.; Mikail, S.A. A Review of Localization Techniques in Wireless Sensor Networks. In Proceedings of the 2023 2nd International Conference on Multidisciplinary Engineering and Applied Science (ICMEAS), FCT, Nigeria, 1–3 November 2023; pp. 1–5. [Google Scholar]
  4. Wajgi, D.W.; Tembhurne, J.V. Localization in wireless sensor networks and wireless multimedia sensor networks using clustering techniques. Multimed. Tools Appl. 2024, 83, 6829–6879. [Google Scholar] [CrossRef]
  5. Li, M.; Jiang, F.; Pei, C. Review on positioning technology of wireless sensor networks. Wirel. Pers. Commun. 2020, 115, 2023–2046. [Google Scholar] [CrossRef]
  6. Díez-González, J.; Alvarez, R.; Prieto-Fernandez, N.; Perez, H. Local wireless sensor networks positioning reliability under sensor failure. Sensors 2020, 20, 1426. [Google Scholar] [CrossRef] [PubMed]
  7. Kaune, R. Accuracy studies for TDOA and TOA localization. In Proceedings of the 2012 15th International Conference on Information Fusion, Singapore, 9–12 July 2012; pp. 408–415. [Google Scholar]
  8. Chuang, S.-F.; Wu, W.-R.; Liu, Y.-T. High-resolution AoA estimation for hybrid antenna arrays. IEEE Trans. Antennas Propag. 2015, 63, 2955–2968. [Google Scholar] [CrossRef]
  9. Azmi, N.A.; Samsul, S.; Yamada, Y.; Yakub, M.F.M.; Ismail, M.I.M.; Dziyauddin, R.A. A survey of localization using RSSI and TDoA techniques in wireless sensor network: System architecture. In Proceedings of the 2018 2nd International Conference on Telematics and Future Generation Networks (TAFGEN), Kuching, Malaysia, 24–26 July 2018; pp. 131–136. [Google Scholar]
  10. Li, J.; Lv, S.; Lv, L.; Wu, S.; Liu, Y.; Nie, J.; Jin, Y.; Wang, C. Joint tdoa, fdoa and pdoa localization approaches and performance analysis. Remote Sens. 2023, 15, 915. [Google Scholar] [CrossRef]
  11. Sun, Y.; Yang, S.; Wang, G.; Chen, H. Robust RSS-based source localization with unknown model parameters in mixed LOS/NLOS environments. IEEE Trans. Veh. Technol. 2021, 70, 3926–3931. [Google Scholar] [CrossRef]
  12. Andersen, J.B.; Rappaport, T.S.; Yoshida, S. Propagation measurements and models for wireless communications channels. IEEE Commun. Mag. 1995, 33, 42–49. [Google Scholar] [CrossRef]
  13. Alobaidy, H.A.; Singh, M.J.; Behjati, M.; Nordin, R.; Abdullah, N.F. Wireless transmissions, propagation and channel modelling for IoT technologies: Applications and challenges. IEEE Access 2022, 10, 24095–24131. [Google Scholar] [CrossRef]
  14. Yuan, Y.; Shen, F.; Li, X. GPS multipath and NLOS mitigation for relative positioning in urban environments. Aerosp. Sci. Technol. 2020, 107, 106315. [Google Scholar] [CrossRef]
  15. Ali, S.H.; Ali, S.A.; Ullah, I.; Khan, I.; Ghadi, Y.Y.; Tao, Y.; Khan, M.A.; Khongorzul, D. Optimizing network lifespan through energy harvesting in low-power lossy wireless networks. Int. J. Data Sci. Anal. 2023, 1–15. [Google Scholar]
  16. Ullah, I.; Qian, S.; Deng, Z.; Lee, J.-H. Extended Kalman filter-based localization algorithm by edge computing in wireless sensor networks. Digit. Commun. Netw. 2021, 7, 187–195. [Google Scholar] [CrossRef]
  17. Wang, T.; Wang, X.; Shi, W.; Zhao, Z.; He, Z.; Xia, T. Target localization and tracking based on improved Bayesian enhanced least-squares algorithm in wireless sensor networks. Computer Netw. 2020, 167, 106968. [Google Scholar] [CrossRef]
  18. Zhang, W.; Liu, K.; Zhang, W.; Zhang, Y.; Gu, J. Deep neural networks for wireless localization in indoor and outdoor environments. Neurocomputing 2016, 194, 279–287. [Google Scholar] [CrossRef]
  19. Zubow, A.; Bayhan, S.; Gawłowicz, P.; Dressler, F. Deeptxfinder: Multiple transmitter localization by deep learning in crowdsourced spectrum sensing. In Proceedings of the 2020 29th International Conference on Computer Communications and Networks (ICCCN), Honolulu, HI, USA, 3–6 August 2020; pp. 1–8. [Google Scholar]
  20. Zhan, C.; Ghaderibaneh, M.; Sahu, P.; Gupta, H. Deepmtl pro: Deep learning based multiple transmitter localization and power estimation. Pervasive Mob. Comput. 2022, 82, 101582. [Google Scholar] [CrossRef]
  21. Mitchell, F.; Baset, A.; Patwari, N.; Kasera, S.K.; Bhaskara, A. Deep learning-based localization in limited data regimes. In Proceedings of the 2022 ACM Workshop on Wireless Security and Machine Learning, San Antonio, TX, USA, 16–19 May 2022; pp. 15–20. [Google Scholar]
  22. Sun, K.; Xiao, B.; Liu, D.; Wang, J. Deep high-resolution representation learning for human pose estimation. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, Long Beach, CA, USA, 15–20 June 2019; pp. 5693–5703. [Google Scholar]
  23. Bulat, A.; Tzimiropoulos, G. Human pose estimation via convolutional part heatmap regression. In Proceedings of the Computer Vision–ECCV 2016: 14th European Conference, Amsterdam, The Netherlands, 11–14 October 2016; Proceedings, Part VII 14. 2016; pp. 717–732. [Google Scholar]
  24. Wang, X.; Zhang, S.; Lin, Y.; Lyu, Y.; Zhang, J. Pixel attention convolutional network for image super-resolution. Neural Comput. Appl. 2023, 35, 8589–8599. [Google Scholar] [CrossRef]
  25. Yu, F.; Koltun, V. Multi-scale context aggregation by dilated convolutions. arXiv 2015, arXiv:1511.07122. [Google Scholar]
  26. Ding, X.; Zhang, X.; Han, J.; Ding, G. Scaling up your kernels to 31x31: Revisiting large kernel design in cnns. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, New Orleans, LA, USA, 18–24 June 2022; pp. 11963–11975. [Google Scholar]
  27. Munea, T.L.; Jembre, Y.Z.; Weldegebriel, H.T.; Chen, L.; Huang, C.; Yang, C. The progress of human pose estimation: A survey and taxonomy of models applied in 2D human pose estimation. IEEE Access 2020, 8, 133330–133348. [Google Scholar] [CrossRef]
  28. Luvizon, D.C.; Tabia, H.; Picard, D. Human pose regression by combining indirect part detection and contextual information. Comput. Graph. 2019, 85, 15–22. [Google Scholar] [CrossRef]
  29. Mitchell, F.; Patwari, N.; Bhaskara, A.; Kasera, S.K. Learning-based Techniques for Transmitter Localization: A Case Study on Model Robustness. In Proceedings of the 2023 20th Annual IEEE International Conference on Sensing, Communication, and Networking (SECON), Madrid, Spain, 11–14 September 2023; pp. 133–141. [Google Scholar]
  30. Ronneberger, O.; Fischer, P.; Brox, T. U-net: Convolutional networks for biomedical image segmentation. In Proceedings of the Medical Image Computing and Computer-Assisted Intervention–MICCAI 2015: 18th International Conference, Munich, Germany, 5–9 October 2015; proceedings, part III 18. 2015; pp. 234–241. [Google Scholar]
Figure 1. Transmitter localization flowchart (number of sensors and Gaussian size used for demonstration purposes only).
Figure 1. Transmitter localization flowchart (number of sensors and Gaussian size used for demonstration purposes only).
Sensors 24 05335 g001
Figure 2. Pixel attention module for bias correction.
Figure 2. Pixel attention module for bias correction.
Sensors 24 05335 g002
Figure 3. Gaussian convolution process (number of sensors used for demonstration purposes only).
Figure 3. Gaussian convolution process (number of sensors used for demonstration purposes only).
Sensors 24 05335 g003
Figure 4. HRNet architecture (the squares of different colors represent channel maps of different sizes. The whole system consists of four stages, and each stage performs a feature extraction transformation).
Figure 4. HRNet architecture (the squares of different colors represent channel maps of different sizes. The whole system consists of four stages, and each stage performs a feature extraction transformation).
Sensors 24 05335 g004
Figure 5. Multi-Scale Output Fusion Module (the components have been defined in Figure 4, and the feature maps of different sizes are fused by first upsampling separately and then feature concatenation and fusion).
Figure 5. Multi-Scale Output Fusion Module (the components have been defined in Figure 4, and the feature maps of different sizes are fused by first upsampling separately and then feature concatenation and fusion).
Sensors 24 05335 g005
Figure 6. Centroid vs. Argmax approach.
Figure 6. Centroid vs. Argmax approach.
Sensors 24 05335 g006
Figure 7. Performance comparison of different algorithms.
Figure 7. Performance comparison of different algorithms.
Sensors 24 05335 g007
Figure 8. Visualization of localization cases.
Figure 8. Visualization of localization cases.
Sensors 24 05335 g008
Figure 9. Performance comparison of ablation experiment.
Figure 9. Performance comparison of ablation experiment.
Sensors 24 05335 g009
Figure 10. Performance comparison of Centroid and Argmax.
Figure 10. Performance comparison of Centroid and Argmax.
Sensors 24 05335 g010
Table 1. Dual transmitter experimental results.
Table 1. Dual transmitter experimental results.
Number of Divided GridsMean Localization Error (m)Missing Rate (%)
12823.47.3
25632.810.7
38447.415.2
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Liu, R.; Zhang, Q.; Zhang, Y.; Zhang, R.; Meng, T. Deep Learning-Based Transmitter Localization in Sparse Wireless Sensor Networks. Sensors 2024, 24, 5335. https://doi.org/10.3390/s24165335

AMA Style

Liu R, Zhang Q, Zhang Y, Zhang R, Meng T. Deep Learning-Based Transmitter Localization in Sparse Wireless Sensor Networks. Sensors. 2024; 24(16):5335. https://doi.org/10.3390/s24165335

Chicago/Turabian Style

Liu, Runjie, Qionggui Zhang, Yuankang Zhang, Rui Zhang, and Tao Meng. 2024. "Deep Learning-Based Transmitter Localization in Sparse Wireless Sensor Networks" Sensors 24, no. 16: 5335. https://doi.org/10.3390/s24165335

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop