paper-with-me

홈 › Papers

Video Prediction Models as General Visual Encoders

2024-05-25 · James Maier, Nishanth Mohankumar

This study explores the potential of open-source video conditional generation models as encoders for downstream tasks, focusing on instance segmentation using the BAIR Robot Pushing Dataset. The researchers propose using video prediction models as general visual encoders, leveraging their ability to capture critical spatial and temporal information which is essential for tasks such as instance segmentation. Inspired by human vision studies, particularly Gestalts principle of common fate, the approach aims to develop a latent space representative of motion from images to effectively discern foreground from background information. The researchers utilize a 3D Vector-Quantized Variational Autoencoder 3D VQVAE video generative encoder model conditioned on an input frame, coupled with downstream segmentation tasks. Experiments involve adapting pre-trained video generative models, analyzing their latent spaces, and training custom decoders for foreground-background segmentation. The findings demonstrate promising results in leveraging generative pretext learning for downstream tasks, working towards enhanced scene analysis and segmentation in computer vision applications.

📄 PDF Abstract BibTeX arXiv:2405.16382

Code (0)

등록된 구현이 없습니다.

Tasks

Instance SegmentationPredictionSegmentationSemantic SegmentationVideo Prediction

Similar Papers 제목 키워드 기반

Video Prediction Policy: A Generalist Robot Policy with Predictive Visual Representations

2024-12-19 · Yucheng Hu, Yanjiang Guo, Pengchao Wang, Xiaoyu Chen 외

Visual representations play a crucial role in developing generalist robotic policies. Previous vision encoders, typically pre-trained with single-image reconstruction or two-image contrastive learning, tend to capture st…

Contrastive LearningImage ReconstructionRobot ManipulationVideo Generation+1

What Makes Video World Model Latents Action-Relevant: Prediction over Reconstruction

2026-06-05 · Jewon Yeom, Hanseul Kim, Jeongjae Park, Sungmok Jung 외 arxiv

Video world models are increasingly used to provide predictive visual representations, yet it remains unclear which pretraining signals induce action-relevant structure in their latent spaces. We study this question thro…

Revisiting Feature Prediction for Learning Visual Representations from Video

2024-02-15 · arXiv preprint 2024 2 · Adrien Bardes, Quentin Garrido, Jean Ponce, Xinlei Chen 외

This paper explores feature prediction as a stand-alone objective for unsupervised learning from video and introduces V-JEPA, a collection of vision models trained solely using a feature prediction objective, without the…

Prediction

Greedy Hierarchical Variational Autoencoders for Large-Scale Video Prediction

2021-03-06 · CVPR 2021 1 · Bohan Wu, Suraj Nair, Roberto Martin-Martin, Li Fei-Fei 외

A video prediction model that generalizes to diverse scenes would enable intelligent agents such as robots to perform a variety of tasks via planning with the model. However, while existing video prediction models have p…

PredictionVideo Prediction

Unifying Specialized Visual Encoders for Video Language Models

2025-01-02 · Jihoon Chung, Tyler Zhu, Max Gonzalez Saez-Diez, Juan Carlos Niebles 외

The recent advent of Large Language Models (LLMs) has ushered sophisticated reasoning capabilities into the realm of video through Video Large Language Models (VideoLLMs). However, VideoLLMs currently rely on a single vi…

Multiple-choiceVideo Understanding