paper-with-me

홈 › Papers

MultIOD: Rehearsal-free Multihead Incremental Object Detector

2023-09-11 · Eden Belouadah, Arnaud Dapogny, Kevin Bailly

Class-Incremental learning (CIL) refers to the ability of artificial agents to integrate new classes as they appear in a stream. It is particularly interesting in evolving environments where agents have limited access to memory and computational resources. The main challenge of incremental learning is catastrophic forgetting, the inability of neural networks to retain past knowledge when learning a new one. Unfortunately, most existing class-incremental methods for object detection are applied to two-stage algorithms such as Faster-RCNN, and rely on rehearsal memory to retain past knowledge. We argue that those are not suitable in resource-limited environments, and more effort should be dedicated to anchor-free and rehearsal-free object detection. In this paper, we propose MultIOD, a class-incremental object detector based on CenterNet. Our contributions are: (1) we propose a multihead feature pyramid and multihead detection architecture to efficiently separate class representations, (2) we employ transfer learning between classes learned initially and those learned incrementally to tackle catastrophic forgetting, and (3) we use a class-wise non-max-suppression as a post-processing technique to remove redundant boxes. Results show that our method outperforms state-of-the-art methods on two Pascal VOC datasets, while only saving the model in its current state, contrary to other distillation-based counterparts.

📄 PDF Abstract BibTeX arXiv:2309.05334

Code (0)

등록된 구현이 없습니다.

Tasks

class-incremental learningClass Incremental LearningIncremental LearningObjectobject-detectionObject DetectionTransfer Learning

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Batch Normalization 설명 없음
Cascade Corner Pooling Cascade Corner Pooling is a pooling layer for object detection that builds upon the corner pooling operation. Corners are…
Center Pooling Center Pooling is a pooling technique for object detection that aims to capture richer and more recognizable visual patterns. The geometric centers of objects do not…
DLA 설명 없음
CenterNet CenterNet is a one-stage object detector that detects each object as a triplet, rather than a pair, of keypoints. It utilizes two customized modules named [cascade corner…

Similar Papers 제목 키워드 기반

REAL-OW: Rehearsal-free Open World Object Detection with Low-Rank Adaptation and Dual-Stage Objectness Modeling

2026-07-03 · Huazhong Zhang, Xiaowen Fu, Yang Zhang, Linlin Shen 외 arxiv

Open-World Object Detection (OWOD) requires detectors to identify previously unseen objects as unknown and incrementally incorporate them into the set of known categories, while preserving previously acquired knowledge. …

Open World Object Detection

Rehearsal-Free Continual Learning over Small Non-I.I.D. Batches

2019-07-08 · Vincenzo Lomonaco, Davide Maltoni, Lorenzo Pellegrini

Robotic vision is a field where continual learning can play a significant role. An embodied agent operating in a complex environment subject to frequent and unpredictable changes is required to learn and adapt continuous…

class-incremental learningClass Incremental LearningContinual LearningObject Recognition

Teacher Agent: A Knowledge Distillation-Free Framework for Rehearsal-based Video Incremental Learning

2023-06-01 · Shengqin Jiang, Yaoyu Fang, Haokui Zhang, Qingshan Liu 외

Rehearsal-based video incremental learning often employs knowledge distillation to mitigate catastrophic forgetting of previously learned data. However, this method faces two major challenges for video task: substantial …

Incremental LearningKnowledge DistillationVideo Understanding

OVOR: OnePrompt with Virtual Outlier Regularization for Rehearsal-Free Class-Incremental Learning

2024-02-06 · Wei-Cheng Huang, Chun-Fu Chen, Hsiang Hsu

Recent works have shown that by using large pre-trained models along with learnable prompts, rehearsal-free methods for class-incremental learning (CIL) settings can achieve superior performance to prominent rehearsal-ba…

class-incremental learningClass Incremental LearningIncremental Learning

Data-Free Generative Replay for Class-Incremental Learning on Imbalanced Data

2024-06-07 · Sohaib Younis, Bernhard Seeger

Continual learning is a challenging problem in machine learning, especially for image classification tasks with imbalanced datasets. It becomes even more challenging when it involves learning new classes incrementally. O…

class-incremental learningClass Incremental LearningContinual Learningimage-classification+3