Probabilistic AI for Regression Problems

Hailiang Du

Description

Regression problems are central to statistics, machine learning, and scientific modelling. In many applications, however, predicting only a single value is not sufficient. For decision making under uncertainty, we often need a full predictive distribution that quantifies the range of plausible outcomes, tail risks, and uncertainty associated with the prediction.

This project explores probabilistic AI methods for regression problems. The aim is to move beyond deterministic point prediction and study methods that produce full probabilistic forecasts. Possible approaches include probabilistic tree-based models, mixture density networks and distribution-to-distribution learning, where the input or output may itself be represented as a probability distribution.

The project is suitable for students interested in machine learning, uncertainty quantification, probabilistic forecasting, and interpretable regression modelling. Depending on the student’s interests, the project may be more theoretical, computational, or application-oriented.

Possible Directions

Mode of Operation and Evidence of Learning

This project develops understanding of probabilistic regression through a combination of reading, mathematical formulation, computational implementation, and empirical comparison. The emphasis is on linking statistical ideas with practical machine learning algorithms and understanding how uncertainty is represented, learned, and evaluated.

Students will:

Understanding will be demonstrated through the ability to move between mathematical definitions, algorithmic implementation, empirical results, and interpretation of uncertainty. Evidence of learning will include code, numerical experiments, visualisations, and a written project report.

Prerequisites

Students should have some background in statistical modelling and machine learning. Familiarity with regression, probability distributions, and basic programming in Python or R would be useful.

Resources