Skip to main content

SensDeploy: efficient sensor deployment strategy for real-time localization

Abstract

In order to estimate the location of the user, the previous studies introduced many sensor deployment methods applying the sensor network. The important issues to consider when placing the sensors are a configuration cost and detection area of a sensor network. In other words, the sensors consisting the network should be optimally deployed by taking into account the coverage and connectivity of them. In this paper, a sensor signal is modeled as the Gaussian distribution based signal points group, and signal points in overlapping region between two different sensors are classified by e-SVM (support vector machine) method as each sensor group. In addition, a trilateration technique is used for estimating the position of a moving object. At this time, we efficiently deploy the sensors with f-Apriori method to maintain the connectivity between the sensors as well as to apply the trilateration. The proposed method can be utilized for optimal placement of sensors if we know a detection range of one sensor. In this paper, we introduce more effective and adaptive deployment method to consist the sensor network as taking into account the cost and the situation.

Introduction

Many sensor networks have been used in various fields such as agricultural management [1], traffic control [2], emergency navigation [3] and security surveillance [4]. In particular, wireless sensor networks (WSNs) provide a powerful and effective means for monitoring and controlling environment. A WSN is composed of a number of tiny and low-power devices such as transceivers, actuators, and oscillators [5]. In a WSN, a large number of sensors are deployed in a field of interest to collect and process data. Since sensor deployment affects the cost and detection capability of a WSN, it is one of the key topics addressed in the researches of WSNs. It is well known that effective sensor deployment methods can greatly improve the performance of a WSN in a wide range of applications, including surveillance, monitoring, robot navigation, and location tracking [6].

The studies in [7,8,9] have suggested sensor deployment method that aim to optimize the coverage of individual sensors in indoor environments. In this paper, we propose a sensor deployment strategy that optimally deploys sensors as well as efficiently achieves coverage and connectivity properties between sensors. In addition, it can use to localize moving objects within the sensing range of the network since it ensures the trilateration connectivity between sensors placed in the path for tracking the mobile object. Therefore, we propose an optimized deployment strategy of sensors through a method to classify signal points within overlapped area between sensors and a method to place sensors for tracing of the moving object. Classification method for signal area between sensors was developed based on SVM classifier and trilateration technique for estimating the position was developed based on Apriori method. Therefore, we do not use conventional methods based on geometry and we model the sensor based on the point with low computational complexity. Thus, we propose a novel method to deploy the sensor with minimum cost while maintaining the accuracy for localization compared with the previous methods.

Related work

Sensor deployment problems have been studied in a variety of fields, including machine learning, robotics, computer vision, and computational geometry [10,11,12,13,14,15,16,17,18]. Especially in the field of machine learning and computational geometry, researches on sensor coverage issues are actively under way. The works use mesh-based geometry approaches to address the coverage issues in sensor deployment, such as different sensing ranges, relationships between sensors, and overlapped sensor coverage areas [19,20,21,22,23]. Typically, a sensor is modelled in triangular and hexagonal patterns, and signal points set of a sensor is generated by using a Voronoi diagram (or a Delaunay triangulation) to achieve full coverage and connectivity [24,25,26]. Our sensor deployment strategy is based on trilateration to determine the location of a mobile object, so it requires that at least three sensors shall be detected on all the places in the path. Therefore, the proposed strategy can deploy sensors as a constant distance determined according to the sensing range of sensors, as well as satisfy full connectivity between sensors in the path.

In sensor network, another important deployment issue is the classification of signal points in the overlapped area between sensors. The classifiers used in many fields are support vector machines (SVM) and Bayesian decision theory [27,28,29,30]. SVM and Bayesian decision techniques can effectively solve the quadratic programming problem when classifying a large number of data sets with the same coefficient. SVM is used to predict or classify as basically a non-probabilistic binary linear classifier. Our strategy assumes that given data (a signal point) belongs to one of two classes, and it uses the SVM classifier to produce a hyperplane that maximizes the margin between the two classes. The Bayesian decision theory is a method of classifying the data so as to minimize decision errors. In experiment, we compare the proposed method with the minimax Bayesian decision theory of the previous research [27] to minimize the maximum error when one signal data is within the overlapped area of two classes with the same distribution probability.

Most of all, overlapped sensor coverage areas should be minimized for an optimal sensor deployment. Apriori algorithm and the frequent-pattern tree (FP-tree) structure are commonly used to find the association rules between the data in the class [31, 32]. Apriori algorithm finds item datasets with high frequency included in several classes and evaluates the association between datasets as using threshold values, called support and confidence. It repeats the process until it can no longer find an associated dataset that satisfies the values. The algorithm generates the candidate dataset with high frequency in each step, and reduces the execution time by repeating regular progress. The proposed sensor deployment strategy uses the Apriori algorithm to yield an optimum deployment of sensors. Our method using Apriori algorithm counts support of the given data and repeatedly selects candidate sensors to eliminate according to support. In this paper, support presents the probability of belonging to one class and confidence shows the association value between the classes. In other words, they are defined according to the overlapped degree of the classes, and are calculated as frequency of signal points in the sensor. The FP-tree algorithm spends lower cost when processing input and output data by scanning only 2 times compared to previous algorithms scanning the dataset several times. In the first step, the class of the signal points with low frequency is removal candidate set because of having low degree of overlapped with different classes. In the second step, the class with highest frequency is selected from the overlapped signal points and it is stored in the FP-tree.

In both algorithms, we define the frequency that is the number of overlapped classes with one class, and arrange the sensors while repeating the process of removing the sensors with the highest frequency. However, the methods have an issue that a large amount of memory is required compared with other algorithms. In order to solve this problem, we only process the whole dataset as the number of scanning times is predetermined and the number of the candidate set is limited.

Efficient location tracking strategy

We propose efficient sensor deployment strategy in wide area. A sensor is modelled as using the strength distribution of signal based on Gaussian, and the sensors are deployed as considering connectivity and coverage between sensors for tracking of moving target in real time. Therefore, we propose methods that classifies the signal points in the overlapping area of the sensors using the e-SVM, and selects the sensors for trilateration using the f-Apriori.

Signal classification using e-SVM

The sensor signal is simulated as taking into account the characteristics of the sensor that the signal strength decreases as its distance from the signaling node increases. Figure 1a shows the sensor strength based on Gaussian distribution model, and Fig. 1b presents the sensor signal points generated as circle set. Figure 1c represents a polar coordinate model of the sensor signal. In Fig. 1c, the detection range of a sensor is represented by one circle with a radius of r, and one sensor is consisted of n concentric circles with an offset of r_off. In the concentric circles, each signal point is radiated at a constant distance of θ in the range [−π, +π]. The Eq. (1) calculates r and Eq. (2) evaluates the position of one signal point in the circle.

Fig. 1
figure 1

Signal generating simulation: a sensor signal modelling based on Gaussian distribution, b point-based sensor signal simulation, and c signal points generating on the polar coordinate

$$r = x_{1} \cos \theta + x_{2} \sin \theta$$
(1)
$$\left( {\begin{array}{*{20}c} {x_{1} } \\ {x_{2} } \\ \end{array} } \right) = \left( {\begin{array}{*{20}c} {\cos \theta } & {\cos \theta } \\ {\sin \theta } & {\sin \theta } \\ \end{array} } \right)\left( {\begin{array}{*{20}c} {r\_off} \\ {s\_c_{0} } \\ \end{array} } \right)$$
(2)

The signal reception of sensors can be blocked by the obstacle like nearby a building, so the actual sensing range of sensors is often different from the estimated one. In this paper, we simulate the sensor signal as considering three different cases where each sensor is installed in different places of a building. As depicted in Fig. 2, this work assumes the three different cases of sensor installation in outdoor, each of which has a different degree of coverage range (i.e., 270-, 180-, and 90-degree coverages). The sensor signal propagation is modelled as these three cases. When there is more than one sensor in the vicinity, the proposed method uses SVM classifier to determine which one sensor a certain signaling point should belong to, and we compare its performance with other classifiers such as k-NN and Bayesian in “Experimental results and discussion”.

Fig. 2
figure 2

Three sensing fields according to signal region: a 270, b 180, and c 90 degrees

The SVM classifier is used to find the class for a signal point included in overlapped areas between sensors. The SVM finds a hyperplane h(x) which maximizes the margin. The Eq. (3) below represents Lagrange multiplier for estimating maximum margin and it is used in a general SVM-based classification model. In this paper, it is applied for generating a hyperplane to classify signal points belonged in overlapped ranges. Each signal point x has a feature vector in a feature space X. A kernel function K is denoted by a k × k matrix, and it has the characteristics of being symmetric and positive-semidefinite in this paper. Here, k signal points are defined as training data x i with label y j . In addition, the soft margin that determines the error tolerance is defined as C. In the Eq. (3), the support vector is selected as b with y j h K (x i ) = 1 for all i. The decision rule for classifying each signal point is shown in Eq. (4). We define it as e-SVM that means enhanced SVM technique.

$${\text{W(}}\alpha ) = \sum\limits_{{{\text{i}} = 1}}^{\text{k}} {\alpha_{i} } - \frac{1}{2}\sum\limits_{{{\text{i,j}} = 1}}^{\text{k}} {y_{i} y_{j} \alpha_{i} \alpha_{j} K(x_{i} ,x_{j} )}$$
(3)

subject to

$$\sum\limits_{{{\text{i}} = 1}}^{\text{k}} {y_{i} \alpha_{i} = 0}$$
$$0 \le \alpha_{i} \le C, \quad \mathop {}\nolimits^{{}} i \in [1,k]$$
$$sign(h_{K} (x)) = 1$$
(4)

where

$$h_{K} (x) = \sum\limits_{i = 1 \to k} {y_{i} \alpha_{i} K(x,x_{i} ) + b}$$

With two classes p and q, a binary function B determines a class including a signal point. This function is represented in Eq. (5).

$$B(x_{i} ,h_{pq} ) = \left\{ {\begin{array}{*{20}l} 1\quad & {if\;h_{pq} (X_{i} ) = q} \\ 0 \quad & {\text {otherwise}} \\ \end{array} } \right.$$
(5)

Sensor placement with f-Apriori

We use Apriori algorithm for finding optimally position of the selected sensors in previous stage. Above all, in order to place the sensors, the distance between the sensors has to be determined. We define that F is the area in which the sensor is placed and I is the area of interest in F, and S is the sensor set included in F. After the sensors are relocated at previous stage, we find the sensors satisfying the predetermined coverage and connectivity in I. Here, we estimate the total entropy to maximize the number of removable sensors and minimize the remaining sensors. The total entropy is the sum of the entropy of each sensor. In Eqs. (6) and (7), Δn means the entropy for removing one sensor, and d i is the signal range of one sensor and E i is the initial entropy of the removable sensor i. If there are obstacles, d i has to be set so that overlapping coverage is minimized. The distance between neighboring sensors satisfying the equations is r ≤ d i  < √3 r. In addition, it satisfies the condition for applying the trilateration technique. This is the distance to guarantee coverage and connectivity between the sensors as shown in Fig. 3.

Fig. 3
figure 3

Sensor coverage and connectivity according to sensor placement: a maximum distance and b minimum distance between sensors considering trilateration

$$\hbox{max} \sum\limits_{i \in I} {\Delta n} \times d_{i}$$
(6)
$$\hbox{min}\, \frac{{\sum\nolimits_{i \in I} {(E_{i} - \Delta n \times d_{i} )} }}{\left| I \right|}$$
(7)

Once the coverage and connectivity of the sensors are determined, we use the sensor deployment strategy applying Apriori algorithm to find the removable sensors. When a signal point is included in the sensing range of more than two sensors (classes), we find association rules between the sensors in overlapping area. The association rules are estimated by counting the signal points in overlapping coverage generated by nearby sensors. The user-predefined minimum support value and confidence value are applied in finding the association rules. As shown in Fig. 4, Apriori algorithm produces removable candidate datasets C (candidate itemset) that have high frequency in the database D, and extends them to longer datasets L (large itemset) consisted from candidate datasets C. Note that the initial datasets in the database satisfy an essential prerequisite for performing trilateration, one of constraints. At each step, large itemset L is generated from the candidate datasets by using a join operation. This process quickly is repeated until further large itemset L are not found. Therefore, we define the method as f-Apriori.

Fig. 4
figure 4

Example of generating process of large itemset L

Experimental results and discussion

When modeling the sensor, we experiment whether the density of the signal points according to radius ratio or angle ratio of a sensor affects the results of the proposed method. In other words, we compare and analyze the effect of parameters when use the proposed method. As shown in Fig. 5, it is an example of generating signal points in a sensor by applying the signal strength characteristic of the sensor. The sensor signal points are generated in m concentric circles with the sensor signal radius r, radius offset r off , and angle offset θ off . Therefore, this figure shows an example of signal points generated by a change of radius offset r off , and angle offset θ off . The signal points are generated differently depending on radius offset and angle offset as shown in the figure. The figure is the result of simulation with Matlab. The simulation result shows that the finer of radius offset or angle offset between signal points takes the longer time for simulation. However, there is no problem in real-time processing since this task is performed only once in the preprocessing step. In addition, the sensor modeling method proposed in this paper considers only two important parameters (radius offset and angle offset) without regard to other parameters because signal points of a sensor are generated in a circular shape based on Gaussian distribution.

Fig. 5
figure 5

Example of signal points generated by a change of radius offset r off , and angle offset θ off

In next, we experiment the change of the ratio of signal points in each sensor according to angle offset and radius offset. Then, e-SVM classifier is used for classifying the signal points in the overlapped area between the sensors. Each experiment evaluates the number of the signal points created by five sensors and the cases of twelve offsets. Figure 6 shows the results of signal points generated according to a change of angle offset θ _ off when radius offset R_off is fixed at 1.0, and Fig. 7 presents the results of signal points generated according to a change of radius offset R_off when angle offset θ _ off is 0.5. As in the experimental results, each offset does not affect the ratio of the signal points in the overlapping region. In other words, the fourth sensor has the largest number of signal points because it overlaps most of the other sensors. In addition, as shown in the figure, the ratio of the signal points accumulated in five sensors is the same as that of the signal points in the range. Finally, we confirm that the offsets do not affect in the proposed method, and verify that the experimental results are the same whenever simulated at arbitrary offsets such as angle and radius. However, performance evaluation based on parameters other than the radius and angle was not performed here.

Fig. 6
figure 6

Example the ratio of signal points according to angle offset θ_off

Fig. 7
figure 7

Example the ratio of signal points according to radius offset R_off

We have performed the experiment to estimate the accuracy of signal transmission in the three cases installing a sensor described in “Efficient location tracking strategy”. That is, the actual receiving range of the signal is measured when the sensors have the sensing coverage of 270, 180, and 90 degrees. Figure 8 shows that the accuracy error is within a distance of 2–3.5 m in all three cases. However, we have not been performed experiments under a variety of sensing coverage and various environments.

Fig. 8
figure 8

Signal accuracy of three sensing fields: 270 (left), 180 (middle), and 90 degrees (right)

In order to determine classes of signal points in overlapped area made by two sensors, we experiment the performance of the proposed e-SVM classifier employed in the sensor deployment strategy that is compared with the two previous classifiers, the probabilistic Bayesian classifier in [27] and the k-NN method in [33]. This comparison experiment is performed in two different conditions: (a) the signals are generated irrespective of the location of sensors and (b) the signals are generated as being influenced by installed location such as the three cases described in “Efficient location tracking strategy”. The sensors are placed in a residential area where buildings and other structures are densely populated, and 1500 sensors are virtually deployed in simulation. Figure 9 shows the performance of the three classifiers. In Condition 1, the proposed classifier can efficiently lower the cost for decreasing deployed sensors by three times in comparison with the k-NN classifier and 1.5 times compared with the Bayesian classifier. In Condition 2, the proposed e-SVM classifier reduces the number of deployed sensors by 1.8–4 times compared to the two previous classifiers.

Fig. 9
figure 9

The number of sensor according to each classifier

For optimal placement of sensors, it is important to minimize the overlapping area of sensors by making one signal point belong only to one class. In this paper, we compare the proposed f-Apriori method with the FP-tree method, which is similar to the proposed method, to find the sensors needed for trilateration. In other words, FP-tree is used to find removable sensors with frequent patterns through association and correlation analysis between sensors. As shown in Fig. 10, the f-Apriori method reduces the cost about 50% less than the FP-tree method in both Condition 1 and 2. However, we have not performed comparative experiments on geometry-based methods and compared only the performance of two methodologically similar methods. In addition, we have not been able to compare various methods because it is difficult to model other methods by considering trilateration.

Fig. 10
figure 10

The number of sensor according to each placement technique

Figure 11 shows an example of the experimental results using the proposed method. We classify signal points in overlapping areas using the proposed e-SVM classifier. As shown in the figure, the number of signal points voting to each sensor is accumulated to find the candidate sensors, and some of the sensors are determined as removable sensor by the proposed f-Apriori method. This process is repeated for each step to determine the optimum position of the sensors. The top figures show the simulation result by means of Matlab, and the bottom figures represent the signal boundary of each sensor and removable sensors (bold circle). By applying the proposed method, it is possible to optimally deploy the sensors considering the connectivity between sensors. Therefore, as shown in Fig. 11, in order to deploy the sensors, it is necessary to secure not only the distance between the sensors but also the connectivity between the sensors on the path. However, our method takes a long time when simulate for deploying multiple sensors in a large space such as outdoor environment. However, it is not a problem at all since the simulation process is performed only once at the beginning to arrange the sensor. Therefore, our method is more useful when deploying many sensors of the same type in a large space or when deploying various kinds of sensors.

Fig. 11
figure 11

An example of experimental results: a shows initial sensors deployed randomly and b is the result after removing two sensors in previous stage, and c presents optimal deployment of sensors finally

Conclusion

Existing sensor deployment methods focus on maximizing the sensor field coverage in indoor environments. This paper has proposed an efficient sensor deployment strategy that covers an outdoor sensing area by deploying a minimum number of sensors while maintaining the connectivity between the deployed sensors. The proposed strategy can localize the likely position of a moving object within the sensing range of sensors via trilateration, and ensure the connectivity between transmitting and receiving sensor signal by placing the sensors along the expected motion paths of mobile object. This paper has also presented the classification of signaling points in overlapped sensor areas and the optimization of sensor deployment that enables moving objects to track anywhere in the sensing range through trilateration. In the experiments, the efficiency of the proposed e-SVM classifier and f-Apriori deployment method is demonstrated by comparing it with other algorithms.

Abbreviations

SVM:

support vector machine

WSN:

wireless sensor networks

FP-tree:

frequent pattern tree

References

  1. Burrell J, Brooke T, Beckwith R (2004) Vineyard computing: sensor networks in agricultural production. IEEE Pervasive Comput 3(1):38–45

    Article  Google Scholar 

  2. Hsieh TT (2004) Using sensor networks for highway and traffic applications. IEEE Potentials 23(2):13–16

    Article  Google Scholar 

  3. Tseng YC, Pan MS, Tsai YY (2006) Wireless sensor networks for emergency navigation. Computer 39(7):55–62

    Article  Google Scholar 

  4. Tseng YC, Wang YC, Cheng KY (2005) An integrated mobile surveillance and wireless sensor (iMouse) system and its detection delay analysis. In: Proceedings of ACM international symposium on modeling, analysis and simulation of wireless and mobile systems, pp 178–181

  5. Akyildiz IF, Su W, Sankarasubramaniam Y, Cayirci E (2002) A survey on sensor networks. IEEE Commun Mag 40(8):102–114

    Article  Google Scholar 

  6. D’Andrea R (2012) Guest editorial: a revolution in the warehouse: a retrospective on Kiva systems and the grand challenges ahead. IEEE Trans Autom Sci Eng 9(4):638–639

    Article  Google Scholar 

  7. Meguerdichian S, Koushanfar F, Potkonjak M, Srivastava MB (2001) Coverage problems in wireless ad-hoc sensor networks. In: Proceedings of IEEE INFOCOM, pp 1380–1387

  8. Tian D, Georganas D (2002) A Coverage-preserving node scheduling scheme for large wireless sensor networks. In: Proceedings of ACM international workshop wireless sensor networks and applications, pp 32–41

  9. Zhang H, Hou JC (2005) Maintaining sensing coverage and connectivity in large sensor networks. Int J Wirel Ad Hoc Sens Netw 1(1–2):89–124

    Google Scholar 

  10. Dhillon S, Chakrabarty K (2003) Sensor placement for effective coverage and surveillance in distributed sensor networks. In: IEEE wireless communications network, pp 1609–1614

  11. Gonzalez-Ba HH, Latombe JC (2000) A randomized art-gallery algorithm for sensor placement. In: 16th ACM symposium computing geometry, pp 232–240

  12. Guestrin C, Krause A, Singh AP (2005) Near-optimal sensor placements in Gaussian processes. In: 22th international conference machine learning, pp 265–272

  13. Latombe JC (1991) Robot motion planning. Kluwer Academic Publishers, Boston

    Book  MATH  Google Scholar 

  14. Urrutia J (2000) Art gallery and illumination problems. Handbook of computational geometry. Elsevier, Amsterdam, pp 973–1027

    Chapter  Google Scholar 

  15. Zhao F, Guibas LJ (2004) Wireless sensor networks: an information processing approach. Morgan Kaufmann, San Francisco

    Google Scholar 

  16. Pughat A, Sharma V (2015) A review on stochastic approach for dynamic power management in wireless sensor networks. Hum-centric Comput Inf Sci 5(4):1–14

    Google Scholar 

  17. Khoobjou E, Mazinan AH (2017) On hybrid intelligence-based control approach with its application to flexible robot system. Hum-centric Comput Inf Sci 7(5):1–18

    Google Scholar 

  18. Lee J, Chae H, Hong K (2015) A fainting condition detection system using thermal imaging cameras based object tracking algorithm. J Converg 6(3):1–15

    Google Scholar 

  19. Akshay N, Kumar MP, Harish B, Dhanorkar S (2010) An efficient approach for sensor deployments in wireless sensor network. In: International conference on emerging trends in robotics and communication technologies, Chennai, 3–5 Dec 2010, pp 350–355

  20. Muhamad WNW, Rodzi NH, Isa NM, Ab Wahab N (2010) Efficient network coverage for wireless sensor networks. In: TENCON 2010–2010 IEEE region 10 conference, pp 240–244

  21. Takahara G, Xu K, Hassanein H (2007) Efficient coverage planning for grid-based wireless sensor networks. In: IEEE international conference on communications [ICC], Glasgow, Scotland, 24–28 June 2007, pp 3522–3526

  22. Ma C, Shi H, Yan G, Li Y (2010) Deployment strategy with constraints of coverage and connectivity in wireless sensor networks. In: 12th IEEE international conference on communication technology (ICCT), Nanjing, 11–14 Nov 2010, pp 365–368

  23. Wang J, Medidi S (2008) Mesh-based coverage for wireless sensor networks. In: IEEE global telecommunications conference, New Orleans, LO, Nov 30–Dec 4 2008, pp 1–5

  24. Xu W, Hao X, Dang C (2008) Connectivity probability based on star type deployment strategy for wireless sensor networks. In: 7th world congress on intelligent control and automation, Chongqing, China, 25–27 June 2008, pp 1738–1742

  25. Azlina NAA, Aziz KA, Ismail WZW (2009) Coverage strategies for wireless sensor networks. World Acad Sci Eng Technol 3(2):135–140

    Google Scholar 

  26. Khazan N, Motlagh ABNG (2012) Node placement and coverage in asymmetrical area. Int J Adv Res Comput Sci Softw Eng 2(11):278–282

    Google Scholar 

  27. Lee JH, Kim K, Lee SC, Shin BS (2014) An efficient localization method based on adaptive optimal sensor placement. Int J Distrib Sens Netw 2014:1–11, Article ID 983618

  28. Manolakis DE (1996) Efficient solution and performance analysis of 3-D position estimation by trilateration. IEEE Trans Aerosp Electronic Syst 32(4):1239–1248

    Article  Google Scholar 

  29. Bulut A, Shin P, Yan L (2005) Real-time nondestructive structural health monitoring using support vector machines and wavelets. In: Proceeding of the conference on advanced sensor technologies for nondestructive evaluation and structural health monitoring (NDE’05), San Diego, CA, USA, March 2005

  30. Cortes C, Vapnik V (1995) Support-vector networks. Mach Learn 20(3):273–297

    MATH  Google Scholar 

  31. Agrawal R, Srikan R (1994) Fast algorithms for mining association rules in large databases. In: Proceedings of the 20th international conference on very large data bases, VLDB, Santiago, Chile, September 1994, pp 487–499

  32. Han J, Pei J, Yin Y (2000) Mining frequent patterns without candidate generation. In: Proceedings of 2000 ACM SIGMOD international conference management of data (SIGMOD’00), Dallas, TX, pp 1–12

  33. Wu Y, Ianakiev K, Govindaraju V (2002) Improved k-nearest neighbor classification. Pattern Recogn 35(10):2311–2318

    Article  MATH  Google Scholar 

Download references

Authors’ contributions

JHL has made substantial contributions to conception and design, or acquisition of data, or analysis and interpretation of data, as first author. BSS has been involved in drafting the manuscript or revising it critically for important intellectual content, as corresponding author. Both authors read and approved the final manuscript.

Acknowledgements

This research was supported by next-generation information computing development program through the National Research Foundation of Korea (NRF) funded by the Ministry of Education, Science and Technology (No. 2012M3C4A7032781), and this work was supported by the DGIST R&D Program of the Ministry of Science of Korea (16-FA-07).

Authors’ information

Jin-Hee Lee is a senior researcher in Future Automotive Technology Research Center, DGIST, Korea. She received the B.S. degree in Computer Science from Korea National Open University, and M.S. and Ph.D. degree in Computer and Information Engineering from Inha University of Korea. Her research interests include human computer interaction, wearable computer, and ubiquitous computing. Byeong-Seok Shin is a professor in the School of Computer and Information Engineering, Inha University, Korea. He received his B.S., M.S., and Ph.D. in Computer Engineering from the Seoul National University in Korea. Current research interests include human computer interaction, volume rendering, real-time graphics, and medical imaging.

Competing interests

The authors declare that they have no competing interests.

Availability of data and materials

Not applicable.

Consent for publication

Not applicable.

Ethics approval and consent to participate

Not applicable.

Publisher’s Note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Byeong-Seok Shin.

Rights and permissions

Open Access This article is distributed under the terms of the Creative Commons Attribution 4.0 International License (http://creativecommons.org/licenses/by/4.0/), which permits unrestricted use, distribution, and reproduction in any medium, provided you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons license, and indicate if changes were made.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Lee, JH., Shin, BS. SensDeploy: efficient sensor deployment strategy for real-time localization. Hum. Cent. Comput. Inf. Sci. 7, 36 (2017). https://doi.org/10.1186/s13673-017-0117-2

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/s13673-017-0117-2

Keywords