提出多步对齐方法,提升跨模态少样本学习精度
Exploring Cross-Modal Flows for Few-Shot Learning
- 通过学习跨模态速度场实现多步特征对齐
- 在多个基准上显著优于单步微调方法,尤其在困难数据集表现突出
- 适用于少样本场景下的跨模态任务,对模型架构无依赖
跨模态特征对齐是跨模态任务的核心挑战。尽管预训练视觉-语言模型能在图像与文本间实现通用对齐,但通常仍需参数高效微调(PEFT)进行调整。现有PEFT方法(如提示调优、LoRA或适配器)仅选择性微调部分参数,可轻微调整视觉或文本特征并避免过拟合。本文首次指出,所有现有PEFT方法均为单步调整,难以应对特征高度纠缠的复杂数据集。为此,我们提出首个模型无关的多步调整方法——跨模态速度场对齐(Flow Matching Alignment, FMA)。为确保类别对应关系,我们采用固定耦合策略;设计噪声增强策略缓解数据稀缺问题;引入早停求解器提前终止变换过程,提升效率与准确率。相比单步方法,FMA具备多步修正能力,实现更精确、鲁棒的对齐。大量实验表明,FMA在多种基准和骨干网络上均取得显著性能提升,尤其在挑战性数据集上优势明显。
原文摘要 · Abstract (English)
Aligning features from different modalities, is one of the most fundamental challenges for cross-modal tasks. Although pre-trained vision-language models can achieve a general alignment between image and text, they often require parameter-efficient fine-tuning (PEFT) for further adjustment. Today's PEFT methods (e.g., prompt tuning, LoRA-based, or adapter-based) always selectively fine-tune a subset of parameters, which can slightly adjust either visual or textual features, and avoid overfitting. In this paper, we are the first to highlight that all existing PEFT methods perform one-step adjustment. It is insufficient for complex (or difficult) datasets, where features of different modalities are highly entangled. To this end, we propose the first model-agnostic multi-step adjustment approach by learning a cross-modal velocity field: Flow Matching Alignment (FMA). Specifically, to ensure the correspondence between categories during training, we first utilize a fixed coupling strategy. Then, we propose a noise augmentation strategy to alleviate the data scarcity issue. Finally, we design an early-stopping solver, which terminates the transformation process earlier, improving both efficiency and accuracy. Compared with one-step PEFT methods, FMA has the multi-step rectification ability to achieve more precise and robust alignment. Extensive results have demonstrated that FMA can consistently yield significant performance gains across various benchmarks and backbones, particularly on challenging datasets.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。