paper-with-me

홈 › Papers

Dual-Stream Collaborative Transformer for Image Captioning

2026-01-19 · Jun Wan, Jun Liu, Zhihui lai, Jie Zhou arxiv

Current region feature-based image captioning methods have progressed rapidly and achieved remarkable performance. However, they are still prone to generating irrelevant descriptions due to the lack of contextual information and the over-reliance on generated partial descriptions for predicting the remaining words. In this paper, we propose a Dual-Stream Collaborative Transformer (DSCT) to address this issue by introducing the segmentation feature. The proposed DSCT consolidates and then fuses the region and segmentation features to guide the generation of caption sentences. It contains multiple Pattern-Specific Mutual Attention Encoders (PSMAEs) and Dynamic Nomination Decoders (DNDs). The PSMAE effectively highlights and consolidates the private information of two representations by querying each other. The DND dynamically searches for the most relevant learning blocks to the input textual representations and exploits the homogeneous features between the consolidated region and segmentation features to generate more accurate and descriptive caption sentences. To the best of our knowledge, this is the first study to explore how to fuse different pattern-specific features in a dynamic way to bypass their semantic inconsistencies and spatial misalignment issues for image captioning. The experimental results from popular benchmark datasets demonstrate that our DSCT outperforms the state-of-the-art image captioning models in the literature.

📄 PDF Abstract BibTeX arXiv:2601.12926

Code (0)

등록된 구현이 없습니다.

Tasks

Image Captioning

Similar Papers 제목 키워드 기반

Dual-Level Collaborative Transformer for Image Captioning

2021-01-16 · Yunpeng Luo, Jiayi Ji, Xiaoshuai Sun, Liujuan Cao 외

Descriptive region features extracted by object detection networks have played an important role in the recent advancements of image captioning. However, they are still criticized for the lack of contextual information a…

DescriptiveImage Captioningobject-detectionObject Detection

Hierarchical Dual-Change Collaborative Learning for UAV Scene Change Captioning

2026-03-13 · Fuhai Chen, Pengpeng Huang, Junwen Wu, Hehong Zhang 외 arxiv

This paper proposes a novel task for UAV scene understanding - UAV Scene Change Captioning (UAV-SCC) - which aims to generate natural language descriptions of semantic changes in dynamic aerial imagery captured from a mo…

Scene Understanding

Dual-Stream Transformer for Generic Event Boundary Captioning

2022-07-07 · Xin Gu, Hanhua Ye, Guang Chen, YuFei Wang 외

This paper describes our champion solution for the CVPR2022 Generic Event Boundary Captioning (GEBC) competition. GEBC requires the captioning model to have a comprehension of instantaneous status changes around the give…

Boundary CaptioningVideo Captioning

Collaborative Three-Stream Transformers for Video Captioning

2023-09-18 · Hao Wang, Libo Zhang, Heng Fan, Tiejian Luo

As the most critical components in a sentence, subject, predicate and object require special attention in the video captioning task. To implement this idea, we design a novel framework, named COllaborative three-Stream T…

SentenceVideo Captioning

Multimodal Neurons in Pretrained Text-Only Transformers

2023-08-03 · Sarah Schwettmann, Neil Chowdhury, Samuel Klein, David Bau 외

Language models demonstrate remarkable capacity to generalize representations learned in one modality to downstream tasks in other modalities. Can we trace this ability to individual neurons? We study the case where a fr…

Image CaptioningImage to text