Continual Learning for Out-of-Distribution Pedestrian Detection
Mahdiyar Molahasani, Ali Etemad, Michael Greenspan

TL;DR
This paper introduces a continual learning approach for pedestrian detection that adapts to new data distributions while retaining previous knowledge, reducing catastrophic forgetting across datasets.
Contribution
It adapts Elastic Weight Consolidation to object detection, enabling effective cross-dataset generalization in pedestrian detection tasks.
Findings
Significant reduction in miss rate on CrowdHuman and CityPersons datasets.
The method outperforms standard fine-tuning in cross-dataset scenarios.
Maintains performance on initial datasets after training on new data.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Multimodal Machine Learning Applications · Video Surveillance and Tracking Methods
