paper-with-me

Papers

FedSDAF: Leveraging Source Domain Awareness for Enhanced Federated Domain Generalization

2025-05-05 · Hongze Li, Zesheng Zhou, Zhenbiao Cao, Xinhui Li, Wei Chen, Xiaojin Zhang

Traditional domain generalization approaches predominantly focus on leveraging target domain-aware features while overlooking the critical role of source domain-specific characteristics, particularly in federated settings with inherent data isolation. To address this gap, we propose the Federated Source Domain Awareness Framework (FedSDAF), the first method to systematically exploit source domain-aware features for enhanced federated domain generalization (FedDG). The FedSDAF framework consists of two synergistic components: the Domain-Invariant Adapter, which preserves critical domain-invariant features, and the Domain-Aware Adapter, which extracts and integrates source domain-specific knowledge using a Multihead Self-Attention mechanism (MHSA). Furthermore, we introduce a bidirectional knowledge distillation mechanism that fosters knowledge sharing among clients while safeguarding privacy. Our approach represents the first systematic exploitation of source domain-aware features, resulting in significant advancements in model generalization capability.Extensive experiments on four standard benchmarks (OfficeHome, PACS, VLCS, and DomainNet) show that our method consistently surpasses state-of-the-art federated domain generalization approaches, with accuracy gains of 5.2-13.8%. The source code is available at https://github.com/pizzareapers/FedSDAF.

📄 PDF Abstract BibTeX arXiv:2505.02515

Code (1)

pizzareapers/fedsdaf 공식 구현 pytorch

Tasks

Domain GeneralizationKnowledge Distillation

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…
Focus 설명 없음
Adapter 설명 없음

Similar Papers 제목 키워드 기반

PAFormer: Part Aware Transformer for Person Re-identification

2024-08-12 · Hyeono Jung, JangWon Lee, Jiwon Yoo, Dami Ko 외

Within the domain of person re-identification (ReID), partial ReID methods are considered mainstream, aiming to measure feature distances through comparisons of body parts between samples. However, in practice, previous …

Person Re-IdentificationPose Estimation

Socially Enhanced Situation Awareness from Microblogs using Artificial Intelligence: A Survey

2022-09-13 · Rabindra Lamsal, Aaron Harwood, Maria Rodriguez Read

The rise of social media platforms provides an unbounded, infinitely rich source of aggregate knowledge of the world around us, both historic and real-time, from a human perspective. The greatest challenge we face is how…

Beyond Batch Learning: Global Awareness Enhanced Domain Adaptation

2025-02-10 · Lingkun Luo, Shiqiang Hu, Liming Chen

In domain adaptation (DA), the effectiveness of deep learning-based models is often constrained by batch learning strategies that fail to fully apprehend the global statistical and geometric characteristics of data distr…

Decision MakingDomain Adaptationimage-classificationImage Classification

The Devil is in the Sources! Knowledge Enhanced Cross-Domain Recommendation in an Information Bottleneck Perspective

2024-09-29 · Binbin Hu, Weifan Wang, Hanshu Wang, Ziqi Liu 외

Cross-domain Recommendation (CDR) aims to alleviate the data sparsity and the cold-start problems in traditional recommender systems by leveraging knowledge from an informative source domain. However, previously proposed…

Recommendation Systems

Adversarial and Domain-Aware BERT for Cross-Domain Sentiment Analysis

2020-07-01 · ACL 2020 6 · Chunning Du, Haifeng Sun, Jingyu Wang, Qi Qi 외

Cross-domain sentiment classification aims to address the lack of massive amounts of labeled data. It demands to predict sentiment polarity on a target domain utilizing a classifier learned from a source domain. In this …

Domain AdaptationLanguage ModelingLanguage ModellingSentiment Analysis+2