CVApr 11, 2023

Density Map Distillation for Incremental Object Counting

arXiv:2304.05255v12 citationsh-index: 66
Originality Incremental advance
AI Analysis

This addresses incremental learning for object counting, which is an incremental improvement in a domain-specific area of computer vision.

The paper tackles the problem of catastrophic forgetting in incremental object counting by proposing Density Map Distillation (DMD), a new exemplar-free functional regularization method that introduces task-specific counter heads, a distillation loss, and a cross-task adaptor, resulting in greatly reduced forgetting and outperforming existing methods.

We investigate the problem of incremental learning for object counting, where a method must learn to count a variety of object classes from a sequence of datasets. A naïve approach to incremental object counting would suffer from catastrophic forgetting, where it would suffer from a dramatic performance drop on previous tasks. In this paper, we propose a new exemplar-free functional regularization method, called Density Map Distillation (DMD). During training, we introduce a new counter head for each task and introduce a distillation loss to prevent forgetting of previous tasks. Additionally, we introduce a cross-task adaptor that projects the features of the current backbone to the previous backbone. This projector allows for the learning of new features while the backbone retains the relevant features for previous tasks. Finally, we set up experiments of incremental learning for counting new objects. Results confirm that our method greatly reduces catastrophic forgetting and outperforms existing methods.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes