paper-with-me

Papers

Prophet Attention: Predicting Attention with Future Attention

2020-12-01 · NeurIPS 2020 12 · Fenglin Liu, Xuancheng Ren, Xian Wu, Shen Ge, Wei Fan, Yuexian Zou, Xu sun

Recently, attention based models have been used extensively in many sequence-to-sequence learning systems. Especially for image captioning, the attention based models are expected to ground correct image regions with proper generated words. However, for each time step in the decoding process, the attention based models usually use the hidden state of the current input to attend to the image regions. Under this setting, these attention models have a deviated focus'' problem that they calculate the attention weights based on previous words instead of the one to be generated, impairing the performance of both grounding and captioning. In this paper, we propose the Prophet Attention, similar to the form of self-supervision. In the training stage, this module utilizes the future information to calculate theideal'' attention weights towards image regions. These calculated ideal'' weights are further used to regularize thedeviated'' attention. In this manner, image regions are grounded with the correct words. The proposed Prophet Attention can be easily incorporated into existing image captioning models to improve their performance of both grounding and captioning. The experiments on the Flickr30k Entities and the MSCOCO datasets show that the proposed Prophet Attention consistently outperforms baselines in both automatic metrics and human evaluations. It is worth noticing that we set new state-of-the-arts on the two benchmark datasets and achieve the 1st place on the leaderboard of the online MSCOCO benchmark in terms of the default ranking score, i.e., CIDEr-c40.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Image Captioning

Similar Papers 제목 키워드 기반

Prophet Attention: Predicting Attention with Future Attention for Image Captioning

2022-10-19 · Fenglin Liu, Xuancheng Ren, Xian Wu, Wei Fan 외

Recently, attention based models have been used extensively in many sequence-to-sequence learning systems. Especially for image captioning, the attention based models are expected to ground correct image regions with pro…

Image Captioning

ProphetNet: Predicting Future N-gram for Sequence-to-SequencePre-training

2020-11-01 · Findings of the Association for Computational Linguistics 2020 · Weizhen Qi, Yu Yan, Yeyun Gong, Dayiheng Liu 외

This paper presents a new sequence-to-sequence pre-training model called ProphetNet, which introduces a novel self-supervised objective named future n-gram prediction and the proposed n-stream self-attention mechanism. I…

Abstractive Text SummarizationPredictionQuestion GenerationQuestion-Generation

ProphetNet: Predicting Future N-gram for Sequence-to-Sequence Pre-training

2020-01-13 · Weizhen Qi, Yu Yan, Yeyun Gong, Dayiheng Liu 외

This paper presents a new sequence-to-sequence pre-training model called ProphetNet, which introduces a novel self-supervised objective named future n-gram prediction and the proposed n-stream self-attention mechanism. I…

Abstractive Text SummarizationPredictionQuestion GenerationQuestion-Generation+1

OccProphet: Pushing Efficiency Frontier of Camera-Only 4D Occupancy Forecasting with Observer-Forecaster-Refiner Framework

2025-02-21 · Junliang Chen, Huaiyuan Xu, Yi Wang, Lap-Pui Chau

Predicting variations in complex traffic environments is crucial for the safety of autonomous driving. Recent advancements in occupancy forecasting have enabled forecasting future 3D occupied status in driving environmen…

Autonomous Driving

ProphetKV: User-Query-Driven Selective Recomputation for Efficient KV Cache Reuse in Retrieval-Augmented Generation

2026-01-31 · Shihao Wang, Jiahao Chen, Yanqi Pan, Hao Huang 외 arxiv

The prefill stage of long-context Retrieval-Augmented Generation (RAG) is severely bottlenecked by computational overhead. To mitigate this, recent methods assemble pre-calculated KV caches of retrieved RAG documents (by…