Pseudo-Inverted Bottleneck Convolution for DARTS Search Space
Arash Ahmadian, Louis S.P. Liu, Yue Fei, Konstantinos N. Plataniotis,, Mahdi S. Hosseini

TL;DR
This paper enhances DARTS by introducing PIBConv, a micro-design inspired by ConvNeXt, which reduces computational costs and improves accuracy and feature detection, especially with fewer layers.
Contribution
The paper proposes PIBConv, a novel micro-design that augments DARTS search space, leading to more efficient and accurate CNN architectures with fewer layers.
Findings
PIBConv reduces computational footprint compared to ConvNeXt inverted bottleneck.
The architecture outperforms similar-sized DARTS networks at small layer counts.
The proposed network better detects features as shown by GradCAM analysis.
Abstract
Differentiable Architecture Search (DARTS) has attracted considerable attention as a gradient-based neural architecture search method. Since the introduction of DARTS, there has been little work done on adapting the action space based on state-of-art architecture design principles for CNNs. In this work, we aim to address this gap by incrementally augmenting the DARTS search space with micro-design changes inspired by ConvNeXt and studying the trade-off between accuracy, evaluation layer count, and computational cost. We introduce the Pseudo-Inverted Bottleneck Conv (PIBConv) block intending to reduce the computational footprint of the inverted bottleneck block proposed in ConvNeXt. Our proposed architecture is much less sensitive to evaluation layer count and outperforms a DARTS network with similar size significantly, at layer counts as small as 2. Furthermore, with less layers, not…
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
TopicsAdvanced Neural Network Applications · Domain Adaptation and Few-Shot Learning · Human Pose and Action Recognition
MethodsConvNeXt · Differentiable Architecture Search
