TL;DR
The paper introduces FastSTray, a linear-time trajectory simplification algorithm tailored for robot programming by demonstration, which effectively reduces data points while preserving essential shape and temporal features.
Contribution
It presents a novel linear-time heuristic algorithm for trajectory simplification that is specifically designed for smooth robot motion data, improving efficiency over existing methods.
Findings
Eliminates about 90% of trajectory points
Maintains errors within 0.78-2cm
Achieves significant data reduction with minimal loss of accuracy
Abstract
Trajectory simplification is a problem encountered in areas like Robot programming by demonstration, CAD/CAM, computer vision, and in GPS-based applications like traffic analysis. This problem entails reduction of the points in a given trajectory while keeping the relevant points which preserve important information. The benefits include storage reduction, computational expense, while making data more manageable. Common techniques formulate a minimization problem to be solved, where the solution is found iteratively under some error metric, which causes the algorithms to work in super-linear time. We present an algorithm called FastSTray, which selects the relevant points in the trajectory in linear time by following an open loop heuristic approach. While most current trajectory simplification algorithms are tailored for GPS trajectories, our approach focuses on smooth trajectories for…
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.
