paper-with-me

홈 › Papers

Learning Good Policies By Learning Good Perceptual Models

2019-09-25 · Yilun Du, Phillip Isola

Reinforcement learning (RL) has led to increasingly complex looking behavior in recent years. However, such complexity can be misleading and hides over-fitting. We find that visual representations may be a useful metric of complexity, and both correlates well objective optimization and causally effects reward optimization. We then propose curious representation learning (CRL) which allows us to use better visual representation learning algorithms to correspondingly increase visual representation in policy through an intrinsic objective on both simulated environments and transfer to real images. Finally, we show better visual representations induced by CRL allows us to obtain better performance on Atari without any reward than other curiosity objectives.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

reinforcement-learningReinforcement Learning (RL)Representation Learning

Similar Papers 제목 키워드 기반

On Goodhart's law, with an application to value alignment

2024-10-12 · El-Mahdi El-Mhamdi, Lê-Nguyên Hoang

``When a measure becomes a target, it ceases to be a good measure'', this adage is known as {\it Goodhart's law}. In this paper, we investigate formally this law and prove that it critically depends on the tail distribut…

Generative adversarial network-based image super-resolution using perceptual content losses

2018-09-13 · Manri Cheon, Jun-Hyuk Kim, Jun-Ho Choi, Jong-Seok Lee

In this paper, we propose a deep generative adversarial network for super-resolution considering the trade-off between perception and distortion. Based on good performance of a recently developed model for super-resoluti…

Generative Adversarial NetworkImage Super-ResolutionSuper-Resolution

Demystifying Learning Rate Policies for High Accuracy Training of Deep Neural Networks

2019-08-18 · Yanzhao Wu, Ling Liu, Juhyun Bae, Ka-Ho Chow 외

Learning Rate (LR) is an important hyper-parameter to tune for effective training of deep neural networks (DNNs). Even for the baseline of a constant learning rate, it is non-trivial to choose a good constant value for t…

BenchmarkingImage Classification

Perceptual Regularization: Visualizing and Learning Generalizable Representations

2019-09-25 · Hongzhou Lin, Joshua Robinson, Stefanie Jegelka

A deployable machine learning model relies on a good representation. Two desirable criteria of a good representation are to be understandable, and to generalize to new tasks. We propose a technique termed perceptual regu…

AutoLR: An Evolutionary Approach to Learning Rate Policies

2020-07-08 · Pedro Carvalho, Nuno Lourenço, Filipe Assunção, Penousal Machado

The choice of a proper learning rate is paramount for good Artificial Neural Network training and performance. In the past, one had to rely on experience and trial-and-error to find an adequate learning rate. Presently, …