<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Federated Learning on Minghui Chen</title>
		<link>https://minghuichen.com/tags/federated-learning/</link>
		<description>Recent content in Federated Learning on Minghui Chen</description>
		<generator>Hugo</generator>
		<language>en</language>
		
		
		
		
			<lastBuildDate>Fri, 24 Jan 2025 00:00:00 +0000</lastBuildDate>
		
			<atom:link href="https://minghuichen.com/tags/federated-learning/index.xml" rel="self" type="application/rss+xml" />
			<item>
				<title>Can Textual Gradient Work in Federated Learning?</title>
				<link>https://minghuichen.com/publication/iclr_2025_fedtextgrad/</link>
				<pubDate>Fri, 24 Jan 2025 00:00:00 +0000</pubDate>
				<guid>https://minghuichen.com/publication/iclr_2025_fedtextgrad/</guid>
				<description>&lt;p&gt;&lt;strong&gt;Authors:&lt;/strong&gt; Minghui Chen, Ruinan Jin, Wenlong Deng, Yuanyuan Chen, Zhi Huang, Han Yu, Xiaoxiao Li&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Published in:&lt;/strong&gt; The Thirteenth International Conference on Learning Representations (&lt;strong&gt;ICLR 2025&lt;/strong&gt;)&lt;/p&gt;&#xA;&#xA;&#xA;&#xA;&#xA;&lt;h2 id=&#34;abstract&#34;&gt;Abstract&#xA;  &lt;a href=&#34;#abstract&#34;&gt;&lt;svg class=&#34;anchor-symbol&#34; aria-hidden=&#34;true&#34; height=&#34;26&#34; width=&#34;26&#34; viewBox=&#34;0 0 22 22&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34;&gt;&#xA;      &lt;path d=&#34;M0 0h24v24H0z&#34; fill=&#34;currentColor&#34;&gt;&lt;/path&gt;&#xA;      &lt;path d=&#34;M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76.0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71.0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71.0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76.0 5-2.24 5-5s-2.24-5-5-5z&#34;&gt;&lt;/path&gt;&#xA;    &lt;/svg&gt;&lt;/a&gt;&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;Recent studies highlight the promise of LLM-based prompt optimization, especially with TextGrad, which automates &amp;ldquo;differentiation&amp;rdquo; via texts and backpropagates textual feedback provided by LLMs. This approach facilitates training in various real-world applications that do not support numerical gradient propagation or loss calculation. It opens new avenues for optimization in decentralized, resource-constrained environments, suggesting that users of black-box LLMs (e.g., ChatGPT) could enhance components of LLM agentic systems (such as prompt optimization) through collaborative paradigms like federated learning (FL).&lt;/p&gt;</description>
			</item>
			<item>
				<title>Local Superior Soups: A Catalyst for Model Merging in Cross-Silo Federated Learning</title>
				<link>https://minghuichen.com/publication/neurips_2024_lss/</link>
				<pubDate>Tue, 15 Oct 2024 00:00:00 +0000</pubDate>
				<guid>https://minghuichen.com/publication/neurips_2024_lss/</guid>
				<description>&lt;p&gt;&lt;strong&gt;Authors:&lt;/strong&gt; Minghui Chen, Meirui Jiang, Xin Zhang, Qi Dou, Zehua Wang, Xiaoxiao Li&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Published in:&lt;/strong&gt; The Thirty-Eighth Conference on Neural Information Processing Systems (&lt;strong&gt;NeurIPS 2024&lt;/strong&gt;)&lt;/p&gt;&#xA;&#xA;&#xA;&#xA;&#xA;&lt;h2 id=&#34;abstract&#34;&gt;Abstract&#xA;  &lt;a href=&#34;#abstract&#34;&gt;&lt;svg class=&#34;anchor-symbol&#34; aria-hidden=&#34;true&#34; height=&#34;26&#34; width=&#34;26&#34; viewBox=&#34;0 0 22 22&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34;&gt;&#xA;      &lt;path d=&#34;M0 0h24v24H0z&#34; fill=&#34;currentColor&#34;&gt;&lt;/path&gt;&#xA;      &lt;path d=&#34;M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76.0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71.0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71.0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76.0 5-2.24 5-5s-2.24-5-5-5z&#34;&gt;&lt;/path&gt;&#xA;    &lt;/svg&gt;&lt;/a&gt;&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;Federated learning (FL) is a learning paradigm that enables collaborative training of models using decentralized data. Recently, the utilization of pre-trained weight initialization in FL has been demonstrated to effectively improve model performance. However, the evolving complexity of current pre-trained models, characterized by a substantial increase in parameters, markedly intensifies the challenges associated with communication rounds required for their adaptation to FL. To address these communication cost issues and increase the performance of pre-trained model adaptation in FL, we propose an innovative model interpolation-based local training technique called &amp;ldquo;Local Superior Soups.&amp;rdquo; Our method enhances local training across different clients, encouraging the exploration of a connected low-loss basin within a few communication rounds through regularized model interpolation. This approach acts as a catalyst for the seamless adaptation of pre-trained models in in FL. We demonstrated its effectiveness and efficiency across diverse widely-used FL datasets.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Forgettable Federated Linear Learning with Certified Data Removal</title>
				<link>https://minghuichen.com/publication/preprint_2024_f2l2/</link>
				<pubDate>Fri, 20 Sep 2024 00:00:00 +0000</pubDate>
				<guid>https://minghuichen.com/publication/preprint_2024_f2l2/</guid>
				<description>&lt;p&gt;&lt;strong&gt;Authors:&lt;/strong&gt; Ruinan Jin, Minghui Chen, Qiong Zhang, Xiaoxiao Li&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Published in:&lt;/strong&gt; WWW 2024 FL@FM Workshop (&lt;strong&gt;Best Paper Award&lt;/strong&gt; 🏆)&lt;/p&gt;&#xA;&#xA;&#xA;&#xA;&#xA;&lt;h2 id=&#34;abstract&#34;&gt;Abstract&#xA;  &lt;a href=&#34;#abstract&#34;&gt;&lt;svg class=&#34;anchor-symbol&#34; aria-hidden=&#34;true&#34; height=&#34;26&#34; width=&#34;26&#34; viewBox=&#34;0 0 22 22&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34;&gt;&#xA;      &lt;path d=&#34;M0 0h24v24H0z&#34; fill=&#34;currentColor&#34;&gt;&lt;/path&gt;&#xA;      &lt;path d=&#34;M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76.0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71.0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71.0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76.0 5-2.24 5-5s-2.24-5-5-5z&#34;&gt;&lt;/path&gt;&#xA;    &lt;/svg&gt;&lt;/a&gt;&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;Federated learning (FL) is a trending distributed learning framework that enables collaborative model training without data sharing. Machine learning models trained on datasets can potentially expose the private information of the training data, revealing details about individual data records. In this study, we focus on the FL paradigm that grants clients the &amp;ldquo;right to be forgotten&amp;rdquo;. The forgettable FL framework should bleach its global model weights as it has never seen that client and hence does not reveal any information about the client. To this end, we propose the Forgettable Federated Linear Learning (2F2L) framework featured with novel training and data removal strategies. The training pipeline, named Federated linear training, employs linear approximation on the model parameter space to enable our 2F2L framework work for deep neural networks while achieving comparable results with canonical neural network training. We also introduce FedRemoval, an efficient and effective removal strategy that tackles the computational challenges in FL by approximating the Hessian matrix using public server data from the pretrained model. Unlike the previous uncertified and heuristic machine unlearning methods in FL, we provide theoretical guarantees by bounding the differences of model weights by our FedRemoval and that from retraining from scratch. Experimental results on MNIST and Fashion-MNIST datasets demonstrate the effectiveness of our method in achieving a balance between model accuracy and information removal, outperforming baseline strategies and approaching retraining from scratch.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Research Associate</title>
				<link>https://minghuichen.com/experience/ntu-2024/</link>
				<pubDate>Mon, 01 Jul 2024 00:00:00 +0000</pubDate>
				<guid>https://minghuichen.com/experience/ntu-2024/</guid>
				<description>&lt;p&gt;&lt;strong&gt;Position:&lt;/strong&gt; Research Associate&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Institution:&lt;/strong&gt; Nanyang Technological University&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Advisor:&lt;/strong&gt; Prof. Xiaoxiao Li &amp;amp; Prof. Han Yu&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Period:&lt;/strong&gt; July 2024 - October 2025&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Location:&lt;/strong&gt; Singapore&lt;/p&gt;&#xA;&#xA;&#xA;&#xA;&#xA;&lt;h2 id=&#34;research-focus&#34;&gt;Research Focus&#xA;  &lt;a href=&#34;#research-focus&#34;&gt;&lt;svg class=&#34;anchor-symbol&#34; aria-hidden=&#34;true&#34; height=&#34;26&#34; width=&#34;26&#34; viewBox=&#34;0 0 22 22&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34;&gt;&#xA;      &lt;path d=&#34;M0 0h24v24H0z&#34; fill=&#34;currentColor&#34;&gt;&lt;/path&gt;&#xA;      &lt;path d=&#34;M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76.0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71.0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71.0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76.0 5-2.24 5-5s-2.24-5-5-5z&#34;&gt;&lt;/path&gt;&#xA;    &lt;/svg&gt;&lt;/a&gt;&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;Exploring federated learning and multi-agent collaboration, focusing on:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Personalization in heterogeneous federated learning&lt;/li&gt;&#xA;&lt;li&gt;LLM-driven multi-agent collaboration&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
			</item>
			<item>
				<title>Research Associate</title>
				<link>https://minghuichen.com/experience/vector-2023/</link>
				<pubDate>Fri, 01 Sep 2023 00:00:00 +0000</pubDate>
				<guid>https://minghuichen.com/experience/vector-2023/</guid>
				<description>&lt;p&gt;&lt;strong&gt;Position:&lt;/strong&gt; Research Associate&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Institution:&lt;/strong&gt; Vector Institute&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Advisor:&lt;/strong&gt; Prof. Xiaoxiao Li&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Period:&lt;/strong&gt; September 2023 - July 2024&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Location:&lt;/strong&gt; Remote&lt;/p&gt;&#xA;&#xA;&#xA;&#xA;&#xA;&lt;h2 id=&#34;research-focus&#34;&gt;Research Focus&#xA;  &lt;a href=&#34;#research-focus&#34;&gt;&lt;svg class=&#34;anchor-symbol&#34; aria-hidden=&#34;true&#34; height=&#34;26&#34; width=&#34;26&#34; viewBox=&#34;0 0 22 22&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34;&gt;&#xA;      &lt;path d=&#34;M0 0h24v24H0z&#34; fill=&#34;currentColor&#34;&gt;&lt;/path&gt;&#xA;      &lt;path d=&#34;M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76.0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71.0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71.0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76.0 5-2.24 5-5s-2.24-5-5-5z&#34;&gt;&lt;/path&gt;&#xA;    &lt;/svg&gt;&lt;/a&gt;&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;Exploring federated learning, focusing on:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Personalization in heterogeneous federated learning&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
			</item>
			<item>
				<title>FedSoup: Improving Generalization and Personalization in Federated Learning via Selective Model Interpolation</title>
				<link>https://minghuichen.com/publication/miccai_2023_fedsoup/</link>
				<pubDate>Thu, 20 Jul 2023 00:00:00 +0000</pubDate>
				<guid>https://minghuichen.com/publication/miccai_2023_fedsoup/</guid>
				<description>&lt;p&gt;&lt;strong&gt;Authors:&lt;/strong&gt; Minghui Chen, Meirui Jiang, Qi Dou, Zehua Wang, Xiaoxiao Li&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Published in:&lt;/strong&gt; The 26th International Conference on Medical Image Computing and Computer Assisted Intervention (&lt;strong&gt;MICCAI 2023&lt;/strong&gt;)&lt;/p&gt;&#xA;&#xA;&#xA;&#xA;&#xA;&lt;h2 id=&#34;abstract&#34;&gt;Abstract&#xA;  &lt;a href=&#34;#abstract&#34;&gt;&lt;svg class=&#34;anchor-symbol&#34; aria-hidden=&#34;true&#34; height=&#34;26&#34; width=&#34;26&#34; viewBox=&#34;0 0 22 22&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34;&gt;&#xA;      &lt;path d=&#34;M0 0h24v24H0z&#34; fill=&#34;currentColor&#34;&gt;&lt;/path&gt;&#xA;      &lt;path d=&#34;M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76.0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71.0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71.0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76.0 5-2.24 5-5s-2.24-5-5-5z&#34;&gt;&lt;/path&gt;&#xA;    &lt;/svg&gt;&lt;/a&gt;&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;Cross-silo federated learning (FL) enables the development of machine learning models on datasets distributed across data centers such as hospitals and clinical research laboratories. However, recent research has found that current FL algorithms face a trade-off between local and global performance when confronted with distribution shifts. Specifically, personalized FL methods have a tendency to overfit to local data, leading to a sharp valley in the local model and inhibiting its ability to generalize to out-of-distribution data. In this paper, we propose a novel federated model soup method (i.e., selective interpolation of model parameters) to optimize the trade-off between local and global performance. Specifically, during the federated training phase, each client maintains its own global model pool by monitoring the performance of the interpolated model between the local and global models. This allows us to alleviate overfitting and seek flat minima, which can significantly improve the model&amp;rsquo;s generalization performance.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Research Associate</title>
				<link>https://minghuichen.com/experience/ubc-2022/</link>
				<pubDate>Thu, 01 Sep 2022 00:00:00 +0000</pubDate>
				<guid>https://minghuichen.com/experience/ubc-2022/</guid>
				<description>&lt;p&gt;&lt;strong&gt;Position:&lt;/strong&gt; Research Associate&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Institution:&lt;/strong&gt; University of British Columbia&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Advisor:&lt;/strong&gt; Prof. Xiaoxiao Li &amp;amp; Prof. Zehua Wang&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Period:&lt;/strong&gt; September 2022 - July 2024&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Location:&lt;/strong&gt; Remote&lt;/p&gt;&#xA;&#xA;&#xA;&#xA;&#xA;&lt;h2 id=&#34;research-focus&#34;&gt;Research Focus&#xA;  &lt;a href=&#34;#research-focus&#34;&gt;&lt;svg class=&#34;anchor-symbol&#34; aria-hidden=&#34;true&#34; height=&#34;26&#34; width=&#34;26&#34; viewBox=&#34;0 0 22 22&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34;&gt;&#xA;      &lt;path d=&#34;M0 0h24v24H0z&#34; fill=&#34;currentColor&#34;&gt;&lt;/path&gt;&#xA;      &lt;path d=&#34;M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76.0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71.0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71.0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76.0 5-2.24 5-5s-2.24-5-5-5z&#34;&gt;&lt;/path&gt;&#xA;    &lt;/svg&gt;&lt;/a&gt;&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;Exploring federated learning, focusing on:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Personalization in heterogeneous federated learning&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
			</item>
	</channel>
</rss>
