TL;DR
This paper introduces Bias Loss, a novel training method for compact CNNs that emphasizes data points with diverse features, improving their predictive power and accuracy.
Contribution
The paper proposes Bias Loss to focus training on data points with rich feature diversity, and introduces SkipNet models to enhance feature diversity in compact CNNs.
Findings
Bias Loss improves accuracy of compact CNNs.
SkipNet models increase feature diversity and performance.
Skipnet-M outperforms MobileNetV3 Large by 1%.
Abstract
Compact convolutional neural networks (CNNs) have witnessed exceptional improvements in performance in recent years. However, they still fail to provide the same predictive power as CNNs with a large number of parameters. The diverse and even abundant features captured by the layers is an important characteristic of these successful CNNs. However, differences in this characteristic between large CNNs and their compact counterparts have rarely been investigated. In compact CNNs, due to the limited number of parameters, abundant features are unlikely to be obtained, and feature diversity becomes an essential characteristic. Diverse features present in the activation maps derived from a data point during model inference may indicate the presence of a set of unique descriptors necessary to distinguish between objects of different classes. In contrast, data points with low feature diversity…
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
Methods*Communicated@Fast*How Do I Communicate to Expedia? · Pointwise Convolution · Depthwise Convolution · Sigmoid Activation · Dense Connections · Depthwise Separable Convolution · 1x1 Convolution · Convolution · Batch Normalization · Average Pooling
