OrganCMNIST: CT Scan Dataset for Optimal Transport
- OrganCMNIST is a medical imaging dataset of 2,000 CT scans represented as discrete probability measures for optimal transport analysis.
- The dataset is used to benchmark efficient Nyström approximation methods that reduce computation by sampling only 10–20% of the distance matrix columns.
- Empirical results indicate stable classification accuracy and reliable low-dimensional embeddings, underscoring its significance in scalable medical image analysis.
OrganCMNIST is a medical imaging dataset consisting of organ CT scans, originating from the MedMNIST benchmark. It is specifically referenced as a target for robust manifold learning and classification via Wasserstein distance matrices, with a focus on computational efficiency using partial matrix estimations. The dataset comprises 2,000 images, each representing a discrete probability measure, and is employed in research contexts requiring optimal transport metrics, multidimensional scaling (MDS), and related dimensionality reduction and classification workflows.
1. Dataset Characteristics and Construction
OrganCMNIST consists of 2,000 CT scan images of organs. Each image is treated as a discrete probability measure—suitable for applications using the quadratic Wasserstein metric, defined by
where is the cost matrix and is a coupling respecting image marginals. The dataset is incorporated as part of the MedMNIST benchmark and is primarily referenced as an evaluation ground for algorithms estimating Wasserstein distance matrices (Rana et al., 23 Sep 2025).
2. Wasserstein Distance Matrix Formulation
Given data measures from OrganCMNIST, one constructs a squared Wasserstein distance matrix with entries
Computation of the full is computationally expensive due to the quadratic optimal transport problem. The dataset's structure—each image as a high-dimensional probability measure—exacerbates the cost of pairwise distance computation, motivating research into matrix approximation and sampling methods to allow scalable analysis.
3. Efficient Matrix Estimation: Nyström Approach
The Nyström method is utilized to approximate from a small subset of its columns, dramatically reducing computational requirements. Specifically, for a symmetric distance matrix partitioned as
with for , and , the assumption of (near) low-rank structure allows expressing in 's column space. Using the Moore–Penrose pseudoinverse , can be estimated by
Practically, random columns are selected (set ) and the estimate
is computed, where and , with further adjustments to enforce symmetry and zero diagonals (Rana et al., 23 Sep 2025).
4. Dimensionality Reduction and Classification Workflow
Once is acquired, multidimensional scaling (MDS) is performed by centering the estimated matrix:
Subsequent truncated singular value decomposition yields low-dimensional embeddings. These are supplied as features to classifiers including linear discriminant analysis (LDA), 1-nearest neighbor (KNN), support vector machine (SVM), and random forest.
Empirical results on OrganCMNIST demonstrate that the Nyström method maintains stable classification accuracy when only 10–20% of the matrix columns are computed. For example, at a 10% sampling rate (∼103 columns), the relative error in the Nyström approximation is roughly , which is significantly lower than that obtained via matrix completion (). Classification accuracy stabilizes after 10–20% of the columns are used, regardless of classifier type, as shown by experimental curves (Rana et al., 23 Sep 2025).
5. Theoretical Analysis: Stability and Guarantees
The stability of low-dimensional embeddings derived from Nyström-approximated Wasserstein matrices is formalized in Theorem 3.1 of (Rana et al., 23 Sep 2025). If columns are selected—where is the target embedding dimension—the MDS embedding is provably close to the true embedding , up to orthogonal transformation. Specifically, under bounded noise , the Procrustes error is bounded by
This establishes that reliable embeddings—and thus reliable downstream classification—can be obtained from highly incomplete matrix measurements, provided a sufficient number of columns are sampled.
6. Comparative Performance and Computational Implications
Performance comparisons between the Nyström method and matrix completion demonstrate that Nyström achieves lower approximation errors and stable classification accuracy for the OrganCMNIST dataset, with less computational overhead. Specifically, empirical results in Table 1 of (Rana et al., 23 Sep 2025) show that: for a fixed sampling rate, the Nyström method consistently produces lower relative errors in reconstructed Wasserstein matrices than matrix completion.
A plausible implication is that for large-scale medical imaging datasets where computational resources are constrained, the Nyström approach to Wasserstein matrix estimation enables robust and scalable manifold learning and classification procedures that were previously impractical.
7. Significance in Large-Scale Optimal Transport
The deployment of OrganCMNIST within studies examining Wasserstein matrix estimation methods provides a reference use case demonstrating that optimal transport-based analysis is tractable on large image datasets. By enabling the computation of faithful embeddings and stable classification results with only a small fraction of required distance matrix entries, methodologies validated on OrganCMNIST constitute a practical advancement in medical image analysis and general manifold learning—especially under sampling- and computation-limited regimes.
This approach makes advanced tools from optimal transport practical for high-dimensional settings found in medical imaging repositories such as MedMNIST. The robust stability of embeddings and classification performance, even with only sampled columns, indicates potential for broader application in datasets with similar structure and requirements.