LGCVIVJun 18, 2024

Neural Approximate Mirror Maps for Constrained Diffusion Models

arXiv:2406.12816v210 citations
Originality Incremental advance
AI Analysis

This addresses the need for more reliable synthetic data generation and constrained inverse problem solving in domains like physics and geometry, though it is incremental as it builds on existing mirror diffusion models.

The paper tackles the problem of diffusion models struggling to meet subtle constraints in training data, such as physics-based or geometric constraints, by proposing neural approximate mirror maps (NAMMs) for general, possibly non-convex constraints, resulting in a NAMM-based mirror diffusion model that substantially improves constraint satisfaction compared to an unconstrained diffusion model.

Diffusion models excel at creating visually-convincing images, but they often struggle to meet subtle constraints inherent in the training data. Such constraints could be physics-based (e.g., satisfying a PDE), geometric (e.g., respecting symmetry), or semantic (e.g., including a particular number of objects). When the training data all satisfy a certain constraint, enforcing this constraint on a diffusion model makes it more reliable for generating valid synthetic data and solving constrained inverse problems. However, existing methods for constrained diffusion models are restricted in the constraints they can handle. For instance, recent work proposed to learn mirror diffusion models (MDMs), but analytical mirror maps only exist for convex constraints and can be challenging to derive. We propose neural approximate mirror maps (NAMMs) for general, possibly non-convex constraints. Our approach only requires a differentiable distance function from the constraint set. We learn an approximate mirror map that transforms data into an unconstrained space and a corresponding approximate inverse that maps data back to the constraint set. A generative model, such as an MDM, can then be trained in the learned mirror space and its samples restored to the constraint set by the inverse map. We validate our approach on a variety of constraints, showing that compared to an unconstrained diffusion model, a NAMM-based MDM substantially improves constraint satisfaction. We also demonstrate how existing diffusion-based inverse-problem solvers can be easily applied in the learned mirror space to solve constrained inverse problems.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes