paper-with-me

Papers

Less bits is more: How pruning deep binary networks increases weight capacity

2021-01-01 · Yunqiang Li, Silvia Laura Pintea, Jan van Gemert

Binary networks are extremely efficient as multiplications and additions are replaced by bit shifts. Yet, binarizing network models reduces their representational power: a binary weight with a value of -1 or +1 cannot represent as much information as a real weight. We make the observation that pruning weights adds the value 0 as an additional symbol and thus increases the information capacity of the network. This increases the solution space of our network -- more network configurations are possible. Thus far, all hypothesis are considered equally likely. Yet, given that the network is binary, by assuming a Bernoulli prior over the weights, we restricts the hypothesis space to only the ones that can be effectively encoded in a binary network. We show that this view leads to maximizing the information capacity over the binary weights. In this work we propose to jointly prune binary weights and maximize the information capacity, thus finding a subnetwork that performs better than the original network. On 3 datasets and 11 architectures we show compact models with good accuracy comparing favorably to state-of-the-art.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

BBS: Bi-directional Bit-level Sparsity for Deep Learning Acceleration

2024-09-08 · Yuzong Chen, Jian Meng, Jae-sun Seo, Mohamed S. Abdelfattah

Bit-level sparsity methods skip ineffectual zero-bit operations and are typically applicable within bit-serial deep learning accelerators. This type of sparsity at the bit-level is especially interesting because it is bo…

Deep LearningQuantization

Network Pruning for Low-Rank Binary Index

2019-09-25 · Dongsoo Lee, Se Jung Kwon, Byeongwook Kim, Parichay Kapoor 외

Pruning is an efficient model compression technique to remove redundancy in the connectivity of deep neural networks (DNNs). A critical problem to represent sparse matrices after pruning is that if fewer bits are used …

Model CompressionNetwork PruningQuantization

iPrune: A Magnitude Based Unstructured Pruning Method for Efficient Binary Networks in Hardware

2021-09-29 · Adithya Venkateswaran, Jean-Pierre David

Modern image recognition models span millions of parameters occupying several megabytes and sometimes gigabytes of space, making it difficult to run on resource constrained edge hardware. Binary Neural Networks address t…

Sparse Binary Compression: Towards Distributed Deep Learning with minimal Communication

2018-05-22 · Felix Sattler, Simon Wiedemann, Klaus-Robert Müller, Wojciech Samek

Currently, progressively larger deep neural networks are trained on ever growing data corpora. As this trend is only going to increase in the future, distributed training schemes are becoming increasingly relevant. A maj…

BinarizationDeep Learning

Adaptive Federated Pruning in Hierarchical Wireless Networks

2023-05-15 · Xiaonan Liu, Shiqiang Wang, Yansha Deng, Arumugam Nallanathan

Federated Learning (FL) is a promising privacy-preserving distributed learning framework where a server aggregates models updated by multiple devices without accessing their private datasets. Hierarchical FL (HFL), as a …

Federated LearningPrivacy Preserving