The Application of kd-tree in Astronomy
Dan Gao, Yanxia Zhang, Yongheng Zhao

TL;DR
This paper discusses how kd-trees efficiently partition data to improve various astronomical tasks like catalog cross-identification, object classification, and photometric redshift measurement, demonstrating their practical importance.
Contribution
It provides case studies showing the application and performance benefits of kd-trees in multiple astronomical data analysis tasks.
Findings
kd-trees enable faster nearest neighbor searches in large catalogs
they improve classification accuracy of astronomical objects
kd-trees accelerate photometric redshift estimation
Abstract
The basic idea of the kd-tree algorithm is to recursively partition a point set P by hyperplanes, and to store the obtained partitioning in a binary tree. Due to its immense popularity, many applications in astronomy have been implemented. The algorithm can been used to solve a near neighbor problem for cross-identification of huge catalogs and realize the classification of astronomical objects. Since kd-tree can speed up query and partition spaces, some approaches based on it have been applied for photometric redshift measurement. We give the case studies of kd-tree in astronomy to show its importance and performance.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsData Management and Algorithms · Historical Geography and Cartography
