CVSep 6, 2020

Efficient Pedestrian Detection in Top-View Fisheye Images Using Compositions of Perspective View Patches

arXiv:2009.02711v239 citations
AI Analysis

This addresses the problem of orientation variation in pedestrian detection for fisheye camera applications, such as surveillance, but is incremental as it adapts existing methods rather than introducing a new paradigm.

The paper tackles pedestrian detection in top-view fisheye images by generating perspective view patches and concatenating them into a composite image, allowing existing detectors to be applied directly without retraining, achieving results comparable to state-of-the-art on public datasets.

Pedestrian detection in images is a topic that has been studied extensively, but existing detectors designed for perspective images do not perform as successfully on images taken with top-view fisheye cameras, mainly due to the orientation variation of people in such images. In our proposed approach, several perspective views are generated from a fisheye image and then concatenated to form a composite image. As pedestrians in this composite image are more likely to be upright, existing detectors designed and trained for perspective images can be applied directly without additional training. We also describe a new method of mapping detection bounding boxes from the perspective views to the fisheye frame. The detection performance on several public datasets compare favorably with state-of-the-art results.

Foundations

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

Your Notes