paper-with-me

Papers

NIFF: Alleviating Forgetting in Generalized Few-Shot Object Detection via Neural Instance Feature Forging

2023-03-09 · CVPR 2023 1 · Karim Guirguis, Johannes Meier, George Eskandar, Matthias Kayser, Bin Yang, Juergen Beyerer

Privacy and memory are two recurring themes in a broad conversation about the societal impact of AI. These concerns arise from the need for huge amounts of data to train deep neural networks. A promise of Generalized Few-shot Object Detection (G-FSOD), a learning paradigm in AI, is to alleviate the need for collecting abundant training samples of novel classes we wish to detect by leveraging prior knowledge from old classes (i.e., base classes). G-FSOD strives to learn these novel classes while alleviating catastrophic forgetting of the base classes. However, existing approaches assume that the base images are accessible, an assumption that does not hold when sharing and storing data is problematic. In this work, we propose the first data-free knowledge distillation (DFKD) approach for G-FSOD that leverages the statistics of the region of interest (RoI) features from the base model to forge instance-level features without accessing the base images. Our contribution is three-fold: (1) we design a standalone lightweight generator with (2) class-wise heads (3) to generate and replay diverse instance-level base features to the RoI head while finetuning on the novel data. This stands in contrast to standard DFKD approaches in image classification, which invert the entire network to generate base images. Moreover, we make careful design choices in the novel finetuning pipeline to regularize the model. We show that our approach can dramatically reduce the base memory requirements, all while setting a new standard for G-FSOD on the challenging MS-COCO and PASCAL-VOC benchmarks.

📄 PDF Abstract BibTeX arXiv:2303.04958

Code (0)

등록된 구현이 없습니다.

Tasks

Data-free Knowledge DistillationFew-Shot Object Detectionimage-classificationImage ClassificationKnowledge Distillationobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

BASE 설명 없음
Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

Unknown Sniffer for Object Detection: Don't Turn a Blind Eye to Unknown Objects

2023-03-24 · CVPR 2023 1 · Wenteng Liang, Feng Xue, Yihao Liu, Guofeng Zhong 외

The recently proposed open-world object and open-set detection have achieved a breakthrough in finding never-seen-before objects and distinguishing them from known ones. However, their studies on knowledge transfer from …

Objectobject-detectionObject DetectionOpen World Object Detection+1

Making Pre-trained Language Models Better Continual Few-Shot Relation Extractors

2024-02-24 · Shengkun Ma, Jiale Han, Yi Liang, Bo Cheng

Continual Few-shot Relation Extraction (CFRE) is a practical problem that requires the model to continuously learn novel relations while avoiding forgetting old ones with few labeled training data. The primary challenges…

Contrastive LearningPrompt LearningRelationRelation Extraction

Generalized Few-Shot Object Detection without Forgetting

2021-05-20 · CVPR 2021 1 · Zhibo Fan, Yuchen Ma, Zeming Li, Jian Sun

Recently few-shot object detection is widely adopted to deal with data-limited situations. While most previous works merely focus on the performance on few-shot categories, we claim that detecting all classes is crucial …

Few-Shot Object DetectionObjectobject-detectionObject Detection+1

Generalized and Incremental Few-Shot Learning by Explicit Learning and Calibration without Forgetting

2021-08-18 · ICCV 2021 10 · Anna Kukleva, Hilde Kuehne, Bernt Schiele

Both generalized and incremental few-shot learning have to deal with three major challenges: learning novel classes from only few samples per class, preventing catastrophic forgetting of base classes, and classifier cali…

Classifier calibrationFew-Shot Learning

CFA: Constraint-based Finetuning Approach for Generalized Few-Shot Object Detection

2022-04-11 · Karim Guirguis, Ahmed Hendawy, George Eskandar, Mohamed Abdelsamad 외

Few-shot object detection (FSOD) seeks to detect novel categories with limited data by leveraging prior knowledge from abundant base data. Generalized few-shot object detection (G-FSOD) aims to tackle FSOD without forget…

Continual LearningFew-Shot Object Detectionobject-detectionObject Detection