Improving Clinical Dataset Condensation with Mode Connectivity-based Trajectory Surrogates
Pafue Christy Nganjimi, Andrew Soltan, Danielle Belgrave, Lei Clifton, David A. Clifton, Anshul Thakur
TL;DR
This work tackles the limitations of Trajectory Matching in clinical dataset condensation, where noisy SGD paths and dense trajectory storage hinder practical deployment. It introduces mode connectivity–based trajectory surrogates, specifically quadratic Bézier curves $\Phi_{\boldsymbol{\phi}}(t)$ connecting $\boldsymbol{\theta}_0$ and $\boldsymbol{\theta}_T$, to provide smooth, low-curvature supervision for condensation. The authors prove theoretical guarantees showing near-optimal average loss along the Bézier path and reduced curvature, while empirical results on five clinical datasets demonstrate that Bézier Trajectory Matching (BTM) achieves competitive or superior performance with substantial compression and cross-architecture generalisation. The approach significantly lowers storage requirements by storing only three points per trajectory and enables privacy-friendly data sharing, with potential integration of differential privacy for formal guarantees in future work.
Abstract
Dataset condensation (DC) enables the creation of compact, privacy-preserving synthetic datasets that can match the utility of real patient records, supporting democratised access to highly regulated clinical data for developing downstream clinical models. State-of-the-art DC methods supervise synthetic data by aligning the training dynamics of models trained on real and those trained on synthetic data, typically using full stochastic gradient descent (SGD) trajectories as alignment targets; however, these trajectories are often noisy, high-curvature, and storage-intensive, leading to unstable gradients, slow convergence, and substantial memory overhead. We address these limitations by replacing full SGD trajectories with smooth, low-loss parametric surrogates, specifically quadratic Bézier curves that connect the initial and final model states from real training trajectories. These mode-connected paths provide noise-free, low-curvature supervision signals that stabilise gradients, accelerate convergence, and eliminate the need for dense trajectory storage. We theoretically justify Bézier-mode connections as effective surrogates for SGD paths and empirically show that the proposed method outperforms state-of-the-art condensation approaches across five clinical datasets, yielding condensed datasets that enable clinically effective model development.
