paper-with-me

홈 › Papers

Optimizing Distributional Geometry Alignment with Optimal Transport for Generative Dataset Distillation

2025-11-29 · Xiao Cui, Yulei Qin, Wengang Zhou, Hongsheng Li, Houqiang Li arxiv

Dataset distillation seeks to synthesize a compact distilled dataset, enabling models trained on it to achieve performance comparable to models trained on the full dataset. Recent methods for large-scale datasets focus on matching global distributional statistics (e.g., mean and variance), but overlook critical instance-level characteristics and intraclass variations, leading to suboptimal generalization. We address this limitation by reformulating dataset distillation as an Optimal Transport (OT) distance minimization problem, enabling fine-grained alignment at both global and instance levels throughout the pipeline. OT offers a geometrically faithful framework for distribution matching. It effectively preserves local modes, intra-class patterns, and fine-grained variations that characterize the geometry of complex, high-dimensional distributions. Our method comprises three components tailored for preserving distributional geometry: (1) OT-guided diffusion sampling, which aligns latent distributions of real and distilled images; (2) label-image-aligned soft relabeling, which adapts label distributions based on the complexity of distilled image distributions; and (3) OT-based logit matching, which aligns the output of student models with soft-label distributions. Extensive experiments across diverse architectures and large-scale datasets demonstrate that our method consistently outperforms state-of-the-art approaches in an efficient manner, achieving at least 4% accuracy improvement under IPC=10 settings for each architecture on ImageNet-1K.

📄 PDF Abstract BibTeX arXiv:2512.00308

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

DISCOVER: A Solver for Distributional Counterfactual Explanations

2026-03-17 · Yikai Gu, Lele Cao, Bo Zhao, Lei Lei 외 arxiv

Counterfactual explanations (CE) explain model decisions by identifying input modifications that lead to different predictions. Most existing methods operate at the instance level. Distributional Counterfactual Explanati…

Supervised Distributional Reduction via Optimal Transport and Dependence Maximization

2026-05-26 · Sai-Aakash Ramesh, Archit Sood, Andrew Corbett, Tim Dodwell arxiv

Learning representations that capture both intrinsic data geometry and target-relevant structure remains a fundamental challenge, particularly in settings where data reduction must balance compression with predictive fid…

Dimensionality ReductionRepresentation Learning

Geometry-Aware Dataset Condensation for Diffusion Model Training

2026-06-04 · Xiao Cui, Yulei Qin, Mo Zhu, Wengang Zhou 외 arxiv

Dataset condensation aims to construct compact datasets from real data via synthesis or selection. However, existing approaches are ill-suited for diffusion model training: synthetic data generation often yields low-fide…

Synthetic Data Generation

Distributional Preference Alignment of LLMs via Optimal Transport

2024-06-09 · Igor Melnyk, Youssef Mroueh, Brian Belgodere, Mattia Rigotti 외

Current LLM alignment techniques use pairwise human preferences at a sample level, and as such, they do not imply an alignment on the distributional level. We propose in this paper Alignment via Optimal Transport (AOT), …

Safeguarding LLM Fine-tuning via Push-Pull Distributional Alignment

2026-01-12 · Haozhong Wang, Zhuo Li, Yibo Yang, He Zhao 외 arxiv

The inherent safety alignment of Large Language Models (LLMs) is prone to erosion during fine-tuning, even when using seemingly innocuous datasets. While existing defenses attempt to mitigate this via data selection, the…