PAPER DIGEST
Most Influential ICML 2015 Paper · 2026-03 edition

Compressing Neural Networks With The Hashing Trick

Wenlin Chen; James Wilson; Stephen Tyree; Kilian Weinberger; Yixin Chen

Venue
International Conference on Machine Learning (ICML) 2015
Recognition
Most Influential ICML 2015 Paper (Rank No. 15)
Edition
2026-03
Impact factor
9
Certificate ID
a49c2bca47bc1b3e

Abstract

As deep nets are increasingly used in applications suited for mobile devices, a fundamental dilemma becomes apparent: the trend in deep learning is to grow models to absorb ever-increasing data set sizes; however mobile devices are designed with very little memory and cannot store such large models. We present a novel network architecture, HashedNets, that exploits inherent redundancy in neural networks to achieve drastic reductions in model sizes. HashedNets uses a low-cost hash function to randomly group connection weights into hash buckets, and all connections within the same hash bucket share a single parameter value. These parameters are tuned to adjust to the HashedNets weight sharing architecture with standard backprop during training. Our hashing procedure introduces no additional memory overhead, and we demonstrate on several benchmark data sets that HashedNets shrink the storage requirements of neural networks substantially while mostly preserving generalization performance.

Download PDF certificate