paper-with-me

Papers

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

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

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 architectures to build the entire model or to seek the entire model based on manually designed benchmark modules. The above two methods are attempts to reduce the search difficulty by narrowing the search space. To efficiently search network architecture in the global space, this paper proposes another solution, namely a computationally efficient neural architecture evolutionary search framework based on network growth (G-EvoNAS). The complete network is obtained by gradually deepening different Blocks. The process begins from a shallow network, grows and evolves, and gradually deepens into a complete network, reducing the search complexity in the global space. Then, to improve the ranking accuracy of the network, we reduce the weight coupling of each network in the SuperNet by pruning the SuperNet according to elite groups at different growth stages. The G-EvoNAS is tested on three commonly used image classification datasets, CIFAR10, CIFAR100, and ImageNet, and compared with various state-of-the-art algorithms, including hand-designed networks and NAS networks. Experimental results demonstrate that G-EvoNAS can find a neural network architecture comparable to state-of-the-art designs in 0.2 GPU days.

📄 PDF Abstract BibTeX arXiv:2403.02667

Code (0)

등록된 구현이 없습니다.

Tasks

GPUimage-classificationImage ClassificationNeural Architecture Search

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Novelty Driven Evolutionary Neural Architecture Search

2022-04-01 · Nilotpal Sinha, Kuan-Wen Chen

Evolutionary algorithms (EA) based neural architecture search (NAS) involves evaluating each architecture by training it from scratch, which is extremely time-consuming. This can be reduced by using a supernet for estima…

Evolutionary AlgorithmsNeural Architecture Search

Neural Architecture Search using Progressive Evolution

2022-03-03 · Nilotpal Sinha, Kuan-Wen Chen

Vanilla neural architecture search using evolutionary algorithms (EA) involves evaluating each architecture by training it from scratch, which is extremely time-consuming. This can be reduced by using a supernet to estim…

Evolutionary AlgorithmsNeural Architecture Search

Dual-Domain Representation Alignment: Bridging 2D and 3D Vision via Geometry-Aware Architecture Search

2026-03-20 · Haoyu Zhang, Zhihao Yu, Rui Wang, Yaochu Jin 외 arxiv

Modern computer vision requires balancing predictive accuracy with real-time efficiency, yet the high inference cost of large vision models (LVMs) limits deployment on resource-constrained edge devices. Although Evolutio…

Neural Architecture SearchComputational EfficiencyKnowledge DistillationNovel View Synthesis

A Unified Perspective of Evolutionary Game Dynamics Using Generalized Growth Transforms

2018-11-05 · Oindrila Chatterjee, Shantanu Chakrabartty

In this paper, we show that different types of evolutionary game dynamics are, in principle, special cases of a dynamical system model based on our previously reported framework of generalized growth transforms. The fram…

Towards Self-Assembling Artificial Neural Networks through Neural Developmental Programs

2023-07-17 · Elias Najarro, Shyam Sudhakaran, Sebastian Risi

Biological nervous systems are created in a fundamentally different way than current artificial neural networks. Despite its impressive results in a variety of different domains, deep learning often requires considerable…

Offline RL