Search papers, labs, and topics across Lattice.
This paper introduces Information-Standardized Trajectory Resampling (ISR), an offline preprocessing method designed to enhance imitation learning for robotic manipulation by addressing the issues of noisy and temporally irregular human demonstration trajectories. By mapping trajectories onto an information-modulated Riemannian manifold and enforcing equal information distance between adjacent points, ISR effectively reduces redundancy and improves the quality of the data used for policy learning. The method was evaluated across three real-world tasks, demonstrating a 25% increase in task success rates compared to traditional time-uniform downsampling while also reducing dataset size and training costs.
Trajectory preprocessing can boost robotic imitation learning success rates by 25% while cutting down on data size and training expenses.
Imitation learning for robotic manipulation relies on large sets of human demonstration trajectories, which are often noisy and temporally irregular due to variable operator speed, intermittent pauses, and inconsistent action density. A common preprocessing strategy is time-uniform downsampling to shorten sequences, but it cannot effectively remove speed-induced non-uniformity or redundant pauses. This mismatch degrades data quality and hinders policy learning. To address this issue, we propose Information-Standardized Trajectory Resampling (ISR), an offline preprocessing method for effective imitation learning. ISR resamples each trajectory by enforcing approximately equal information distance between adjacent points. Specifically, we map trajectories onto an information-modulated Riemannian manifold and perform geodesic-equidistant parameterization. We construct an information-intensity field from velocity and acceleration norms: the velocity term removes small-motion redundancy, while the acceleration term preserves high-curvature and fine-manipulation phases. We evaluate ISR on three real-world manipulation tasks with mainstream imitation learning policies. Compared with the baseline time-uniform 3x downsampling, ISR improves task success rates by about 25%, remains robust across datasets collected from different operators, and reduces both dataset size and training cost. The code and videos are publicly available at https://d-robotics-ai-lab.github.io/isr.page.