CVDec 12, 2022

CircleNet: Reciprocating Feature Adaptation for Robust Pedestrian Detection

arXiv:2212.05691v110 citationsh-index: 54
Originality Incremental advance
AI Analysis

This addresses a critical problem for autonomous driving and surveillance systems by enhancing detection in challenging conditions, though it is incremental over existing feature pyramid methods.

The paper tackles pedestrian detection under occlusion and low resolution by proposing CircleNet, a feature learning model that mimics human visual adaptation, resulting in significant performance improvements for occluded and low-resolution cases on Caltech and CityPersons datasets.

Pedestrian detection in the wild remains a challenging problem especially when the scene contains significant occlusion and/or low resolution of the pedestrians to be detected. Existing methods are unable to adapt to these difficult cases while maintaining acceptable performance. In this paper we propose a novel feature learning model, referred to as CircleNet, to achieve feature adaptation by mimicking the process humans looking at low resolution and occluded objects: focusing on it again, at a finer scale, if the object can not be identified clearly for the first time. CircleNet is implemented as a set of feature pyramids and uses weight sharing path augmentation for better feature fusion. It targets at reciprocating feature adaptation and iterative object detection using multiple top-down and bottom-up pathways. To take full advantage of the feature adaptation capability in CircleNet, we design an instance decomposition training strategy to focus on detecting pedestrian instances of various resolutions and different occlusion levels in each cycle. Specifically, CircleNet implements feature ensemble with the idea of hard negative boosting in an end-to-end manner. Experiments on two pedestrian detection datasets, Caltech and CityPersons, show that CircleNet improves the performance of occluded and low-resolution pedestrians with significant margins while maintaining good performance on normal instances.

Foundations

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

Your Notes