paper-with-me

Papers

Quantized Densely Connected U-Nets for Efficient Landmark Localization

2018-08-07 · ECCV 2018 9 · Zhiqiang Tang, Xi Peng, Shijie Geng, Lingfei Wu, Shaoting Zhang, Dimitris Metaxas

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.

📄 PDF Abstract BibTeX arXiv:1808.02194

Code (1)

zhiqiangdon/CU-Net 공식 구현 pytorch

Tasks

Face AlignmentPose Estimation

Similar Papers 제목 키워드 기반

Cascade of Encoder-Decoder CNNs with Learned Coordinates Regressor for Robust Facial Landmarks Detection

2019-10-15 · Pattern Recognition Letters 2019 10 · Roberto Valle, Jose M. Buenaposada, Luis Baumela

Convolutional Neural Nets (CNNs) have become the reference technology for many computer vision problems. Although CNNs for facial landmark detection are very robust, they still lack accuracy when processing images acquir…

DecoderFace AlignmentFacial Landmark Detection

DenseReg: Fully Convolutional Dense Shape Regression In-the-Wild

2018-03-05 · CVPR 2017 · Riza Alp Guler, Yuxiang Zhou, George Trigeorgis, Epameinondas Antonakos 외

In this work we use deep learning to establish dense correspondences between a 3D object model and an image "in the wild". We introduce "DenseReg", a fully-convolutional neural network (F-CNN) that densely regresses at e…

Face AlignmentPose EstimationregressionSemantic Segmentation

Investigation of Densely Connected Convolutional Networks with Domain Adversarial Learning for Noise Robust Speech Recognition

2021-12-19 · Chia Yu Li, Ngoc Thang Vu

We investigate densely connected convolutional networks (DenseNets) and their extension with domain adversarial training for noise robust speech recognition. DenseNets are very deep, compact convolutional neural networks…

Robust Speech Recognitionspeech-recognitionSpeech Recognition

Densely Connected Residual Network for Attack Recognition

2020-08-05 · Peilun Wu, Nour Moustafa, Shiyi Yang, Hui Guo

High false alarm rate and low detection rate are the major sticking points for unknown threat perception. To address the problems, in the paper, we present a densely connected residual network (Densely-ResNet) for attack…

Densely Connected Convolutional Networks for Speech Recognition

2018-08-10 · Chia Yu Li, Ngoc Thang Vu

This paper presents our latest investigation on Densely Connected Convolutional Networks (DenseNets) for acoustic modelling (AM) in automatic speech recognition. DenseN-ets are very deep, compact convolutional neural net…

Acoustic ModellingAutomatic Speech RecognitionAutomatic Speech Recognition (ASR)speech-recognition+1