paper-with-me

Papers

Towards Data-Efficient Video Pre-training with Frozen Image Foundation Models

2026-05-18 · Svetlana Orlova, Niccolò Cavagnero, Gijs Dubbelman arxiv

Video foundation models achieve strong performance across many video understanding tasks, but typically require large-scale pre-training on massive video datasets, resulting in substantial data and compute costs. In contrast, modern image foundation models already provide powerful spatial representations. This raises an important question: can competitive video models be built by reusing these spatial representations and pre-training only for temporal reasoning? We take initial steps toward exploring a lightweight training paradigm that freezes a pre-trained image foundation model and trains only a recurrent temporal module to process streaming video. By reusing an image foundation model as a spatial encoder, this approach could significantly reduce the amount of video data and compute required compared to end-to-end video pre-training. In this work, we explore the feasibility of this approach before investing in computing for video pre-training. Our empirical findings across multiple video understanding tasks suggest that strong temporal performance can emerge without large-scale video pre-training, motivating future work on recurrent video foundation models obtained by pre-training a temporal module on top of a frozen image foundation model. Code: https://github.com/tue-mps/towards-video-image-frozen .

📄 PDF Abstract BibTeX arXiv:2605.19137

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

PMT: Plain Mask Transformer for Image and Video Segmentation with Frozen Vision Encoders

2026-03-26 · Niccolò Cavagnero, Narges Norouzi, Gijs Dubbelman, Daan de Geus arxiv

Vision Foundation Models (VFMs) pre-trained at scale enable a single frozen encoder to serve multiple downstream tasks simultaneously. Recent VFM-based encoder-only models for image and video segmentation, such as EoMT a…

Image SegmentationVideo Segmentation

VideoRAE: Taming Video Foundation Models for Generative Modeling via Representation Autoencoders

2026-07-15 · Zhihao Xie, Junfeng Wu, Xinting Hu, Junchao Huang 외 hf

Video generative models commonly rely on latent spaces learned by 3D Variational Autoencoders (3D-VAEs). However, conventional 3D-VAEs are mainly optimized for pixel-level reconstruction, which can limit the semantic and…

EndoDINO: A Foundation Model for GI Endoscopy

2025-01-08 · Patrick Dermyer, Angad Kalra, Matt Schwartz

In this work, we present EndoDINO, a foundation model for GI endoscopy tasks that achieves strong generalizability by pre-training on a well-curated image dataset sampled from the largest known GI endoscopy video dataset…

Decodermodel

Do Video Foundation Models Understand Intuitive Physics? A Layerwise Probing Analysis

2026-06-08 · Samuele Punzo, Niccolò Caselli, Ippokratis Pantelidis, Francesco Massafra 외 arxiv

We study whether pretrained video foundation models encode intuitive-physics information in their frozen representations, and how this information varies across model families, layers, and probe types. Using frozen-featu…

SteerVTE: Seamless Video Text Editing with Style and Glyph Control

2026-06-22 · Kai Zeng, Moran Li, Zhengwei Wang, Yingchen Yu 외 arxiv

Visual text editing aims to precisely modify text in images and videos while preserving stylistic consistency and visual realism. Despite significant advances in the image domain, video text editing remains largely unexp…