paper-with-me

홈 › Papers

FBNetV5: Neural Architecture Search for Multiple Tasks in One Run

2021-11-19 · Bichen Wu, Chaojian Li, Hang Zhang, Xiaoliang Dai, Peizhao Zhang, Matthew Yu, Jialiang Wang, Yingyan Celine Lin, Peter Vajda

Neural Architecture Search (NAS) has been widely adopted to design accurate and efficient image classification models. However, applying NAS to a new computer vision task still requires a huge amount of effort. This is because 1) previous NAS research has been over-prioritized on image classification while largely ignoring other tasks; 2) many NAS works focus on optimizing task-specific components that cannot be favorably transferred to other tasks; and 3) existing NAS methods are typically designed to be "proxyless" and require significant effort to be integrated with each new task's training pipelines. To tackle these challenges, we propose FBNetV5, a NAS framework that can search for neural architectures for a variety of vision tasks with much reduced computational cost and human effort. Specifically, we design 1) a search space that is simple yet inclusive and transferable; 2) a multitask search process that is disentangled with target tasks' training pipeline; and 3) an algorithm to simultaneously search for architectures for multiple tasks with a computational cost agnostic to the number of tasks. We evaluate the proposed FBNetV5 targeting three fundamental vision tasks -- image classification, object detection, and semantic segmentation. Models searched by FBNetV5 in a single run of search have outperformed the previous stateof-the-art in all the three tasks: image classification (e.g., +1.3% ImageNet top-1 accuracy under the same FLOPs as compared to FBNetV3), semantic segmentation (e.g., +1.8% higher ADE20K val. mIoU than SegFormer with 3.6x fewer FLOPs), and object detection (e.g., +1.1% COCO val. mAP with 1.2x fewer FLOPs as compared to YOLOX).

📄 PDF Abstract BibTeX arXiv:2111.10007

Code (0)

등록된 구현이 없습니다.

Tasks

Classificationimage-classificationImage ClassificationNeural Architecture Searchobject-detectionObject DetectionSemantic Segmentation

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Residual Connection 설명 없음
Mix-FFN Mix-FFN is a feedforward layer used in the SegFormer architecture.…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
SegFormer SegFormer is a Transformer-based framework for semantic segmentation that unifies Transformers with lightweight…

Similar Papers 제목 키워드 기반

FBNetV3: Joint Architecture-Recipe Search using Predictor Pretraining

2020-06-03 · CVPR 2021 1 · Xiaoliang Dai, Alvin Wan, Peizhao Zhang, Bichen Wu 외

Neural Architecture Search (NAS) yields state-of-the-art neural networks that outperform their best manually-designed counterparts. However, previous NAS methods search for architectures under one set of training hyper-p…

CPUNeural Architecture Searchobject-detectionObject Detection

FBNetV2: Differentiable Neural Architecture Search for Spatial and Channel Dimensions

2020-04-12 · CVPR 2020 6 · Alvin Wan, Xiaoliang Dai, Peizhao Zhang, Zijian He 외

Differentiable Neural Architecture Search (DNAS) has demonstrated great success in designing state-of-the-art, efficient neural networks. However, DARTS-based DNAS's search space is small when compared to other search me…

Neural Architecture Search

FP-NAS: Fast Probabilistic Neural Architecture Search

2020-11-22 · CVPR 2021 1 · Zhicheng Yan, Xiaoliang Dai, Peizhao Zhang, Yuandong Tian 외

Differential Neural Architecture Search (NAS) requires all layer choices to be held in memory simultaneously; this limits the size of both search space and final architecture. In contrast, Probabilistic NAS, such as PARS…

Neural Architecture Search

Searching the Deployable Convolution Neural Networks for GPUs

2022-01-01 · CVPR 2022 1 · Linnan Wang, Chenhan Yu, Satish Salian, Slawomir Kierat 외

Customizing Convolution Neural Networks (CNN) for production use has been a challenging task for DL practitioners. This paper intends to expedite the model customization with a model hub that contains the optimized m…

GPUNeural Architecture Search

GPUNet: Searching the Deployable Convolution Neural Networks for GPUs

2022-04-26 · Linnan Wang, Chenhan Yu, Satish Salian, Slawomir Kierat 외

Customizing Convolution Neural Networks (CNN) for production use has been a challenging task for DL practitioners. This paper intends to expedite the model customization with a model hub that contains the optimized model…

GPUNeural Architecture Search