CVNov 21, 2017

Repulsion Loss: Detecting Pedestrians in a Crowd

arXiv:1711.07752v2555 citations
Originality Incremental advance
AI Analysis

This addresses pedestrian detection in crowded environments, a critical issue for autonomous driving and surveillance, though it is an incremental improvement focused on a specific bottleneck.

The paper tackles the problem of detecting individual pedestrians in crowded scenes where occlusion occurs, proposing a repulsion loss for bounding box regression that improves localization robustness and achieves state-of-the-art performance with significant gains in occlusion cases.

Detecting individual pedestrians in a crowd remains a challenging problem since the pedestrians often gather together and occlude each other in real-world scenarios. In this paper, we first explore how a state-of-the-art pedestrian detector is harmed by crowd occlusion via experimentation, providing insights into the crowd occlusion problem. Then, we propose a novel bounding box regression loss specifically designed for crowd scenes, termed repulsion loss. This loss is driven by two motivations: the attraction by target, and the repulsion by other surrounding objects. The repulsion term prevents the proposal from shifting to surrounding objects thus leading to more crowd-robust localization. Our detector trained by repulsion loss outperforms all the state-of-the-art methods with a significant improvement in occlusion cases.

Code Implementations2 repos
Foundations

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

Your Notes