paper-with-me

Papers

CoupAlign: Coupling Word-Pixel with Sentence-Mask Alignments for Referring Image Segmentation

2022-12-04 · ZiCheng Zhang, Yi Zhu, Jianzhuang Liu, Xiaodan Liang, Wei Ke

Referring image segmentation aims at localizing all pixels of the visual objects described by a natural language sentence. Previous works learn to straightforwardly align the sentence embedding and pixel-level embedding for highlighting the referred objects, but ignore the semantic consistency of pixels within the same object, leading to incomplete masks and localization errors in predictions. To tackle this problem, we propose CoupAlign, a simple yet effective multi-level visual-semantic alignment method, to couple sentence-mask alignment with word-pixel alignment to enforce object mask constraint for achieving more accurate localization and segmentation. Specifically, the Word-Pixel Alignment (WPA) module performs early fusion of linguistic and pixel-level features in intermediate layers of the vision and language encoders. Based on the word-pixel aligned embedding, a set of mask proposals are generated to hypothesize possible objects. Then in the Sentence-Mask Alignment (SMA) module, the masks are weighted by the sentence embedding to localize the referred object, and finally projected back to aggregate the pixels for the target. To further enhance the learning of the two alignment modules, an auxiliary loss is designed to contrast the foreground and background pixels. By hierarchically aligning pixels and masks with linguistic features, our CoupAlign captures the pixel coherence at both visual and semantic levels, thus generating more accurate predictions. Extensive experiments on popular datasets (e.g., RefCOCO and G-Ref) show that our method achieves consistent improvements over state-of-the-art methods, e.g., about 2% oIoU increase on the validation and testing set of RefCOCO. Especially, CoupAlign has remarkable ability in distinguishing the target from multiple objects of the same class.

📄 PDF Abstract BibTeX arXiv:2212.01769

Code (0)

등록된 구현이 없습니다.

Tasks

Image SegmentationSemantic SegmentationSentenceSentence EmbeddingSentence-Embedding

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

EmbedMask: Embedding Coupling for One-stage Instance Segmentation

2019-12-04 · Hui Ying, Zhaojin Huang, Shu Liu, Tianjia Shao 외

Current instance segmentation methods can be categorized into segmentation-based methods that segment first then do clustering, and proposal-based methods that detect first then predict masks for each instance proposal u…

ClusteringInstance SegmentationSegmentationSemantic Segmentation

Understanding Mobile GUI: from Pixel-Words to Screen-Sentences

2021-05-25 · Jingwen Fu, Xiaoyi Zhang, Yuwang Wang, Wenjun Zeng 외

The ubiquity of mobile phones makes mobile GUI understanding an important task. Most previous works in this domain require human-created metadata of screens (e.g. View Hierarchy) during inference, which unfortunately is …

Relation PredictionRetrievalSentence

Pseudo-Label Quality Decoupling and Correction for Semi-Supervised Instance Segmentation

2025-05-16 · Jianghang Lin, Yilin Lu, Yunhang Shen, Chaoyang Zhu 외

Semi-Supervised Instance Segmentation (SSIS) involves classifying and grouping image pixels into distinct object instances using limited labeled data. This learning paradigm usually faces a significant challenge of unsta…

Instance SegmentationPseudo LabelSemantic SegmentationSemi-Supervised Instance Segmentation

Word2Pix: Word to Pixel Cross Attention Transformer in Visual Grounding

2021-07-31 · Heng Zhao, Joey Tianyi Zhou, Yew-Soon Ong

Current one-stage methods for visual grounding encode the language query as one holistic sentence embedding before fusion with visual feature. Such a formulation does not treat each word of a query sentence on par when m…

DecoderSentenceSentence EmbeddingSentence-Embedding+1

A Better Way to Do Masked Language Model Scoring

2023-05-17 · Carina Kauf, Anna Ivanova

Estimating the log-likelihood of a given sentence under an autoregressive language model is straightforward: one can simply apply the chain rule and sum the log-likelihood values for each successive token. However, for m…

Language ModelingLanguage ModellingSentence