TL;DR
In many machine learning tasks, the challenge lies in effectively reducing the distributional gap between training and test data. This study introduces a method called Supervised Distributional Reduction, which utilizes Optimal Transport and Dependence Maximization to align data distributions.
✦ Why It Matters
Engineers can apply this method to improve model accuracy when facing distributional shifts in data.
Key Takeaways
How It Works
SDR combines optimal transport with dependence maximization to create target-aware representations. It employs the Fused Gromov-Wasserstein (FGW) objective to align the input data's relational structure with representative points, while a dependence term explicitly captures predictive signals.
This dual approach results in compact representations that maintain both the geometric integrity of the data and the relevance to the target variable.
Related