English

Functional Risk Minimization

Machine Learning 2024-12-31 v1

Abstract

The field of Machine Learning has changed significantly since the 1970s. However, its most basic principle, Empirical Risk Minimization (ERM), remains unchanged. We propose Functional Risk Minimization~(FRM), a general framework where losses compare functions rather than outputs. This results in better performance in supervised, unsupervised, and RL experiments. In the FRM paradigm, for each data point (xi,yi)(x_i,y_i) there is function fθif_{\theta_i} that fits it: yi=fθi(xi)y_i = f_{\theta_i}(x_i). This allows FRM to subsume ERM for many common loss functions and to capture more realistic noise processes. We also show that FRM provides an avenue towards understanding generalization in the modern over-parameterized regime, as its objective can be framed as finding the simplest model that fits the training data.

Keywords

Cite

@article{arxiv.2412.21149,
  title  = {Functional Risk Minimization},
  author = {Ferran Alet and Clement Gehring and Tomás Lozano-Pérez and Kenji Kawaguchi and Joshua B. Tenenbaum and Leslie Pack Kaelbling},
  journal= {arXiv preprint arXiv:2412.21149},
  year   = {2024}
}
R2 v1 2026-06-28T20:52:32.247Z