paper-with-me

Papers

PROPEL: Probabilistic Parametric Regression Loss for Convolutional Neural Networks

2018-07-28 · Muhammad Asad, Rilwan Basaru, S M Masudur Rahman Al Arif, Greg Slabaugh

In recent years, Convolutional Neural Networks (CNNs) have enabled significant advancements to the state-of-the-art in computer vision. For classification tasks, CNNs have widely employed probabilistic output and have shown the significance of providing additional confidence for predictions. However, such probabilistic methodologies are not widely applicable for addressing regression problems using CNNs, as regression involves learning unconstrained continuous and, in many cases, multi-variate target variables. We propose a PRObabilistic Parametric rEgression Loss (PROPEL) that facilitates CNNs to learn parameters of probability distributions for addressing probabilistic regression problems. PROPEL is fully differentiable and, hence, can be easily incorporated for end-to-end training of existing CNN regression architectures using existing optimization algorithms. The proposed method is flexible as it enables learning complex unconstrained probabilities while being generalizable to higher dimensional multi-variate regression problems. We utilize a PROPEL-based CNN to address the problem of learning hand and head orientation from uncalibrated color images. Our experimental validation and comparison with existing CNN regression loss functions show that PROPEL improves the accuracy of a CNN by enabling probabilistic regression, while significantly reducing required model parameters by $10 \times$, resulting in improved generalization as compared to the existing state-of-the-art.

📄 PDF Abstract BibTeX arXiv:1807.10937

Code (1)

masadcv/PROPEL 공식 구현 pytorch

Tasks

Head Pose Estimationregression

Similar Papers 제목 키워드 기반

An Empirical Analysis of Constrained Support Vector Quantile Regression for Nonparametric Probabilistic Forecasting of Wind Power

2018-03-29 · Kostas Hatalis, Shalinee Kishore, Katya Scheinberg, Alberto Lamadrid

Uncertainty analysis in the form of probabilistic forecasting can provide significant improvements in decision-making processes in the smart power grid for better integrating renewable energies such as wind. Whereas poin…

Decision MakingFormPrediction Intervalsquantile regression+1

Nonparametric Probabilistic Regression with Coarse Learners

2022-10-28 · Brian Lucena

Probabilistic Regression refers to predicting a full probability density function for the target conditional on the features. We present a nonparametric approach to this problem which combines base classifiers (typically…

Prediction Intervalsregression

A Multi-Horizon Quantile Recurrent Forecaster

2017-11-29 · Ruofeng Wen, Kari Torkkola, Balakrishnan Narayanaswamy, Dhruv Madeka

We propose a framework for general probabilistic multi-step time series regression. Specifically, we exploit the expressiveness and temporal nature of Sequence-to-Sequence Neural Networks (e.g. recurrent and convolutiona…

quantile regressionregressionTime SeriesTime Series Analysis+1

Expectation Maximization (EM) Converges for General Agnostic Mixtures

2026-04-07 · Avishek Ghosh arxiv

Mixture of linear regression is well studied in statistics and machine learning, where the data points are generated probabilistically using $k$ linear models. Algorithms like Expectation Maximization (EM) may be used to…

Efficient distributional regression trees learning algorithms for calibrated non-parametric probabilistic forecasts

2025-02-07 · Duchemin Quentin, Obozinski Guillaume

The perspective of developing trustworthy AI for critical applications in science and engineering requires machine learning techniques that are capable of estimating their own uncertainty. In the context of regression, i…

Conformal Prediction