paper-with-me

Papers

Confidence-aware Pseudo-label Learning for Weakly Supervised Visual Grounding

2023-01-01 · ICCV 2023 1 · Yang Liu, Jiahua Zhang, Qingchao Chen, Yuxin Peng

Visual grounding aims at localizing the target object in image which is most related to the given free-form natural language query. As labeling the position of target object is labor-intensive, the weakly supervised methods, where only image-sentence annotations are required during model training have recently received increasing attention. Most of the existing weakly-supervised methods first generate region proposals via pre-trained object detectors and then employ either cross-modal similarity score or reconstruction loss as the criteria to select proposal from them. However, due to the cross-modal heterogeneous gap, these method often suffer from high confidence spurious association and model prone to error propagation. In this paper, we propose Confidence-aware Pseudo-label Learning (CPL) to overcome the above limitations. Specifically, we first adopt both the uni-modal and cross-modal pre-trained models and propose conditional prompt engineering to automatically generate multiple `descriptive, realistic and diverse' pseudo language queries for each region proposal, and then establish reliable cross-modal association for model training based on the uni-modal similarity score (between pseudo and real text queries). Secondly, we propose a confidence-aware pseudo label verification module which reduces the amount of noise encountered in the training process and the risk of error propagation. Experiments on five widely used datasets validate the efficacy of our proposed components and demonstrate state-of-the-art performance.

📄 PDF Abstract BibTeX

Code (1)

zjh31/cpl 공식 구현 pytorch

Tasks

DescriptiveObjectPrompt EngineeringPseudo LabelRegion ProposalSentenceVisual Grounding

Similar Papers 제목 키워드 기반

SelfPrompt: Confidence-Aware Semi-Supervised Tuning for Robust Vision-Language Model Adaptation

2025-01-24 · Shuvendu Roy, Ali Etemad

We present SelfPrompt, a novel prompt-tuning approach for vision-language models (VLMs) in a semi-supervised learning setup. Existing methods for tuning VLMs in semi-supervised setups struggle with the negative impact of…

Language ModelingLanguage ModellingPseudo LabelWeakly-supervised Learning

3D Weakly Supervised Semantic Segmentation via Class-Aware and Geometry-Guided Pseudo-Label Refinement

2025-10-17 · Xiaoxu Xu, Xuexun Liu, Jinlong Li, Yitian Yuan 외 arxiv

3D weakly supervised semantic segmentation (3D WSSS) aims to achieve semantic segmentation by leveraging sparse or low-cost annotated data, significantly reducing reliance on dense point-wise annotations. Previous works …

Semantic Segmentation

Confidence-Weighted Boundary-Aware Learning for Semi-Supervised Semantic Segmentation

2025-02-21 · Ebenezer Tarubinga, Jenifer Kalafatovich Espinoza

Semi-supervised semantic segmentation (SSSS) aims to improve segmentation performance by utilising unlabeled data alongside limited labeled samples. Existing SSSS methods often face challenges such as coupling, where ove…

Pseudo Label FilteringSegmentationSemantic SegmentationSemi-Supervised Semantic Segmentation

Reliability-Adaptive Consistency Regularization for Weakly-Supervised Point Cloud Segmentation

2023-03-09 · Zhonghua Wu, Yicheng Wu, Guosheng Lin, Jianfei Cai

Weakly-supervised point cloud segmentation with extremely limited labels is highly desirable to alleviate the expensive costs of collecting densely annotated 3D points. This paper explores applying the consistency regula…

Point Cloud SegmentationSegmentationWeakly-supervised Learning

BoxTeacher: Exploring High-Quality Pseudo Labels for Weakly Supervised Instance Segmentation

2022-10-11 · CVPR 2023 1 · Tianheng Cheng, Xinggang Wang, Shaoyu Chen, Qian Zhang 외

Labeling objects with pixel-wise segmentation requires a huge amount of human labor compared to bounding boxes. Most existing methods for weakly supervised instance segmentation focus on designing heuristic losses with p…

Box-supervised Instance SegmentationInstance SegmentationSegmentationSemantic Segmentation+2