paper-with-me

Papers

VideoDistill: Language-aware Vision Distillation for Video Question Answering

2024-04-01 · Bo Zou, Chao Yang, Yu Qiao, Chengbin Quan, Youjian Zhao

Significant advancements in video question answering (VideoQA) have been made thanks to thriving large image-language pretraining frameworks. Although these image-language models can efficiently represent both video and language branches, they typically employ a goal-free vision perception process and do not interact vision with language well during the answer generation, thus omitting crucial visual cues. In this paper, we are inspired by the human recognition and learning pattern and propose VideoDistill, a framework with language-aware (i.e., goal-driven) behavior in both vision perception and answer generation process. VideoDistill generates answers only from question-related visual embeddings and follows a thinking-observing-answering approach that closely resembles human behavior, distinguishing it from previous research. Specifically, we develop a language-aware gating mechanism to replace the standard cross-attention, avoiding language's direct fusion into visual representations. We incorporate this mechanism into two key components of the entire framework. The first component is a differentiable sparse sampling module, which selects frames containing the necessary dynamics and semantics relevant to the questions. The second component is a vision refinement module that merges existing spatial-temporal attention layers to ensure the extraction of multi-grained visual semantics associated with the questions. We conduct experimental evaluations on various challenging video question-answering benchmarks, and VideoDistill achieves state-of-the-art performance in both general and long-form VideoQA datasets. In Addition, we verify that VideoDistill can effectively alleviate the utilization of language shortcut solutions in the EgoTaskQA dataset.

📄 PDF Abstract BibTeX arXiv:2404.00973

Code (0)

등록된 구현이 없습니다.

Tasks

Answer GenerationQuestion AnsweringVideo Question Answering

Similar Papers 제목 키워드 기반

Language-aware Visual Semantic Distillation for Video Question Answering

2024-01-01 · CVPR 2024 1 · Bo Zou, Chao Yang, Yu Qiao, Chengbin Quan 외

Significant advancements in video question answering (VideoQA) have been made thanks to thriving large image-language pretraining frameworks. Although these image-language models can efficiently represent both video …

Answer GenerationQuestion AnsweringVideo Question Answering

Token-Budget Distillation: Transferring Full-Token Semantics to Compressed Video Vision-Language Models

2026-08-28 · Xiaoyang Guo, Guoping Luo, Jusheng Zhang, Keze Wang 외 arxiv

Adapting video vision-language models (VLMs) is computationally expensive because video inputs produce a large number of visual tokens, making both fine-tuning and inference costly. Although visual token compression can …

parameter-efficient fine-tuning

Beyond Single-Sample: Reliable Multi-Sample Distillation for Video Understanding

2026-03-12 · Songlin Li, Xin Zhu, Zechao Guan, Peipeng Chen 외 arxiv

Traditional black-box distillation for Large Vision-Language Models (LVLMs) typically relies on a single teacher response per input, which often yields high-variance responses and format inconsistencies in multimodal or …

Boosting Text-Driven Video Segmentation via Geometry-Aware Distillation

2026-06-23 · Tianyu Zhu, Yingping Liang, Hesong Li, Ying Fu arxiv

Text-driven Referring Video Object Segmentation (RVOS) aims to locate and segment target objects in videos given natural language. However, existing models are typically trained on 2D image or video datasets with naive s…

Referring Video Object SegmentationZero-shot GeneralizationImage SegmentationVideo Segmentation

Stream-R1: Reliability-Perplexity Aware Reward Distillation for Streaming Video Generation

2026-05-05 · Bin Wu, Mengqi Huang, Shaojin Wu, Weinan Jia 외 arxiv

Distillation-based acceleration has become foundational for making autoregressive streaming video diffusion models practical, with distribution matching distillation (DMD) as the de facto choice. Existing methods, howeve…

Video Generation