Unleashing Foundation Vision Models: Adaptive Transfer for Diverse Data-Limited Scientific Domains
Qiankun Li, Feng He, Huabao Chen, Xin Ning, Kun Wang, Zengfu Wang
TL;DR
This work tackles the problem of transferring rich knowledge from large-scale vision pretraining to data-limited scientific domains. It introduces CLAdapter, a Cluster Attention Adapter with a unified interface and a staged fine-tuning strategy that personalizes feature transformation via cluster-centered attention and learned transformations, enabling effective cross-domain adaptation for 2D, 3D, CNN, and Transformer backbones. Across 10 diverse downstream datasets, CLAdapter delivers state-of-the-art results, demonstrating strong generalization to ID and OOD settings, with notable efficiency and compatibility advantages over existing fine-tuning methods. The approach offers practical impact for deploying foundation vision models in scientific and industrial domains with limited labeled data, while acknowledging future work in extending to detection and segmentation tasks.
Abstract
In the big data era, the computer vision field benefits from large-scale datasets such as LAION-2B, LAION-400M, and ImageNet-21K, Kinetics, on which popular models like the ViT and ConvNeXt series have been pre-trained, acquiring substantial knowledge. However, numerous downstream tasks in specialized and data-limited scientific domains continue to pose significant challenges. In this paper, we propose a novel Cluster Attention Adapter (CLAdapter), which refines and adapts the rich representations learned from large-scale data to various data-limited downstream tasks. Specifically, CLAdapter introduces attention mechanisms and cluster centers to personalize the enhancement of transformed features through distribution correlation and transformation matrices. This enables models fine-tuned with CLAdapter to learn distinct representations tailored to different feature sets, facilitating the models' adaptation from rich pre-trained features to various downstream scenarios effectively. In addition, CLAdapter's unified interface design allows for seamless integration with multiple model architectures, including CNNs and Transformers, in both 2D and 3D contexts. Through extensive experiments on 10 datasets spanning domains such as generic, multimedia, biological, medical, industrial, agricultural, environmental, geographical, materials science, out-of-distribution (OOD), and 3D analysis, CLAdapter achieves state-of-the-art performance across diverse data-limited scientific domains, demonstrating its effectiveness in unleashing the potential of foundation vision models via adaptive transfer. Code is available at https://github.com/qklee-lz/CLAdapter.
