CVAIJun 26, 2023

Continual Learning for Out-of-Distribution Pedestrian Detection

arXiv:2306.15117v14 citationsh-index: 20
Originality Synthesis-oriented
AI Analysis

This addresses the issue of distribution shifts in pedestrian detection for autonomous driving applications, but it is incremental as it adapts an existing method to a specific domain.

The paper tackles the problem of out-of-distribution generalization in pedestrian detection by proposing a continual learning solution that modifies Elastic Weight Consolidation to prevent catastrophic forgetting when fine-tuning on new datasets. It shows improvements with a 9% and 18% miss rate reduction on CrowdHuman and CityPersons datasets, respectively, compared to standard fine-tuning.

A continual learning solution is proposed to address the out-of-distribution generalization problem for pedestrian detection. While recent pedestrian detection models have achieved impressive performance on various datasets, they remain sensitive to shifts in the distribution of the inference data. Our method adopts and modifies Elastic Weight Consolidation to a backbone object detection network, in order to penalize the changes in the model weights based on their importance towards the initially learned task. We show that when trained with one dataset and fine-tuned on another, our solution learns the new distribution and maintains its performance on the previous one, avoiding catastrophic forgetting. We use two popular datasets, CrowdHuman and CityPersons for our cross-dataset experiments, and show considerable improvements over standard fine-tuning, with a 9% and 18% miss rate percent reduction improvement in the CrowdHuman and CityPersons datasets, respectively.

Code Implementations1 repo
Foundations

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

Your Notes