A Unified Framework for Debiased Machine Learning: Riesz Representer Fitting under Bregman Divergence

Masahiro Kato

Preprint, 2026.

In one sentence. Fit the Riesz representer by minimizing a Bregman divergence. Squared distance recovers Riesz regression, KL recovers tailored loss minimization, and suitable divergence/link pairs make covariate balancing and Neyman orthogonalization automatic.

The bias that debiased machine learning removes

When a causal or structural parameter is estimated by plugging in a flexible machine learning fit, the regularization that makes the fit possible also leaves a first-order bias in the target parameter. Debiased machine learning removes it with a Neyman-orthogonal score, whose correction term is built from the Riesz representer of the target functional — inverse propensity weights in the case of the average treatment effect, and its analogues for other functionals.

Everything therefore rests on estimating that representer well. Several proposals exist — Riesz regression, tailored loss minimization, covariate balancing weights, density ratio fitting — and they have been developed largely in parallel, with separate motivations and separate analyses.

Generalized Riesz regression

This paper estimates the representer by fitting a representer model under a Bregman divergence. The choice of divergence is what distinguishes the existing methods:

The framework also generalizes Bregman-divergence density ratio fitting from density ratios to Riesz representers, so density ratio estimation becomes a special case rather than an analogy.

Two automatic properties

Convergence is analyzed for both reproducing kernel Hilbert space and neural network model classes.

Software: genriesz

The framework is released as genriesz, a Python package. The user specifies the target functional, the representer model, and the Bregman divergence; the package constructs the appropriate link function, performs cross-fitting, and returns estimates with inference. Supported targets include average treatment effects, treatment-specific means, and marginal (derivative) effects.

Related

See the full publication list.