paper-with-me

홈 › Papers

A Robust Quantile Huber Loss With Interpretable Parameter Adjustment In Distributional Reinforcement Learning

2024-01-04 · Parvin Malekzadeh, Konstantinos N. Plataniotis, Zissis Poulos, Zeyu Wang

Distributional Reinforcement Learning (RL) estimates return distribution mainly by learning quantile values via minimizing the quantile Huber loss function, entailing a threshold parameter often selected heuristically or via hyperparameter search, which may not generalize well and can be suboptimal. This paper introduces a generalized quantile Huber loss function derived from Wasserstein distance (WD) calculation between Gaussian distributions, capturing noise in predicted (current) and target (Bellman-updated) quantile values. Compared to the classical quantile Huber loss, this innovative loss function enhances robustness against outliers. Notably, the classical Huber loss function can be seen as an approximation of our proposed loss, enabling parameter adjustment by approximating the amount of noise in the data during the learning process. Empirical tests on Atari games, a common application in distributional RL, and a recent hedging strategy using distributional RL, validate the effectiveness of our proposed loss function and its potential for parameter adjustments in distributional RL. The implementation of the proposed loss function is available here.

📄 PDF Abstract BibTeX arXiv:2401.02325

Code (1)

pmalekzadeh/A-robust-quantile-huber-loss 공식 구현 tf

Tasks

Atari GamesDistributional Reinforcement LearningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

Huber loss The Huber loss function describes the penalty incurred by an estimation procedure f. Huber (1964) defines the loss function piecewise by[1] L δ ( a ) = { 1 2 a 2 for | a |…

Similar Papers 제목 키워드 기반

Automatic Inference of the Quantile Parameter

2015-11-12 · Karthikeyan Natesan Ramamurthy, Aleksandr Y. Aravkin, Jayaraman J. Thiagarajan

Supervised learning is an active research area, with numerous applications in diverse fields such as data analytics, computer vision, speech and audio processing, and image understanding. In most cases, the loss function…

Sparse Quantile Huber Regression for Efficient and Robust Estimation

2014-02-19 · Aleksandr Y. Aravkin, Anju Kambadur, Aurelie C. Lozano, Ronny Luss

We consider new formulations and methods for sparse quantile regression in the high-dimensional setting. Quantile regression plays an important role in many applications, including outlier-robust exploratory analysis in …

quantile regressionregressionVariable Selection

Beyond L2-Loss Functions for Learning Sparse Models

2014-03-26 · Karthikeyan Natesan Ramamurthy, Aleksandr Y. Aravkin, Jayaraman J. Thiagarajan

Incorporating sparsity priors in learning tasks can give rise to simple, and interpretable models for complex high dimensional data. Sparse models have found widespread use in structure discovery, recovering data from co…

ClusteringRetrievalSparse LearningTAG

Statistical Properties of the log-cosh Loss Function Used in Machine Learning

2022-08-09 · Resve A. Saleh, A. K. Md. Ehsanes Saleh

This paper analyzes a popular loss function used in machine learning called the log-cosh loss function. A number of papers have been published using this loss function but, to date, no statistical analysis has been prese…

quantile regressionregression

Deep Huber quantile regression networks

2023-06-17 · Hristos Tyralis, Georgia Papacharalampous, Nilay Dogulu, Kwok P. Chun

Typical machine learning regression applications aim to report the mean or the median of the predictive probability distribution, via training with a squared or an absolute error scoring function. The importance of issui…

quantile regressionregression