Taming Hyperparameter Tuning in Continuous Normalizing Flows Using the JKO Scheme
Alexander Vidal, Samy Wu Fung, Luis Tenorio, Stanley Osher, Levon, Nurbekyan

TL;DR
This paper introduces JKO-Flow, a novel algorithm for continuous normalizing flows that eliminates the need for hyperparameter tuning by integrating optimal transport with the JKO scheme, enabling more efficient density estimation.
Contribution
We propose JKO-Flow, which reformulates OT-based continuous normalizing flows within a Wasserstein gradient flow framework to remove hyperparameter tuning.
Findings
JKO-Flow achieves comparable or better density estimation performance.
It simplifies hyperparameter tuning in continuous normalizing flows.
The method demonstrates improved computational efficiency.
Abstract
A normalizing flow (NF) is a mapping that transforms a chosen probability distribution to a normal distribution. Such flows are a common technique used for data generation and density estimation in machine learning and data science. The density estimate obtained with a NF requires a change of variables formula that involves the computation of the Jacobian determinant of the NF transformation. In order to tractably compute this determinant, continuous normalizing flows (CNF) estimate the mapping and its Jacobian determinant using a neural ODE. Optimal transport (OT) theory has been successfully used to assist in finding CNFs by formulating them as OT problems with a soft penalty for enforcing the standard normal distribution as a target measure. A drawback of OT-based CNFs is the addition of a hyperparameter, , that controls the strength of the soft penalty and requires…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsModel Reduction and Neural Networks · Generative Adversarial Networks and Image Synthesis · Adversarial Robustness in Machine Learning
MethodsNormalizing Flows
