中文

Wasserstein Geometryedit

Concept page for distributional comparison using optimal-transport geometry.

Wasserstein Geometry refers to the use of optimal-transport distances and related geometric ideas to compare probability distributions. Unlike pointwise metrics, Wasserstein distances account for the cost of moving probability mass from one distribution to another, which makes them useful for reasoning about distribution shift and generated data.1

Role in this wikiedit

This page supports the Synthetic Data, collaborative evaluation, and distributed Wasserstein barycenter pages. It gives readers a reason why the wiki talks about geometry in a biography about AI and networks: when data are split across silos, a distributional comparison can be more informative than a single scalar accuracy score. Wasserstein-style measures provide a language for describing how generated data drift across classes, modes, or visual features.

Connection to Qiao's workedit

The ICML 2026 paper When Sample Selection Bias Precipitates Model Collapse uses collaborative Wasserstein-style signals to reason about model collapse under selection bias. The later doctoral focus on distributed Wasserstein barycenters keeps the same geometry but shifts attention toward computation: how a shared distributional reference can be obtained from several local measures. In this wiki, Wasserstein geometry is therefore not a general math detour. It is the background for how Qiao's AI-and-networks line diagnoses distributional change when the data are distributed and direct global inspection is unavailable.

See alsoedit

Footnotesedit

  1. Agueh and Carlier's SIAM paper on barycenters in Wasserstein space, Cuturi and Doucet's ICML paper on fast Wasserstein barycenter computation, and Arjovsky, Chintala, and Bottou's Wasserstein GAN are useful background references for this page.