菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-05-26
📄 Abstract - Supervised Distributional Reduction via Optimal Transport and Dependence Maximization

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 fidelity. While distributional reduction-encompassing joint clustering and dimensionality reduction-offers a principled way to summarize data, its supervised variants remain relatively under-explored, despite the importance of retaining task-relevant signal for downstream prediction and decision-making. We propose Supervised Distributional Reduction (SDR), an algorithm for learning target-aware representations by combining optimal transport with explicit dependence maximization. SDR builds on the Fused Gromov-Wasserstein (FGW) objective to align the relational structure of the input distribution with a set of representative points, while augmenting it with a direct dependence term that encourages the learned embeddings to capture predictive signal more explicitly. This results in compact representations that reflect both geometric structure and supervision. Beyond representation learning, SDR naturally induces a data-dependent, non-stationary geometry that can be leveraged for settings such as Gaussian Process (GP) modelling. By redefining distances through target-aware distributional alignment, SDR enables the construction of adaptive kernels that respond to local variations in both data geometry and supervision, offering an optimal transport-based perspective on non-stationary kernel design.

顶级标签: machine learning theory
详细标签: optimal transport representation learning supervised reduction dependence maximization gaussian process 或 搜索:

基于最优传输与依赖性最大化的监督式分布约简 / Supervised Distributional Reduction via Optimal Transport and Dependence Maximization


1️⃣ 一句话总结

本文提出一种名叫SDR的新算法,它能将原始数据压缩成更紧凑的表示,同时自动保留与目标任务最相关的信息,从而在保证数据几何结构的基础上,提升后续预测与建模的效果。

源自 arXiv: 2605.27619