Flattened Convolutional Neural Networks for Feedforward Acceleration
Jonghoon Jin, Aysegul Dundar, Eugenio Culurciello

TL;DR
This paper introduces flattened convolutional neural networks that replace traditional 3D filters with sequences of 1D filters, achieving comparable accuracy and doubling feedforward speed without manual tuning.
Contribution
The authors propose a novel flattened CNN architecture that reduces parameters and accelerates inference by replacing 3D filters with sequential 1D filters, maintaining performance.
Findings
Flattened networks match conventional CNN accuracy.
Approximately 2x speed-up in feedforward pass.
No manual tuning needed after training.
Abstract
We present flattened convolutional neural networks that are designed for fast feedforward execution. The redundancy of the parameters, especially weights of the convolutional filters in convolutional neural networks has been extensively studied and different heuristics have been proposed to construct a low rank basis of the filters after training. In this work, we train flattened networks that consist of consecutive sequence of one-dimensional filters across all directions in 3D space to obtain comparable performance as conventional convolutional networks. We tested flattened model on different datasets and found that the flattened layer can effectively substitute for the 3D filters without loss of accuracy. The flattened convolution pipelines provide around two times speed-up during feedforward pass compared to the baseline model due to the significant reduction of learning parameters.…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Domain Adaptation and Few-Shot Learning · Human Pose and Action Recognition
MethodsConvolution
