paper-with-me

Papers

Unsupervised Pre-training with Language-Vision Prompts for Low-Data Instance Segmentation

2024-05-22 · Dingwen Zhang, Hao Li, Diqi He, Nian Liu, Lechao Cheng, Jingdong Wang, Junwei Han

In recent times, following the paradigm of DETR (DEtection TRansformer), query-based end-to-end instance segmentation (QEIS) methods have exhibited superior performance compared to CNN-based models, particularly when trained on large-scale datasets. Nevertheless, the effectiveness of these QEIS methods diminishes significantly when confronted with limited training data. This limitation arises from their reliance on substantial data volumes to effectively train the pivotal queries/kernels that are essential for acquiring localization and shape priors. To address this problem, we propose a novel method for unsupervised pre-training in low-data regimes. Inspired by the recently successful prompting technique, we introduce a new method, Unsupervised Pre-training with Language-Vision Prompts (UPLVP), which improves QEIS models' instance segmentation by bringing language-vision prompts to queries/kernels. Our method consists of three parts: (1) Masks Proposal: Utilizes language-vision models to generate pseudo masks based on unlabeled images. (2) Prompt-Kernel Matching: Converts pseudo masks into prompts and injects the best-matched localization and shape features to their corresponding kernels. (3) Kernel Supervision: Formulates supervision for pre-training at the kernel level to ensure robust learning. With the help of our pre-training method, QEIS models can converge faster and perform better than CNN-based models in low-data regimes. Experimental evaluations conducted on MS COCO, Cityscapes, and CTW1500 datasets indicate that the QEIS models' performance can be significantly improved when pre-trained with our method. Code will be available at: https://github.com/lifuguan/UPLVP.

📄 PDF Abstract BibTeX arXiv:2405.13388

Code (1)

lifuguan/uplvp 공식 구현 pytorch

Tasks

Instance SegmentationSemantic SegmentationUnsupervised Pre-training

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Adam 설명 없음
Residual Connection 설명 없음
Position-Wise Feed-Forward Layer 설명 없음
Multi-Head Attention 설명 없음

Similar Papers 제목 키워드 기반

Exploring Low-Resource Medical Image Classification with Weakly Supervised Prompt Learning

2024-02-06 · Fudan Zheng, Jindong Cao, Weijiang Yu, Zhiguang Chen 외

Most advances in medical image recognition supporting clinical auxiliary diagnosis meet challenges due to the low-resource situation in the medical field, where annotations are highly expensive and professional. This low…

Few-Shot Learningimage-classificationImage ClassificationLanguage Modeling+4

Unsupervised Multiview Contrastive Language-Image Joint Learning with Pseudo-Labeled Prompts Via Vision-Language Model for 3D/4D Facial Expression Recognition

2025-05-14 · Muzammil Behzad

In this paper, we introduce MultiviewVLM, a vision-language model designed for unsupervised contrastive multiview representation learning of facial emotions from 3D/4D data. Our architecture integrates pseudo-labels deri…

Contrastive LearningFacial Expression RecognitionLanguage ModelingLanguage Modelling+1

Fine-tuning Pre-trained Vision-Language Models in a Human-Annotation-Free Manner

2026-02-04 · Qian-Wei Wang, Guanghao Meng, Ren Cai, Yaguang Song 외 arxiv

Large-scale vision-language models (VLMs) such as CLIP exhibit strong zero-shot generalization, but adapting them to downstream tasks typically requires costly labeled data. Existing unsupervised self-training methods re…

parameter-efficient fine-tuningZero-shot GeneralizationContrastive Learning

Large (Vision) Language Models are Unsupervised In-Context Learners

2025-04-03 · Artyom Gadetsky, Andrei Atanov, Yulun Jiang, Zhitong Gao 외

Recent advances in large language and vision-language models have enabled zero-shot inference, allowing models to solve new tasks without task-specific training. Various adaptation techniques such as prompt engineering, …

GSM8KIn-Context LearningMathPrompt Engineering

UP-DP: Unsupervised Prompt Learning for Data Pre-Selection with Vision-Language Models

2023-07-20 · NeurIPS 2023 11

In this study, we investigate the task of data pre-selection, which aims to select instances for labeling from an unlabeled dataset through a single pass, thereby optimizing performance for undefined downstream tasks wit…

Language ModellingPrompt Learning