paper-with-me

Papers

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 estimate the fitness of every architecture in the search space due to its weight sharing nature. However, the estimated fitness is very noisy due to the co-adaptation of the operations in the supernet. In this work, we propose a method called pEvoNAS wherein the whole neural architecture search space is progressively reduced to smaller search space regions with good architectures. This is achieved by using a trained supernet for architecture evaluation during the architecture search using genetic algorithm to find search space regions with good architectures. Upon reaching the final reduced search space, the supernet is then used to search for the best architecture in that search space using evolution. The search is also enhanced by using weight inheritance wherein the supernet for the smaller search space inherits its weights from previous trained supernet for the bigger search space. Exerimentally, pEvoNAS gives better results on CIFAR-10 and CIFAR-100 while using significantly less computational resources as compared to previous EA-based methods. The code for our paper can be found in https://github.com/nightstorm0909/pEvoNAS

📄 PDF Abstract BibTeX arXiv:2203.01559

Code (1)

nightstorm0909/pevonas 공식 구현 pytorch

Tasks

Evolutionary AlgorithmsNeural Architecture Search

Similar Papers 제목 키워드 기반

PONAS: Progressive One-shot Neural Architecture Search for Very Efficient Deployment

2020-03-11 · Sian-Yao Huang, Wei-Ta Chu

We achieve very efficient deep learning model deployment that designs neural network architectures to fit different hardware constraints. Given a constraint, most neural architecture search (NAS) methods either sample a …

Neural Architecture Search

Analysis of Evolutionary Behavior in Self-Learning Media Search Engines

2019-11-22 · Nikki Lijing Kuang, Clement H. C. Leung

The diversity of intrinsic qualities of multimedia entities tends to impede their effective retrieval. In a SelfLearning Search Engine architecture, the subtle nuances of human perceptions and deep knowledge are taught a…

Diversityreinforcement-learningReinforcement LearningReinforcement Learning (RL)+3

Structured Progressive Knowledge Activation for LLM-Driven Neural Architecture Search

2026-04-10 · Zhen Liu, Yuhan Liu, Jinjun Wang, Wei Song 외 arxiv

This paper focuses on a key challenge in Neural Architecture Search (NAS): integrating established architectural knowledge while exploring new designs under expensive evaluations. Large language models (LLMs) are a promi…

Neural Architecture Search

MemEvolve: Meta-Evolution of Agent Memory Systems

2025-12-21 · Guibin Zhang, Haotian Ren, Chong Zhan, Zhenhong Zhou 외 arxiv

Self-evolving memory systems are unprecedentedly reshaping the evolutionary paradigm of large language model (LLM)-based agents. Prior work has predominantly relied on manually engineered memory architectures to store tr…

Progressive Neural Architecture Search

2017-12-02 · ECCV 2018 9 · Chenxi Liu, Barret Zoph, Maxim Neumann, Jonathon Shlens 외

We propose a new method for learning the structure of convolutional neural networks (CNNs) that is more efficient than recent state-of-the-art methods based on reinforcement learning and evolutionary algorithms. Our appr…

Evolutionary AlgorithmsGeneral ClassificationImage ClassificationNeural Architecture Search+2