Rethinking Cross-Modal Fine-Tuning: Optimizing the Interaction between Feature Alignment and Target Fitting
Trong Khiem Tran, Manh Cuong Dao, Phi Le Nguyen, Thao Nguyen Truong, Trong Nghia Hoang
TL;DR
This work tackles cross-modal fine-tuning by deriving a provable generalization bound that separates the target error into an overhead from the source model, feature alignment, feature-label distortion, and target fitting: $err_\tau(\phi) \leq err_s(\theta) + FA(\phi,\theta) + \mathbb{E}_{D^{\phi}_{\tau}(\boldsymbol{u})}[FLD(\boldsymbol{u}) + TF(\boldsymbol{u})]$. It introduces RECRAFT, a two-stage algorithm that first learns a target feature map by minimizing the semantic gap via surrogates $L_{\textbf{FA}}(\phi)$ and $L_{\textbf{FLD}}(\phi)$ and then learns a target predictor to minimize the target-fitting term $TF$, leveraging probabilistic transport maps between source and target distributions. Theoretical insights are complemented by extensive empirical validation on NAS-Bench-360 and PDEBench, where RECRAFT consistently outperforms state-of-the-art baselines (e.g., ORCA, PARE, MoNA) and exhibits a tight bound in practice. Overall, the paper provides a principled framework for cross-modal knowledge transfer that accounts for semantic alignment and label-level transferability, enabling more reliable generalization across diverse modalities.
Abstract
Adapting pre-trained models to unseen feature modalities has become increasingly important due to the growing need for cross-disciplinary knowledge integration.~A key challenge here is how to align the representation of new modalities with the most relevant parts of the pre-trained model's representation space to enable accurate knowledge transfer.~This requires combining feature alignment with target fine-tuning, but uncalibrated combinations can exacerbate misalignment between the source and target feature-label structures and reduce target generalization.~Existing work however lacks a theoretical understanding of this critical interaction between feature alignment and target fitting.~To bridge this gap, we develop a principled framework that establishes a provable generalization bound on the target error, which explains the interaction between feature alignment and target fitting through a novel concept of feature-label distortion.~This bound offers actionable insights into how this interaction should be optimized for practical algorithm design. The resulting approach achieves significantly improved performance over state-of-the-art methods across a wide range of benchmark datasets.
