A Minimum Variance Path Principle for Accurate and Stable Score-Based Density Ratio Estimation
For practitioners of score-based density ratio estimation, this work provides a principled method to improve accuracy and stability by optimizing the interpolation path.
Score-based density ratio estimation suffers from practical path-dependence despite theoretical path-independence. The authors resolve this by identifying path variance as the overlooked term and propose the Minimum Variance Path (MVP) principle, achieving new state-of-the-art results on challenging benchmarks.
Score-based methods are powerful across machine learning, but they face a paradox: theoretically path-independent, yet practically path-dependent. We resolve this by proving that practical training objectives differ from the ideal, ground-truth objective by a crucial, overlooked term: the path variance of the score function. We propose the MVP (**M**imum **V**ariance **P**ath) Principle to minimize this path variance. Our key contribution is deriving a closed-form expression for the variance, making optimization tractable. By parameterizing the path with a flexible Kumaraswamy Mixture Model, our method learns data-adaptive, low-variance paths without heuristic manual selection. This principled optimization of the complete objective yields more accurate and stable estimators, establishing new state-of-the-art results on challenging benchmarks and providing a general framework for optimizing score-based interpolation. Our code can be found in https://github.com/Hoemr/OpenDRE.git.