paper-with-me

Papers

Learning Transferable Architectures for Scalable Image Recognition

2017-07-21 · CVPR 2018 6 · Barret Zoph, Vijay Vasudevan, Jonathon Shlens, Quoc V. Le

Developing neural network image classification models often requires significant architecture engineering. In this paper, we study a method to learn the model architectures directly on the dataset of interest. As this approach is expensive when the dataset is large, we propose to search for an architectural building block on a small dataset and then transfer the block to a larger dataset. The key contribution of this work is the design of a new search space (the "NASNet search space") which enables transferability. In our experiments, we search for the best convolutional layer (or "cell") on the CIFAR-10 dataset and then apply this cell to the ImageNet dataset by stacking together more copies of this cell, each with their own parameters to design a convolutional architecture, named "NASNet architecture". We also introduce a new regularization technique called ScheduledDropPath that significantly improves generalization in the NASNet models. On CIFAR-10 itself, NASNet achieves 2.4% error rate, which is state-of-the-art. On ImageNet, NASNet achieves, among the published works, state-of-the-art accuracy of 82.7% top-1 and 96.2% top-5 on ImageNet. Our model is 1.2% better in top-1 accuracy than the best human-invented architectures while having 9 billion fewer FLOPS - a reduction of 28% in computational demand from the previous state-of-the-art model. When evaluated at different levels of computational cost, accuracies of NASNets exceed those of the state-of-the-art human-designed models. For instance, a small version of NASNet also achieves 74% top-1 accuracy, which is 3.1% better than equivalently-sized, state-of-the-art models for mobile platforms. Finally, the learned features by NASNet used with the Faster-RCNN framework surpass state-of-the-art by 4.0% achieving 43.1% mAP on the COCO dataset.

📄 PDF Abstract BibTeX arXiv:1707.07012

Code (17)

2024-MindSpore-1/Code5/tree/main/ArbitraryStyleTransfer mindspore
2024-MindSpore-1/Code6/tree/main/ArbitraryStyleTransfer mindspore
DataCanvasIO/Hypernets tf
MarSaKi/nasnet pytorch
MindSpore-paper-code-3/code1/tree/main/ArbitraryStyleTransfer mindspore
Tingelam/tianchi_gd_defect_pytorch_round1 pytorch
asad-62/IVP-DNN tf
johannesu/NASNet-keras tf
mindspore-ai/models/tree/master/official/cv/nasnet mindspore
mindspore-ecosystem/mindcv/blob/main/mindcv/models/nasnet.py mindspore
mrzzy/np-dl-assign-1
osmr/imgclsmob mxnet
tally0818/NASNet pytorch
tensorflow/models tf
tensorflow/models/tree/master/research/slim tf
titu1994/neural-architecture-search tf
xufanxiong/classification-of-caltech-256 tf

Tasks

Classificationimage-classificationImage ClassificationNeural Architecture Search

Methods 이 논문이 사용한 방법론

Neural Architecture Search Neural Architecture Search (NAS) learns a modular architecture which can be transferred from a small dataset to a large dataset. The method does this by reducing the problem…
Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
Entropy Regularization 설명 없음
PPO Proximal Policy Optimization, or PPO, is a policy gradient method for reinforcement learning. The motivation was to have an algorithm with the data efficiency and reliable…
Exponential Decay Exponential Decay is a learning rate schedule where we decay the learning rate with more iterations using an exponential function: $$ \text{lr} =…
Instance Normalization Instance Normalization (also known as contrast normalization) is a normalization layer where: $$ y_{tijk} = \frac{x_{tijk} - \mu_{ti}}{\sqrt{\sigma_{ti}^2 +…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…

Similar Papers 제목 키워드 기반

Exploring Simple and Transferable Recognition-Aware Image Processing

2019-10-21 · Zhuang Liu, Hung-Ju Wang, Tinghui Zhou, Zhiqiang Shen 외

Recent progress in image recognition has stimulated the deployment of vision systems at an unprecedented scale. As a result, visual data are now often consumed not only by humans but also by machines. Existing image proc…

Image RetrievalRecommendation Systems

Transferable Learned Image Compression-Resistant Adversarial Perturbations

2024-01-06 · Yang Sui, Zhuohang Li, Ding Ding, Xiang Pan 외

Adversarial attacks can readily disrupt the image classification system, revealing the vulnerability of DNN-based recognition tasks. While existing adversarial perturbations are primarily applied to uncompressed images o…

Adversarial AttackAutonomous DrivingClassificationFace Recognition+3

Towards Transferable Adversarial Attack against Deep Face Recognition

2020-04-13 · Yaoyao Zhong, Weihong Deng

Face recognition has achieved great success in the last five years due to the development of deep learning methods. However, deep convolutional neural networks (DCNNs) have been found to be vulnerable to adversarial exam…

Adversarial AttackFace Recognition

A Little Robustness Goes a Long Way: Leveraging Robust Features for Targeted Transfer Attacks

2021-06-03 · NeurIPS 2021 12 · Jacob M. Springer, Melanie Mitchell, Garrett T. Kenyon

Adversarial examples for neural network image classifiers are known to be transferable: examples optimized to be misclassified by a source classifier are often misclassified as well by classifiers with different architec…

Encoding Tactile Stimuli for Braille Recognition with Organoids

2025-08-28 · Tianyi Liu, Hemma Philamore, Benjamin Ward-Cherrier arxiv

This study proposes a transferable encoding strategy that maps tactile sensor data to electrical stimulation patterns, enabling neural organoids to perform an open-loop artificial tactile Braille classification task. Hum…