paper-with-me

홈 › Papers

SafaRi:Adaptive Sequence Transformer for Weakly Supervised Referring Expression Segmentation

2024-07-02 · Sayan Nag, Koustava Goswami, Srikrishna Karanam

Referring Expression Segmentation (RES) aims to provide a segmentation mask of the target object in an image referred to by the text (i.e., referring expression). Existing methods require large-scale mask annotations. Moreover, such approaches do not generalize well to unseen/zero-shot scenarios. To address the aforementioned issues, we propose a weakly-supervised bootstrapping architecture for RES with several new algorithmic innovations. To the best of our knowledge, ours is the first approach that considers only a fraction of both mask and box annotations (shown in Figure 1 and Table 1) for training. To enable principled training of models in such low-annotation settings, improve image-text region-level alignment, and further enhance spatial localization of the target object in the image, we propose Cross-modal Fusion with Attention Consistency module. For automatic pseudo-labeling of unlabeled samples, we introduce a novel Mask Validity Filtering routine based on a spatially aware zero-shot proposal scoring approach. Extensive experiments show that with just 30% annotations, our model SafaRi achieves 59.31 and 48.26 mIoUs as compared to 58.93 and 48.19 mIoUs obtained by the fully-supervised SOTA method SeqTR respectively on RefCOCO+@testA and RefCOCO+testB datasets. SafaRi also outperforms SeqTR by 11.7% (on RefCOCO+testA) and 19.6% (on RefCOCO+testB) in a fully-supervised setting and demonstrates strong generalization capabilities in unseen/zero-shot tasks.

📄 PDF Abstract BibTeX arXiv:2407.02389

Code (0)

등록된 구현이 없습니다.

Tasks

Referring ExpressionReferring Expression SegmentationWeakly Supervised Referring Expression Segmentation

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
AWARE We propose to theoretically and empirically examine the effect of incorporating weighting schemes into walk-aggregating GNNs. To this end, we propose a simple, interpretable, and…

Similar Papers 제목 키워드 기반

TransCrowd: weakly-supervised crowd counting with transformers

2021-04-19 · Dingkang Liang, Xiwu Chen, Wei Xu, Yu Zhou 외

The mainstream crowd counting methods usually utilize the convolution neural network (CNN) to regress a density map, requiring point-level annotations. However, annotating each person with a point is an expensive and lab…

Crowd Counting

Weakly Supervised Grammatical Error Correction using Iterative Decoding

2018-10-31 · Jared Lichtarge, Christopher Alberti, Shankar Kumar, Noam Shazeer 외

We describe an approach to Grammatical Error Correction (GEC) that is effective at making use of models trained on large amounts of weakly supervised bitext. We train the Transformer sequence-to-sequence model on 4B toke…

Grammatical Error Correction

WeakTr: Exploring Plain Vision Transformer for Weakly-supervised Semantic Segmentation

2023-04-03 · Lianghui Zhu, Yingyue Li, Jiemin Fang, Yan Liu 외

This paper explores the properties of the plain Vision Transformer (ViT) for Weakly-supervised Semantic Segmentation (WSSS). The class activation map (CAM) is of critical importance for understanding a classification net…

DecoderSemantic SegmentationWeakly-supervised LearningWeakly supervised Semantic Segmentation+1

Large Language Models as Source Planner for Personalized Knowledge-grounded Dialogue

2023-10-13 · Hongru Wang, Minda Hu, Yang Deng, Rui Wang 외

Open-domain dialogue system usually requires different sources of knowledge to generate more informative and evidential responses. However, existing knowledge-grounded dialogue systems either focus on a single knowledge …

Response Generation

Approximate Model-Based Diagnosis Using Greedy Stochastic Search

2014-01-16 · Alexander Feldman, Gregory Provan, Arjan van Gemund

We propose a StochAstic Fault diagnosis AlgoRIthm, called SAFARI, which trades off guarantees of computing minimal diagnoses for computational efficiency. We empirically demonstrate, using the 74XXX and ISCAS-85 suites o…

Computational EfficiencyFault Diagnosis