An exploration of parameter redundancy in deep networks with circulant projections

2015 IEEE International Conference on Computer Vision (ICCV)(2015)

引用 376|浏览171
暂无评分
摘要
We explore the redundancy of parameters in deep neural networks by replacing the conventional linear projection in fully-connected layers with the circulant projection. The circulant structure substantially reduces memory footprint and enables the use of the Fast Fourier Transform to speed up the computation. Considering a fully-connected neural network layer with d input nodes, and d output nodes, this method improves the time complexity from O(d^2) to O(dlogd) and space complexity from O(d^2) to O(d). The space savings are particularly important for modern deep convolutional neural network architectures, where fully-connected layers typically contain more than 90% of the network parameters. We further show that the gradient computation and optimization of the circulant projections can be performed very efficiently. Our experiments on three standard datasets show that the proposed approach achieves this significant gain in storage and efficiency with minimal increase in error rate compared to neural networks with unstructured projections.
更多
查看译文
关键词
parameter redundancy exploration,deep convolutional neural network architecture,circulant projection,circulant structure,memory footprint reduction,fast Fourier transform,fully-connected neural network layer,time complexity,space complexity,gradient computation,unstructured projection
AI 理解论文
溯源树
样例
生成溯源树,研究论文发展脉络
Chat Paper
正在生成论文摘要