paper-with-me

Papers

Improved training of binary networks for human pose estimation and image recognition

2019-04-11 · Adrian Bulat, Georgios Tzimiropoulos, Jean Kossaifi, Maja Pantic

Big neural networks trained on large datasets have advanced the state-of-the-art for a large variety of challenging problems, improving performance by a large margin. However, under low memory and limited computational power constraints, the accuracy on the same problems drops considerable. In this paper, we propose a series of techniques that significantly improve the accuracy of binarized neural networks (i.e networks where both the features and the weights are binary). We evaluate the proposed improvements on two diverse tasks: fine-grained recognition (human pose estimation) and large-scale image recognition (ImageNet classification). Specifically, we introduce a series of novel methodological changes including: (a) more appropriate activation functions, (b) reverse-order initialization, (c) progressive quantization, and (d) network stacking and show that these additions improve existing state-of-the-art network binarization techniques, significantly. Additionally, for the first time, we also investigate the extent to which network binarization and knowledge distillation can be combined. When tested on the challenging MPII dataset, our method shows a performance improvement of more than 4% in absolute terms. Finally, we further validate our findings by applying the proposed techniques for large-scale object recognition on the Imagenet dataset, on which we report a reduction of error rate by 4%.

📄 PDF Abstract BibTeX arXiv:1904.05868

Code (1)

1adrianb/binary-networks-pytorch 공식 구현 pytorch

Tasks

BinarizationClassification with Binary Neural NetworkKnowledge DistillationObject RecognitionPose EstimationQuantization

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

BiHRNet: A Binary high-resolution network for Human Pose Estimation

2023-11-17 · Zhicheng Zhang, Xueyao Sun, Yonghao Dang, Jianqin Yin

Human Pose Estimation (HPE) plays a crucial role in computer vision applications. However, it is difficult to deploy state-of-the-art models on resouce-limited devices due to the high computational costs of the networks.…

BinarizationPose Estimation

BinaryHPE: 3D Human Pose and Shape Estimation via Binarization

2023-11-24 · Zhiteng Li, Yulun Zhang, Jing Lin, Haotong Qin 외

3D human pose and shape estimation (HPE) aims to reconstruct the 3D human body, face, and hands from a single image. Although powerful deep learning models have achieved accurate estimation in this task, they require eno…

3D human pose and shape estimationBinarizationHuman Mesh RecoveryQuantization

Enhancing Preference-based Linear Bandits via Human Response Time

2024-09-09 · Shen Li, Yuyang Zhang, Zhaolin Ren, Claire Liang 외

Interactive preference learning systems infer human preferences by presenting queries as pairs of options and collecting binary choices. Although binary choices are simple and widely used, they provide limited informatio…

DNN driven Speaker Independent Audio-Visual Mask Estimation for Speech Separation

2018-07-31 · Mandar Gogate, Ahsan Adeel, Ricard Marxer, Jon Barker 외

Human auditory cortex excels at selectively suppressing background noise to focus on a target speaker. The process of selective attention in the brain is known to contextually exploit the available audio and visual cues …

Speech Separation

Cognitive modeling and learning with sparse binary hypervectors

2023-09-16 · Zhonghao Yang

Following the general theoretical framework of VSA (Vector Symbolic Architecture), a cognitive model with the use of sparse binary hypervectors is proposed. In addition, learning algorithms are introduced to bootstrap th…