<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Machine Learning on Minghui Chen</title>
		<link>https://minghuichen.com/tags/machine-learning/</link>
		<description>Recent content in Machine Learning on Minghui Chen</description>
		<generator>Hugo</generator>
		<language>en</language>
		
		
		
		
			<lastBuildDate>Tue, 15 Oct 2024 00:00:00 +0000</lastBuildDate>
		
			<atom:link href="https://minghuichen.com/tags/machine-learning/index.xml" rel="self" type="application/rss+xml" />
			<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>Debiased Noise Editing on Foundation Models for Fair Medical Image Classification</title>
				<link>https://minghuichen.com/publication/miccai_2024_dne/</link>
				<pubDate>Fri, 20 Sep 2024 00:00:00 +0000</pubDate>
				<guid>https://minghuichen.com/publication/miccai_2024_dne/</guid>
				<description>&lt;p&gt;&lt;strong&gt;Authors:&lt;/strong&gt; Ruinan Jin, Wenlong Deng, Minghui Chen, Xiaoxiao Li&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Published in:&lt;/strong&gt; The 27th International Conference on Medical Image Computing and Computer Assisted Intervention (&lt;strong&gt;MICCAI 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;In the era of Foundation Models&amp;rsquo; (FMs) rising prominence in AI, our study addresses the challenge of biases in medical images while the model operates in black-box (e.g., using FM API), particularly spurious correlations between pixels and sensitive attributes. Traditional methods for bias mitigation face limitations due to the restricted access to web-hosted FMs and difficulties in addressing the underlying bias encoded within the FM API. We propose a D(ebiased) N(oise) E(diting) strategy, termed DNE, which generates DNE noise to mask such spurious correlation. DNE is capable of mitigating bias both within the FM API embedding and the images themselves. Furthermore, DNE is suitable for both white-box and black-box FM APIs, where we introduced G(reedy) (Z)eroth-O(rder) (GeZO) optimization for it when the gradient is inaccessible in black-box APIs. Our whole pipeline enables fairness-aware image editing that can be applied across various medical contexts without requiring direct model manipulation or significant computational resources. Our empirical results demonstrate the method&amp;rsquo;s effectiveness in maintaining fairness and utility across different patient groups and diseases. In the era of AI-driven medicine, this work contributes to making healthcare diagnostics more equitable, showcasing a practical solution for bias mitigation in pre-trained image FMs.&lt;/p&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>
	</channel>
</rss>
