paper-with-me

홈 › Papers

Exploring Iterative Refinement with Diffusion Models for Video Grounding

2023-10-26 · Xiao Liang, Tao Shi, Yaoyuan Liang, Te Tao, Shao-Lun Huang

Video grounding aims to localize the target moment in an untrimmed video corresponding to a given sentence query. Existing methods typically select the best prediction from a set of predefined proposals or directly regress the target span in a single-shot manner, resulting in the absence of a systematical prediction refinement process. In this paper, we propose DiffusionVG, a novel framework with diffusion models that formulates video grounding as a conditional generation task, where the target span is generated from Gaussian noise inputs and interatively refined in the reverse diffusion process. During training, DiffusionVG progressively adds noise to the target span with a fixed forward diffusion process and learns to recover the target span in the reverse diffusion process. In inference, DiffusionVG can generate the target span from Gaussian noise inputs by the learned reverse diffusion process conditioned on the video-sentence representations. Without bells and whistles, our DiffusionVG demonstrates superior performance compared to existing well-crafted models on mainstream Charades-STA, ActivityNet Captions and TACoS benchmarks.

📄 PDF Abstract BibTeX arXiv:2310.17189

Code (1)

mastervito/diffusionvg 공식 구현 pytorch

Tasks

SentenceVideo Grounding

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 제목 키워드 기반

Iterative Proposal Refinement for Weakly-Supervised Video Grounding

2023-01-01 · CVPR 2023 1 · Meng Cao, Fangyun Wei, Can Xu, Xiubo Geng 외

Weakly-Supervised Video Grounding (WSVG) aims to localize events of interest in untrimmed videos with only video-level annotations. To date, most of the state-of-the-art WSVG methods follow a two-stage pipeline, i.e.…

SentenceVideo Grounding

VideoSearch-R1: Iterative Video Retrieval and Reasoning via Soft Query Refinement

2026-07-01 · Seohyun Lee, Seoung Choi, Dohwan Ko, Jongha Kim 외 hf

As video corpora continue to expand in both scale and task complexity, there is increasing demand for approaches that retrieve relevant videos from large-scale corpora (inter-video reasoning) and subsequently perform fin…

Moment RetrievalVideo Retrieval

VideoRepair: Improving Text-to-Video Generation via Misalignment Evaluation and Localized Refinement

2024-11-22 · Daeun Lee, Jaehong Yoon, Jaemin Cho, Mohit Bansal

Recent text-to-video (T2V) diffusion models have demonstrated impressive generation capabilities across various domains. However, these models often generate videos that have misalignments with text prompts, especially w…

Text-to-Video GenerationVideo AlignmentVideo Generation

Exploring Phrase-Level Grounding with Text-to-Image Diffusion Model

2024-07-07 · Danni Yang, Ruohan Dong, Jiayi Ji, Yiwei Ma 외

Recently, diffusion models have increasingly demonstrated their capabilities in vision understanding. By leveraging prompt-based learning to construct sentences, these models have shown proficiency in classification and …

SegmentationSentenceVisual Grounding

Diffusion Action Segmentation

2023-03-31 · ICCV 2023 1 · Daochang Liu, Qiyue Li, AnhDung Dinh, Tingting Jiang 외

Temporal action segmentation is crucial for understanding long-form videos. Previous works on this task commonly adopt an iterative refinement paradigm by using multi-stage models. We propose a novel framework via denois…

Action SegmentationDenoisingPositionSegmentation+1