Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Quantized Densely Connected U-Nets for Efficient Landmark Localization

About

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.

Zhiqiang Tang, Xi Peng, Shijie Geng, Lingfei Wu, Shaoting Zhang, Dimitris Metaxas• 2018

Related benchmarks

TaskDatasetResultRank
Facial Landmark Detection300-W (Common)
NME2.9
180
Facial Landmark Detection300-W (Fullset)
Mean Error (%)3.35
174
Facial Landmark Detection300W (Challenging)
NME5.15
159
Face Alignment300W (Challenging)
NME5.15
93
Face Alignment300W Common
NME2.9
90
Face Alignment300W Fullset (test)
NME3.35
82
Face Alignment300-W (Full)
NME3.35
66
Facial Landmark Detection300-W Common Subset
Mean Error (%)2.9
37
Face Alignment300W common subset
NME2.9
33
Face Alignment300W Challenging Subset (test)
NME5.15
25
Showing 10 of 11 rows

Other info

Code

Follow for update