paper-with-me

홈 › Papers

Just Ask: Learning to Answer Questions from Millions of Narrated Videos

2020-12-01 · ICCV 2021 10 · Antoine Yang, Antoine Miech, Josef Sivic, Ivan Laptev, Cordelia Schmid

Recent methods for visual question answering rely on large-scale annotated datasets. Manual annotation of questions and answers for videos, however, is tedious, expensive and prevents scalability. In this work, we propose to avoid manual annotation and generate a large-scale training dataset for video question answering making use of automatic cross-modal supervision. We leverage a question generation transformer trained on text data and use it to generate question-answer pairs from transcribed video narrations. Given narrated videos, we then automatically generate the HowToVQA69M dataset with 69M video-question-answer triplets. To handle the open vocabulary of diverse answers in this dataset, we propose a training procedure based on a contrastive loss between a video-question multi-modal transformer and an answer transformer. We introduce the zero-shot VideoQA task and show excellent results, in particular for rare answers. Furthermore, we demonstrate our method to significantly outperform the state of the art on MSRVTT-QA, MSVD-QA, ActivityNet-QA and How2QA. Finally, for a detailed evaluation we introduce iVQA, a new VideoQA dataset with reduced language biases and high-quality redundant manual annotations. Our code, datasets and trained models are available at https://antoyang.github.io/just-ask.html.

📄 PDF Abstract BibTeX arXiv:2012.00451

Code (1)

antoyang/just-ask 공식 구현 pytorch

Tasks

Question AnsweringQuestion GenerationQuestion-GenerationVideo Question AnsweringVisual Question AnsweringVisual Question Answering (VQA)Zero-Shot Learning

Similar Papers 제목 키워드 기반

Learning to Answer Visual Questions from Web Videos

2022-05-10 · Antoine Yang, Antoine Miech, Josef Sivic, Ivan Laptev 외

Recent methods for visual question answering rely on large-scale annotated datasets. Manual annotation of questions and answers for videos, however, is tedious, expensive and prevents scalability. In this work, we propos…

Dataset GenerationQuestion AnsweringQuestion GenerationQuestion-Generation+4

Dense Procedure Captioning in Narrated Instructional Videos

2019-07-01 · ACL 2019 7 · Botian Shi, Lei Ji, Yaobo Liang, Nan Duan 외

Understanding narrated instructional videos is important for both research and real-world web applications. Motivated by video dense captioning, we propose a model to generate procedure captions from narrated instruction…

Dense Captioning

SUREON: A Benchmark and Vision-Language-Model for Surgical Reasoning

2026-03-06 · Alejandra Perez, Anita Rau, Lee White, Busisiwe Mlambo 외 arxiv

Surgeons don't just see -- they interpret. When an expert observes a surgical scene, they understand not only what instrument is being used, but why it was chosen, what risk it poses, and what comes next. Current surgica…

Vid2Coach: Transforming How-To Videos into Task Assistants

2025-05-31 · Mina Huh, Zihui Xue, Ujjaini Das, Kumar Ashutosh 외

People use videos to learn new recipes, exercises, and crafts. Such videos remain difficult for blind and low vision (BLV) people to follow as they rely on visual comparison. Our observations of visual rehabilitation the…

Retrieval-augmented Generation

GLIMPSE: Do Large Vision-Language Models Truly Think With Videos or Just Glimpse at Them?

2025-07-13 · Yiyang Zhou, Linjie Li, Shi Qiu, Zhengyuan Yang 외 arxiv

Existing video benchmarks often resemble image-based benchmarks, with question types like "What actions does the person perform throughout the video?" or "What color is the woman's dress in the video?" For these, models …