用单一模型在无配对数据下实现音视频联合识别,适合联邦学习场景。
FSSUAVL: A Discriminative Framework using Vision Models for Federated Self-Supervised Audio and Image Understanding
- 通过对比自监督学习将音视频映射到同一空间,直接区分而非对齐模态。
- 在多种下游任务中表现优于独立处理各模态的模型,提升显著。
- 适用于数据分散、缺乏配对标签的联邦学习,计算开销低。
近期研究证明,视觉模型在配对音视频数据下能有效学习多模态表示。但在联邦学习(FL)等场景中,数据分散、异构且缺乏可靠配对数据,如何让深度模型从非配对模态中学习表示仍是难题。以往方法依赖预训练编码器或生成模型,随模态增加导致计算成本激增。本文提出 exttt{FSSUAVL},一个基于联邦学习与自监督对比学习的单模型框架,不进行音视频对齐,而是通过对比学习将其投影至统一嵌入空间,实现联合判别。实验表明,使用 CNN 与 ViT 的 exttt{FSSUAVL} 在多种图像与音频下游任务中显著优于单独建模各模态的方法。同时,其多模态特征表示能力可融合辅助信息以进一步提升识别准确率。
原文摘要 · Abstract (English)
Recent studies have demonstrated that vision models can effectively learn multimodal audio-image representations when paired. However, the challenge of enabling deep models to learn representations from unpaired modalities remains unresolved. This issue is especially pertinent in scenarios like Federated Learning (FL), where data is often decentralized, heterogeneous, and lacks a reliable guarantee of paired data. Previous attempts tackled this issue through the use of auxiliary pretrained encoders or generative models on local clients, which invariably raise computational cost with increasing number modalities. Unlike these approaches, in this paper, we aim to address the task of unpaired audio and image recognition using \texttt{FSSUAVL}, a single deep model pretrained in FL with self-supervised contrastive learning (SSL). Instead of aligning the audio and image modalities, \texttt{FSSUAVL} jointly discriminates them by projecting them into a common embedding space using contrastive SSL. This extends the utility of \texttt{FSSUAVL} to paired and unpaired audio and image recognition tasks. Our experiments with CNN and ViT demonstrate that \texttt{FSSUAVL} significantly improves performance across various image- and audio-based downstream tasks compared to using separate deep models for each modality. Additionally, \texttt{FSSUAVL}'s capacity to learn multimodal feature representations allows for integrating auxiliary information, if available, to enhance recognition accuracy.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。