paper-with-me

홈 › Papers

Context-Aware Visual Policy Network for Sequence-Level Image Captioning

2018-08-16 · Daqing Liu, Zheng-Jun Zha, Hanwang Zhang, Yongdong Zhang, Feng Wu

Many vision-language tasks can be reduced to the problem of sequence prediction for natural language output. In particular, recent advances in image captioning use deep reinforcement learning (RL) to alleviate the "exposure bias" during training: ground-truth subsequence is exposed in every step prediction, which introduces bias in test when only predicted subsequence is seen. However, existing RL-based image captioning methods only focus on the language policy while not the visual policy (e.g., visual attention), and thus fail to capture the visual context that are crucial for compositional reasoning such as visual relationships (e.g., "man riding horse") and comparisons (e.g., "smaller cat"). To fill the gap, we propose a Context-Aware Visual Policy network (CAVP) for sequence-level image captioning. At every time step, CAVP explicitly accounts for the previous visual attentions as the context, and then decides whether the context is helpful for the current word generation given the current visual attention. Compared against traditional visual attention that only fixes a single image region at every step, CAVP can attend to complex visual compositions over time. The whole image captioning model --- CAVP and its subsequent language policy network --- can be efficiently optimized end-to-end by using an actor-critic policy gradient method with respect to any caption evaluation metric. We demonstrate the effectiveness of CAVP by state-of-the-art performances on MS-COCO offline split and online server, using various metrics and sensible visualizations of qualitative visual context. The code is available at https://github.com/daqingliu/CAVP

📄 PDF Abstract BibTeX arXiv:1808.05864

Code (1)

daqingliu/CAVP 공식 구현 pytorch

Tasks

Deep Reinforcement LearningImage CaptioningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Context-Aware Visual Policy Network for Fine-Grained Image Captioning

2019-06-06 · Zheng-Jun Zha, Daqing Liu, Hanwang Zhang, Yongdong Zhang 외

With the maturity of visual detection techniques, we are more ambitious in describing visual content with open-vocabulary, fine-grained and free-form language, i.e., the task of image captioning. In particular, we are in…

Image CaptioningImage Paragraph CaptioningSentenceText Generation

Structured Role-Aware Policy Optimization for Multimodal Reasoning

2026-05-08 · Bingqing Jiang, Difan Zou arxiv

Reinforcement learning from verifiable rewards (RLVR), especially with Group Relative Policy Optimization (GRPO), has shown strong potential for improving the reasoning capabilities of large vision-language models (LVLMs…

Reinforcement LearningMultimodal Reasoning

PaperScout: An Autonomous Agent for Academic Paper Search with Process-Aware Sequence-Level Policy Optimization

2026-01-15 · Tingyue Pan, Jie Ouyang, Mingyue Cheng, Qingchuan Li 외 arxiv

Academic paper search is a fundamental task in scientific research, yet most existing approaches rely on rigid, predefined workflows that struggle with complex, conditional queries. To address this limitation, we propose…

Reinforcement Learning

Prompt-based Context- and Domain-aware Pretraining for Vision and Language Navigation

2023-09-07 · Ting Liu, Yue Hu, Wansen Wu, Youkai Wang 외

Pretrained visual-language models have extensive world knowledge and are widely used in visual and language navigation (VLN). However, they are not sensitive to indoor scenarios for VLN tasks. Another challenge for VLN i…

Contrastive Learningcross-modal alignmentVision and Language NavigationWorld Knowledge

Progress-Think: Semantic Progress Reasoning for Vision-Language Navigation

2025-11-21 · Shuo Wang, Yucheng Wang, Guoxin Lian, Yongcai Wang 외 arxiv

Vision-Language Navigation requires agents to act coherently over long horizons by understanding not only local visual context but also how far they have advanced within a multi-step instruction. However, recent Vision-L…

Vision-Language Navigation