minimizing the number of sensors moved on line segment or
play

Minimizing the number of Sensors Moved on Line Segment or Circle - PowerPoint PPT Presentation

Minimizing the number of Sensors Moved on Line Segment or Circle Barriers M. Mehrandish, L. Narayanan, J. Opatrny Department of Computer Science and Software Engineering Concordia University Montreal Canada MinNum Problem, 2011 p.1/22


  1. Minimizing the number of Sensors Moved on Line Segment or Circle Barriers M. Mehrandish, L. Narayanan, J. Opatrny Department of Computer Science and Software Engineering Concordia University Montreal Canada MinNum Problem, 2011 – p.1/22

  2. Intrusion Detection by Sensors A region can be protected using a sensor network. Each sensor has a sensing range r : r A sensor detects an object entering its sensing range. MinNum Problem, 2011 – p.2/22

  3. Intrusion Detection by Sensors Full coverage of a region: MinNum Problem, 2011 – p.3/22

  4. Intrusion Detection by Sensors Barrier coverage of a region: cover only its border. Barrier coverage is sufficient in many cases, and is cheaper. MinNum Problem, 2011 – p.4/22

  5. Line Segment Barrier We first consider a simplified case of a barrier coverage, when we need to cover a line segment (in blue) of the border. intruder Protected Area MinNum Problem, 2011 – p.5/22

  6. Covering Line Segment Barrier (1) Using static sensors: Sensors are scattered randomly in a band along the barrier intruder Protected Area People often study how many sensors are needed to provide a coverage with high probability. Drawback: Large number of sensors is needed. MinNum Problem, 2011 – p.6/22

  7. Covering Line Segment Barrier (2) Using mobile sensors: Sensors are scattered on the line along the barrier Protected Area Some sensors move to provide a barrier coverage. Protected Area MinNum Problem, 2011 – p.7/22

  8. Line Segment Barrier Problem: 0 L x x x x x5 xn 4 1 2 3 Given a line segment [0,L], and n sensors of sensing range r 1 , r 2 , . . . , r n in initial positions x 1 ≤ x 2 ≤ · · · ≤ x n on the line, determine the final positions of sensors so that 1. the line segment is covered, and 2. a particular aspect of sensors moves is optimized. MinNum Problem, 2011 – p.8/22

  9. Optimizations Studied Previously Minimize the maximal movement of sensors (MinMax). (A centralized algorithm is given in J. Czyzowicz et al., LNCS v. 5793, 2009) Minimize the sum of movement of sensors (MinSum). (A centralized algorithm is given in J. Czyzowicz et al., LNCS v. 6288, pp. 29-42, 2010) Algorithms for the two problem are different. Both motivated by saving sensor’s energy. MinNum Problem, 2011 – p.9/22

  10. Our Optimization Problem: MinNum Minimize the number of sensors that must move. We call it MinNum. Why MinNum: The energy cost of the movement start-up of a sensor can be more important than the eventual size of the move. It would be easier to organize a move of a smaller number of sensors. MinNum Problem, 2011 – p.10/22

  11. Given an instance of the barrier coverage problem, MinMax, MinSum, MinNum optimization problem typically give a different solution. 0 L MinMax solution: 0 L MinNum solution: 0 L MinNum Problem, 2011 – p.11/22

  12. Sub-problems of MinNum Let R be the sum of the sensing diameters of the sensors. The coverage of the barrier segment is possible only when R ≥ L . We consider several sub-problems of MinNum: 1. R ≥ L , full coverage, 2. R < L and the coverage is maximized, 3. R < L and the coverage is maximized and contiguous. MinNum Problem, 2011 – p.12/22

  13. 1. R ≥ L , full coverage: 0 L 2. R < L , maximal coverage: 0 L 3. R < L , maximal coverage, contiguous: 0 L MinNum Problem, 2011 – p.13/22

  14. Our Results The MinNum problem on a line segment [0; L ] is NP-hard, when sensors have unequal sensing ranges. The proof is done by reducing the partition problem to the MinNum problem. It remains NP-hard even on the infinite line in the contiguous case. Thus we now consider the case of homogeneous sensors with the identical sensor ranges. MinNum Problem, 2011 – p.14/22

  15. Identical Sensor Ranges We have low-degree centralized algorithm for each case: Contiguous non − contiguous R = L O ( n ) n.a. O ( n 3 ) R > L n.a. O ( n 2 ) O ( n 3 ) R < L Contiguous non − contiguous O ( n 2 ) infinite line O ( n ) MinNum Problem, 2011 – p.15/22

  16. Algorithm for R >L Given an instance of the problem with n sensors, Find the largest number j such that: 1. j sensors don’t move and 2. the gaps left on the line segment can be covered with at most n-j sensors. Given and instance S S S S S 1 2 3 4 5 0 L we can represent it using a directed graph: MinNum Problem, 2011 – p.16/22

  17. Algorithm for R >L Instance: S S S S S 1 2 3 4 5 0 L Its representation: edge cost = # of sensors needed to cover the remaining gap between these two sensors. many more edges 4 5 2 3 1 2 0 0 0 S S S F I S 5 2 3 4 Find a longest directed path from I to F such that length + cost ≤ n − 1 . Can be done by dynamic programming in O ( n 3 ) MinNum Problem, 2011 – p.17/22

  18. MinNum on a Circular Barrier MinNum Problem, 2011 – p.18/22

  19. MinNum on a Circle Barrier Barrier to cover is a circle, we have n sensors of sensing range r 1 , r 2 , . . . , r n , in initial positions x 1 ≤ x 2 ≤ . . . ≤ x n on the circle (angles w.r.t. to the center of the circle). Determine the final positions of sensors on the circle so that 1. the circle is covered (if possible), and 2. the number of sensors moved in minimal. MinNum Problem, 2011 – p.19/22

  20. Our Results The MinNum problem on a circle barrier C = (0 , d/ 2) of diameter d is NP-hard, when sensors have unequal sensing ranges. We consider in the rest the case of homogeneous sensors which have identical sensing range c r on the circle. We can consider several situations depending on the total length of the circle that can be covered. MinNum Problem, 2011 – p.20/22

  21. Our Results Length of the circle is πd Total potential coverage of sensors is of length nc r . Centralized algorithms: Contiguous non − contiguous O ( n 2 ) nc r = πd n.a. O ( n 4 ) nc r > πd n.a. O ( n 2 ) O ( n 4 ) nc r < πd < 2 nc r O ( n 2 ) 2 nc r ≤ πd O ( n ) MinNum Problem, 2011 – p.21/22

  22. Open Problems Can the complexity of algorithms be improved? Consider the barrier coverage problem when we have a fixed number of sensing ranges. Consider other shapes of barriers, e.g., a regular polygon Distributed algorithms for the problem. References: M. Mehrandish, L. Narayanan, J. Opatrny, Minimizing the Number of Sensors Moved on Line Barriers , Proc. of IEEE WCNC 2011, pp. 1464-1469, 2011. M. Mehrandish, Ph.D. Thesis, Concordia U., 2011 MinNum Problem, 2011 – p.22/22

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend