English

Deep Kuratowski Embedding Neural Networks for Wasserstein Metric Learning

Machine Learning 2026-04-07 v1

Abstract

Computing pairwise Wasserstein distances is a fundamental bottleneck in data analysis pipelines. Motivated by the classical Kuratowski embedding theorem, we propose two neural architectures for learning to approximate the Wasserstein-2 distance (W2W_2) from data. The first, DeepKENN, aggregates distances across all intermediate feature maps of a CNN using learnable positive weights. The second, ODE-KENN, replaces the discrete layer stack with a Neural ODE, embedding each input into the infinite-dimensional Banach space C1([0,1],Rd)C^1([0,1], \mathbb{R}^d) and providing implicit regularization via trajectory smoothness. Experiments on MNIST with exact precomputed W2W_2 distances show that ODE-KENN achieves a 28% lower test MSE than the single-layer baseline and 18% lower than DeepKENN under matched parameter counts, while exhibiting a smaller generalization gap. The resulting fast surrogate can replace the expensive W2W_2 oracle in downstream pairwise distance computations.

Keywords

Cite

@article{arxiv.2604.04343,
  title  = {Deep Kuratowski Embedding Neural Networks for Wasserstein Metric Learning},
  author = {Andrew Qing He},
  journal= {arXiv preprint arXiv:2604.04343},
  year   = {2026}
}
R2 v1 2026-07-01T11:54:50.039Z