paper-with-me

Papers

Generalized Few-shot Semantic Segmentation

2020-10-11 · CVPR 2022 1 · Zhuotao Tian, Xin Lai, Li Jiang, Shu Liu, Michelle Shu, Hengshuang Zhao, Jiaya Jia

Training semantic segmentation models requires a large amount of finely annotated data, making it hard to quickly adapt to novel classes not satisfying this condition. Few-Shot Segmentation (FS-Seg) tackles this problem with many constraints. In this paper, we introduce a new benchmark, called Generalized Few-Shot Semantic Segmentation (GFS-Seg), to analyze the generalization ability of simultaneously segmenting the novel categories with very few examples and the base categories with sufficient examples. It is the first study showing that previous representative state-of-the-art FS-Seg methods fall short in GFS-Seg and the performance discrepancy mainly comes from the constrained setting of FS-Seg. To make GFS-Seg tractable, we set up a GFS-Seg baseline that achieves decent performance without structural change on the original model. Then, since context is essential for semantic segmentation, we propose the Context-Aware Prototype Learning (CAPL) that significantly improves performance by 1) leveraging the co-occurrence prior knowledge from support samples, and 2) dynamically enriching contextual information to the classifier, conditioned on the content of each query image. Both two contributions are experimentally shown to have substantial practical merit. Extensive experiments on Pascal-VOC and COCO manifest the effectiveness of CAPL, and CAPL generalizes well to FS-Seg by achieving competitive performance. Code is available at https://github.com/dvlab-research/GFS-Seg.

📄 PDF Abstract BibTeX arXiv:2010.05210

Code (1)

dvlab-research/gfs-seg 공식 구현 pytorch

Tasks

Few-Shot Semantic SegmentationGeneralized Few-Shot Semantic SegmentationSegmentationSemantic Segmentation

Similar Papers 제목 키워드 기반

Generalized Few-Shot Semantic Segmentation in Remote Sensing: Challenge and Benchmark

2024-09-17 · Clifford Broni-Bediako, Junshi Xia, Jian Song, Hongruixuan Chen 외

Learning with limited labelled data is a challenging problem in various applications, including remote sensing. Few-shot semantic segmentation is one approach that can encourage deep learning models to learn from few lab…

Few-Shot Semantic SegmentationGeneralized Few-Shot Semantic SegmentationSegmentationSemantic Segmentation

Few-shot 3D LiDAR Semantic Segmentation for Autonomous Driving

2023-02-17 · Jilin Mei, Junbao Zhou, Yu Hu

In autonomous driving, the novel objects and lack of annotations challenge the traditional 3D LiDAR semantic segmentation based on deep learning. Few-shot learning is a feasible way to solve these issues. However, curren…

Autonomous DrivingFew-Shot LearningFew-Shot Semantic SegmentationGeneralized Few-Shot Semantic Segmentation+4

Applying ViT in Generalized Few-shot Semantic Segmentation

2024-08-27 · Liyuan Geng, Jinhong Xia, Yuanhe Guo

This paper explores the capability of ViT-based models under the generalized few-shot semantic segmentation (GFSS) framework. We conduct experiments with various combinations of backbone models, including ResNets and pre…

DecoderFew-Shot Semantic SegmentationGeneralized Few-Shot Semantic SegmentationSegmentation+1

Generalized Few-Shot Semantic Segmentation: All You Need is Fine-Tuning

2021-12-21 · Josh Myers-Dean, Yinan Zhao, Brian Price, Scott Cohen 외

Generalized few-shot semantic segmentation was introduced to move beyond only evaluating few-shot segmentation models on novel classes to include testing their ability to remember base classes. While the current state-of…

AllFew-Shot Semantic SegmentationGeneralized Few-Shot Semantic SegmentationMeta-Learning+3

A Surprisingly Simple Approach to Generalized Few-Shot Semantic Segmentation

2024-09-26 · NeurIPS 2024 9 · Tomoya Sakai, Haoxiang Qiu, Takayuki Katsuki, Daiki Kimura 외

The goal of generalized few-shot semantic segmentation (GFSS) is to recognize novel-class objects through training with a few annotated examples and the base-class model that learned the knowledge about the base classes.…

Few-Shot Semantic SegmentationGeneralized Few-Shot Semantic SegmentationInductive LearningSegmentation+1