SimCMF: A Simple Cross-modal Fine-tuning Strategy from Vision Foundation Models to Any Imaging Modality
Chenyang Lei, Liyi Chen, Jun Cen, Xiao Chen, Zhen Lei, Felix Heide, Qifeng Chen, Zhaoxiang Zhang
TL;DR
SimCMF tackles the challenge of transferring vision foundation models trained on RGB imagery to imaging modalities with limited data by introducing a simple cross-modal alignment module paired with a backbone like SAM. It systematically analyzes alignment design and fine-tuning strategies, demonstrating that a frozen pretrained embedding plus a small nonlinear cross-modal adapter can bridge modality gaps effectively. The approach, evaluated on the newly built AIMS benchmark, yields substantial gains in segmentation performance (average mIoU up to 53.88%) over training from scratch and competing baselines, with parameter-efficient fine-tuning (e.g., LoRA, MLP Adapter) achieving similar results to full fine-tuning but at far lower cost. These results suggest that vision foundation models can be flexibly repurposed for diverse sensors and modalities, enabling broader applicability of foundation-model capabilities in domains with scarce data.
Abstract
Foundation models like ChatGPT and Sora that are trained on a huge scale of data have made a revolutionary social impact. However, it is extremely challenging for sensors in many different fields to collect similar scales of natural images to train strong foundation models. To this end, this work presents a simple and effective framework, SimCMF, to study an important problem: cross-modal fine-tuning from vision foundation models trained on natural RGB images to other imaging modalities of different physical properties (e.g., polarization). In SimCMF, we conduct a thorough analysis of different basic components from the most naive design and ultimately propose a novel cross-modal alignment module to address the modality misalignment problem. We apply SimCMF to a representative vision foundation model Segment Anything Model (SAM) to support any evaluated new imaging modality. Given the absence of relevant benchmarks, we construct a benchmark for performance evaluation. Our experiments confirm the intriguing potential of transferring vision foundation models in enhancing other sensors' performance. SimCMF can improve the segmentation performance (mIoU) from 22.15% to 53.88% on average for evaluated modalities and consistently outperforms other baselines. The code is available at https://github.com/mt-cly/SimCMF
