paper-with-me

홈 › Papers

Imitation Learning from a Single Temporally Misaligned Video

2025-02-08 · William Huey, Huaxiaoyue Wang, Anne Wu, Yoav Artzi, Sanjiban Choudhury

We examine the problem of learning sequential tasks from a single visual demonstration. A key challenge arises when demonstrations are temporally misaligned due to variations in timing, differences in embodiment, or inconsistencies in execution. Existing approaches treat imitation as a distribution-matching problem, aligning individual frames between the agent and the demonstration. However, we show that such frame-level matching fails to enforce temporal ordering or ensure consistent progress. Our key insight is that matching should instead be defined at the level of sequences. We propose that perfect matching occurs when one sequence successfully covers all the subgoals in the same order as the other sequence. We present ORCA (ORdered Coverage Alignment), a dense per-timestep reward function that measures the probability of the agent covering demonstration frames in the correct order. On temporally misaligned demonstrations, we show that agents trained with the ORCA reward achieve $4.5$x improvement ($0.11 \rightarrow 0.50$ average normalized returns) for Meta-world tasks and $6.6$x improvement ($6.55 \rightarrow 43.3$ average returns) for Humanoid-v4 tasks compared to the best frame-level matching algorithms. We also provide empirical analysis showing that ORCA is robust to varying levels of temporal misalignment. Our code is available at https://github.com/portal-cornell/orca/

📄 PDF Abstract BibTeX arXiv:2502.05397

Code (1)

portal-cornell/orca 공식 구현 pytorch

Tasks

Imitation Learning

Similar Papers 제목 키워드 기반

STRIDE: Single-video based Temporally Continuous Occlusion-Robust 3D Pose Estimation

2023-12-24 · Rohit Lal, Saketh Bachu, Yash Garg, Arindam Dutta 외

The capability to accurately estimate 3D human poses is crucial for diverse fields such as action recognition, gait recognition, and virtual/augmented reality. However, a persistent and significant challenge within this …

3D Human Pose Estimation3D Pose EstimationAction RecognitionGait Recognition+2

Dynamic Gaussian Scene Reconstruction from Unsynchronized Videos

2025-11-14 · Zhixin Xu, Hengyu Zhou, Yuan Liu, Wenhan Xue 외 arxiv

Multi-view video reconstruction plays a vital role in computer vision, enabling applications in film production, virtual reality, and motion analysis. While recent advances such as 4D Gaussian Splatting (4DGS) have demon…

Video Reconstruction

Mind the Time: Temporally-Controlled Multi-Event Video Generation

2024-12-06 · CVPR 2025 1 · Ziyi Wu, Aliaksandr Siarohin, Willi Menapace, Ivan Skorokhodov 외

Real-world videos consist of sequences of events. Generating such sequences with precise temporal control is infeasible with existing video generators that rely on a single paragraph of text as input. When tasked with ge…

Video Generation

GeoMan: Temporally Consistent Human Geometry Estimation using Image-to-Video Diffusion

2025-05-29 · Gwanghyun Kim, Xueting Li, Ye Yuan, Koki Nagano 외

Estimating accurate and temporally consistent 3D human geometry from videos is a challenging problem in computer vision. Existing methods, primarily optimized for single images, often suffer from temporal inconsistencies…

Depth EstimationImage to Video GenerationVideo Generation

Nearest-Neighbor Inter-Intra Contrastive Learning from Unlabeled Videos

2023-03-13 · David Fan, Deyu Yang, Xinyu Li, Vimal Bhat 외

Contrastive learning has recently narrowed the gap between self-supervised and supervised methods in image and video domain. State-of-the-art video contrastive learning methods such as CVRL and $\rho$-MoCo spatiotemporal…

Contrastive LearningDiversity