paper-with-me

홈 › Papers

ShuffleNASNets: Efficient CNN models through modified Efficient Neural Architecture Search

2018-12-07 · Kevin Alexander Laube, Andreas Zell

Neural network architectures found by sophistic search algorithms achieve strikingly good test performance, surpassing most human-crafted network models by significant margins. Although computationally efficient, their design is often very complex, impairing execution speed. Additionally, finding models outside of the search space is not possible by design. While our space is still limited, we implement undiscoverable expert knowledge into the economic search algorithm Efficient Neural Architecture Search (ENAS), guided by the design principles and architecture of ShuffleNet V2. While maintaining baseline-like 2.85% test error on CIFAR-10, our ShuffleNASNets are significantly less complex, require fewer parameters, and are two times faster than the ENAS baseline in a classification task. These models also scale well to a low parameter space, achieving less than 5% test error with little regularization and only 236K parameters.

📄 PDF Abstract BibTeX arXiv:1812.02975

Code (0)

등록된 구현이 없습니다.

Tasks

General ClassificationNeural Architecture Search

Methods 이 논문이 사용한 방법론

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…
ShuffleNet V2 Downsampling Block ShuffleNet V2 Downsampling Block is a block for spatial downsampling used in the ShuffleNet V2 architecture. Unlike the…
ShuffleNet V2 Block ShuffleNet V2 Block is an image model block used in the ShuffleNet V2 architecture, where speed is the metric optimized for…
ShuffleNet v2 설명 없음
Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Grouped Convolution A Grouped Convolution uses a group of convolutions - multiple kernels per layer - resulting in multiple channel outputs per layer. This leads to wider networks helping a…

Similar Papers 제목 키워드 기반

Stochastic analysis of heterogeneous porous material with modified neural architecture search (NAS) based physics-informed neural networks using transfer learning

2020-10-03 · Hongwei Guo, Xiaoying Zhuang, Timon Rabczuk

In this work, a modified neural architecture search method (NAS) based physics-informed deep learning model is presented for stochastic analysis in heterogeneous porous material. Monte Carlo method based on a randomized …

Neural Architecture SearchTransfer Learning

From Xception to NEXcepTion: New Design Decisions and Neural Architecture Search

2022-12-16 · Hadar Shavit, Filip Jatelnicki, Pol Mor-Puigventós, Wojtek Kowalczyk

In this paper, we present a modified Xception architecture, the NEXcepTion network. Our network has significantly better performance than the original Xception, achieving top-1 accuracy of 81.5% on the ImageNet validatio…

Image ClassificationNeural Architecture Search

Proposed modified computational model for the amoeba-inspired combinatorial optimization machine

2024-04-10 · Yusuke Miyajima, Masahito Mochizuki

A single-celled amoeba can solve the traveling salesman problem through its shape-changing dynamics. In this paper, we examine roles of several elements in a previously proposed computational model of the solution-search…

Combinatorial OptimizationTraveling Salesman Problem

CEIMVEN: An Approach of Cutting Edge Implementation of Modified Versions of EfficientNet (V1-V2) Architecture for Breast Cancer Detection and Classification from Ultrasound Images

2023-08-25 · Sheekar Banerjee, Md. Kamrul Hasan Monir

Undoubtedly breast cancer identifies itself as one of the most widespread and terrifying cancers across the globe. Millions of women are getting affected each year from it. Breast cancer remains the major one for being t…

Breast Cancer DetectionTransfer Learning

When NAS Meets Trees: An Efficient Algorithm for Neural Architecture Search

2022-04-11 · Guocheng Qian, Xuanyang Zhang, Guohao Li, Chen Zhao 외

The key challenge in neural architecture search (NAS) is designing how to explore wisely in the huge search space. We propose a new NAS method called TNAS (NAS with trees), which improves search efficiency by exploring o…

GPUNeural Architecture Search