paper-with-me

Papers

Incremental Few-Shot Instance Segmentation

2021-05-11 · CVPR 2021 1 · Dan Andrei Ganea, Bas Boom, Ronald Poppe

Few-shot instance segmentation methods are promising when labeled training data for novel classes is scarce. However, current approaches do not facilitate flexible addition of novel classes. They also require that examples of each class are provided at train and test time, which is memory intensive. In this paper, we address these limitations by presenting the first incremental approach to few-shot instance segmentation: iMTFA. We learn discriminative embeddings for object instances that are merged into class representatives. Storing embedding vectors rather than images effectively solves the memory overhead problem. We match these class embeddings at the RoI-level using cosine similarity. This allows us to add new classes without the need for further training or access to previous training data. In a series of experiments, we consistently outperform the current state-of-the-art. Moreover, the reduced memory requirements allow us to evaluate, for the first time, few-shot instance segmentation performance on all classes in COCO jointly.

📄 PDF Abstract BibTeX arXiv:2105.05312

Code (1)

danganea/iMTFA 공식 구현 pytorch

Tasks

Few-shot Instance SegmentationInstance SegmentationSegmentationSemantic Segmentation

Similar Papers 제목 키워드 기반

SAM-IF: Leveraging SAM for Incremental Few-Shot Instance Segmentation

2024-12-15 · Xudong Zhou, Wenhao He

We propose SAM-IF, a novel method for incremental few-shot instance segmentation leveraging the Segment Anything Model (SAM). SAM-IF addresses the challenges of class-agnostic instance segmentation by introducing a multi…

DecoderFew-shot Instance SegmentationFew-Shot LearningIncremental Learning+3

iFS-RCNN: An Incremental Few-shot Instance Segmenter

2022-05-31 · CVPR 2022 1 · Khoi Nguyen, Sinisa Todorovic

This paper addresses incremental few-shot instance segmentation, where a few examples of new object classes arrive when access to training examples of old classes is not available anymore, and the goal is to perform well…

Few-shot Instance SegmentationInstance SegmentationObjectSemantic Segmentation

Task Consistent Prototype Learning for Incremental Few-shot Semantic Segmentation

2024-10-16 · Wenbo Xu, Yanan Wu, Haoran Jiang, Yang Wang 외

Incremental Few-Shot Semantic Segmentation (iFSS) tackles a task that requires a model to continually expand its segmentation capability on novel classes using only a few annotated examples. Typical incremental approache…

Few-Shot Semantic SegmentationIncremental LearningMeta-LearningSemantic Segmentation

UIFormer: A Unified Transformer-based Framework for Incremental Few-Shot Object Detection and Instance Segmentation

2024-11-13 · ChengYuan Zhang, Yilin Zhang, Lei Zhu, Deyin Liu 외

This paper introduces a novel framework for unified incremental few-shot object detection (iFSOD) and instance segmentation (iFSIS) using the Transformer architecture. Our goal is to create an optimal solution for situat…

DecoderFew-Shot Object DetectionIncremental LearningInstance Segmentation+4

Class-incremental Continual Learning for Instance Segmentation with Image-level Weak Supervision

2023-01-01 · ICCV 2023 1 · Yu-Hsing Hsieh, Guan-Sheng Chen, Shun-Xian Cai, Ting-Yun Wei 외

Instance segmentation requires labor-intensive manual labeling of the contours of complex objects in images for training. The labels can also be provided incrementally in practice to balance the human labor in differ…

Continual LearningIncremental LearningInstance SegmentationSegmentation+4