paper-with-me

홈 › Papers

Boosting Few-Shot Segmentation via Instance-Aware Data Augmentation and Local Consensus Guided Cross Attention

2024-01-18 · Li Guo, Haoming Liu, Yuxuan Xia, Chengyu Zhang, Xiaochen Lu

Few-shot segmentation aims to train a segmentation model that can fast adapt to a novel task for which only a few annotated images are provided. Most recent models have adopted a prototype-based paradigm for few-shot inference. These approaches may have limited generalization capacity beyond the standard 1- or 5-shot settings. In this paper, we closely examine and reevaluate the fine-tuning based learning scheme that fine-tunes the classification layer of a deep segmentation network pre-trained on diverse base classes. To improve the generalizability of the classification layer optimized with sparsely annotated samples, we introduce an instance-aware data augmentation (IDA) strategy that augments the support images based on the relative sizes of the target objects. The proposed IDA effectively increases the support set's diversity and promotes the distribution consistency between support and query images. On the other hand, the large visual difference between query and support images may hinder knowledge transfer and cripple the segmentation performance. To cope with this challenge, we introduce the local consensus guided cross attention (LCCA) to align the query feature with support features based on their dense correlation, further improving the model's generalizability to the query image. The significant performance improvements on the standard few-shot segmentation benchmarks PASCAL-$5^i$ and COCO-$20^i$ verify the efficacy of our proposed method.

📄 PDF Abstract BibTeX arXiv:2401.09866

Code (0)

등록된 구현이 없습니다.

Tasks

Data AugmentationSegmentationTransfer Learning

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…
BASE 설명 없음

Similar Papers 제목 키워드 기반

Zero-Shot Instance Segmentation

2021-04-14 · CVPR 2021 1 · Ye Zheng, JiaHong Wu, Yongqiang Qin, Faen Zhang 외

Deep learning has significantly improved the precision of instance segmentation with abundant labeled data. However, in many areas like medical and manufacturing, collecting sufficient data is extremely hard and labeling…

Instance Segmentationobject-detectionObject DetectionSegmentation+3

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

Decoupling Classifier for Boosting Few-shot Object Detection and Instance Segmentation

2025-05-20 · Thirty-sixth Conference on Neural Information Processing Systems (NeurIPS 2022) 2022 9 · Bin-Bin Gao, Xiaochen Chen, Zhongyi Huang, Congchong Nie 외

This paper focus on few-shot object detection~(FSOD) and instance segmentation~(FSIS), which requires a model to quickly adapt to novel classes with a few labeled instances. The existing methods severely suffer from bias…

Few-Shot Object DetectionInstance Segmentationobject-detectionObject Detection+1

FM-Fusion: Instance-aware Semantic Mapping Boosted by Vision-Language Foundation Models

2024-02-07 · Chuhao Liu, Ke Wang, Jieqi Shi, Zhijian Qiao 외

Semantic mapping based on the supervised object detectors is sensitive to image distribution. In real-world environments, the object detection and segmentation performance can lead to a major drop, preventing the use of …

Instance SegmentationObjectobject-detectionObject Detection+2

FECANet: Boosting Few-Shot Semantic Segmentation with Feature-Enhanced Context-Aware Network

2023-01-19 · Huafeng Liu, Pai Peng, Tao Chen, Qiong Wang 외

Few-shot semantic segmentation is the task of learning to locate each pixel of the novel class in the query image with only a few annotated support images. The current correlation-based methods construct pair-wise featur…

Few-Shot Semantic Segmentation