๐ค AI Summary
To address the problem of local optima in exploring multi-scale feature connection patterns within convolutional neural networks, this paper proposes a dense connection architecture search method leveraging graph isomorphism augmentation and neural predictor guidance. Our approach introduces four key contributions: (1) a graph isomorphism-based data augmentation strategy to enhance structural representation robustness; (2) a lightweight neural performance predictor for rapid architecture evaluation; (3) a Metropolis-Hastings evolutionary search (MH-ES) algorithm to overcome local convergence bottlenecks in the connection spaceโcommon in conventional NAS methods; and (4) a reusable, lightweight connection motif mechanism to improve generalization across tasks. Evaluated on ImageNet, the discovered architecture achieves a 0.6% higher top-1 accuracy than state-of-the-art manually designed and NAS-based models. The source code is publicly available.
๐ Abstract
Exploring dense connectivity of convolutional operators establishes critical "synapses" to communicate feature vectors from different levels and enriches the set of transformations on Computer Vision applications. Yet, even with heavy-machinery approaches such as Neural Architecture Search (NAS), discovering effective connectivity patterns requires tremendous efforts due to either constrained connectivity design space or a sub-optimal exploration process induced by an unconstrained search space. In this paper, we propose CSCO, a novel paradigm that fabricates effective connectivity of convolutional operators with minimal utilization of existing design motifs and further utilizes the discovered wiring to construct high-performing ConvNets. CSCO guides the exploration via a neural predictor as a surrogate of the ground-truth performance. We introduce Graph Isomorphism as data augmentation to improve sample efficiency and propose a Metropolis-Hastings Evolutionary Search (MH-ES) to evade locally optimal architectures and advance search quality. Results on ImageNet show โผ 0.6% performance improvement over hand-crafted and NAS-crafted dense connectivity. Our code is publicly available here.