Skip to main content

Succinct Quadtrees for Road Data

  • Conference paper
  • First Online:
Similarity Search and Applications (SISAP 2017)

Part of the book series: Lecture Notes in Computer Science ((LNISA,volume 10609))

Included in the following conference series:

Abstract

We propose succinct quadtrees, space-efficient data structures for nearest point and segment queries in 2D space. We can compress both the tree structure and point coordinates and support fast queries. One important application is so called map matching, given GPS location data with errors, to correct errors by finding the nearest road. Experimental results show that our new data structure uses 1/25 working memory of a standard library for nearest point queries.

This work was supported by JST CREST Grant Number JPMJCR1402, Japan.

This is a preview of subscription content, log in via an institution to check access.

Access this chapter

Chapter
USD 29.95
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
eBook
USD 54.99
Price excludes VAT (USA)
  • Available as EPUB and PDF
  • Read on any device
  • Instant download
  • Own it forever
Softcover Book
USD 69.99
Price excludes VAT (USA)
  • Compact, lightweight edition
  • Dispatched in 3 to 5 business days
  • Free shipping worldwide - see info

Tax calculation will be finalised at checkout

Purchases are for personal use only

Institutional subscriptions

Notes

  1. 1.

    http://www.dis.uniroma1.it/challenge9/download.shtml.

  2. 2.

    http://www.drm.jp/english/drm/e_index.htm.

  3. 3.

    http://www.cs.umd.edu/~mount/ANN/.

References

  1. Arroyuelo, D., Cánovas, R., Navarro, G., Sadakane, K.: Succinct trees in practice. In: Proceedings 11th Workshop on Algorithm Engineering and Experiments (ALENEX), pp. 84–97. SIAM Press (2010)

    Google Scholar 

  2. Arroyuelo, D., et al.: Untangled monotonic chains and adaptive range search. Theor. Comput. Sci. 412(32), 4200–4211 (2011)

    Article  MathSciNet  MATH  Google Scholar 

  3. Arya, S., Mount, D.M.: Approximate nearest neighbor queries in fixed dimensions. In: Proceedings of the Fourth Annual ACM-SIAM Symposium on Discrete Algorithms, SODA 1993, pp. 271–280, Philadelphia, PA, USA, 1993. Society for Industrial and Applied Mathematics (1993)

    Google Scholar 

  4. Benoit, D., Demaine, E.D., Munro, J.I., Raman, R., Raman, V., Rao, S.S.: Representing trees of higher degree. Algorithmica 43(4), 275–292 (2005)

    Article  MathSciNet  MATH  Google Scholar 

  5. Bentley, J.L.: Multidimensional binary search trees used for associative searching. Commun. ACM 18(9), 509–517 (1975)

    Article  MATH  Google Scholar 

  6. Brisaboa, N.R., de Bernardo, G., Konow, R., Navarro, G.: K 2-Treaps: Range Top-k Queries in Compact Space. In: Moura, E., Crochemore, M. (eds.) SPIRE 2014. LNCS, vol. 8799, pp. 215–226. Springer, Cham (2014). doi:10.1007/978-3-319-11918-2_21

    Google Scholar 

  7. Brisaboa, N., Ladra, S., Navarro, G.: Compact representation of web graphs with extended functionality. Inf. Syst. 39(1), 152–174 (2014)

    Article  Google Scholar 

  8. Brisaboa, N., Luaces, M., Navarro, G., Seco, D.: Space-efficient representations of rectangle datasets supporting orthogonal range querying. Inf. Syst. 35(5), 635–655 (2013)

    Article  Google Scholar 

  9. Bernardo, G., Álvarez-García, S., Brisaboa, N.R., Navarro, G., Pedreira, O.: Compact Querieable Representations of Raster Data. In: Kurland, O., Lewenstein, M., Porat, E. (eds.) SPIRE 2013. LNCS, vol. 8214, pp. 96–108. Springer, Cham (2013). doi:10.1007/978-3-319-02432-5_14

    Chapter  Google Scholar 

  10. Elias, P., Interval, R.R., Coding, S.: Two on-line adaptive variable-length schemes. IEEE Trans. Inf. Theor. 33(1), 3–10 (1987)

    Article  Google Scholar 

  11. Farzan, A., Gagie, T., Navarro, G.: Entropy-bounded representation of point grids. Comput. Geom. Theory Appl. 47(1), 1–14 (2014)

    Article  MathSciNet  MATH  Google Scholar 

  12. Finkel, R.A., Bentley, J.L.: Quad trees a data structure for retrieval on composite keys. Acta Informatica 4(1), 1–9 (1974)

    Article  MATH  Google Scholar 

  13. Gagie, T., González-Nova, J.., Ladra, S., Navarro, G., Seco, D.: Faster compressed quadtrees. In: Proceedings 25th Data Compression Conference (DCC), pp. 93–102 (2015)

    Google Scholar 

  14. Grossi, R., Vitter, J.S.: Compressed suffix arrays and suffix trees with applications to text indexing and string matching. SIAM J. Comput. 35(2), 378–407 (2005)

    Article  MathSciNet  MATH  Google Scholar 

  15. Hoel, E.G., Samet, H.: A qualitative comparison study of data structures for large line segment databases. In: Proceedings of the 1992 ACM SIGMOD international conference on Management of data - SIGMOD 1992, vol. 21, pp. 205–214, New York, USA, 1992. ACM Press (1992)

    Google Scholar 

  16. Jansson, J., Sadakane, K., Sung, W.-K.: Ultra-succinct representation of ordered trees with applications. J. Comput. Syst. Sci. 78(2), 619–631 (2012)

    Article  MathSciNet  MATH  Google Scholar 

  17. Navarro, G., Nekrich, Y., Russo, L.: Space-efficient data-analysis queries on grids. Theoret. Comput. Sci. 482, 60–72 (2013)

    Article  MathSciNet  MATH  Google Scholar 

  18. Okanohara, D., Sadakane, K.: Practical entropy-compressed rank/ select dictionary. In: Proceedings of Workshop on Algorithm Engineering and Experiments (ALENEX) (2007)

    Google Scholar 

  19. Rossignac, J.: Edgebreaker: connectivity compression for triangle meshes. IEEE Trans. Visual Comput. Graphics 5(1), 47–61 (1999)

    Article  MathSciNet  Google Scholar 

  20. Tellez, E.S., Chavez, E., Navarro, G.: Succinct nearest neighbor search. Inf. Syst. 38(7), 1019–1030 (2013)

    Article  Google Scholar 

  21. Venkat, P., Mount, D.M.: A succinct, dynamic data structure for proximity queries on point sets. In: Proceedings of the 26th Canadian Conference on Computational Geometry, CCCG 2014, Halifax, Nova Scotia, Canada, 2014 (2014)

    Google Scholar 

Download references

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Kunihiko Sadakane .

Editor information

Editors and Affiliations

Rights and permissions

Reprints and permissions

Copyright information

© 2017 Springer International Publishing AG

About this paper

Cite this paper

Ishiyama, K., Kobayashi, K., Sadakane, K. (2017). Succinct Quadtrees for Road Data. In: Beecks, C., Borutta, F., Kröger, P., Seidl, T. (eds) Similarity Search and Applications. SISAP 2017. Lecture Notes in Computer Science(), vol 10609. Springer, Cham. https://doi.org/10.1007/978-3-319-68474-1_18

Download citation

  • DOI: https://doi.org/10.1007/978-3-319-68474-1_18

  • Published:

  • Publisher Name: Springer, Cham

  • Print ISBN: 978-3-319-68473-4

  • Online ISBN: 978-3-319-68474-1

  • eBook Packages: Computer ScienceComputer Science (R0)

Publish with us

Policies and ethics