paper-with-me

홈 › Papers

Nuclear Norm Maximization Based Curiosity-Driven Learning

2022-05-21 · Chao Chen, Zijian Gao, Kele Xu, Sen yang, Yiying Li, Bo Ding, Dawei Feng, Huaimin Wang

To handle the sparsity of the extrinsic rewards in reinforcement learning, researchers have proposed intrinsic reward which enables the agent to learn the skills that might come in handy for pursuing the rewards in the future, such as encouraging the agent to visit novel states. However, the intrinsic reward can be noisy due to the undesirable environment's stochasticity and directly applying the noisy value predictions to supervise the policy is detrimental to improve the learning performance and efficiency. Moreover, many previous studies employ $\ell^2$ norm or variance to measure the exploration novelty, which will amplify the noise due to the square operation. In this paper, we address aforementioned challenges by proposing a novel curiosity leveraging the nuclear norm maximization (NNM), which can quantify the novelty of exploring the environment more accurately while providing high-tolerance to the noise and outliers. We conduct extensive experiments across a variety of benchmark environments and the results suggest that NNM can provide state-of-the-art performance compared with previous curiosity methods. On 26 Atari games subset, when trained with only intrinsic reward, NNM achieves a human-normalized score of 1.09, which doubles that of competitive intrinsic rewards-based approaches. Our code will be released publicly to enhance the reproducibility.

📄 PDF Abstract BibTeX arXiv:2205.10484

Code (0)

등록된 구현이 없습니다.

Tasks

Atari Games

Similar Papers 제목 키워드 기반

On the Equity of Nuclear Norm Maximization in Unsupervised Domain Adaptation

2022-04-12 · Wenju Zhang, Xiang Zhang, Qing Liao, Long Lan 외

Nuclear norm maximization has shown the power to enhance the transferability of unsupervised domain adaptation model (UDA) in an empirical scheme. In this paper, we identify a new property termed equity, which indicates …

Domain Adaptationimage-classificationImage ClassificationUnsupervised Domain Adaptation

Fast Batch Nuclear-norm Maximization and Minimization for Robust Domain Adaptation

2021-07-13 · Shuhao Cui, Shuhui Wang, Junbao Zhuo, Liang Li 외

Due to the domain discrepancy in visual domain adaptation, the performance of source model degrades when bumping into the high data density near decision boundary in target domain. A common solution is to minimize the Sh…

DiversityDomain AdaptationPrediction

Towards Discriminability and Diversity: Batch Nuclear-norm Maximization under Label Insufficient Situations

2020-03-27 · CVPR 2020 6 · Shuhao Cui, Shuhui Wang, Junbao Zhuo, Liang Li 외

The learning of the deep networks largely relies on the data with human-annotated labels. In some label insufficient situations, the performance degrades on the decision boundary with high data density. A common solution…

DiversityDomain Adaptation

Computational Theories of Curiosity-Driven Learning

2018-02-28 · Pierre-Yves Oudeyer

What are the functions of curiosity? What are the mechanisms of curiosity-driven learning? We approach these questions about the living using concepts and tools from machine learning and developmental robotics. We argue …

BIG-bench Machine LearningLifelong learning

Towards Robustness and Diversity: Continual Learning in Dialog Generation with Text-Mixup and Batch Nuclear-Norm Maximization

2024-03-16 · Zihan Wang, Jiayu Xiao, Mengxiang Li, Zhongjiang He 외

In our dynamic world where data arrives in a continuous stream, continual learning enables us to incrementally add new tasks/domains without the need to retrain from scratch. A major challenge in continual learning of la…

Continual LearningData AugmentationDiversityLanguage Modeling+1