Development of a Tracklet Extraction Engine
Ryou Ohsawa

TL;DR
This paper presents 'tracee', an efficient and robust algorithm for extracting colinear line segments from large 3D point data, useful for detecting moving objects like space debris and satellites.
Contribution
The paper introduces 'tracee', a novel two-step algorithm that efficiently detects colinear points in 3D space, robust against distractors and crossings, applicable beyond its initial purpose.
Findings
Successfully detects colinear segments in large 3D datasets
Robust against distractors and crossing line segments
Applicable to various domains beyond space object detection
Abstract
An efficient algorithm is required to extract moving objects (asteroids, satellites, and space debris) from enormous data with advances in observational instruments. We have developed an algorithm, tracee, to swiftly detect points aligned as a line segment from a three-dimensional space. The algorithm consists of two steps; First, construct a k-nearest neighbor graph of given points, and then extract colinear line segments by grouping. The proposed algorithm is robust against distractors and works properly even when line segments are crossed. While the algorithm is originally developed for moving object detection, it can be used for other purposes.
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsImage and Object Detection Techniques · Robotics and Sensor-Based Localization · Astronomical Observations and Instrumentation
