paper-with-me

홈 › Papers

Searching for Fast Model Families on Datacenter Accelerators

2021-02-10 · CVPR 2021 1 · Sheng Li, Mingxing Tan, Ruoming Pang, Andrew Li, Liqun Cheng, Quoc Le, Norman P. Jouppi

Neural Architecture Search (NAS), together with model scaling, has shown remarkable progress in designing high accuracy and fast convolutional architecture families. However, as neither NAS nor model scaling considers sufficient hardware architecture details, they do not take full advantage of the emerging datacenter (DC) accelerators. In this paper, we search for fast and accurate CNN model families for efficient inference on DC accelerators. We first analyze DC accelerators and find that existing CNNs suffer from insufficient operational intensity, parallelism, and execution efficiency. These insights let us create a DC-accelerator-optimized search space, with space-to-depth, space-to-batch, hybrid fused convolution structures with vanilla and depthwise convolutions, and block-wise activation functions. On top of our DC accelerator optimized neural architecture search space, we further propose a latency-aware compound scaling (LACS), the first multi-objective compound scaling method optimizing both accuracy and latency. Our LACS discovers that network depth should grow much faster than image size and network width, which is quite different from previous compound scaling results. With the new search space and LACS, our search and scaling on datacenter accelerators results in a new model series named EfficientNet-X. EfficientNet-X is up to more than 2X faster than EfficientNet (a model series with state-of-the-art trade-off on FLOPs and accuracy) on TPUv3 and GPUv100, with comparable accuracy. EfficientNet-X is also up to 7X faster than recent RegNet and ResNeSt on TPUv3 and GPUv100.

📄 PDF Abstract BibTeX arXiv:2102.05610

Code (0)

등록된 구현이 없습니다.

Tasks

modelNeural Architecture Search

Methods 이 논문이 사용한 방법론

Depthwise Convolution Depthwise Convolution is a type of convolution where we apply a single convolutional filter for each input channel. In the regular 2D…
Pointwise Convolution Pointwise Convolution is a type of convolution that uses a 1x1 kernel: a kernel that iterates through every single point. This…
Depthwise Separable Convolution While standard convolution performs the channelwise and spatial-wise computation in one step, Depthwise Separable Convolution …
How to file a complaint against Expedia? To file a complaint with Expedia, call their customer support at +1-(805)-330-4056. You can also send a written complaint using the contact form on the Expedia website. Calling…
Batch Normalization 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Inverted Residual Block 설명 없음
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…

Similar Papers 제목 키워드 기반

A Full-Stack Search Technique for Domain Optimized Deep Learning Accelerators

2021-05-26 · Dan Zhang, Safeen Huda, Ebrahim Songhori, Kartik Prabhu 외

The rapidly-changing deep learning landscape presents a unique opportunity for building inference accelerators optimized for specific datacenter-scale workloads. We propose Full-stack Accelerator Search Technique (FAST),…

Optical Character Recognition (OCR)Scheduling

LUMION: Fast Fault Recovery for ML Jobs Using Programmable Optical Fabrics

2025-05-29 · Abhishek Vijaya Kumar, Eric Ding, Arjun Devraj, Darius Bunandar 외

When accelerators fail in modern ML datacenters, operators migrate the affected ML training or inference jobs to entirely new racks. This approach, while preserving network performance, is highly inefficient, requiring d…

GPU

Rearchitecting Datacenter Lifecycle for AI: A TCO-Driven Framework

2025-09-30 · Jovan Stojkovic, Chaojie Zhang, Íñigo Goiri, Ricardo Bianchini arxiv

The rapid rise of large language models (LLMs) has been driving an enormous demand for AI inference infrastructure, mainly powered by high-end GPUs. While these accelerators offer immense computational power, they incur …

Power Modeling for Effective Datacenter Planning and Compute Management

2021-03-22 · Ana Radovanovic, Bokan Chen, Saurav Talukdar, Binz Roy 외

Datacenter power demand has been continuously growing and is the key driver of its cost. An accurate mapping of compute resources (CPU, RAM, etc.) and hardware types (servers, accelerators, etc.) to power consumption has…

CPUManagement

Deep Learning Workload Scheduling in GPU Datacenters: Taxonomy, Challenges and Vision

2022-05-24 · Wei Gao, Qinghao Hu, Zhisheng Ye, Peng Sun 외

Deep learning (DL) shows its prosperity in a wide variety of fields. The development of a DL model is a time-consuming and resource-intensive procedure. Hence, dedicated GPU accelerators have been collectively constructe…

GPUScheduling