paper-with-me

홈 › Papers

IRLAS: Inverse Reinforcement Learning for Architecture Search

2018-12-13 · CVPR 2019 6 · Minghao Guo, Zhao Zhong, Wei Wu, Dahua Lin, Junjie Yan

In this paper, we propose an inverse reinforcement learning method for architecture search (IRLAS), which trains an agent to learn to search network structures that are topologically inspired by human-designed network. Most existing architecture search approaches totally neglect the topological characteristics of architectures, which results in complicated architecture with a high inference latency. Motivated by the fact that human-designed networks are elegant in topology with a fast inference speed, we propose a mirror stimuli function inspired by biological cognition theory to extract the abstract topological knowledge of an expert human-design network (ResNeXt). To avoid raising a too strong prior over the search space, we introduce inverse reinforcement learning to train the mirror stimuli function and exploit it as a heuristic guidance for architecture search, easily generalized to different architecture search algorithms. On CIFAR-10, the best architecture searched by our proposed IRLAS achieves 2.60% error rate. For ImageNet mobile setting, our model achieves a state-of-the-art top-1 accuracy 75.28%, while being 2~4x faster than most auto-generated architectures. A fast version of this model achieves 10% faster than MobileNetV2, while maintaining a higher accuracy.

📄 PDF Abstract BibTeX arXiv:1812.05285

Code (1)

gmh14/IRLAS pytorch

Tasks

Neural Architecture Searchreinforcement-learningReinforcement LearningReinforcement Learning (RL)

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 …
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Batch Normalization 설명 없음
Inverted Residual Block 설명 없음
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 설명 없음

Similar Papers 제목 키워드 기반

DISPATCH: Design Space Exploration of Cyber-Physical Systems

2020-09-21 · Prerit Terway, Kenza Hamidouche, Niraj K. Jha

Design of cyber-physical systems (CPSs) is a challenging task that involves searching over a large search space of various CPS configurations and possible values of components composing the system. Hence, there is a need…

Active LearningBayesian Optimizationreinforcement-learningReinforcement Learning (RL)

NAS-DIP: Learning Deep Image Prior with Neural Architecture Search

2020-08-26 · ECCV 2020 8 · Yun-Chun Chen, Chen Gao, Esther Robb, Jia-Bin Huang

Recent work has shown that the structure of deep convolutional neural networks can be used as a structured image prior for solving various inverse image restoration tasks. Instead of using hand-designed architectures, we…

Image RestorationImage-to-Image TranslationNeural Architecture SearchTranslation

Hybrid Inverse Reinforcement Learning

2024-02-13 · Juntao Ren, Gokul Swamy, Zhiwei Steven Wu, J. Andrew Bagnell 외

The inverse reinforcement learning approach to imitation learning is a double-edged sword. On the one hand, it can enable learning from a smaller number of expert demonstrations with more robustness to error compounding …

continuous-controlContinuous ControlImitation Learningreinforcement-learning+2

A proof of convergence of inverse reinforcement learning for multi-objective optimization

2023-05-10 · Akira Kitaoka, Riki Eto

We show the convergence of Wasserstein inverse reinforcement learning for multi-objective optimizations with the projective subgradient method by formulating an inverse problem of the multi-objective optimization problem…

reinforcement-learningReinforcement Learning

Online Bayesian Goal Inference for Boundedly-Rational Planning Agents

2020-06-13 · Tan Zhi-Xuan, Jordyn L. Mann, Tom Silver, Joshua B. Tenenbaum 외

People routinely infer the goals of others by observing their actions over time. Remarkably, we can do so even when those actions lead to failure, enabling us to assist others when we detect that they might not achieve t…

Bayesian Inference