paper-with-me

Papers

Evolutionary Neural Architecture Search with Dual Contrastive Learning

2025-12-23 · Xian-Rong Zhang, Yue-Jiao Gong, Wei-Neng Chen, Jun Zhang arxiv

Evolutionary Neural Architecture Search (ENAS) has gained attention for automatically designing neural network architectures. Recent studies use a neural predictor to guide the process, but the high computational costs of gathering training data -- since each label requires fully training an architecture -- make achieving a high-precision predictor with { limited compute budget (i.e., a capped number of fully trained architecture-label pairs)} crucial for ENAS success. This paper introduces ENAS with Dual Contrastive Learning (DCL-ENAS), a novel method that employs two stages of contrastive learning to train the neural predictor. In the first stage, contrastive self-supervised learning is used to learn meaningful representations from neural architectures without requiring labels. In the second stage, fine-tuning with contrastive learning is performed to accurately predict the relative performance of different architectures rather than their absolute performance, which is sufficient to guide the evolutionary search. Across NASBench-101 and NASBench-201, DCL-ENAS achieves the highest validation accuracy, surpassing the strongest published baselines by 0.05\% (ImageNet16-120) to 0.39\% (NASBench-101). On a real-world ECG arrhythmia classification task, DCL-ENAS improves performance by approximately 2.5 percentage points over a manually designed, non-NAS model obtained via random search, while requiring only 7.7 GPU-days.

📄 PDF Abstract BibTeX arXiv:2512.20112

Code (0)

등록된 구현이 없습니다.

Tasks

Neural Architecture SearchSelf-Supervised LearningContrastive Learning

Similar Papers 제목 키워드 기반

Regularized Evolutionary Algorithm for Dynamic Neural Topology Search

2019-05-15 · Cristiano Saltori, Subhankar Roy, Nicu Sebe, Giovanni Iacca

Designing neural networks for object recognition requires considerable architecture engineering. As a remedy, neuro-evolutionary network architecture search, which automatically searches for optimal network architectures…

Evolutionary AlgorithmsNeural Architecture SearchObject Recognition

Ecological Neural Architecture Search

2025-03-13 · Benjamin David Winter, William J. Teahan

When employing an evolutionary algorithm to optimize a neural networks architecture, developers face the added challenge of tuning the evolutionary algorithm's own hyperparameters - population size, mutation rate, clonin…

Binary ClassificationNeural Architecture Search

Self-supervised Representation Learning for Evolutionary Neural Architecture Search

2020-10-31 · Chen Wei, Yiping Tang, Chuang Niu, Haihong Hu 외

Recently proposed neural architecture search (NAS) algorithms adopt neural predictors to accelerate the architecture search. The capability of neural predictors to accurately predict the performance metrics of neural arc…

Contrastive LearningGraph Neural NetworkNeural Architecture SearchRepresentation Learning+1

G-EvoNAS: Evolutionary Neural Architecture Search Based on Network Growth

2024-03-05 · Juan Zou, Weiwei Jiang, Yizhang Xia, YuAn Liu 외

The evolutionary paradigm has been successfully applied to neural network search(NAS) in recent years. Due to the vast search complexity of the global space, current research mainly seeks to repeatedly stack partial arch…

GPUimage-classificationImage ClassificationNeural Architecture Search

Sampled Training and Node Inheritance for Fast Evolutionary Neural Architecture Search

2020-03-07 · Haoyu Zhang, Yaochu Jin, Ran Cheng, Kuangrong Hao

The performance of a deep neural network is heavily dependent on its architecture and various neural architecture search strategies have been developed for automated network architecture design. Recently, evolutionary ne…

Evolutionary Algorithmsglobal-optimizationNeural Architecture Search