paper-with-me

Papers

Incentivising the federation: gradient-based metrics for data selection and valuation in private decentralised training

2023-05-04 · Dmitrii Usynin, Daniel Rueckert, Georgios Kaissis

Obtaining high-quality data for collaborative training of machine learning models can be a challenging task due to A) regulatory concerns and B) a lack of data owner incentives to participate. The first issue can be addressed through the combination of distributed machine learning techniques (e.g. federated learning) and privacy enhancing technologies (PET), such as the differentially private (DP) model training. The second challenge can be addressed by rewarding the participants for giving access to data which is beneficial to the training model, which is of particular importance in federated settings, where the data is unevenly distributed. However, DP noise can adversely affect the underrepresented and the atypical (yet often informative) data samples, making it difficult to assess their usefulness. In this work, we investigate how to leverage gradient information to permit the participants of private training settings to select the data most beneficial for the jointly trained model. We assess two such methods, namely variance of gradients (VoG) and the privacy loss-input susceptibility score (PLIS). We show that these techniques can provide the federated clients with tools for principled data selection even in stricter privacy settings.

📄 PDF Abstract BibTeX arXiv:2305.02942

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

Choose Wisely and Privately: Proactive Client Selection for Fair and Efficient Federated Learning

2026-05-20 · Adda Akram Bendoukha, Heber Hwang Arcolezi, Nesrine Kaaniche, Aymen Boudguiga arxiv

Federated Learning enables collaborative model training across decentralized data sources without data transfer. Averaging-based FL is limited by the presence of non-IID data, which negatively impacts convergence speed a…

Federated Learning

Task2vec Readiness: Diagnostics for Federated Learning from Pre-Training Embeddings

2026-04-12 · Cristiano Mafuz, Rodrigo Silva arxiv

Federated learning (FL) performance is highly sensitive to heterogeneity across clients, yet practitioners lack reliable methods to anticipate how a federation will behave before training. We propose readiness indices, d…

Federated Learning

An Empirical Evaluation of Cost-based Federated SPARQL Query Processing Engines

2021-04-02 · Umair Qudus, Muhammad Saleem, Axel-Cyrille Ngonga Ngomo, Young-Koo Lee

Finding a good query plan is key to the optimization of query runtime. This holds in particular for cost-based federation engines, which make use of cardinality estimations to achieve this goal. A number of studies compa…

Benchmarking

Welfare and Fairness Dynamics in Federated Learning: A Client Selection Perspective

2023-02-17 · Yash Travadi, Le Peng, Xuan Bi, Ju Sun 외

Federated learning (FL) is a privacy-preserving learning technique that enables distributed computing devices to train shared learning models across data silos collaboratively. Existing FL works mostly focus on designing…

Distributed ComputingFairnessFederated LearningPrivacy Preserving

Incentivising Exploration and Recommendations for Contextual Bandits with Payments

2020-01-22 · Priyank Agrawal, Theja Tulabandhula

We propose a contextual bandit based model to capture the learning and social welfare goals of a web platform in the presence of myopic users. By using payments to incentivize these agents to explore different items/reco…

Multi-Armed Bandits