paper-with-me

홈 › Papers

Scaling Up Neural Architecture Search with Big Single-Stage Models

2019-09-25 · Jiahui Yu, Pengchong Jin, Hanxiao Liu, Gabriel Bender, Pieter-Jan Kindermans, Mingxing Tan, Thomas Huang, Xiaodan Song, Quoc Le

Neural architecture search (NAS) methods have shown promising results discovering models that are both accurate and fast. For NAS, training a one-shot model has became a popular strategy to approximate the quality of multiple architectures (child models) using a single set of shared weights. To avoid performance degradation due to parameter sharing, most existing methods have a two-stage workflow where the best child model induced from the one-shot model has to be retrained or finetuned. In this work, we propose BigNAS, an approach that simplifies this workflow and scales up neural architecture search to target a wide range of model sizes simultaneously. We propose several techniques to bridge the gap between the distinct initialization and learning dynamics across small and big models with shared parameters, which enable us to train a single-stage model: a single model from which we can directly slice high-quality child models without retraining or finetuning. With BigNAS we are able to train a single set of shared weights on ImageNet and use these weights to obtain child models whose sizes range from 200 to 1000 MFLOPs. Our discovered model family, BigNASModels, achieve top-1 accuracies ranging from 76.5% to 80.9%, surpassing all state-of-the-art models in this range including EfficientNets.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Neural Architecture Search

Similar Papers 제목 키워드 기반

Auto-scaling Vision Transformers without Training

2022-02-24 · ICLR 2022 4 · Wuyang Chen, Wei Huang, Xianzhi Du, Xiaodan Song 외

This work targets automated designing and scaling of Vision Transformers (ViTs). The motivation comes from two pain spots: 1) the lack of efficient and principled methods for designing and scaling ViTs; 2) the tremendous…

GPU

XiYOLO: Energy-Aware Object Detection via Iterative Architecture Search and Scaling

2026-05-07 · Tony Tran, Richie R. Suganda, Bin Hu arxiv

Object detection on heterogeneous edge devices must satisfy strict energy, latency, and memory constraints while still providing reliable perception for downstream autonomy. Existing energy-aware NAS methods often target…

Object Detection

S3NAS: Fast NPU-aware Neural Architecture Search Methodology

2020-09-04 · Jaeseong Lee, Duseok Kang, Soonhoi Ha

As the application area of convolutional neural networks (CNN) is growing in embedded devices, it becomes popular to use a hardware CNN accelerator, called neural processing unit (NPU), to achieve higher performance per …

image-classificationImage ClassificationNeural Architecture Search

Llasa: Scaling Train-Time and Inference-Time Compute for Llama-based Speech Synthesis

2025-02-06 · Zhen Ye, Xinfa Zhu, Chi-Min Chan, Xinsheng Wang 외

Recent advances in text-based large language models (LLMs), particularly in the GPT series and the o1 model, have demonstrated the effectiveness of scaling both training-time and inference-time compute. However, current …

Speech Synthesis

BigNAS: Scaling Up Neural Architecture Search with Big Single-Stage Models

2020-03-24 · ECCV 2020 8 · Jiahui Yu, Pengchong Jin, Hanxiao Liu, Gabriel Bender 외

Neural architecture search (NAS) has shown promising results discovering models that are both accurate and fast. For NAS, training a one-shot model has become a popular strategy to rank the relative quality of different …

Neural Architecture Search