English

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

Computer Vision and Pattern Recognition 2024-11-14 v1

Abstract

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 situations where only a few examples of novel object classes are available, with no access to training data for base or old classes, while maintaining high performance across both base and novel classes. To achieve this, We extend Mask-DINO into a two-stage incremental learning framework. Stage 1 focuses on optimizing the model using the base dataset, while Stage 2 involves fine-tuning the model on novel classes. Besides, we incorporate a classifier selection strategy that assigns appropriate classifiers to the encoder and decoder according to their distinct functions. Empirical evidence indicates that this approach effectively mitigates the over-fitting on novel classes learning. Furthermore, we implement knowledge distillation to prevent catastrophic forgetting of base classes. Comprehensive evaluations on the COCO and LVIS datasets for both iFSIS and iFSOD tasks demonstrate that our method significantly outperforms state-of-the-art approaches.

Keywords

Cite

@article{arxiv.2411.08569,
  title  = {UIFormer: A Unified Transformer-based Framework for Incremental Few-Shot Object Detection and Instance Segmentation},
  author = {Chengyuan Zhang and Yilin Zhang and Lei Zhu and Deyin Liu and Lin Wu and Bo Li and Shichao Zhang and Mohammed Bennamoun and Farid Boussaid},
  journal= {arXiv preprint arXiv:2411.08569},
  year   = {2024}
}

Comments

11 pages, 3 figures

R2 v1 2026-06-28T19:58:17.532Z