paper-with-me

Papers

Single-Path NAS: Device-Aware Efficient ConvNet Design

2019-05-10 · Dimitrios Stamoulis, Ruizhou Ding, Di Wang, Dimitrios Lymberopoulos, Bodhi Priyantha, Jie Liu, Diana Marculescu

Can we automatically design a Convolutional Network (ConvNet) with the highest image classification accuracy under the latency constraint of a mobile device? Neural Architecture Search (NAS) for ConvNet design is a challenging problem due to the combinatorially large design space and search time (at least 200 GPU-hours). To alleviate this complexity, we propose Single-Path NAS, a novel differentiable NAS method for designing device-efficient ConvNets in less than 4 hours. 1. Novel NAS formulation: our method introduces a single-path, over-parameterized ConvNet to encode all architectural decisions with shared convolutional kernel parameters. 2. NAS efficiency: Our method decreases the NAS search cost down to 8 epochs (30 TPU-hours), i.e., up to 5,000x faster compared to prior work. 3. On-device image classification: Single-Path NAS achieves 74.96% top-1 accuracy on ImageNet with 79ms inference latency on a Pixel 1 phone, which is state-of-the-art accuracy compared to NAS methods with similar latency (<80ms).

📄 PDF Abstract BibTeX arXiv:1905.04159

Code (0)

등록된 구현이 없습니다.

Tasks

General ClassificationGPUimage-classificationImage ClassificationNeural Architecture Search

Methods 이 논문이 사용한 방법론

Differentiable NAS 설명 없음
Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
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…
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…
Average Pooling 설명 없음
Global Average Pooling Global Average Pooling is a pooling operation designed to replace fully connected layers in classical CNNs. The idea is to generate one feature map for each corresponding…

Similar Papers 제목 키워드 기반

Single-Path NAS: Designing Hardware-Efficient ConvNets in less than 4 Hours

2019-04-05 · Dimitrios Stamoulis, Ruizhou Ding, Di Wang, Dimitrios Lymberopoulos 외

Can we automatically design a Convolutional Network (ConvNet) with the highest image classification accuracy under the runtime constraint of a mobile device? Neural architecture search (NAS) has revolutionized the design…

General ClassificationGPUimage-classificationImage Classification+1

Single-Path Mobile AutoML: Efficient ConvNet Design and NAS Hyperparameter Optimization

2019-07-01 · Dimitrios Stamoulis, Ruizhou Ding, Di Wang, Dimitrios Lymberopoulos 외

Can we reduce the search cost of Neural Architecture Search (NAS) from days down to only few hours? NAS methods automate the design of Convolutional Networks (ConvNets) under hardware constraints and they have emerged as…

AutoMLGPUHyperparameter Optimizationimage-classification+2

Atlas-aware ConvNetfor Accurate yet Robust Anatomical Segmentation

2021-02-02 · Yuan Liang, Weinan Song, Jiawei Yang, Liang Qiu 외

Convolutional networks (ConvNets) have achieved promising accuracy for various anatomical segmentation tasks. Despite the success, these methods can be sensitive to data appearance variations. Considering the large varia…

FBNet: Hardware-Aware Efficient ConvNet Design via Differentiable Neural Architecture Search

2018-12-09 · CVPR 2019 6 · Bichen Wu, Xiaoliang Dai, Peizhao Zhang, Yanghan Wang 외

Designing accurate and efficient ConvNets for mobile devices is challenging because the design space is combinatorially large. Due to this, previous neural architecture search (NAS) methods are computationally expensive.…

GPUImage ClassificationNeural Architecture Search

Safe Aerial 3D Path Planning for Autonomous UAVs using Magnetic Potential Fields

2026-05-11 · Haechan Mark Bong, Giovanni Beltrame arxiv

Safe autonomous Uncrewed Aerial Vehicle (UAV) navigation in urban environments requires real-time path planning that avoids obstacles. MaxConvNet is a potential-field planner that leverages properties of Maxwell's equati…