paper-with-me

Papers

Exploring Pre-trained Text-to-Video Diffusion Models for Referring Video Object Segmentation

2024-03-18 · Zixin Zhu, Xuelu Feng, Dongdong Chen, Junsong Yuan, Chunming Qiao, Gang Hua

In this paper, we explore the visual representations produced from a pre-trained text-to-video (T2V) diffusion model for video understanding tasks. We hypothesize that the latent representation learned from a pretrained generative T2V model encapsulates rich semantics and coherent temporal correspondences, thereby naturally facilitating video understanding. Our hypothesis is validated through the classic referring video object segmentation (R-VOS) task. We introduce a novel framework, termed "VD-IT", tailored with dedicatedly designed components built upon a fixed pretrained T2V model. Specifically, VD-IT uses textual information as a conditional input, ensuring semantic consistency across time for precise temporal instance matching. It further incorporates image tokens as supplementary textual inputs, enriching the feature set to generate detailed and nuanced masks. Besides, instead of using the standard Gaussian noise, we propose to predict the video-specific noise with an extra noise prediction module, which can help preserve the feature fidelity and elevates segmentation quality. Through extensive experiments, we surprisingly observe that fixed generative T2V diffusion models, unlike commonly used video backbones (e.g., Video Swin Transformer) pretrained with discriminative image/video pre-tasks, exhibit better potential to maintain semantic alignment and temporal consistency. On existing standard benchmarks, our VD-IT achieves highly competitive results, surpassing many existing state-of-the-art methods. The code is available at https://github.com/buxiangzhiren/VD-IT.

📄 PDF Abstract BibTeX arXiv:2403.12042

Code (1)

buxiangzhiren/vd-it 공식 구현 pytorch

Tasks

Referring Video Object SegmentationSemantic SegmentationVideo Object SegmentationVideo Semantic SegmentationVideo Understanding

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
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 제목 키워드 기반

VRMDiff: Text-Guided Video Referring Matting Generation of Diffusion

2025-03-11 · Lehan Yang, Jincen Song, Tianlong Wang, Daiqing Qi 외

We propose a new task, video referring matting, which obtains the alpha matte of a specified instance by inputting a referring caption. We treat the dense prediction task of matting as video generation, leveraging the te…

Image MattingVideo AlignmentVideo Generation

Temporal-Conditional Referring Video Object Segmentation with Noise-Free Text-to-Video Diffusion Model

2025-08-19 · Ruixin Zhang, Jiaqing Fan, Yifan Liao, Qian Qiao 외 arxiv

Referring Video Object Segmentation (RVOS) aims to segment specific objects in a video according to textual descriptions. We observe that recent RVOS approaches often place excessive emphasis on feature extraction and te…

Referring Video Object Segmentation

VFusion3D: Learning Scalable 3D Generative Models from Video Diffusion Models

2024-03-18 · Junlin Han, Filippos Kokkinos, Philip Torr

This paper presents a novel method for building scalable 3D generative models utilizing pre-trained video diffusion models. The primary obstacle in developing foundation 3D generative models is the limited availability o…

MEVG: Multi-event Video Generation with Text-to-Video Models

2023-12-07 · Gyeongrok Oh, Jaehwan Jeong, Sieun Kim, Wonmin Byeon 외

We introduce a novel diffusion-based video generation method, generating a video showing multiple events given multiple individual sentences from the user. Our method does not require a large-scale video dataset since ou…

Video Generation

Elysium: Exploring Object-level Perception in Videos via MLLM

2024-03-25 · Han Wang, Yanjie Wang, YongJie Ye, Yuxiang Nie 외

Multi-modal Large Language Models (MLLMs) have demonstrated their ability to perceive objects in still images, but their application in video-related tasks, such as object tracking, remains understudied. This lack of exp…

ObjectObject TrackingReferring ExpressionReferring Expression Comprehension+5