CVSep 20, 2022

Towards Robust Referring Image Segmentation

arXiv:2209.09554v265 citationsh-index: 43Has Code
AI Analysis

This addresses a robustness issue in vision-language tasks for applications like autonomous systems, though it is incremental as it extends an existing task with new data and a model adaptation.

The paper tackles the problem of referring image segmentation when text descriptions are wrong or misleading, proposing a new formulation called Robust Referring Image Segmentation (R-RIS) that handles negative sentences. It introduces datasets, metrics, and a transformer-based model (RefSegformer) that achieves state-of-the-art results on both RIS and R-RIS datasets.

Referring Image Segmentation (RIS) is a fundamental vision-language task that outputs object masks based on text descriptions. Many works have achieved considerable progress for RIS, including different fusion method designs. In this work, we explore an essential question, ``What if the text description is wrong or misleading?'' For example, the described objects are not in the image. We term such a sentence as a negative sentence. However, existing solutions for RIS cannot handle such a setting. To this end, we propose a new formulation of RIS, named Robust Referring Image Segmentation (R-RIS). It considers the negative sentence inputs besides the regular positive text inputs. To facilitate this new task, we create three R-RIS datasets by augmenting existing RIS datasets with negative sentences and propose new metrics to evaluate both types of inputs in a unified manner. Furthermore, we propose a new transformer-based model, called RefSegformer, with a token-based vision and language fusion module. Our design can be easily extended to our R-RIS setting by adding extra blank tokens. Our proposed RefSegformer achieves state-of-the-art results on both RIS and R-RIS datasets, establishing a solid baseline for both settings. Our project page is at \url{https://github.com/jianzongwu/robust-ref-seg}.

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