Building Efficient CNNs Using Depthwise Convolutional Eigen-Filters (DeCEF)
Yinan Yu, Samuel Scheidegger, Tomas McKelvey

TL;DR
This paper introduces DeCEF, a low-rank convolutional layer that reduces parameters and computational cost in CNNs, enabling training from scratch without pre-trained models while maintaining high accuracy.
Contribution
The paper proposes the DeCEF layer, a novel low-rank parameterization of Conv2D filters based on effective rank analysis, suitable for training from scratch.
Findings
Achieves similar or higher accuracy compared to baseline models.
Reduces parameters and FLOPs to about two-thirds of original networks.
Demonstrates effectiveness on CIFAR-10 and ImageNet datasets.
Abstract
Deep Convolutional Neural Networks (CNNs) have been widely used in various domains due to their impressive capabilities. These models are typically composed of a large number of 2D convolutional (Conv2D) layers with numerous trainable parameters. To reduce the complexity of a network, compression techniques can be applied. These methods typically rely on the analysis of trained deep learning models. However, in some applications, due to reasons such as particular data or system specifications and licensing restrictions, a pre-trained network may not be available. This would require the user to train a CNN from scratch. In this paper, we aim to find an alternative parameterization to Conv2D filters without relying on a pre-trained convolutional network. During the analysis, we observe that the effective rank of the vectorized Conv2D filters decreases with respect to the increasing depth…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Anomaly Detection Techniques and Applications · Human Pose and Action Recognition
