SDCVASApr 13, 2025

FSSUAVL: A Discriminative Framework using Vision Models for Federated Self-Supervised Audio and Image Understanding

arXiv:2504.09516v11 citationsh-index: 13
Originality Incremental advance
AI Analysis

This addresses the challenge of multimodal learning in federated environments where paired data is unreliable, which is relevant for applications like edge computing and privacy-preserving AI, though it appears incremental as it builds on existing contrastive learning and federated learning techniques.

The paper tackles the problem of learning multimodal representations from unpaired audio and image data in federated learning settings, where data is decentralized and heterogeneous. The proposed FSSUAVL framework uses a single deep model with self-supervised contrastive learning to project both modalities into a common embedding space, significantly improving performance on various downstream tasks compared to using separate models for each modality.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes