CLCVOct 20, 2021

R$^3$Net:Relation-embedded Representation Reconstruction Network for Change Captioning

arXiv:2110.10328v130 citations
Originality Incremental advance
AI Analysis

This addresses a specific challenge in computer vision for applications like surveillance or robotics, but it is incremental as it builds on existing change captioning methods.

The paper tackles the problem of change captioning, where viewpoint changes often obscure real differences between similar images, by proposing R^3Net to explicitly distinguish real changes from clutter, achieving state-of-the-art results on two public datasets.

Change captioning is to use a natural language sentence to describe the fine-grained disagreement between two similar images. Viewpoint change is the most typical distractor in this task, because it changes the scale and location of the objects and overwhelms the representation of real change. In this paper, we propose a Relation-embedded Representation Reconstruction Network (R$^3$Net) to explicitly distinguish the real change from the large amount of clutter and irrelevant changes. Specifically, a relation-embedded module is first devised to explore potential changed objects in the large amount of clutter. Then, based on the semantic similarities of corresponding locations in the two images, a representation reconstruction module (RRM) is designed to learn the reconstruction representation and further model the difference representation. Besides, we introduce a syntactic skeleton predictor (SSP) to enhance the semantic interaction between change localization and caption generation. Extensive experiments show that the proposed method achieves the state-of-the-art results on two public datasets.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes