Context-Aware Group Captioning via Self-Attention and Contrastive Features
Abstract
While image captioning has progressed rapidly, existing works focus mainly on describing single images. In this paper, we introduce a new task, context-aware group captioning, which aims to describe a group of target images in the context of another group of related reference images. Context-aware group captioning requires not only summarizing information from both the target and reference image group but also contrasting between them. To solve this problem, we propose a framework combining self-attention mechanism with contrastive feature construction to effectively summarize common information from each image group while capturing discriminative information between them. To build the dataset for this task, we propose to group the images and generate the group captions based on single image captions using scene graphs matching. Our datasets are constructed on top of the public Conceptual Captions dataset and our new Stock Captions dataset. Experiments on the two datasets show the effectiveness of our method on this new task.
Cite
Text
Li et al. "Context-Aware Group Captioning via Self-Attention and Contrastive Features." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2020. doi:10.1109/CVPR42600.2020.00350Markdown
[Li et al. "Context-Aware Group Captioning via Self-Attention and Contrastive Features." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2020.](https://mlanthology.org/cvpr/2020/li2020cvpr-contextaware/) doi:10.1109/CVPR42600.2020.00350BibTeX
@inproceedings{li2020cvpr-contextaware,
title = {{Context-Aware Group Captioning via Self-Attention and Contrastive Features}},
author = {Li, Zhuowan and Tran, Quan and Mai, Long and Lin, Zhe and Yuille, Alan L.},
booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
year = {2020},
doi = {10.1109/CVPR42600.2020.00350},
url = {https://mlanthology.org/cvpr/2020/li2020cvpr-contextaware/}
}