EncodeNet: A Framework for Boosting DNN Accuracy with Entropy-driven Generalized Converting Autoencoder
Hasanul Mahmud, Kevin Desai, Palden Lama, Sushil K. Prasad

TL;DR
EncodeNet introduces a novel autoencoder-based framework that enhances DNN image classification accuracy without increasing model size, by leveraging entropy-driven generalized converting autoencoders and intraclass clustering.
Contribution
The paper proposes a generalized Converting Autoencoder design and training framework, improving DNN accuracy while maintaining model size, outperforming existing knowledge distillation and attention-based methods.
Findings
EncodeNet improves VGG16 accuracy on CIFAR-10 from 92.64% to 94.05%.
EncodeNet enhances ResNet20 accuracy on CIFAR-100 from 74.56% to 76.04%.
Outperforms state-of-the-art knowledge distillation and attention mechanisms.
Abstract
Image classification is a fundamental task in computer vision, and the quest to enhance DNN accuracy without inflating model size or latency remains a pressing concern. We make a couple of advances in this regard, leading to a novel EncodeNet design and training framework. The first advancement involves Converting Autoencoders, a novel approach that transforms images into an easy-to-classify image of its class. Our prior work that applied the Converting Autoencoder and a simple classifier in tandem achieved moderate accuracy over simple datasets, such as MNIST and FMNIST. However, on more complex datasets like CIFAR-10, the Converting Autoencoder has a large reconstruction loss, making it unsuitable for enhancing DNN accuracy. To address these limitations, we generalize the design of Converting Autoencoders by leveraging a larger class of DNNs, those with architectures comprising…
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
TopicsSpeech Recognition and Synthesis · Generative Adversarial Networks and Image Synthesis
MethodsKnowledge Distillation
