VINNAS: Variational Inference-based Neural Network Architecture Search
Martin Ferianc, Hongxiang Fan, Miguel Rodrigues

TL;DR
VINNAS introduces a variational inference-based neural architecture search method that efficiently finds sparse, high-performing convolutional neural networks while avoiding mode collapse, leading to state-of-the-art accuracy with fewer parameters.
Contribution
The paper proposes a novel NAS approach using variational dropout with automatic relevance determination to prevent mode collapse and promote sparsity in neural architectures.
Findings
Achieves state-of-the-art accuracy on image classification tasks.
Finds highly sparse neural network architectures with fewer parameters.
Effectively avoids mode collapse in NAS process.
Abstract
In recent years, neural architecture search (NAS) has received intensive scientific and industrial interest due to its capability of finding a neural architecture with high accuracy for various artificial intelligence tasks such as image classification or object detection. In particular, gradient-based NAS approaches have become one of the more popular approaches thanks to their computational efficiency during the search. However, these methods often experience a mode collapse, where the quality of the found architectures is poor due to the algorithm resorting to choosing a single operation type for the entire network, or stagnating at a local minima for various datasets or search spaces. To address these defects, we present a differentiable variational inference-based NAS method for searching sparse convolutional neural networks. Our approach finds the optimal neural architecture by…
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 · Domain Adaptation and Few-Shot Learning · Advanced Image and Video Retrieval Techniques
MethodsVariational Dropout · Dropout
