machine learning

AlphaWiSE: Adaptive Weight Interpolation for Continual Multimodal Representation Learning

arXiv:2607.15094

summary

The paper introduces AlphaWiSE, a post‑hoc weight‑space interpolation technique that combines two frozen checkpoints with learned scalar coefficients to improve continual learning of multimodal embeddings without increasing model size or inference cost.

Abstract

Multimodal models such as CLIP learn a shared embedding space for cross-modal retrieval, but continual adaptation to sequentially arriving data can disrupt the cross-modal alignment acquired from earlier phases. Conventional continual-learning methods return a single checkpoint, which commits every retrieval direction to the same stability-plasticity trade-off. We propose AlphaWiSE, a post-hoc weight-space interpolation method that composes two frozen source checkpoints. For each aligned parameter tensor identified by its checkpoint key, AlphaWiSE fits one scalar interpolation coefficient shared by all tensor entries. The coefficients are fitted on a smaller exemplar memory and used to materialize one interpolated checkpoint. The deployed model has the same architecture and parameter count as either source checkpoint, which does not require additional inference time. Extensive experiments on audio-image-text retrieval show consistent improvements over strong continual-learning baselines across multiple retrieval directions and evaluation metrics.

Topics & keywords

#continual learning#multimodal representation#weight interpolation#cross-modal retrieval#CLIPAlphaWiSEweight-space interpolationfrozen checkpointsscalar interpolation coefficientexemplar memoryaudio-image-text retrieval