paper-with-me

Papers

Ranking Distillation for Open-Ended Video Question Answering with Insufficient Labels

2024-03-21 · CVPR 2024 1 · Tianming Liang, Chaolei Tan, Beihao Xia, Wei-Shi Zheng, Jian-Fang Hu

This paper focuses on open-ended video question answering, which aims to find the correct answers from a large answer set in response to a video-related question. This is essentially a multi-label classification task, since a question may have multiple answers. However, due to annotation costs, the labels in existing benchmarks are always extremely insufficient, typically one answer per question. As a result, existing works tend to directly treat all the unlabeled answers as negative labels, leading to limited ability for generalization. In this work, we introduce a simple yet effective ranking distillation framework (RADI) to mitigate this problem without additional manual annotation. RADI employs a teacher model trained with incomplete labels to generate rankings for potential answers, which contain rich knowledge about label priority as well as label-associated visual cues, thereby enriching the insufficient labeling information. To avoid overconfidence in the imperfect teacher model, we further present two robust and parameter-free ranking distillation approaches: a pairwise approach which introduces adaptive soft margins to dynamically refine the optimization constraints on various pairwise rankings, and a listwise approach which adopts sampling-based partial listwise learning to resist the bias in teacher ranking. Extensive experiments on five popular benchmarks consistently show that both our pairwise and listwise RADIs outperform state-of-the-art methods. Further analysis demonstrates the effectiveness of our methods on the insufficient labeling problem.

📄 PDF Abstract BibTeX arXiv:2403.14430

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-Label ClassificationMUlTI-LABEL-ClASSIFICATIONQuestion AnsweringVideo Question Answering

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Unlocking Video-LLM via Agent-of-Thoughts Distillation

2024-12-02 · Yudi Shi, Shangzhe Di, Qirui Chen, Weidi Xie

This paper tackles the problem of video question answering (VideoQA), a task that often requires multi-step reasoning and a profound understanding of spatial-temporal dynamics. While large video-language models perform w…

Language ModelingLanguage ModellingLarge Language ModelMultiple-choice+2

Mounting Video Metadata on Transformer-based Language Model for Open-ended Video Question Answering

2021-08-11 · Donggeon Lee, SeongHo Choi, Youwon Jang, Byoung-Tak Zhang

Video question answering has recently received a lot of attention from multimodal video researchers. Most video question answering datasets are usually in the form of multiple-choice. But, the model for the multiple-choi…

Language ModelingLanguage ModellingMultiple-choiceOpen-Ended Question Answering+2

JoyAI-Video-Edit: Real-Time Open-Ended Video Editing with Autoregressive Diffusion

2026-08-04 · Yicheng Xiao, Wenxun Dai, Xinran Qin, Lin Song 외 hf

Real-time video editing requires low-latency causal generation with bounded computational resources while preserving source fidelity and long-term temporal consistency. We present JoyAI-Video-Edit, a 16B-parameter autore…

Enhancing Video-LLM Reasoning via Agent-of-Thoughts Distillation

2025-01-01 · CVPR 2025 1 · Yudi Shi, Shangzhe Di, Qirui Chen, Weidi Xie

This paper tackles the problem of video question answering (VideoQA), a task that often requires multi-step reasoning and a profound understanding of spatial-temporal dynamics. While large video-language models perfo…

Language ModelingLanguage ModellingLarge Language ModelMultiple-choice+2

AutoEval-Video: An Automatic Benchmark for Assessing Large Vision Language Models in Open-Ended Video Question Answering

2023-11-25 · Xiuyuan Chen, Yuan Lin, Yuchen Zhang, Weiran Huang

We propose a novel and challenging benchmark, AutoEval-Video, to comprehensively evaluate large vision-language models in open-ended video question answering. The comprehensiveness of AutoEval-Video is demonstrated in tw…

Question AnsweringVideo Question Answering