Papers
Topics
Authors
Recent
Gemini 2.5 Flash
Gemini 2.5 Flash
153 tokens/sec
GPT-4o
7 tokens/sec
Gemini 2.5 Pro Pro
45 tokens/sec
o3 Pro
4 tokens/sec
GPT-4.1 Pro
38 tokens/sec
DeepSeek R1 via Azure Pro
28 tokens/sec
2000 character limit reached

Spanner for the $0/1/\infty$ weighted region problem (2407.01951v1)

Published 2 Jul 2024 in cs.CG and cs.DS

Abstract: We consider the problem of computing an approximate weighted shortest path in a weighted subdivision, with weights assigned from the set ${0, 1, \infty}$. We present a data structure $B$, which stores a set of convex, non-overlapping regions. These include zero-cost regions (0-regions) with a weight of $0$ and obstacles with a weight of $\infty$, all embedded in a plane with a weight of $1$. The data structure $B$ can be constructed in expected time $O(N + (n/\varepsilon3)(\log(n/\varepsilon) + \log N))$, where $n$ is the total number of regions, $N$ represents the total complexity of the regions, and $1 + \varepsilon$ is the approximation factor, for any $0 < \varepsilon < 1$. Using $B$, one can compute an approximate weighted shortest path from any point $s$ to any point $t$ in $O(N + n/\varepsilon3 + (n/\varepsilon2) \log(n/\varepsilon) + (\log N)/\varepsilon)$ time. In the special case where the 0-regions and obstacles are polygons (not necessarily convex), $B$ contains a $(1 + \varepsilon)$-spanner of the input vertices.

Definition Search Book Streamline Icon: https://streamlinehq.com
References (24)
  1. Approximation algorithms for geometric shortest path problems. In Proceedings of the Thirty-second Annual ACM Symposium on Theory of Computing, pages 286–295, New York, NY, USA, May 2000. Association for Computing Machinery.
  2. Determining approximate shortest paths on weighted polyhedral surfaces. Journal of the ACM, 52(1):25–53, January 2005.
  3. Computing the Fréchet distance between two polygonal curves. International Journal of Computational Geometry & Applications, 05:75–91, March 1995.
  4. Towards tight bounds on theta-graphs: More is not always better. Theoretical Computer Science, 616:70–93, February 2016.
  5. On approximating shortest paths in weighted triangular tessellations. Artificial Intelligence, 318:103898, May 2023.
  6. Prosenjit Bose and André van Renssen. Spanning properties of Yao and theta-graphs in the presence of constraints. International Journal of Computational Geometry & Applications, 29(02):95–120, June 2019.
  7. Exact algorithms for partial curve matching via the Fréchet distance. In Proceedings of the Twentieth Annual ACM-SIAM Symposium on Discrete Algorithms, pages 645–654, USA, January 2009. Society for Industrial and Applied Mathematics.
  8. SETH says: weak fréchet distance is faster, but only if it is continuous and in one dimension. In Proceedings of the Thirtieth Annual ACM-SIAM Symposium on Discrete Algorithms, pages 2887–2901, USA, January 2019. Society for Industrial and Applied Mathematics.
  9. Triangulation Refinement and Approximate Shortest Paths in Weighted Regions. In Proceedings of the 2015 Annual ACM-SIAM Symposium on Discrete Algorithms, Proceedings, pages 1626–1640. Society for Industrial and Applied Mathematics, December 2014.
  10. Kenneth L. Clarkson. Approximation algorithms for shortest path motion planning. In Proceedings of the nineteenth annual ACM Symposium on Theory of Computing, pages 56–65, New York, NY, USA, January 1987. Association for Computing Machinery.
  11. Computational Geometry: Algorithms and Applications. Springer, Berlin, Heidelberg, 2008.
  12. Exact solutions to the Weighted Region Problem, February 2024. arXiv:2402.12028 [cs].
  13. Similarity of polygonal curves in the presence of outliers. Computational Geometry, 47(5):625–641, July 2014.
  14. A note on the unsolvability of the weighted region shortest path problem. Computational Geometry, 47(7):724–727, August 2014.
  15. Herbert Edelsbrunner. Computing the extreme distances between two convex polygons. Journal of Algorithms, 6(2):213–224, June 1985.
  16. Jeff Erickson. Algorithms. First edition, June 2019.
  17. Path planning in 0/1/infinity weighted regions with applications. In Proceedings of the Fourth Annual Symposium on Computational Geometry, pages 266–278, New York, NY, USA, January 1988. Association for Computing Machinery.
  18. Compact interval trees: a data structure for convex hulls. International Journal of Computational Geometry & Applications, 01(01):1–22, March 1991.
  19. Computing common tangents without a separating line. In Gerhard Goos, Juris Hartmanis, Jan Leeuwen, Selim G. Akl, Frank Dehne, Jörg-Rüdiger Sack, and Nicola Santoro, editors, Algorithms and Data Structures, volume 955, pages 183–193. Springer Berlin Heidelberg, Berlin, Heidelberg, 1995. Series Title: Lecture Notes in Computer Science.
  20. Approximating weighted shortest paths on polyhedral surfaces. In Proceedings of the Thirteenth Annual Symposium on Computational Geometry, pages 274–283, New York, NY, USA, August 1997. Association for Computing Machinery.
  21. Joseph S. B. Mitchell and Christos H. Papadimitriou. The weighted region problem: finding shortest paths through a weighted planar subdivision. Journal of the ACM, 38(1):18–73, January 1991.
  22. Geometric Spanner Network. Cambridge University Press, 2007.
  23. On finding approximate optimal paths in weighted regions. Journal of Algorithms, 58(1):1–32, January 2006.
  24. Victor Andreevich Toponogov. Differential Geometry of Curves and Surfaces: A Concise Guide. Birkhauser.

Summary

We haven't generated a summary for this paper yet.