Adapting Multi-modal Large Language Model to Concept Drift From Pre-training Onwards
Xiaoyu Yang, Jie Lu, En Yu
TL;DR
This work addresses concept drift in multi-modal large language models by extending concept drift theory to multimodal data and introducing a T-distributed adapter (Thp) operating on a hyperspherical embedding space to mitigate tailed drift and enable OOD drift detection. The proposed T-distributed spherical metric supports drift-aware pre-training with image-text contrastive learning and enables drift-aware routing during fine-tuning via a mixture-of-experts with a KNN-based OOD detector. A new OpenMMlo dataset of approximately 740k image-caption pairs across long-tailed open-world categories is released to evaluate robustness and open-world generalization. Overall, the framework yields improved image-text alignment during pre-training and stronger downstream robustness to long-tail and OOD distributions, with public code and data to spur further research in multi-modal drift adaptation.
Abstract
Multi-modal Large Language Models (MLLMs) frequently face challenges from concept drift when dealing with real-world streaming data, wherein distributions change unpredictably. This mainly includes gradual drift due to long-tailed data and sudden drift from Out-Of-Distribution (OOD) data, both of which have increasingly drawn the attention of the research community. While these issues have been extensively studied in the individual domain of vision or language, their impacts on MLLMs in concept drift settings remain largely underexplored. In this paper, we reveal the susceptibility and vulnerability of Vision-Language (VL) models to significant biases arising from gradual drift and sudden drift, particularly in the pre-training. To effectively address these challenges, we propose a unified framework that extends concept drift theory to the multi-modal domain, enhancing the adaptability of the VL model to unpredictable distribution changes. Additionally, a T-distribution based drift adapter is proposed to effectively mitigate the bias induced by the gradual drift, which also facilitates the model in distinguishing sudden distribution changes through explicit distribution modeling. Extensive experiments demonstrate our method enhances the efficiency and accuracy of image-text alignment in the pre-training of VL models, particularly in the concept drift scenario. Moreover, various downstream tasks exhibit significant improvements in our model's ability to adapt to the long-tailed open world. Furthermore, we create a set of multi-modal datasets called OpenMMlo, specifically tailored for the long-tailed open-world setting, to validate our findings. To foster the development of the multi-modal community, we have made both OpenMMlo datasets and our code publicly available at: https://github.com/XiaoyuYoung/ConceptDriftMLLMs.
