Quantized Densely Connected U-Nets for Efficient Landmark Localization

08/07/2018
by   Zhiqiang Tang, et al.
0

In this paper, we propose quantized densely connected U-Nets for efficient visual landmark localization. The idea is that features of the same semantic meanings are globally reused across the stacked U-Nets. This dense connectivity largely improves the information flow, yielding improved localization accuracy. However, a vanilla dense design would suffer from critical efficiency issue in both training and testing. To solve this problem, we first propose order-K dense connectivity to trim off long-distance shortcuts; then, we use a memory-efficient implementation to significantly boost the training efficiency and investigate an iterative refinement that may slice the model size in half. Finally, to reduce the memory consumption and high precision operations both in training and testing, we further quantize weights, inputs, and gradients of our localization network to low bit-width numbers. We validate our approach in two tasks: human pose estimation and face alignment. The results show that our approach achieves state-of-the-art localization accuracy, but using ∼70% fewer parameters, ∼98% less model size and saving ∼75% training memory compared with other benchmark localizers. The code is available at https://github.com/zhiqiangdon/CU-Net.

READ FULL TEXT
research
08/20/2018

CU-Net: Coupled U-Nets

We design a new connectivity pattern for the U-Net architecture. Given s...
research
03/02/2017

Binarized Convolutional Landmark Localizers for Human Pose Estimation and Face Alignment with Limited Resources

Our goal is to design architectures that retain the groundbreaking perfo...
research
08/14/2018

Hierarchical binary CNNs for landmark localization with limited resources

Our goal is to design architectures that retain the groundbreaking perfo...
research
09/01/2020

Heatmap Regression via Randomized Rounding

Heatmap regression has become the mainstream methodology for deep learni...
research
12/05/2018

Stacked Dense U-Nets with Dual Transformers for Robust Face Alignment

Facial landmark localisation in images captured in-the-wild is an import...
research
03/12/2019

Universally Slimmable Networks and Improved Training Techniques

Slimmable networks are a family of neural networks that can instantly ad...
research
02/20/2023

DenseQMC: an efficient bit-slice implementation of the Quine-McCluskey algorithm

This note describes a new efficient bit-slice implementation DenseQMC of...

Please sign up or login with your details

Forgot password? Click here to reset