CVFeb 25, 2018

Seeing Small Faces from Robust Anchor's Perspective

arXiv:1802.09058v1118 citations
Originality Incremental advance
AI Analysis

This addresses the issue of detecting small faces in images, which is crucial for applications like surveillance and crowd analysis, but it is incremental as it builds on existing anchor-based methods.

The paper tackled the problem of anchor-based face detectors performing poorly on tiny faces (less than 16x16 pixels) by introducing a new anchor design based on the Expected Max Overlapping (EMO) score, which led to significantly improved performance and state-of-the-art results on challenging datasets with competitive runtime speed.

This paper introduces a novel anchor design to support anchor-based face detection for superior scale-invariant performance, especially on tiny faces. To achieve this, we explicitly address the problem that anchor-based detectors drop performance drastically on faces with tiny sizes, e.g. less than 16x16 pixels. In this paper, we investigate why this is the case. We discover that current anchor design cannot guarantee high overlaps between tiny faces and anchor boxes, which increases the difficulty of training. The new Expected Max Overlapping (EMO) score is proposed which can theoretically explain the low overlapping issue and inspire several effective strategies of new anchor design leading to higher face overlaps, including anchor stride reduction with new network architectures, extra shifted anchors, and stochastic face shifting. Comprehensive experiments show that our proposed method significantly outperforms the baseline anchor-based detector, while consistently achieving state-of-the-art results on challenging face detection datasets with competitive runtime speed.

Foundations

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

Your Notes