arXiv:2508.03102cs.CV2025-08ICCV被引 2

用因果解耦和跨模态对齐提升少样本学习性能

Causal Disentanglement and Cross-Modal Alignment for Enhanced Few-Shot Learning

论文配图:Causal Disentanglement and Cross-Modal Alignment for Enhanced Few-Shot Learning
图 1 · 摘自论文原文
  • 通过无监督ICA显式解耦CLIP视觉特征,减少参数量
  • 在11个数据集上超越现有方法,对分布偏移更鲁棒
  • 适合需要高效少样本学习的视觉-语言任务

少样本学习(FSL)需在有限标注数据下有效适配模型。但多数现有方法依赖纠缠表示,模型需从少量监督中隐式恢复解耦过程,阻碍有效适应。近期理论研究发现,多模态对比学习(如CLIP)可线性解耦潜在表示。为此,我们提出因果CLIP适配器(CCA),显式利用无监督独立成分分析(ICA)解耦CLIP提取的视觉特征,无需从标注数据中学习解混过程,从而减少可训练参数并缓解过拟合。进一步地,虽然ICA能获得视觉解耦表示,可能破坏CLIP的模态内与跨模态对齐。为此,CCA通过两种方式强化原有对齐:单向微调基于CLIP的文本分类器,双向通过交叉注意力机制实现视觉与文本表示的相互增强。单模态与跨模态分类输出可线性结合以提升准确率。在11个基准数据集上的大量实验表明,该方法在少样本性能和分布偏移鲁棒性上持续优于最先进方法,同时保持计算效率。代码将发布于https://github.com/tianjiao-j/CCA。

原文摘要 · Abstract (English)

Few-shot learning (FSL) often requires effective adaptation of models using limited labeled data. However, most existing FSL methods rely on entangled representations, requiring the model to implicitly recover the unmixing process to obtain disentangled representations using only limited supervision, which hinders effective adaptation. Recent theoretical studies show that multimodal contrastive learning methods, such as CLIP, can disentangle latent representations up to linear transformations. In light of this, we propose the Causal CLIP Adapter (CCA), a novel framework that explicitly disentangles visual features extracted from CLIP using unsupervised Independent Component Analysis (ICA). This removes the need to learn the unmixing process from the labeled data, thereby reducing the number of trainable parameters and mitigating overfitting. Taking a step further, while ICA can obtain visual disentangled representations, it may also disrupt CLIP's intra- and inter-modal alignment. To counteract this, CCA further leverages CLIP's inherent cross-modal alignment by enhancing it in two ways: unidirectionally, through fine-tuning a CLIP-based text classifier, and bidirectionally, via a cross-attention mechanism that enriches visual and textual representations through mutual interaction. Both unimodal and cross-modal classification outputs can be effectively combined linearly to improve classification accuracy. Extensive experiments on 11 benchmark datasets demonstrate that our method consistently outperforms state-of-the-art approaches in terms of few-shot performance and robustness to distributional shifts, while maintaining computational efficiency. Code will be available at https://github.com/tianjiao-j/CCA.

少样本学习视觉-语言解耦表征

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。