English

Distilling Critical Paths in Convolutional Neural Networks

Computer Vision and Pattern Recognition 2018-11-09 v2

Abstract

Neural network compression and acceleration are widely demanded currently due to the resource constraints on most deployment targets. In this paper, through analyzing the filter activation, gradients, and visualizing the filters' functionality in convolutional neural networks, we show that the filters in higher layers learn extremely task-specific features, which are exclusive for only a small subset of the overall tasks, or even a single class. Based on such findings, we reveal the critical paths of information flow for different classes. And by their intrinsic property of exclusiveness, we propose a critical path distillation method, which can effectively customize the convolutional neural networks to small ones with much smaller model size and less computation.

Keywords

Cite

@article{arxiv.1811.02643,
  title  = {Distilling Critical Paths in Convolutional Neural Networks},
  author = {Fuxun Yu and Zhuwei Qin and Xiang Chen},
  journal= {arXiv preprint arXiv:1811.02643},
  year   = {2018}
}

Comments

Accepted in NIPS18 CDNNRIA workshop

R2 v1 2026-06-23T05:07:02.328Z