A Novel lightweight Convolutional Neural Network, ExquisiteNetV2
Shi-Yao Zhou, Chung-Yen Su

TL;DR
ExquisiteNetV2 is a new lightweight CNN that outperforms its predecessor and other models in accuracy, speed, and parameter efficiency across multiple datasets.
Contribution
The paper introduces ExquisiteNetV2, a faster, more accurate, and parameter-efficient CNN model that surpasses previous versions and well-known models in classification tasks.
Findings
ExquisiteNetV2 achieves the highest accuracy on over half of the datasets.
It has the fewest parameters among compared models.
It demonstrates faster computation speed in most cases.
Abstract
In the paper of ExquisiteNetV1, the ability of classification of ExquisiteNetV1 is worse than DenseNet. In this article, we propose a faster and better model ExquisiteNetV2. We conduct many experiments to evaluate its performance. We test ExquisiteNetV2, ExquisiteNetV1 and other 9 well-known models on 15 credible datasets under the same condition. According to the experimental results, ExquisiteNetV2 gets the highest classification accuracy over half of the datasets. Important of all, ExquisiteNetV2 has fewest amounts of parameters. Besides, in most instances, ExquisiteNetV2 has fastest computing speed.
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
TopicsAnomaly Detection Techniques and Applications · Advanced Neural Network Applications · Domain Adaptation and Few-Shot Learning
MethodsConcatenated Skip Connection · Batch Normalization · Dense Block · Dropout · Dense Connections · Average Pooling · Global Average Pooling · Max Pooling · Convolution · 1x1 Convolution
