paper-with-me

홈 › Papers

On Redundancy and Diversity in Cell-based Neural Architecture Search

2022-03-16 · ICLR 2022 4 · Xingchen Wan, Binxin Ru, Pedro M. Esperança, Zhenguo Li

Searching for the architecture cells is a dominant paradigm in NAS. However, little attention has been devoted to the analysis of the cell-based search spaces even though it is highly important for the continual development of NAS. In this work, we conduct an empirical post-hoc analysis of architectures from the popular cell-based search spaces and find that the existing search spaces contain a high degree of redundancy: the architecture performance is minimally sensitive to changes at large parts of the cells, and universally adopted designs, like the explicit search for a reduction cell, significantly increase the complexities but have very limited impact on the performance. Across architectures found by a diverse set of search strategies, we consistently find that the parts of the cells that do matter for architecture performance often follow similar and simple patterns. By explicitly constraining cells to include these patterns, randomly sampled architectures can match or even outperform the state of the art. These findings cast doubts into our ability to discover truly novel architectures in the existing cell-based search spaces, and inspire our suggestions for improvement to guide future NAS research. Code is available at https://github.com/xingchenwan/cell-based-NAS-analysis.

📄 PDF Abstract BibTeX arXiv:2203.08887

Code (2)

xingchenwan/cell-based-nas-analysis 공식 구현 pytorch
http://github.com//xingchenwan/cell-based-NAS-analysis pytorch

Tasks

DiversityNeural Architecture Search

Similar Papers 제목 키워드 기반

EM-DARTS: Hierarchical Differentiable Architecture Search for Eye Movement Recognition

2024-09-22 · Huafeng Qin, Hongyu Zhu, Xin Jin, Xin Yu 외

Eye movement biometrics has received increasing attention thanks to its highly secure identification. Although deep learning (DL) models have shown success in eye movement recognition, their architectures largely rely on…

Neural Architecture Search

Graph-guided Architecture Search for Real-time Semantic Segmentation

2019-09-15 · CVPR 2020 6 · Peiwen Lin, Peng Sun, Guangliang Cheng, Sirui Xie 외

Designing a lightweight semantic segmentation network often requires researchers to find a trade-off between performance and speed, which is always empirical due to the limited interpretability of neural networks. In ord…

DiversityReal-Time Semantic SegmentationSemantic Segmentation

Sub-Architecture Ensemble Pruning in Neural Architecture Search

2019-10-01 · Yijun Bian, Qingquan Song, Mengnan Du, Jun Yao 외

Neural architecture search (NAS) is gaining more and more attention in recent years due to its flexibility and remarkable capability to reduce the burden of neural network design. To achieve better performance, however, …

DiversityEnsemble LearningEnsemble PruningNeural Architecture Search

Multiple Population Alternate Evolution Neural Architecture Search

2024-03-11 · Juan Zou, Han Chu, Yizhang Xia, Junwen Xu 외

The effectiveness of Evolutionary Neural Architecture Search (ENAS) is influenced by the design of the search space. Nevertheless, common methods including the global search space, scalable search space and hierarchical …

DiversityGPUNeural Architecture Search

Data Efficiency and Transfer Robustness in Biomedical Image Segmentation: A Study of Redundancy and Forgetting with Cellpose

2025-11-06 · Shuo Zhao, Jianxu Chen arxiv

Generalist biomedical image segmentation models such as Cellpose are increasingly applied across diverse imaging modalities and cell types. However, two critical challenges remain underexplored: (1) the extent of trainin…

Image Segmentation