paper-with-me

Papers

Boosting Low-Data Instance Segmentation by Unsupervised Pre-training with Saliency Prompt

2023-02-02 · CVPR 2023 1 · Hao Li, Dingwen Zhang, Nian Liu, Lechao Cheng, Yalun Dai, Chao Zhang, Xinggang Wang, Junwei Han

Recently, inspired by DETR variants, query-based end-to-end instance segmentation (QEIS) methods have outperformed CNN-based models on large-scale datasets. Yet they would lose efficacy when only a small amount of training data is available since it's hard for the crucial queries/kernels to learn localization and shape priors. To this end, this work offers a novel unsupervised pre-training solution for low-data regimes. Inspired by the recent success of the Prompting technique, we introduce a new pre-training method that boosts QEIS models by giving Saliency Prompt for queries/kernels. Our method contains three parts: 1) Saliency Masks Proposal is responsible for generating pseudo masks from unlabeled images based on the saliency mechanism. 2) Prompt-Kernel Matching transfers pseudo masks into prompts and injects the corresponding localization and shape priors to the best-matched kernels. 3) Kernel Supervision is applied to supply supervision at the kernel level for robust learning. From a practical perspective, our pre-training method helps QEIS models achieve a similar convergence speed and comparable performance with CNN-based models in low-data regimes. Experimental results show that our method significantly boosts several QEIS models on three datasets. Code will be made available.

📄 PDF Abstract BibTeX arXiv:2302.01171

Code (0)

등록된 구현이 없습니다.

Tasks

Instance SegmentationSemantic SegmentationUnsupervised Pre-training

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Multi-Head Attention 설명 없음
Position-Wise Feed-Forward Layer 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
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$…

Similar Papers 제목 키워드 기반

Boosting Unsupervised Video Instance Segmentation with Automatic Quality-Guided Self-Training

2025-12-07 · Kaixuan Lu, Mehmet Onurcan Kaya, Dim P. Papadopoulos arxiv

Video Instance Segmentation (VIS) faces significant annotation challenges due to its dual requirements of pixel-level masks and temporal consistency labels. While recent unsupervised methods like VideoCutLER eliminate op…

Video Instance Segmentation

Unsupervised augmentation optimization for few-shot medical image segmentation

2023-06-08 · Quan Quan, Shang Zhao, Qingsong Yao, Heqin Zhu 외

The augmentation parameters matter to few-shot semantic segmentation since they directly affect the training outcome by feeding the networks with varying perturbated samples. However, searching optimal augmentation param…

AnatomyFew-Shot Semantic SegmentationImage SegmentationMedical Image Segmentation+2

FreeSOLO: Learning to Segment Objects without Annotations

2022-02-24 · CVPR 2022 1 · Xinlong Wang, Zhiding Yu, Shalini De Mello, Jan Kautz 외

Instance segmentation is a fundamental vision task that aims to recognize and segment each object in an image. However, it requires costly annotations such as bounding boxes and segmentation masks for learning. In this w…

Instance Segmentationobject-detectionObject DetectionSegmentation+2

Exemplar-FreeSOLO: Enhancing Unsupervised Instance Segmentation With Exemplars

2023-01-01 · CVPR 2023 1 · Taoseef Ishtiak, Qing En, Yuhong Guo

Instance segmentation seeks to identify and segment each object from images, which often relies on a large number of dense annotations for model training. To alleviate this burden, unsupervised instance segmentation …

Instance SegmentationSegmentationSemantic SegmentationUnsupervised Instance Segmentation

UnScene3D: Unsupervised 3D Instance Segmentation for Indoor Scenes

2023-03-25 · CVPR 2024 1 · David Rozenberszki, Or Litany, Angela Dai

3D instance segmentation is fundamental to geometric understanding of the world around us. Existing methods for instance segmentation of 3D scenes rely on supervision from expensive, manual 3D annotations. We propose UnS…

3D Instance SegmentationInstance SegmentationSegmentationSemantic Segmentation