paper-with-me

Papers

Video-as-Answer: Predict and Generate Next Video Event with Joint-GRPO

2025-11-20 · Junhao Cheng, Liang Hou, Xin Tao, Jing Liao arxiv

While language models have become impactful in many real-world applications, video generation remains largely confined to entertainment. Motivated by video's inherent capacity to demonstrate physical-world information that is difficult to convey through language alone (e.g., imagine teaching someone to tie a tie using only text), we identify an underutilized opportunity to extend video as a new answer modality for Next-Event Prediction (NEP), formalized as Video-Next-Event Prediction (VNEP). While the established NEP task takes a video with a procedural or predictive question as input to predict the next event in text, VNEP requires dynamic video responses. This shift from telling to showing unlocks more intuitive and customized answers for procedural learning and creative exploration. However, this task remains challenging for existing models, as it demands an understanding of multimodal input, instruction-conditioned reasoning, and the generation of video with visual and semantic consistency. To address this, we introduce VANS, a model that leverages reinforcement learning to align a Vision-Language Model (VLM) with a Video Diffusion Model (VDM) for VNEP. The core of VANS is our proposed Joint-GRPO that orchestrates the VLM and VDM to function as a unit. Driven by a shared reward on their respective output, it optimizes the VLM to produce captions that are both accurate and friendly to visualize, while guiding the VDM to generate videos that are faithful to these captions and the input visual context. To enable this learning, we craft VANS-Data-100K, a dedicated dataset for the VNEP task. Experiments on procedural and predictive benchmarks demonstrate that VANS achieves state-of-the-art performance in both video event prediction and visualization. Codes are released in https://github.com/KlingTeam/VANS.

📄 PDF Abstract BibTeX arXiv:2511.16669

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningVideo Generation

Similar Papers 제목 키워드 기반

PolySmart @ TRECVid 2024 Medical Video Question Answering

2024-12-20 · Jiaxin Wu, Yiyang Jiang, Xiao-Yong Wei, Qing Li

Video Corpus Visual Answer Localization (VCVAL) includes question-related video retrieval and visual answer localization in the videos. Specifically, we use text-to-text retrieval to find relevant videos for a medical qu…

Question AnsweringRetrievalText RetrievalVideo Question Answering+1

Self-Chained Image-Language Model for Video Localization and Question Answering

2023-05-11 · NeurIPS 2023 11 · Shoubin Yu, Jaemin Cho, Prateek Yadav, Mohit Bansal

Recent studies have shown promising results on utilizing large pre-trained image-language models for video question answering. While these image-language models can efficiently bootstrap the representation learning of vi…

Language ModelingLanguage ModellingQuestion AnsweringRepresentation Learning+3

Locate before Answering: Answer Guided Question Localization for Video Question Answering

2022-10-05 · Tianwen Qian, Ran Cui, Jingjing Chen, Pai Peng 외

Video question answering (VideoQA) is an essential task in vision-language understanding, which has attracted numerous research attention recently. Nevertheless, existing works mostly achieve promising performances on sh…

Question AnsweringVideo Question Answering

MMTF: Multi-Modal Temporal Fusion for Commonsense Video Question Answering

2023-10-06 · Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV) Workshops, 2023 2023 10 · Mobeen Ahmad, Geonwoo Park, Dongchan Park, Sanguk Park

Video question answering is a challenging task that requires understanding the video and question in the same context. This becomes even harder when the questions involve reasoning, such as predicting future events or ex…

counterfactualQuestion AnsweringVideo Question Answering

Beyond Isolated Facts: Synthesizing Narrative and Grounded Supervision for VideoQA

2025-09-29 · Jianxin Liang, Tan Yue, Yuxuan Wang, Yueqian Wang 외 arxiv

The performance of Video Question Answering (VideoQA) models is fundamentally constrained by the nature of their supervision, which typically consists of isolated, factual question-answer pairs. This "bag-of-facts" appro…

Video Question Answering