paper-with-me

홈 › Papers

VEDIT: Latent Prediction Architecture For Procedural Video Representation Learning

2024-10-04 · Han Lin, Tushar Nagarajan, Nicolas Ballas, Mido Assran, Mojtaba Komeili, Mohit Bansal, Koustuv Sinha

Procedural video representation learning is an active research area where the objective is to learn an agent which can anticipate and forecast the future given the present video input, typically in conjunction with textual annotations. Prior works often rely on large-scale pretraining of visual encoders and prediction models with language supervision. However, the necessity and effectiveness of extending compute intensive pretraining to learn video clip sequences with noisy text supervision have not yet been fully validated by previous works. In this work, we show that a strong off-the-shelf frozen pretrained visual encoder, along with a well designed prediction model, can achieve state-of-the-art (SoTA) performance in forecasting and procedural planning without the need for pretraining the prediction model, nor requiring additional supervision from language or ASR. Instead of learning representations from pixel space, our method utilizes the latent embedding space of publicly available vision encoders. By conditioning on frozen clip-level embeddings from observed steps to predict the actions of unseen steps, our prediction model is able to learn robust representations for forecasting through iterative denoising - leveraging the recent advances in diffusion transformers (Peebles & Xie, 2023). Empirical studies over a total of five procedural learning tasks across four datasets (NIV, CrossTask, COIN and Ego4D-v2) show that our model advances the strong baselines in long-horizon action anticipation (+2.6% in Verb ED@20, +3.1% in Noun ED@20), and significantly improves the SoTA in step forecasting (+5.0%), task classification (+3.8%), and procedure planning tasks (up to +2.28% in success rate, +3.39% in mAcc, and +0.90% in mIoU).

📄 PDF Abstract BibTeX arXiv:2410.03478

Code (0)

등록된 구현이 없습니다.

Tasks

Action AnticipationDenoisingPredictionRepresentation Learning

Methods 이 논문이 사용한 방법론

CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…
Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

MagicDriveDiT: High-Resolution Long Video Generation for Autonomous Driving with Adaptive Control

2024-11-21 · Ruiyuan Gao, Kai Chen, Bo Xiao, Lanqing Hong 외

The rapid advancement of diffusion models has greatly improved video synthesis, especially in controllable video generation, which is essential for applications like autonomous driving. However, existing methods are limi…

Autonomous DrivingVideo Generation

DFVEdit: Conditional Delta Flow Vector for Zero-shot Video Editing

2025-06-26 · Lingling Cai, Kang Zhao, Hangjie Yuan, Xiang Wang 외

The advent of Video Diffusion Transformers (Video DiTs) marks a milestone in video generation. However, directly applying existing video editing methods to Video DiTs often incurs substantial computational overhead, due …

Video EditingVideo Generation

Guiding Video Prediction with Explicit Procedural Knowledge

2024-06-26 · Patrick Takenaka, Johannes Maucher, Marco F. Huber

We propose a general way to integrate procedural knowledge of a domain into deep learning models. We apply it to the case of video prediction, building on top of object-centric deep models and show that this leads to a b…

DisentanglementPredictionVideo Prediction

InstructVEdit: A Holistic Approach for Instructional Video Editing

2025-03-22 · Chi Zhang, Chengjian Feng, Feng Yan, Qiming Zhang 외

Video editing according to instructions is a highly challenging task due to the difficulty in collecting large-scale, high-quality edited video pair data. This scarcity not only limits the availability of training data b…

Video Editing

JAVEDIT: Joint Audio-Visual Instruction-Guided Video Editing with Agentic Data Curation

2026-06-02 · Yinan Chen, Chuming Lin, Zhennan Chen, Yuxiang Zeng 외 arxiv

While instruction-based video editing has seen significant progress, joint audio-visual editing remains constrained by the absence of dedicated datasets and benchmarks. To bridge this gap, we present JAVEdit-100k, the fi…