competitive online routing algorithms in delaunay
play

Competitive Online Routing Algorithms in Delaunay Triangulations - PowerPoint PPT Presentation

Competitive Online Routing Algorithms in Delaunay Triangulations Presented by Anders Lundgren and Agata Gruza Computing Dirichlet Tesselantions: Adrian Bowyer Computing the N-Dimensional Deluanay Tessellation with Application to Voronoi


  1. Competitive Online Routing Algorithms in Delaunay Triangulations Presented by Anders Lundgren and Agata Gruza

  2. Computing Dirichlet Tesselantions: Adrian Bowyer Computing the N-Dimensional Deluanay Tessellation with Application to Voronoi Polytopes: David Watson

  3. Bowyer-Watson Iterative Deluanay Triangulation

  4. Net Gain: 2 Triangles / Iteration O(n 2 ) : can be improved to O(n 1.5 )

  5. II. New Memoryless Online Routing Algorithms for Delaunay Triangulations

  6. Online routing algorithms - algorithms designed for the scenario where a packet/vehicle/robot only has local information available to find out its paths. The online routing algorithms are a special kind of geometric routing algorithms in which each node only stores the positions of its one-hop neighbors in its memory .

  7. Properties of the memoryless online routing (MOR) algorithms: 1. low space overhead in packet headers 2. low complexity of routing computation at nodes 3. scalable to large networks because of using only local information to route packets 4. energy efficient because of having no global information exchange

  8. A Delaunay triangulation (DT) is a triangulation graph in which there is no node that lies in the interior of the circumcircle of any of its triangular faces

  9. MOR algorithms: ● Two-step Routing ● Apex-angle Routing ● Midpoint Routing ● Compass Midpoint Routing (not implemented) Existing MOR algorithms that are already proved to work for DTs: ● Compass Routing ● Greedy Routing ● Greedy Compass

  10. The Two-Step Routing Algorithm: Idea: minimize the sum of d(v,w) and d(w,t) , where w is a neighbor of v .

  11. The Apex-Angle Routing Algorithm: Idea: maximize this apex angle in each routing step. It guarantees a packet reaching the destination in DTs.

  12. The Midpoint Routing Algorithm: Idea: minimize the Euclidean distance to m , where m is the midpoint between the current forwarding node v and the destination t .

  13. The Compass Midpoint Algorithm: ● a special case of the Deterministic Compass algorithms ● Idea: the forwarding node v first decides the two nodes cw(v) and ccw(v) , and then selects one of them as next (v) using a deterministic rule ● Any Deterministic Compass algorithm works for DTs.

  14. Our contribution: Four Memoryless Online Routing Algorithms are compared between each other. Nodes are placed on the graph randomly. Our experimental results provide fundings on efficiency, average node cost and average path cost. ● Test latitude: 100 vertices ● Grid size: 600x600 ● Technology used: PHP 5.4.12, Apache 2.4.4, Vim 7.2, GD library, Windows 7 ● Source code: https://github.com/CruorVolt/OnlineRouting (the README file has updated information about how the program works)

  15. Results:

  16. Results:

  17. Results:

  18. Results:

  19. Results:

  20. Results:

  21. Results:

  22. Results:

  23. Results:

  24. Results:

  25. Results:

  26. Results: ● No upper bound exists for MOR algorithms ● The Two-step Routing and the Apex-angle Routing algorithms perform the best in Euclidean metric, so they are suitable for the scenarios such as robotics where reducing the Euclidean path length is the primary goal ● The Midpoint Routing and Compass Midpoint algorithms perform well in worst cases in both Euclidean and link metric, so they are suitable for the scenarios where unacceptable worst case performance is to be reduced

  27. Future work: ● Improve and make a program more efficient: ○ Presorted Bowyer-Watson ○ Dijkstras Priority Queue ● Ability to import and save results in a text file ● Possibility of running more than two algorithms in the same time

  28. References: ● http://www.izor.hr/web/guest/delaunaytriang - helpful for generation a test-triangulation ● E.White, J.Eisenhamer, “PHP 5 in Practice”, Sams Publishing, 2007 ● Bowyer, Adrian (1981). “Computing Drichlet Tessellations”. Comput. J. 24 (2): 162-166 ● Watson, David F. (1981). “Computing the n-dimensional Deluanay Tessellation with Application to Voronoi Polytopes.” Comput. J. 24 (2) 167-172. ● Dijkstra, E. W (1959). “A note on two problems in connexion with graphs”. Numerische Mathematic 1: 269-271.

  29. QUESTIONS !

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