中文
相关论文

相关论文: Efficiently Assemble Normalization Layers and Regu…

200 篇论文

Federated domain generalization (FedDG) addresses distribution shifts among clients in a federated learning framework. FedDG methods aggregate the parameters of locally trained client models to form a global model that generalizes to unseen…

机器学习 · 计算机科学 2025-12-12 Ragja Palakkadavath , Hung Le , Thanh Nguyen-Tang , Svetha Venkatesh , Sunil Gupta

Federated Learning (FL) offers a decentralized paradigm for collaborative model training without direct data sharing, yet it poses unique challenges for Domain Generalization (DG), including strict privacy constraints, non-i.i.d. local…

机器学习 · 计算机科学 2025-01-28 Sunny Gupta , Vinay Sutar , Varunav Singh , Amit Sethi

Machine learning typically relies on the assumption that training and testing distributions are identical and that data is centrally stored for training and testing. However, in real-world scenarios, distributions may differ significantly…

机器学习 · 计算机科学 2025-08-22 Ying Li , Xingwei Wang , Rongfei Zeng , Praveen Kumar Donta , Ilir Murturi , Min Huang , Schahram Dustdar

Federated Domain Generalization (FedDG) aims to train the global model for generalization ability to unseen domains with multi-domain training samples. However, clients in federated learning networks are often confined to a single, non-IID…

人工智能 · 计算机科学 2024-09-24 Yuan Liu , Shu Wang , Zhe Qu , Xingyu Li , Shichao Kan , Jianxin Wang

Domain Generalization (DG) aims to train models that can effectively generalize to unseen domains. However, in the context of Federated Learning (FL), where clients collaboratively train a model without directly sharing their data, most…

机器学习 · 计算机科学 2024-11-27 Xinpeng Wang , Yongxin Guo , Xiaoying Tang

Federated domain generalization aims to train a global model from multiple source domains and ensure its generalization ability to unseen target domains. Due to the target domain being with unknown domain shifts, attempting to approximate…

计算机视觉与模式识别 · 计算机科学 2025-01-28 Haoxuan Che , Yifei Wu , Haibo Jin , Yong Xia , Hao Chen

Federated Learning (FL) faces significant challenges with domain shifts in heterogeneous data, degrading performance. Traditional domain generalization aims to learn domain-invariant features, but the federated nature of model averaging…

机器学习 · 计算机科学 2024-05-29 Marc Bartholet , Taehyeon Kim , Ami Beuret , Se-Young Yun , Joachim M. Buhmann

Federated Learning (FL) trains models locally at each research center or clinic and aggregates only model updates, making it a natural fit for medical imaging, where strict privacy laws forbid raw data sharing. A major obstacle is…

机器学习 · 计算机科学 2025-09-30 Soroosh Safari Loaliyan , Jose-Luis Ambite , Paul M. Thompson , Neda Jahanshad , Greg Ver Steeg

Federated Learning (FL) enables a group of clients to jointly train a machine learning model with the help of a centralized server. Clients do not need to submit their local data to the server during training, and hence the local training…

机器学习 · 计算机科学 2023-01-10 Liling Zhang , Xinyu Lei , Yichun Shi , Hongyu Huang , Chao Chen

Federated learning allows distributed medical institutions to collaboratively learn a shared prediction model with privacy protection. While at clinical deployment, the models trained in federated learning can still suffer from performance…

计算机视觉与模式识别 · 计算机科学 2021-03-11 Quande Liu , Cheng Chen , Jing Qin , Qi Dou , Pheng-Ann Heng

Federated learning, a distributed learning paradigm, utilizes multiple clients to build a robust global model. In real-world applications, local clients often operate within their limited domains, leading to a `domain shift' across clients.…

机器学习 · 计算机科学 2024-07-12 Seunghan Yang , Seokeon Choi , Hyunsin Park , Sungha Choi , Simyung Chang , Sungrack Yun

Federated Learning (FL) shows promise in preserving privacy and enabling collaborative learning. However, most current solutions focus on private data collected from a single domain. A significant challenge arises when client data comes…

机器学习 · 计算机科学 2025-04-10 Dung Thuy Nguyen , Taylor T. Johnson , Kevin Leach

Federated domain generalization (FedDG) aims to improve the global model generalization in unseen domains by addressing data heterogeneity under privacy-preserving constraints. A common strategy in existing FedDG studies involves sharing…

人工智能 · 计算机科学 2024-11-18 Shuai Gong , Chaoran Cui , Chunyun Zhang , Wenna Wang , Xiushan Nie , Lei Zhu

In medical image segmentation tasks, Domain Generalization (DG) under the Federated Learning (FL) framework is crucial for addressing challenges related to privacy protection and data heterogeneity. However, traditional federated learning…

计算机视觉与模式识别 · 计算机科学 2025-10-22 Yucheng Song , Chenxi Li , Haokang Ding , Zhining Liao , Zhifang Liao

The emerging paradigm of federated learning (FL) strives to enable collaborative training of deep models on the network edge without centrally aggregating raw data and hence improving data privacy. In most cases, the assumption of…

机器学习 · 计算机科学 2021-05-12 Xiaoxiao Li , Meirui Jiang , Xiaofei Zhang , Michael Kamp , Qi Dou

We address the problem of federated domain generalization in an unsupervised setting for the first time. We first theoretically establish a connection between domain shift and alignment of gradients in unsupervised federated learning and…

机器学习 · 计算机科学 2025-01-06 Farhad Pourpanah , Mahdiyar Molahasani , Milad Soltany , Michael Greenspan , Ali Etemad

Federated Domain Generalization (FedDG), aims to tackle the challenge of generalizing to unseen domains at test time while catering to the data privacy constraints that prevent centralized data storage from different domains originating at…

计算机视觉与模式识别 · 计算机科学 2024-07-23 Ahmed Radwan , Mohamed S. Shehata

Efficient fine-tuning of visual-language models like CLIP has become crucial due to their large-scale parameter size and extensive pretraining requirements. Existing methods typically address either the issue of unseen classes or unseen…

计算机视觉与模式识别 · 计算机科学 2026-01-28 Haoran Xu , Jiaze Li , Jianzhong Ju , Zhenbo Luo

In this paper, we study the problem of federated domain generalization (FedDG) for person re-identification (re-ID), which aims to learn a generalized model with multiple decentralized labeled source domains. An empirical method (FedAvg)…

计算机视觉与模式识别 · 计算机科学 2022-03-09 Fengxiang Yang , Zhun Zhong , Zhiming Luo , Shaozi Li , Nicu Sebe

The application of federated domain generalization in person re-identification (FedDG-ReID) aims to enhance the model's generalization ability in unseen domains while protecting client data privacy. However, existing mainstream methods…

计算机视觉与模式识别 · 计算机科学 2026-03-09 Xin Xu , Binchang Ma , Zhixi Yu , Wei Liu
‹ 上一页 1 2 3 10 下一页 ›