Table of Contents
Fetching ...

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

Yasar Abbas Ur Rehman, Kin Wai Lau, Yuyang Xie, Ma Lan, JiaJun Shen

TL;DR

FSSUAVL introduces a single-model, federated self-supervised learning framework that discriminates unpaired audio and image data by projecting them into a shared embedding space, eliminating the need for modality alignment. It leverages sequential contrastive SSL (NT-Xent) on a common encoder, enabling both unimodal and multimodal downstream tasks while maintaining data privacy in cross-device FL via FedAvg. The method demonstrates superior or competitive performance across vision and audio benchmarks, including robust cross-domain transfer to out-of-domain datasets, and shows efficiency advantages over combining separate modality-specific models. The approach is validated with CNN and ViT encoders, using unpaired data distributed across non-IID clients, and opens avenues for extending to additional modalities in future work.

Abstract

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.

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

TL;DR

FSSUAVL introduces a single-model, federated self-supervised learning framework that discriminates unpaired audio and image data by projecting them into a shared embedding space, eliminating the need for modality alignment. It leverages sequential contrastive SSL (NT-Xent) on a common encoder, enabling both unimodal and multimodal downstream tasks while maintaining data privacy in cross-device FL via FedAvg. The method demonstrates superior or competitive performance across vision and audio benchmarks, including robust cross-domain transfer to out-of-domain datasets, and shows efficiency advantages over combining separate modality-specific models. The approach is validated with CNN and ViT encoders, using unpaired data distributed across non-IID clients, and opens avenues for extending to additional modalities in future work.

Abstract

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.

Paper Structure

This paper contains 17 sections, 3 equations, 4 figures, 8 tables.

Figures (4)

  • Figure 1: FSSUAVL: (a) Local Training. Both modalities are sequentially passed through the same network for representation learning using SSL, which projects them to the common feature space. (b Scaling the local training across multiple clients containing visual-only (client 1), audio-only (client 2), and audio-visual (client 3) data.
  • Figure 2: TSNE plot of the features of Tiny ImageNet (TINET), CIFAR-10 (C-10), VGG Audio (VGG.A), and Speech command V2 (KS2) datasets at different rounds of FSSUAVL pertaining. (Top-Row) CNN (Bottom-Row) ViT.
  • Figure 3: TSNE plot of the features of TINET, C-10, VGG.A and KS2 datasets after FSSL pertaining. (Top-Row) R-18 (Bottom-Row) ViT. (a& d)FASSL, (b & e) FVSSL, and (c& f) FSSUAVL pretraining
  • Figure 4: Average performance of FSSUAVL with % varying audio and visual data on the clients. (a) Varying % of audio data while keeping the visual data at 100% on the clients. (b) Varying the % of visual data while keeping the audio data at 100% on the clients.