An Information-Geometric Distance on the Space of Tasks
Yansong Gao, Pratik Chaudhari
TL;DR
This work introduces the coupled transfer distance, an information-geometric measure of task distance that jointly transports the input data distribution between source and target tasks and updates the classifier along a geodesic on the Fisher-Rao manifold. Grounded in information geometry and optimal transport, the method defines the distance as the length of the weight trajectory under the Fisher Information Metric while the task evolves via an OT map with ground metric given by the Fisher-Rao distance between conditional distributions. The paper provides an algorithm that alternates updating the OT coupling and the weight trajectory, along with practical tricks to scale to real datasets and a Rademacher-complexity perspective linking geometric length to generalization. Empirically, the coupled distance correlates with fine-tuning difficulty across MNIST, CIFAR, and DeepFashion, and benefits from higher model capacity, offering a principled, architecture-agnostic tool to assess and compare task similarity for transfer learning. Overall, the approach advances theoretical and empirical understanding of transfer difficulty by incorporating the hypothesis space into task distance and showing practical improvements in transfer outcomes.
Abstract
This paper prescribes a distance between learning tasks modeled as joint distributions on data and labels. Using tools in information geometry, the distance is defined to be the length of the shortest weight trajectory on a Riemannian manifold as a classifier is fitted on an interpolated task. The interpolated task evolves from the source to the target task using an optimal transport formulation. This distance, which we call the "coupled transfer distance" can be compared across different classifier architectures. We develop an algorithm to compute the distance which iteratively transports the marginal on the data of the source task to that of the target task while updating the weights of the classifier to track this evolving data distribution. We develop theory to show that our distance captures the intuitive idea that a good transfer trajectory is the one that keeps the generalization gap small during transfer, in particular at the end on the target task. We perform thorough empirical validation and analysis across diverse image classification datasets to show that the coupled transfer distance correlates strongly with the difficulty of fine-tuning.
