LGCYJun 17, 2025

Expressive Score-Based Priors for Distribution Matching with Geometry-Preserving Regularization

arXiv:2506.14607v1h-index: 5Has CodeICML
Originality Highly original
AI Analysis

This addresses scalability and mode collapse issues in distribution matching for tasks like fair classification and domain adaptation, though it appears incremental as an improvement over likelihood-based methods.

The paper tackled the limitations of existing distribution matching methods, such as instability and biases from fixed priors, by introducing a novel approach using expressive score-based priors trained via denoising score matching, resulting in superior performance across multiple tasks with better stability and computational efficiency.

Distribution matching (DM) is a versatile domain-invariant representation learning technique that has been applied to tasks such as fair classification, domain adaptation, and domain translation. Non-parametric DM methods struggle with scalability and adversarial DM approaches suffer from instability and mode collapse. While likelihood-based methods are a promising alternative, they often impose unnecessary biases through fixed priors or require explicit density models (e.g., flows) that can be challenging to train. We address this limitation by introducing a novel approach to training likelihood-based DM using expressive score-based prior distributions. Our key insight is that gradient-based DM training only requires the prior's score function -- not its density -- allowing us to train the prior via denoising score matching. This approach eliminates biases from fixed priors (e.g., in VAEs), enabling more effective use of geometry-preserving regularization, while avoiding the challenge of learning an explicit prior density model (e.g., a flow-based prior). Our method also demonstrates better stability and computational efficiency compared to other diffusion-based priors (e.g., LSGM). Furthermore, experiments demonstrate superior performance across multiple tasks, establishing our score-based method as a stable and effective approach to distribution matching. Source code available at https://github.com/inouye-lab/SAUB.

Code Implementations1 repo
Foundations

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

Your Notes