The Untapped Potential of Off-the-Shelf Convolutional Neural Networks
Matthew Inkawhich, Nathan Inkawhich, Eric Davis, Hai Li, Yiran Chen

TL;DR
This paper demonstrates that simple inference-time dynamic adjustments to off-the-shelf CNNs like ResNet-50 can significantly improve accuracy on ImageNet, surpassing more complex models.
Contribution
It introduces a method to enhance existing CNNs by enabling dynamic layer configurations at inference-time, unlocking untapped potential without retraining.
Findings
Dynamic models achieve over 95% accuracy on ImageNet.
Performance exceeds larger, more complex models.
Simple modifications outperform state-of-the-art architectures.
Abstract
Over recent years, a myriad of novel convolutional network architectures have been developed to advance state-of-the-art performance on challenging recognition tasks. As computational resources improve, a great deal of effort has been placed in efficiently scaling up existing designs and generating new architectures with Neural Architecture Search (NAS) algorithms. While network topology has proven to be a critical factor for model performance, we show that significant gains are being left on the table by keeping topology static at inference-time. Due to challenges such as scale variation, we should not expect static models configured to perform well across a training dataset to be optimally configured to handle all test data. In this work, we seek to expose the exciting potential of inference-time-dynamic models. By allowing just four layers to dynamically change configuration at…
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
The Untapped Potential of Off-the-Shelf Convolutional Neural Networks· youtube
Taxonomy
TopicsAdvanced Neural Network Applications · Domain Adaptation and Few-Shot Learning · Machine Learning and Data Classification
