CVAILGAug 14, 2018

Hierarchical binary CNNs for landmark localization with limited resources

arXiv:1808.04803v138 citations
Originality Incremental advance
AI Analysis

This addresses the need for efficient landmark localization models for applications with constrained resources, representing an incremental improvement through novel architectural modifications.

The paper tackles the problem of designing lightweight Convolutional Neural Networks (CNNs) for landmark localization tasks like human pose estimation and face alignment, achieving state-of-the-art performance in many cases while maintaining compactness for limited computational resources.

Our goal is to design architectures that retain the groundbreaking performance of Convolutional Neural Networks (CNNs) for landmark localization and at the same time are lightweight, compact and suitable for applications with limited computational resources. To this end, we make the following contributions: (a) we are the first to study the effect of neural network binarization on localization tasks, namely human pose estimation and face alignment. We exhaustively evaluate various design choices, identify performance bottlenecks, and more importantly propose multiple orthogonal ways to boost performance. (b) Based on our analysis, we propose a novel hierarchical, parallel and multi-scale residual architecture that yields large performance improvement over the standard bottleneck block while having the same number of parameters, thus bridging the gap between the original network and its binarized counterpart. (c) We perform a large number of ablation studies that shed light on the properties and the performance of the proposed block. (d) We present results for experiments on the most challenging datasets for human pose estimation and face alignment, reporting in many cases state-of-the-art performance. (e) We further provide additional results for the problem of facial part segmentation. Code can be downloaded from https://www.adrianbulat.com/binary-cnn-landmark

Code Implementations1 repo
Foundations

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

Your Notes