Prediction Calibration for Generalized Few-shot Semantic Segmentation
Zhihe Lu, Sen He, Da Li, Yi-Zhe Song, Tao Xiang

TL;DR
This paper introduces a Prediction Calibration Network (PCN) for generalized few-shot semantic segmentation, effectively balancing base and novel class predictions through score fusion and a transformer-based calibration, leading to superior performance.
Contribution
The paper proposes a novel score fusion approach with a transformer-based calibration module for GFSS, improving over classifier parameter fusion methods.
Findings
Outperforms state-of-the-art on PASCAL-5i and COCO-20i datasets.
Achieves significant accuracy improvements in segmenting both base and novel classes.
Demonstrates the effectiveness of cross-attention and feature-score covariance in calibration.
Abstract
Generalized Few-shot Semantic Segmentation (GFSS) aims to segment each image pixel into either base classes with abundant training examples or novel classes with only a handful of (e.g., 1-5) training images per class. Compared to the widely studied Few-shot Semantic Segmentation FSS, which is limited to segmenting novel classes only, GFSS is much under-studied despite being more practical. Existing approach to GFSS is based on classifier parameter fusion whereby a newly trained novel class classifier and a pre-trained base class classifier are combined to form a new classifier. As the training data is dominated by base classes, this approach is inevitably biased towards the base classes. In this work, we propose a novel Prediction Calibration Network PCN to address this problem. Instead of fusing the classifier parameters, we fuse the scores produced separately by the base and novel…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Advanced Neural Network Applications · COVID-19 diagnosis using AI
MethodsSoftmax · Concatenated Skip Connection · Balanced Selection
