ITSPACE: Monotone Gaussian Optimal Transport Updates

Woojoo Na, Jennifer Dy

Accepted to ICML 2026

ITSPACE is a certified few-step Gaussian optimal transport method for low-rank covariance alignment, with closed-form Bures-Wasserstein updates, PSD/rank preservation, and monotone descent guarantees.

ITSPACE overview

Abstract

Covariance matrices serve as compact descriptors of feature distributions in many machine-learning pipelines, including domain adaptation and Gaussian embeddings. Under a centered Gaussian approximation, the unregularized Wasserstein-2 optimal-transport discrepancy admits a closed form on covariances given by the Bures-Wasserstein objective. ITSPACE directly optimizes this exact objective through closed-form updates in a square-root factorization, preserving PSD structure and supporting rank-restricted factors.

Key idea

The Bures-Wasserstein covariance objective becomes a quadratic term minus a nuclear norm under a low-rank square-root factorization. A polar/Procrustes certificate gives a tight linear minorization, leading to a closed-form proximal majorization-minimization update.

Why it matters

ITSPACE targets settings where covariance states must be updated in only a few valid steps under strict compute budgets, such as domain adaptation, representation drift correction, whitening-recoloring modules, normalization, Gaussian embeddings, and covariance-aware model adaptation.

Code

The repository contains a clean reusable implementation, a minimal example, and the ICML paper reproduction scripts.

git clone https://github.com/itsmeuniverse/itspace.git
cd itspace
pip install -e .
python examples/minimal.py

BibTeX

@inproceedings{na2026itspace,
  title     = {ITSPACE: Monotone Gaussian Optimal Transport Updates},
  author    = {Na, Woojoo and Dy, Jennifer},
  booktitle = {Proceedings of the 43rd International Conference on Machine Learning},
  year      = {2026}
}

Opportunities

I am looking to build this direction into a broader research agenda around certified few-step Gaussian OT, covariance geometry, representation adaptation, and distribution shift. I am especially interested in winter 2026-27 research internships and summer 2027 research internships or visiting PhD collaborations.