Towards Federated Long-Tailed Graph Learning: An Energy-Guided Dual Decoupling Approach

arXiv cs.AI Papers

Summary

This paper introduces FedEPD, a framework for federated graph learning under long-tailed data distributions. It uses an energy-guided dual decoupling approach to separate topological purification from semantic recalibration, achieving state-of-the-art performance on benchmarks with up to 4.97% accuracy improvement.

arXiv:2606.24237v1 Announce Type: new Abstract: Federated Graph Learning facilitates collaborative graph modeling across distributed clients while preserving data privacy. However, real-world data categories frequently exhibit long-tailed distributions. Such statistical scarcity severely degrades performance in two ways: it biases the global model toward majority classes, and it structurally isolates minority nodes by submerging them in heterophilic, head-dominated neighborhoods. While existing methods attempt topology-agnostic statistical compensations, they often fail under data scarcity. Instead of recovering tail nodes, they overfit the structural noise from adjacent dominant classes, leading to representation degradation. To address these limitations, we propose FedEPD, a framework built on a dual decoupling paradigm that separates topological purification from semantic recalibration. Specifically, FedEPD utilizes distribution-aware Dirichlet energy pruning to filter spatial heterophilic edges. It then overcomes Non-IID distribution shifts by extracting robust global prototypes from topologically central nodes, which are incorporated into local representations via a spatial low-pass prototype injection. Furthermore, a two stage alternating optimization strategy strictly protects majority decision boundaries while improving minority accuracy. Extensive experiments demonstrate that FedEPD achieves state-of-the-art performance across diverse long-tailed benchmarks, yielding absolute improvements of up to 4.97% in Accuracy and 5.48% in Macro-F1.
Original Article
View Cached Full Text

Cached at: 06/24/26, 07:45 AM

# Towards Federated Long-Tailed Graph Learning: An Energy-Guided Dual Decoupling Approach
Source: [https://arxiv.org/html/2606.24237](https://arxiv.org/html/2606.24237)
\\credit

Conceptualization, Methodology, Software, Data Curation, Investigation, Formal analysis, Writing – original draft

\\credit

Software, Writing – review & editing

\\credit

Methodology, Visualization, Supervision, Writing – review & editing

\\cormark

\[1\]\\creditSupervision

\\cormark

\[1\]\\creditSupervision

Zhongzheng Yuangenhz@mail\.sdu\.edu\.cnXunkai Lics\.xunkai\.li@gmail\.comMeixia Qumxqu@sdu\.edu\.cnWenyu Wanghochi@sdu\.edu\.cnShandong University, School of Airspace Science and Engineering, Weihai 264209, ChinaBeijing Institute of Technology, School of Computer Science and Technology, Beijing 100081, China

###### Abstract

Federated Graph Learning facilitates collaborative graph modeling across distributed clients while preserving data privacy\. However, real\-world data categories frequently exhibit long\-tailed distributions\. Such statistical scarcity severely degrades performance in two ways: it biases the global model toward majority classes, and it structurally isolates minority nodes by submerging them in heterophilic, head\-dominated neighborhoods\. While existing methods attempt topology\-agnostic statistical compensations, they often fail under data scarcity\. Instead of recovering tail nodes, they overfit the structural noise from adjacent dominant classes, leading to representation degradation\. To address these limitations, we propose FedEPD, a framework built on a dual decoupling paradigm that separates topological purification from semantic recalibration\. Specifically, FedEPD utilizes distribution\-aware Dirichlet energy pruning to filter spatial heterophilic edges\. It then overcomes Non\-IID distribution shifts by extracting robust global prototypes from topologically central nodes, which are incorporated into local representations via a spatial low\-pass prototype injection\. Furthermore, a two\-stage alternating optimization strategy strictly protects majority decision boundaries while improving minority accuracy\. Extensive experiments demonstrate that FedEPD achieves state\-of\-the\-art performance across diverse long\-tailed benchmarks, yielding absolute improvements of up to 4\.97% in Accuracy and 5\.48% in Macro\-F1\.

###### keywords:

Federated Graph Learning\\sepFederated Long\-Tailed Learning\\sepGraph Neural Networks\\sepLong\-tailed Data\\sepNon\-IID

## 1Introduction

Federated Learning establishes a distributed paradigm that enables collaborative machine learning optimization across multiple clients while preserving local data privacy\[[9](https://arxiv.org/html/2606.24237#bib.bib9),[19](https://arxiv.org/html/2606.24237#bib.bib19)\]\. Extending this decentralized framework to complex graph data, Federated Graph Learning \(FGL\) empowers the distributed training of Graph Neural Networks \(GNNs\)\. This approach overcomes the data isolation dilemma in collaborative graph mining, allowing decentralized entities to synthesize structural information and relational dependencies without exposing raw topologies or node attributes\. Consequently, FGL has emerged as an indispensable technology across domains requiring data governance\. Recent deployments have integrated FGL into risk management in the banking sector\[[26](https://arxiv.org/html/2606.24237#bib.bib26)\], secure molecular property prediction for collaborative drug discovery\[[36](https://arxiv.org/html/2606.24237#bib.bib36),[7](https://arxiv.org/html/2606.24237#bib.bib7)\], and confidential healthcare informatics\[[25](https://arxiv.org/html/2606.24237#bib.bib25)\]\. However, the statistically balanced data distributions assumed in conventional FGL research diverge from empirical conditions\. Empirical graph networks follow power law distributions as illustrated in Fig\.[1](https://arxiv.org/html/2606.24237#S1.F1), manifesting as multiclass long\-tailed distributions where a few majority classes dominate the topology, resulting in a tail of minority classes characterized by data scarcity\[[14](https://arxiv.org/html/2606.24237#bib.bib14)\]\. Within decentralized Non\-IID environments, this statistical imbalance is locally amplified, resulting in data sparsity where individual clients lack structural samples for specific tail categories\[[34](https://arxiv.org/html/2606.24237#bib.bib34)\]\. Furthermore, this primary challenge of statistical scarcity is compounded by graph heterophily, a structural condition in empirical networks where connected nodes possess disparate semantic labels\[[39](https://arxiv.org/html/2606.24237#bib.bib39),[17](https://arxiv.org/html/2606.24237#bib.bib17)\]\. Consequently, the representation learning of tail nodes is constrained by a structural conflict: these nodes are not only statistically infrequent, but their representations are also degraded by heterophilic structural noise originating from adjacent majority classes\.

![Refer to caption](https://arxiv.org/html/2606.24237v1/x1.png)Figure 1:Illustration of the multi\-class long\-tailed distribution in CoraFull, classes sorted in descending order by sample count\. Node classes adhere to steep power\-law dynamics\.![Refer to caption](https://arxiv.org/html/2606.24237v1/x2.png)Figure 2:Empirical analysis of class distribution and the Majority\-Minority Optimization Conflict in federated graph learning\. \(a\) The extreme multi\-class long\-tailed distributions within the CoraFull and Amazon\-Electronics datasets, where classes are ranked by their local node frequencies\. \(b\)\-\(d\) Comparative Accuracy and F1\-score evaluations across the \(b\) Head, \(c\) Medium, and \(d\) Tail partitions for four representative federated baselines\.Current methodologies designed for imbalanced learning exhibit limitations when addressing multiclass long\-tailed distributions in federated graph environments\[[37](https://arxiv.org/html/2606.24237#bib.bib37)\]\. A limitation of existing solutions is their tendency to treat the long\-tailed challenge as statistical scarcity, overlooking the structural deficiency of minority classes\. Specifically, spatial oversampling techniques attempt to synthesize tail nodes through feature interpolation\[[38](https://arxiv.org/html/2606.24237#bib.bib38)\], while approaches operating in the feature space, such as DULL\[[22](https://arxiv.org/html/2606.24237#bib.bib22)\], resolve imbalance through latent feature disentanglement and partial unlearning\. However, within isolated client subgraphs characterized by data scarcity, synthesizing or disentangling minority features without sufficient structural context generates inconsistent representations that alter the underlying topological manifold\. Alternatively, federated statistical calibration methods rely on logit adjustments proportional to class scarcity\[[34](https://arxiv.org/html/2606.24237#bib.bib34)\]\. Recent federated strategies like FedYoYo\[[30](https://arxiv.org/html/2606.24237#bib.bib30)\]build upon this by combining autonomous knowledge distillation with distribution\-adaptive logit adjustments to reduce the performance difference between centralized and federated paradigms\. Being independent of topology, these methods cause the classifier to expand the decision boundaries of tail categories\. When these minority nodes are adjacent to majority classes, this expansion leads to overfitting of local structural noise\.

To empirically validate this representation degradation, we conduct a preliminary study on two representative long\-tailed graph datasets: CoraFull and Amazon\-Electronics\. By partitioning the nodes into Head, Medium, and Tail categories based on their class frequencies, our experimental results as illustrated in Fig\.[2](https://arxiv.org/html/2606.24237#S1.F2)reveal a performance discrepancy: while standard models maintain high accuracy on majority classes, performance on tail categories degrades\. We attribute this phenomenon to the inability of existing models to reconcile statistical frequency with topological structure\. Specifically, we identify two limitations in current federated graph learning and propose the Federated Energy Pruning and Decoupling \(FedEPD\) framework to address them through a formal dual decoupling paradigm:

Limitation 1\.Statistical\-Topological Misalignment\. Existing methodologies assume that long\-tailed distributions can be resolved via numerical adjustments\. However, in long\-tailed and heterophilic environments, these topology\-agnostic adjustments force the classifier to overfit structural noise, distorting decision boundaries from adjacent majority classes, leading to increased misclassification rates\.

Solution 1\.Topological Purification via energy\. To address this, FedEPD decouples structural denoising from semantic learning\. We introduce a distribution\-aware Dirichlet energy pruning mechanism that filters heterophilic edges in the spatial domain\. This ensures that the foundational topology remains structurally denoised before representation learning occurs\.

Limitation 2\.Majority\-Minority Optimization Conflict\. While the observed empirical disparity necessitates compensation for tail categories, directly coupling these adjustments with the feature extractor forces a compromise\. Existing methods face an optimization dilemma: attempts to boost minority performance without architectural decoupling degrade the representations of majority classes, preventing uniform performance gains\.

Solution 2\.Dual Decoupling\. To resolve this conflict, FedEPD executes a dual decoupling strategy across both model and representation dimensions\. At the model level, it employs a two\-stage alternating optimization pipeline that freezes the graph encoder during calibration, protecting the foundational representations from tail\-oriented logit adjustments\. At the representation level, it constructs robust global prototypes via a server\-assisted local consensus and selectively injects them into the low\-frequency semantic components of local nodes\. This spatial low\-pass prototype injection isolates semantic compensation from high frequency structural distinctiveness, improving minority classes accuracy while preserving the decision boundaries for majority classes\.

In summary, the main contributions of this paper are summarized as follows:

- •New Perspective\.We shift the focus of long\-tailed graph learning from frequency imbalance to structural interference\. We clarify how numerical adjustments fail in long\-tailed heterophilic graphs, providing an explanation for the performance degradation on minority classes\.
- •Novel Paradigm and Framework\.We propose FedEPD, a framework that implements a dual decoupling paradigm\. By integrating distribution\-aware Dirichlet energy pruning with a two\-stage alternating optimization and spatial low\-pass prototype injection, our framework mitigates gradient conflicts and improves convergence stability without introducing significant computational overhead\.
- •Superior Performance\.Experiments on long\-tailed graph datasets confirm that FedEPD resolves the performance conflict\. It preserves classification stability for head and medium classes while yielding absolute accuracy improvements of up to 11\.89% for the tail categories\.

## 2Preliminary and Related Work

### 2\.1Notations and Problem Formulation

Let𝒢=\(𝒱,ℰ,𝐗,𝐘\)\\mathcal\{G\}=\(\\mathcal\{V\},\\mathcal\{E\},\\mathbf\{X\},\\mathbf\{Y\}\)denote an undirected global graph, where𝒱\\mathcal\{V\}is the set ofNNnodes, andℰ\\mathcal\{E\}represents the edges with adjacency matrix𝐀∈\{0,1\}N×N\\mathbf\{A\}\\in\\\{0,1\\\}^\{N\\times N\}\. For any nodevi∈𝒱v\_\{i\}\\in\\mathcal\{V\}, its topological neighborhood is denoted as𝒩i=\{vj∈𝒱∣\(vi,vj\)∈ℰ\}\\mathcal\{N\}\_\{i\}=\\\{v\_\{j\}\\in\\mathcal\{V\}\\mid\(v\_\{i\},v\_\{j\}\)\\in\\mathcal\{E\}\\\}\.𝐗∈ℝN×d\\mathbf\{X\}\\in\\mathbb\{R\}^\{N\\times d\}is the node feature matrix, and𝐘∈\{0,1\}N×C\\mathbf\{Y\}\\in\\\{0,1\\\}^\{N\\times C\}denotes the one\-hot label matrix overCCclasses\. In a standard federated subgraph system withKKclients, the global graph is partitioned intoKKdistributed subgraphs\{𝒢1,𝒢2,…,𝒢K\}\\\{\\mathcal\{G\}\_\{1\},\\mathcal\{G\}\_\{2\},\\dots,\\mathcal\{G\}\_\{K\}\\\}\. For clientkk, its local subgraph is denoted as𝒢k=\(𝒱k,ℰk,𝐗k,𝐘k\)\\mathcal\{G\}\_\{k\}=\(\\mathcal\{V\}\_\{k\},\\mathcal\{E\}\_\{k\},\\mathbf\{X\}\_\{k\},\\mathbf\{Y\}\_\{k\}\), wherenk=\|𝒱k\|n\_\{k\}=\|\\mathcal\{V\}\_\{k\}\|and∑k=1Knk=N\\sum\_\{k=1\}^\{K\}n\_\{k\}=N\. Due to privacy constraints, cross\-client edges are unobservable\. Each client collaboratively trains a global graph neural network parameterized byΘ\\Thetausing only its local topologyℰk\\mathcal\{E\}\_\{k\}and features𝐗k\\mathbf\{X\}\_\{k\}\.

Within this decentralized context, we formalize the empirical long\-tailed scenario where global class frequencies exhibit a power law decay\[[32](https://arxiv.org/html/2606.24237#bib.bib32)\]\. LetNcN\_\{c\}denote the total number of nodes belonging to classc∈\{1,2,…,C\}c\\in\\\{1,2,\\dots,C\\\}\. We quantify the class imbalance via the Imbalance RatioIR=maxc⁡Nc/minc⁡Nc\\text\{IR\}=\{\\max\_\{c\}N\_\{c\}\}/\{\\min\_\{c\}N\_\{c\}\}\. Assuming the classes are sorted in descending order of frequency, i\.e\.,N1≥N2≥⋯≥NCN\_\{1\}\\geq N\_\{2\}\\geq\\dots\\geq N\_\{C\}, the class set is partitioned into three disjoint subsets: head classes𝒞H\\mathcal\{C\}\_\{H\}, medium classes𝒞M\\mathcal\{C\}\_\{M\}, and tail classes𝒞T\\mathcal\{C\}\_\{T\}\[[15](https://arxiv.org/html/2606.24237#bib.bib15)\]\. The empirical power law distribution satisfies\|𝒞H\|≪\|𝒞T\|\|\\mathcal\{C\}\_\{H\}\|\\ll\|\\mathcal\{C\}\_\{T\}\|but∑c∈𝒞HNc≫∑c∈𝒞TNc\\sum\_\{c\\in\\mathcal\{C\}\_\{H\}\}N\_\{c\}\\gg\\sum\_\{c\\in\\mathcal\{C\}\_\{T\}\}N\_\{c\}\. This statistical scarcity induces a structural deficiency for the tail categories\[[32](https://arxiv.org/html/2606.24237#bib.bib32)\]\. For a minority nodevi∈𝒞Tv\_\{i\}\\in\\mathcal\{C\}\_\{T\}, the lack of homophilic neighbors results in connections across different classes\. Consequently, its local neighborhood𝒩i\\mathcal\{N\}\_\{i\}is degraded by heterophilic structural noise originating from adjacent majority classesvj∈𝒞Hv\_\{j\}\\in\\mathcal\{C\}\_\{H\}\. This structural conflict, amplified under decentralized Non\-IID settings, alters the local message passing process, motivating our dual decoupling paradigm\.

### 2\.2Federated Long\-Tailed Learning

Federated Long\-Tailed Learning \(FedLT\) extends distributed optimization to empirical scenarios characterized by statistical imbalance, where the global data distribution follows a power law\[[3](https://arxiv.org/html/2606.24237#bib.bib3)\]\. Unlike centralized learning, FedLT faces a compounded challenge: local data heterogeneity \(Non\-IID\) across clients intertwines with global class imbalance\. Consequently, minority classes are globally scarce and often absent on specific clients, which exacerbates gradient variance, local overfitting, and global client drift during aggregation\. While certain centralized approaches incorporate structural awareness to compensate for minority classes, including synthetic node and edge generation\[[38](https://arxiv.org/html/2606.24237#bib.bib38)\]and latent feature disentanglement\[[22](https://arxiv.org/html/2606.24237#bib.bib22)\], applying these directly to federated environments presents inherent limitations\. Due to strict privacy constraints and the lack of a holistic data view, deploying local topological oversampling on data\-scarce clients frequently amplifies heterophilic noise rather than accurately reconstructing minority structures\.

To mitigate this, recent works reconstruct global priors to guide local training via mechanisms such as adaptive gradient balancers\[[29](https://arxiv.org/html/2606.24237#bib.bib29)\]or autonomous distillation\[[33](https://arxiv.org/html/2606.24237#bib.bib33)\]\. Other countermeasures address the coupled Non\-IID and imbalance challenges through adaptive logit adjustment\[[16](https://arxiv.org/html/2606.24237#bib.bib16)\]or representation learning from a decoupled perspective\. By separating the optimization of the generic feature extractor from the personalized classifier, decoupled methods attempt to mitigate client drift and isolate long\-tail information within the feature space\[[36](https://arxiv.org/html/2606.24237#bib.bib36)\]\. However, while these decoupled frameworks demonstrate efficacy in Euclidean domains, their topology\-agnostic nature leaves the handling of structural deficiency and heterophilic noise as an open challenge in long\-tailed Federated Graph Learning\.

### 2\.3Federated Graph Learning

Federated Graph Learning \(FGL\) extends federated learning to graph\-structured data, typically addressing two challenges: subgraph heterogeneity and missing cross\-client edges\. To address heterogeneity, researchers have proposed various topology\-aware strategies, such as personalized aggregation guided by topological similarity\[[12](https://arxiv.org/html/2606.24237#bib.bib12),[1](https://arxiv.org/html/2606.24237#bib.bib1)\], decoupled knowledge distillation\[[40](https://arxiv.org/html/2606.24237#bib.bib40)\], and customized client\-specific training\[[11](https://arxiv.org/html/2606.24237#bib.bib11)\]\. To mitigate missing edges, other works reconstruct structural receptive fields through spatial generative mechanisms\[[35](https://arxiv.org/html/2606.24237#bib.bib35)\]or secure information exchange\[[28](https://arxiv.org/html/2606.24237#bib.bib28)\]\. Recently, attention has shifted toward the performance degradation caused by long\-tailed distributions in FGL\. Countermeasures include adaptive gradient aggregation coupled with decoupled attention\[[8](https://arxiv.org/html/2606.24237#bib.bib8)\]and mutual information\-guided generative augmentation for minority classes\[[10](https://arxiv.org/html/2606.24237#bib.bib10)\]\.

Despite these advancements, existing frameworks exhibit limitations under the combined conditions of empirical power law distributions and topological heterophily\. Methods relying on numerical adjustments or traditional spatial aggregations cannot isolate semantic signals from heterophilic noise, forcing decision boundaries to overfit structural interference from adjacent majority classes\. Furthermore, while methods likeS2S^\{2\}FGL\[[24](https://arxiv.org/html/2606.24237#bib.bib24)\]explore global alignment from a spectral perspective, they are primarily designed for general federated heterogeneity and do not address class imbalance\. Consequently, these approaches remain susceptible to representation degradation when majority classes dominate the topological structure\. This highlights a gap in the existing FGL literature: the necessity for a dual decoupling paradigm\. By isolating topological purification from semantic recalibration, such a framework can robustly restore tail nodes without compromising the calibrated decision boundaries of majority classes\.

![Refer to caption](https://arxiv.org/html/2606.24237v1/x3.png)Figure 3:The overview of our proposed FedEPD framework\.

## 3Methodology

To resolve the misalignment between statistics and topology, and the optimization conflict between majority and minority classes, we propose the FedEPD framework\. Unlike methods that rely on topology\-agnostic numerical compensations, FedEPD reformulates the long\-tailed challenge through a dual decoupling paradigm that isolates topological purification from semantic recalibration\. The framework operates through a two\-stage pipeline\. In the first stage, distribution\-aware Dirichlet energy pruning filters the heterophilic interference that degrades minority classes\. Building upon this purified topology, the second stage leverages a server\-assisted local consensus to extract structurally representative nodes across the distributed system, constructing robust global prototypes that provide a reliable semantic reference\. Subsequently, a spatial low\-pass prototype injection mechanism incorporates this global consensus strictly into the low\-frequency semantic components of the representations\. Coupled with an alternating optimization strategy, this dual decoupling architecture protects tail nodes against heterophilic noise while preserving calibrated decision boundaries for the majority classes\. The overall architecture of FedEPD is illustrated in Fig\.[3](https://arxiv.org/html/2606.24237#S2.F3)\.

### 3\.1Topological Purification

Motivation\.As defined in Section[2](https://arxiv.org/html/2606.24237#S2), the localized representations of tail nodes𝒞T\\mathcal\{C\}\_\{T\}are degraded by heterophilic message passing from adjacent majority classes𝒞H\\mathcal\{C\}\_\{H\}\. Therefore, before any semantic recalibration occurs, we must filter this heterophilic interference\. To avoid the computational cost of full eigendecomposition and to resist the interference of heavy\-tailed outliers in graph topologies, we propose an adaptive energy\-similarity pruning mechanism in the spatial domain\.

Local Energy Evaluation\.Instead of operating on deep hidden representations, which may suffer from over\-smoothing, we evaluate the intrinsic topological discrepancy using the raw input features\. For clientkk, let𝐱i∈ℝd\\mathbf\{x\}\_\{i\}\\in\\mathbb\{R\}^\{d\}denote the raw feature of nodeviv\_\{i\}, anddid\_\{i\}denote its corresponding degree\. To prevent high\-degree nodes from dominating the distance metric, we apply a degree\-normalized Euclidean distance\. The local Dirichlet energyEi​j\{E\}\_\{ij\}for any connected pair\(vi,vj\)∈ℰk\(v\_\{i\},v\_\{j\}\)\\in\\mathcal\{E\}\_\{k\}is formulated as:

Ei​j=‖𝐱idi\+1−𝐱jdj\+1‖22\.\{E\}\_\{ij\}=\\left\\\|\\frac\{\\mathbf\{x\}\_\{i\}\}\{\\sqrt\{d\_\{i\}\+1\}\}\-\\frac\{\\mathbf\{x\}\_\{j\}\}\{\\sqrt\{d\_\{j\}\+1\}\}\\right\\\|\_\{2\}^\{2\}\.\(1\)
Adaptive Multi\-metric Fusion\.Absolute energy thresholds are vulnerable to local distribution shifts\. Thus, we fuse the energy perspective with semantic consistency\. LetEk=\{Ei​j∣\(vi,vj\)∈ℰk\}\{E\}\_\{k\}=\\\{E\_\{ij\}\\mid\(v\_\{i\},v\_\{j\}\)\\in\\mathcal\{E\}\_\{k\}\\\}denote the collection of all pairwise discrepancies within clientkk\. We compute its meanμE\\mu\_\{E\}and standard deviationσE\\sigma\_\{E\}\. To quantify the structural noise intensity and adaptively shift the pruning focus towards energy when noise is severe, we define a blending weightλk\\lambda\_\{k\}based on the coefficient of variationc​vEcv\_\{E\}:

c​vE=σEμE\+ϵ,λk=c​vE21\+c​vE2\.cv\_\{E\}=\\frac\{\\sigma\_\{E\}\}\{\\mu\_\{E\}\+\\epsilon\},\\quad\\lambda\_\{k\}=\\frac\{cv\_\{E\}^\{2\}\}\{1\+cv\_\{E\}^\{2\}\}\.\(2\)whereϵ=10−12\\epsilon=10^\{\-12\}\. Furthermore, to prevent extreme values in heavy\-tailed distributions from dominating the metric, we map the disparate indicators to a uniform\[0,1\]\[0,1\]scale using a non\-parametric cumulative distribution\. We define the standardized energyζi​j\\zeta\_\{ij\}and the semantic distancesi​js\_\{ij\}for edge\(vi,vj\)\(v\_\{i\},v\_\{j\}\)as:

ζi​j=Ei​j−μEσE\+ϵ,si​j=1−𝐱i⋅𝐱j‖𝐱i‖2​‖𝐱j‖2\.\\zeta\_\{ij\}=\\frac\{E\_\{ij\}\-\\mu\_\{E\}\}\{\\sigma\_\{E\}\+\\epsilon\},\\quad s\_\{ij\}=1\-\\frac\{\\mathbf\{x\}\_\{i\}\\cdot\\mathbf\{x\}\_\{j\}\}\{\\\|\\mathbf\{x\}\_\{i\}\\\|\_\{2\}\\\|\\mathbf\{x\}\_\{j\}\\\|\_\{2\}\}\.\(3\)Let𝒵k=\{ζi​j∣\(vi,vj\)∈ℰk\}\\mathcal\{Z\}\_\{k\}=\\\{\\zeta\_\{ij\}\\mid\(v\_\{i\},v\_\{j\}\)\\in\\mathcal\{E\}\_\{k\}\\\}and𝒮k=\{si​j∣\(vi,vj\)∈ℰk\}\\mathcal\{S\}\_\{k\}=\\\{s\_\{ij\}\\mid\(v\_\{i\},v\_\{j\}\)\\in\\mathcal\{E\}\_\{k\}\\\}denote the corresponding collections of these metrics within clientkk\. The cumulative mappingF^𝒳​\(x\)\\hat\{F\}\_\{\\mathcal\{X\}\}\(x\)for a given variable set𝒳\\mathcal\{X\}and the final fusion scoreψi​j\\psi\_\{ij\}are formally defined as:

F^𝒳​\(x\)\\displaystyle\\hat\{F\}\_\{\\mathcal\{X\}\}\(x\)=\|\{x′∈𝒳∣x′≤x\}\|\|𝒳\|,\\displaystyle=\\frac\{\|\\\{x^\{\\prime\}\\in\\mathcal\{X\}\\mid x^\{\\prime\}\\leq x\\\}\|\}\{\|\\mathcal\{X\}\|\},\(4\)ψi​j\\displaystyle\\psi\_\{ij\}=λk⋅F^𝒵k​\(ζi​j\)\+\(1−λk\)⋅F^𝒮k​\(si​j\)\.\\displaystyle=\\lambda\_\{k\}\\cdot\\hat\{F\}\_\{\\mathcal\{Z\}\_\{k\}\}\(\\zeta\_\{ij\}\)\+\(1\-\\lambda\_\{k\}\)\\cdot\\hat\{F\}\_\{\\mathcal\{S\}\_\{k\}\}\(s\_\{ij\}\)\.where𝒳\\mathcal\{X\}denotes an arbitrary finite collection of scalar values \(e\.g\.,𝒵k\\mathcal\{Z\}\_\{k\}or𝒮k\\mathcal\{S\}\_\{k\}\)\.

Distribution\-Aware Pruning\.To ensure adaptability across varying distributions, the pruning ratiopkp\_\{k\}is dynamically inferred from the structural noise intensity aspk=λk/2p\_\{k\}=\\lambda\_\{k\}/2\. We establish a client\-specific truncation thresholdτk\\tau\_\{k\}at the\(1−pk\)\(1\-p\_\{k\}\)\-quantile of the fusion scoresψi​j\\psi\_\{ij\}\. The purified local adjacency matrix𝐀k′\\mathbf\{A\}^\{\\prime\}\_\{k\}is formulated by filtering high\-discrepancy edges across the entire local graph:

\[𝐀k′\]i​j=\{\[𝐀k\]i​j,if​ψi​j≤τk0,otherwise\.\[\\mathbf\{A\}^\{\\prime\}\_\{k\}\]\_\{ij\}=\\begin\{cases\}\[\\mathbf\{A\}\_\{k\}\]\_\{ij\},&\\text\{if \}\\psi\_\{ij\}\\leq\\tau\_\{k\}\\\\ 0,&\\text\{otherwise\}\\end\{cases\}\.\(5\)Evaluating these multi\-metric scores requires𝒪​\(\|ℰk\|​d\+\|ℰk\|​log⁡\|ℰk\|\)\\mathcal\{O\}\(\|\\mathcal\{E\}\_\{k\}\|d\+\|\\mathcal\{E\}\_\{k\}\|\\log\|\\mathcal\{E\}\_\{k\}\|\)operations\. In our dual decoupling paradigm, this topological purification is executed once at a predefined stage transition round \(specifically, the first round\)\. Consequently, the purified matrix𝐀k′\\mathbf\{A\}^\{\\prime\}\_\{k\}remains static during subsequent optimization, ensuring that structural decoupling introduces negligible computational overhead\.

Algorithm 1FedEPD: Federated Execution0:Total communication rounds

TT, active clients

𝒮\\mathcal\{S\}, local graphs

\{𝒢k\}k∈𝒮\\\{\\mathcal\{G\}\_\{k\}\\\}\_\{k\\in\\mathcal\{S\}\}\.

0:Final global model

ΘT\\Theta^\{T\}, global prototypes

𝒫T\\mathcal\{P\}^\{T\}\.

1:Initialize global model weights

Θ0\\Theta^\{0\}\.

2:Initialize global prototype set

𝒫0=∅\\mathcal\{P\}^\{0\}=\\emptyset\.

3:for

t=1,…,Tt=1,\\dots,Tdo

4:Local Alternating Optimization & Extraction

5:Parallel forclient

k∈𝒮k\\in\\mathcal\{S\}:

6:

Θkt,\{𝐮kc,t,mkc\}c=1C←Client\_Execute​\(k,Θt−1,𝒫t−1,t\)\\Theta\_\{k\}^\{t\},\\\{\\mathbf\{u\}\_\{k\}^\{c,t\},m\_\{k\}^\{c\}\\\}\_\{c=1\}^\{C\}\\leftarrow\\text\{Client\\\_Execute\}\(k,\\Theta^\{t\-1\},\\mathcal\{P\}^\{t\-1\},t\)
7:Global Aggregation

8:Aggregate global model:

Θt←∑k∈𝒮nkN​Θkt\\Theta^\{t\}\\leftarrow\\sum\_\{k\\in\\mathcal\{S\}\}\\frac\{n\_\{k\}\}\{N\}\\Theta\_\{k\}^\{t\}\.

9:Construct global prototypes

𝒫t=\{𝐩c\}c=1C\\mathcal\{P\}^\{t\}=\\\{\\mathbf\{p\}^\{c\}\\\}\_\{c=1\}^\{C\}\(Eq\. \([8](https://arxiv.org/html/2606.24237#S3.E8)\)\)\.

10:Broadcast

Θt\\Theta^\{t\}and

𝒫t\\mathcal\{P\}^\{t\}to all active clients\.

11:endfor

Algorithm 2FedEPD: Client Local Operations0:Client

kk, global model

Θ\\Theta, global prototypes

𝒫\\mathcal\{P\}, round

tt,learning rate

ηl\\eta\_\{l\}\.

0:Local model

Θk\\Theta\_\{k\}and

\{𝐮kc,t,mkc\}c=1C\\\{\\mathbf\{u\}\_\{k\}^\{c,t\},m\_\{k\}^\{c\}\\\}\_\{c=1\}^\{C\}\.

1:

2:ProcedureClient\_Execute\(

k,Θ,𝒫,tk,\\Theta,\\mathcal\{P\},t\)

3:Initialize local model

Θk←Θ\\Theta\_\{k\}\\leftarrow\\Theta\.

4:if

t=Ti​n​i​tt=T\_\{init\}then

5:Topological Purification & Elite Selection

6:Calculate and cache

𝐀k′\\mathbf\{A\}^\{\\prime\}\_\{k\}via Eq\. \([1](https://arxiv.org/html/2606.24237#S3.E1)\)–\([5](https://arxiv.org/html/2606.24237#S3.E5)\)\.

7:Calculate and cache elite nodes

𝒱k,elitec\\mathcal\{V\}\_\{k,\\text\{elite\}\}^\{c\}via Eq\. \([6](https://arxiv.org/html/2606.24237#S3.E6)\)\.

8:endif

9:Base Representation Optimization\(Eq\. \([9](https://arxiv.org/html/2606.24237#S3.E9)\)\)

10:Compute base loss

ℒbase\\mathcal\{L\}\_\{\\text\{base\}\}over purified graph

𝐀k′\\mathbf\{A\}^\{\\prime\}\_\{k\}\.

11:Update full model:

Θk←Θk−ηl​∇Θkℒbase\\Theta\_\{k\}\\leftarrow\\Theta\_\{k\}\-\\eta\_\{l\}\\nabla\_\{\\Theta\_\{k\}\}\\mathcal\{L\}\_\{\\text\{base\}\}\.

12:if

𝒫≠∅\\mathcal\{P\}\\neq\\emptysetthen

13:Decoupled Calibration\(Eq\. \([10](https://arxiv.org/html/2606.24237#S3.E10)\)–Eq\. \([16](https://arxiv.org/html/2606.24237#S3.E16)\)\)

14:Compute calibration loss

ℒcalib\\mathcal\{L\}\_\{\\text\{calib\}\}with frozen encoder\.

15:Update classifier:

Θk←Θk−ηl​∇Θclassifierℒcalib\\Theta\_\{k\}\\leftarrow\\Theta\_\{k\}\-\\eta\_\{l\}\\nabla\_\{\\Theta\_\{\\text\{classifier\}\}\}\\mathcal\{L\}\_\{\\text\{calib\}\}\.

16:endif

17:Local Prototype Extraction

18:Recompute

𝐇\\mathbf\{H\}via updated encoder on

𝐀k′\\mathbf\{A\}^\{\\prime\}\_\{k\}\.

19:Compute

𝐮kc,t\\mathbf\{u\}\_\{k\}^\{c,t\}over elites

𝒱k,elitec\\mathcal\{V\}\_\{k,\\text\{elite\}\}^\{c\}via Eq\. \([7](https://arxiv.org/html/2606.24237#S3.E7)\)\.

20:Return

Θk\\Theta\_\{k\}and

\{𝐮kc,t,mkc\}c=1C\\\{\\mathbf\{u\}\_\{k\}^\{c,t\},m\_\{k\}^\{c\}\\\}\_\{c=1\}^\{C\}\.

### 3\.2Server\-Assisted Local Consensus

Motivation\.Adaptive spatial pruning effectively mitigates heterophilic noise; however, it simultaneously induces a structural deficiency in the local neighborhoods of tail nodes\. Because tail nodes lack sufficient homophilic neighbors, pruning limits their receptive field\. To recover tail categories without altering the decision boundaries of the majority classes, a structurally denoised global semantic reference is required for each class\. In environments characterized by Non\-IID and long\-tailed distributions, individual clients do not possess a comprehensive view\. The server\-assisted local consensus mechanism extracts features from topologically central nodes to construct a robust global prototype decoupled from local heterophilic interference\.

Local Prototype Extraction\.Directly averaging node features within a local subgraph incorporates structural noise into the prototype\. To identify structurally representative nodes, we leverage Personalized PageRank \(PPR\)\. To avoid the𝒪​\(nk3\)\\mathcal\{O\}\(n\_\{k\}^\{3\}\)complexity of exact computation, we employ a fixed\-step iterative approximation\. To ensure the identified elites are semantically anchored to the target category, the random walk restarts from the local training nodes\. For a specific classccon clientkk, starting from an initial state𝝅kc​\(0\)=𝐫kc\\boldsymbol\{\\pi\}\_\{k\}^\{c\(0\)\}=\\mathbf\{r\}\_\{k\}^\{c\}, the scoring vector at iterationℓ\\ellis computed as:

𝝅kc​\(ℓ\)=α​𝐫kc\+\(1−α\)​𝐀k​𝐃k−1​𝝅kc​\(ℓ−1\),\\boldsymbol\{\\pi\}\_\{k\}^\{c\(\\ell\)\}=\\alpha\\mathbf\{r\}\_\{k\}^\{c\}\+\(1\-\\alpha\)\\mathbf\{A\}\_\{k\}\\mathbf\{D\}\_\{k\}^\{\-1\}\\boldsymbol\{\\pi\}\_\{k\}^\{c\(\\ell\-1\)\},\(6\)whereα=0\.15\\alpha=0\.15is the teleport probability,𝐀k\\mathbf\{A\}\_\{k\}is the original local adjacency matrix,𝐃k\\mathbf\{D\}\_\{k\}is the diagonal degree matrix, and𝐫kc\\mathbf\{r\}\_\{k\}^\{c\}is the restart distribution uniformly initialized over the local training nodes of classcc\. Truncating this iterative approximation at a fixed maximum stepL=10L=10bounds the computational complexity to𝒪​\(L​\|ℰk\|\)\\mathcal\{O\}\(L\|\\mathcal\{E\}\_\{k\}\|\)\. Letπic\\pi\_\{i\}^\{c\}denote the final approximated score for nodeviv\_\{i\}extracted from the converged vector𝝅kc​\(L\)\\boldsymbol\{\\pi\}\_\{k\}^\{c\(L\)\}\. To adapt to the varying sample sizes in long\-tailed distributions, the elite selection count is dynamically defined asmkc=max⁡\(1,⌊ρ⋅Nkc⌋\)m\_\{k\}^\{c\}=\\max\(1,\\lfloor\\rho\\cdot N\_\{k\}^\{c\}\\rfloor\), whereρ∈\(0,1\]\\rho\\in\(0,1\]is the elite selection ratio andNkcN\_\{k\}^\{c\}is the local class size\. For each classcc, clientkkextracts the top\-mkcm\_\{k\}^\{c\}highest\-scoring nodes to form the local elite set𝒱k,e​l​i​t​ec\\mathcal\{V\}\_\{k,elite\}^\{c\}\.

Crucially, while the elite selection is performed on the original graph𝐀k\\mathbf\{A\}\_\{k\}to accurately capture global structural centrality, the actual prototype computation must be strictly decoupled from heterophilic noise\. Therefore, the local prototype sum𝐮kc\\mathbf\{u\}\_\{k\}^\{c\}is calculated using the representations encoded over the purified graph𝐀k′\\mathbf\{A\}^\{\\prime\}\_\{k\}:

𝐮kc=∑vi∈𝒱k,e​l​i​t​ec𝐡i,\\mathbf\{u\}\_\{k\}^\{c\}=\\sum\_\{v\_\{i\}\\in\\mathcal\{V\}\_\{k,elite\}^\{c\}\}\\mathbf\{h\}\_\{i\},\(7\)where𝐡i\\mathbf\{h\}\_\{i\}represents the encoded feature of nodeviv\_\{i\}obtained via the purified topology𝐀k′\\mathbf\{A\}^\{\\prime\}\_\{k\}\. The sum𝐮kc\\mathbf\{u\}\_\{k\}^\{c\}and countmkcm\_\{k\}^\{c\}are transmitted to the server\.

Global Prototype Construction\.Upon receiving the local components, the central server aggregates them into a global prototype\. Let𝒮c\\mathcal\{S\}\_\{c\}denote the subset of clients possessing classcc\. The global prototype𝐩c\\mathbf\{p\}^\{c\}is computed as the mean of the selected elite features across the distributed system:

𝐩c=∑k∈𝒮c𝐮kc∑k∈𝒮cmkc\.\\mathbf\{p\}^\{c\}=\\frac\{\\sum\_\{k\\in\\mathcal\{S\}\_\{c\}\}\\mathbf\{u\}\_\{k\}^\{c\}\}\{\\sum\_\{k\\in\\mathcal\{S\}\_\{c\}\}m\_\{k\}^\{c\}\}\.\(8\)The server broadcasts the comprehensive prototype set𝒫=\{𝐩1,𝐩2,…,𝐩C\}\\mathcal\{P\}=\\\{\\mathbf\{p\}^\{1\},\\mathbf\{p\}^\{2\},\\dots,\\mathbf\{p\}^\{C\}\\\}to all clients\. These prototypes serve as semantic references, decoupled from local topological noise, for incorporation during the subsequent calibration phase\.

### 3\.3Decoupled Recalibration

Motivation\.While topological purification mitigates heterophilic noise, the long\-tailed distribution leaves tail classes with structural deficiency\. Direct feature concatenation or joint loss optimization often forces the model to compromise between majority accuracy and minority recovery\. Drawing on the success of decoupled long\-tailed learning methods, we propose an alternating optimization strategy that disentangles base representation learning from semantic recalibration\.

Base Representation Optimization\.In the first stage of local client training, the model operates under a unified encoder\-classifier architecture\. Given the purified local adjacency matrix𝐀k′\\mathbf\{A\}^\{\\prime\}\_\{k\}, the encoder generates node representations𝐇\\mathbf\{H\}\. The classifier then maps these representations to prediction logits𝐙\\mathbf\{Z\}\. The model is trained using the standard cross\-entropy loss:

ℒb​a​s​e=1\|𝒱kt​r​a​i​n\|​∑i∈𝒱kt​r​a​i​nCE​\(𝐳i,yi\)\.\\mathcal\{L\}\_\{base\}=\\frac\{1\}\{\|\\mathcal\{V\}\_\{k\}^\{train\}\|\}\\sum\_\{i\\in\\mathcal\{V\}\_\{k\}^\{train\}\}\\text\{CE\}\(\\mathbf\{z\}\_\{i\},y\_\{i\}\)\.\(9\)Latent Feature Calibration\.To compensate for the structural deficiency of tail nodes without corrupting the decision boundaries of majority classes, we execute a decoupled calibration phase\. During this phase, the graph encoder is frozen to protect the foundational representations, restricting gradient updates exclusively to the classifier\.

We introduce a Spatial Low\-Pass Prototype Injection mechanism\. By incorporating self\-loops into the purified adjacency matrix𝐀k′\\mathbf\{A\}^\{\\prime\}\_\{k\}, the symmetric normalized adjacency matrix is directly computed as:

𝐀^k′=\(𝐃~k′\)−1/2​\(𝐀k′\+𝐈\)​\(𝐃~k′\)−1/2,\\hat\{\\mathbf\{A\}\}^\{\\prime\}\_\{k\}=\(\\tilde\{\\mathbf\{D\}\}^\{\\prime\}\_\{k\}\)^\{\-1/2\}\(\\mathbf\{A\}^\{\\prime\}\_\{k\}\+\\mathbf\{I\}\)\(\\tilde\{\\mathbf\{D\}\}^\{\\prime\}\_\{k\}\)^\{\-1/2\},\(10\)where𝐃~k′\\tilde\{\\mathbf\{D\}\}^\{\\prime\}\_\{k\}is the corresponding degree matrix of𝐀k′\+𝐈\\mathbf\{A\}^\{\\prime\}\_\{k\}\+\\mathbf\{I\}\.

From a graph signal processing perspective, multiplying from the left by𝐀^k′\\hat\{\\mathbf\{A\}\}^\{\\prime\}\_\{k\}implements a spatial low\-pass filter\. Let𝐋^k′=𝐈−𝐀^k′\\hat\{\\mathbf\{L\}\}^\{\\prime\}\_\{k\}=\\mathbf\{I\}\-\\hat\{\\mathbf\{A\}\}^\{\\prime\}\_\{k\}denote the symmetric normalized Laplacian of the purified graph\. Since𝐋^k′\\hat\{\\mathbf\{L\}\}^\{\\prime\}\_\{k\}is positive semi\-definite with eigenvaluesλ∈\[0,2\]\\lambda\\in\[0,2\], the spectral response of𝐀^k′\\hat\{\\mathbf\{A\}\}^\{\\prime\}\_\{k\}is1−λ1\-\\lambda\. This response attenuates high\-frequency components \(largeλ\\lambda\) and preserves low\-frequency signals \(smallλ\\lambda\)\. Consequently, the operation𝐇l​o​w=𝐀^k′​𝐇\\mathbf\{H\}\_\{low\}=\\hat\{\\mathbf\{A\}\}^\{\\prime\}\_\{k\}\\mathbf\{H\}extracts the smoothed low\-frequency consensus, and its residual inherently realizes a complementary high\-pass filter\. Naively aggregating the global prototype directly into the representations would attenuate node\-specific high\-frequency details\. To incorporate class semantics without sacrificing individual signals, we decompose the encoded representation𝐇\\mathbf\{H\}into a low\-frequency consensus and a high\-frequency residual:

𝐇l​o​w=𝐀^k′​𝐇,𝐇h​i​g​h=𝐇−𝐇l​o​w\.\\mathbf\{H\}\_\{low\}=\\hat\{\\mathbf\{A\}\}^\{\\prime\}\_\{k\}\\mathbf\{H\},\\quad\\mathbf\{H\}\_\{high\}=\\mathbf\{H\}\-\\mathbf\{H\}\_\{low\}\.\(11\)
During the training optimization, for any labeled nodevi∈𝒱kt​r​a​i​nv\_\{i\}\\in\\mathcal\{V\}\_\{k\}^\{train\}, the target global prototype𝐩yi\\mathbf\{p\}^\{y\_\{i\}\}is incorporated exclusively into the low\-frequency component via an intensity parameterγ∈\(0,1\)\\gamma\\in\(0,1\), while the high\-frequency residual is preserved verbatim without attenuation\. The augmented representation𝐡i′\\mathbf\{h\}^\{\\prime\}\_\{i\}is formulated as:

𝐡i′=\(1−γ\)​𝐡il​o​w\+γ​𝐩yi\+𝐡ih​i​g​h\.\\mathbf\{h\}^\{\\prime\}\_\{i\}=\(1\-\\gamma\)\\mathbf\{h\}\_\{i\}^\{low\}\+\\gamma\\mathbf\{p\}^\{y\_\{i\}\}\+\\mathbf\{h\}\_\{i\}^\{high\}\.\(12\)Crucially, to strictly prevent label leakage, this semantic incorporation is bypassed during inference\. Unobserved testing nodes securely default to their original foundational representations \(i\.e\.,𝐡i′=𝐡i\\mathbf\{h\}^\{\\prime\}\_\{i\}=\\mathbf\{h\}\_\{i\}\)\. This design ensures that target semantic guidance is precisely applied to calibrate the classifier, while preserving the strict integrity of the evaluation protocol\.

Topology\-Aware Logit Adjustment\.After passing the augmented training features to the classifier, we apply a topology\-aware logit adjustment to correct statistical bias\. To reflect structural reliability, we introduce a class homophily gateqkcq\_\{k\}^\{c\}\. For each training source nodeu∈𝒱kt​r​a​i​nu\\in\\mathcal\{V\}\_\{k\}^\{train\}, let𝒩u′=\{v∣\(u,v\)∈ℰk′\}\\mathcal\{N\}^\{\\prime\}\_\{u\}=\\\{v\\mid\(u,v\)\\in\\mathcal\{E\}\_\{k\}^\{\\prime\}\\\}denote its set of valid neighbors preserved after topological purification\. We define its homophilic neighborhood subset as𝒩u\+=\{v∈𝒩u′∣yv=yu\}\\mathcal\{N\}\_\{u\}^\{\+\}=\\\{v\\in\\mathcal\{N\}^\{\\prime\}\_\{u\}\\mid y\_\{v\}=y\_\{u\}\\\}\. The node\-level homophilyhuh\_\{u\}is then estimated by the cardinality ratio:

hu=\|𝒩u\+\|\|𝒩u′\|\+ϵ,h\_\{u\}=\\frac\{\|\\mathcal\{N\}\_\{u\}^\{\+\}\|\}\{\|\\mathcal\{N\}^\{\\prime\}\_\{u\}\|\+\\epsilon\},\(13\)whereϵ=10−12\\epsilon=10^\{\-12\}\. Let𝒱k,ct​r​a​i​n=\{u∈𝒱kt​r​a​i​n∣yu=c\}\\mathcal\{V\}\_\{k,c\}^\{train\}=\\\{u\\in\\mathcal\{V\}\_\{k\}^\{train\}\\mid y\_\{u\}=c\\\}denote the subset of local training nodes belonging to classcc\. The class\-level gateqkcq\_\{k\}^\{c\}is computed as the mean homophily over these nodes:

qkc=1\|𝒱k,ct​r​a​i​n\|​∑u∈𝒱k,ct​r​a​i​nhu\.q\_\{k\}^\{c\}=\\frac\{1\}\{\|\\mathcal\{V\}\_\{k,c\}^\{train\}\|\}\\sum\_\{u\\in\\mathcal\{V\}\_\{k,c\}^\{train\}\}h\_\{u\}\.\(14\)
For classes lacking valid homophily statistics, we apply a default value ofqkc=0\.5q\_\{k\}^\{c\}=0\.5for numerical robustness\. Simultaneously, utilizing the local class countNkc=\|𝒱k,ct​r​a​i​n\|N\_\{k\}^\{c\}=\|\\mathcal\{V\}\_\{k,c\}^\{train\}\|and the maximum class countNkmaxN\_\{k\}^\{\\max\}, we combine the homophily gateqkcq\_\{k\}^\{c\}and a tunable scaling intensityμ\\muto derive the topology\-aware shift marginΔkc\\Delta\_\{k\}^\{c\}and the calibrated logit scalarz~i,c\\tilde\{z\}\_\{i,c\}for classccin a unified step:

Δkc=μ⋅qkc⋅log⁡\(Nkmax\+ϵNkc\+ϵ\),z~i,c=zi,c\+Δkc\.\\Delta\_\{k\}^\{c\}=\\mu\\cdot q\_\{k\}^\{c\}\\cdot\\log\\left\(\\frac\{N\_\{k\}^\{\\max\}\+\\epsilon\}\{N\_\{k\}^\{c\}\+\\epsilon\}\\right\),\\quad\\tilde\{z\}\_\{i,c\}=z\_\{i,c\}\+\\Delta\_\{k\}^\{c\}\.\(15\)The calibration phase is optimized by updating only the classifier weights based on the adjusted full logit vector𝐳~i\\tilde\{\\mathbf\{z\}\}\_\{i\}:

ℒc​a​l​i​b=1\|𝒱kt​r​a​i​n\|​∑i∈𝒱kt​r​a​i​nCE​\(𝐳~i,yi\)\.\\mathcal\{L\}\_\{calib\}=\\frac\{1\}\{\|\\mathcal\{V\}\_\{k\}^\{train\}\|\}\\sum\_\{i\\in\\mathcal\{V\}\_\{k\}^\{train\}\}\\text\{CE\}\(\\tilde\{\\mathbf\{z\}\}\_\{i\},y\_\{i\}\)\.\(16\)By decoupling these objectives, FedEPD ensures that the feature extractor captures robust topological patterns viaℒb​a​s​e\\mathcal\{L\}\_\{base\}, while the classifier maintains calibrated decision boundaries viaℒc​a​l​i​b\\mathcal\{L\}\_\{calib\}without corrupting the representation backbone\. The complete algorithmic workflow is presented in Algorithm[1](https://arxiv.org/html/2606.24237#alg1)and Algorithm[2](https://arxiv.org/html/2606.24237#alg2)\.

Table 1:The statistical information of the experimental datasets\.DatasetNodesFeaturesEdgesClassesIRTrain/Val/TestDescriptionCoraFull19,7938,710126,8427061\.8760%/20%/20%citation networkogbn\-arxiv169,3431281,166,24340942\.1060%/20%/20%citation networkAmazon\-Electronics42,3188,669129,4301679\.3660%/20%/20%copurchase graphAmazon\-Clothing24,9199,034208,2797710\.2960%/20%/20%copurchase graphRoman\-Empire22,66230065,8541810\.1460%/20%/20%heterophilic graphEmail1,00512850,48142107\.0060%/20%/20%communication network

Table 2:Performance comparison on six datasets\. Results are reported in percentage \(%\) as the mean and standard deviation over five independent runs\.Boldindicates the best performance among federated methods, and underline denotes the second\-best\.MethodCoraFullAmazon\-ElectronicsAmazon\-ClothingAccbAccMacro\-F1AccbAccMacro\-F1AccbAccMacro\-F1FedAvg65\.64±\\pm0\.156\.26±\\pm0\.255\.00±\\pm0\.362\.33±\\pm0\.259\.30±\\pm0\.259\.15±\\pm0\.368\.37±\\pm0\.365\.77±\\pm0\.266\.05±\\pm0\.2FedProto51\.02±\\pm0\.739\.26±\\pm0\.239\.07±\\pm0\.639\.14±\\pm1\.032\.89±\\pm1\.132\.66±\\pm1\.158\.33±\\pm0\.454\.17±\\pm0\.553\.61±\\pm0\.5FedGTA66\.09±\\pm0\.158\.80±\\pm0\.260\.05±\\pm0\.162\.89±\\pm0\.159\.92±\\pm0\.060\.07±\\pm0\.170\.74±\\pm0\.268\.63±\\pm0\.268\.34±\\pm0\.2GraphSMOTE64\.09±\\pm0\.253\.66±\\pm1\.053\.13±\\pm1\.264\.04±\\pm0\.261\.37±\\pm0\.160\.45±\\pm0\.165\.06±\\pm0\.558\.80±\\pm0\.858\.51±\\pm1\.3HieTail65\.86±\\pm0\.355\.53±\\pm0\.456\.66±\\pm0\.461\.00±\\pm0\.456\.48±\\pm0\.456\.20±\\pm0\.468\.30±\\pm0\.663\.03±\\pm1\.162\.93±\\pm1\.1LWS65\.54±\\pm0\.354\.99±\\pm0\.556\.98±\\pm0\.563\.83±\\pm0\.559\.89±\\pm0\.859\.42±\\pm0\.370\.42±\\pm0\.465\.59±\\pm0\.666\.08±\\pm0\.4FedLC57\.85±\\pm0\.142\.58±\\pm0\.341\.73±\\pm0\.258\.37±\\pm0\.152\.39±\\pm0\.152\.57±\\pm0\.252\.01±\\pm0\.244\.56±\\pm4\.843\.91±\\pm5\.8FedGAC57\.59±\\pm0\.554\.36±\\pm0\.752\.04±\\pm0\.957\.05±\\pm0\.457\.34±\\pm0\.454\.31±\\pm0\.457\.64±\\pm0\.959\.09±\\pm1\.256\.38±\\pm0\.7CReFF63\.86±\\pm0\.254\.38±\\pm0\.256\.01±\\pm0\.258\.67±\\pm0\.352\.77±\\pm0\.553\.30±\\pm0\.570\.14±\\pm0\.166\.20±\\pm0\.166\.59±\\pm0\.3FedSpray64\.14±\\pm0\.853\.40±\\pm0\.354\.53±\\pm0\.661\.65±\\pm0\.456\.25±\\pm0\.556\.32±\\pm0\.769\.04±\\pm0\.265\.13±\\pm0\.365\.25±\\pm0\.2GraphFedMig53\.29±\\pm1\.242\.82±\\pm0\.445\.46±\\pm0\.247\.71±\\pm0\.540\.50±\\pm0\.941\.95±\\pm0\.863\.36±\\pm0\.160\.91±\\pm0\.160\.08±\\pm0\.3Ours66\.71±\\pm0\.160\.00±\\pm0\.261\.11±\\pm0\.267\.96±\\pm0\.163\.99±\\pm0\.165\.09±\\pm0\.272\.79±\\pm0\.271\.11±\\pm0\.371\.70±\\pm0\.3Improve⇑\\color\[rgb\]\{1,0,0\}\\definecolor\[named\]\{pgfstrokecolor\}\{rgb\}\{1,0,0\}\{\\Uparrow\}0\.62%⇑\\color\[rgb\]\{1,0,0\}\\definecolor\[named\]\{pgfstrokecolor\}\{rgb\}\{1,0,0\}\{\\Uparrow\}1\.20%⇑\\color\[rgb\]\{1,0,0\}\\definecolor\[named\]\{pgfstrokecolor\}\{rgb\}\{1,0,0\}\{\\Uparrow\}1\.06%⇑\\color\[rgb\]\{1,0,0\}\\definecolor\[named\]\{pgfstrokecolor\}\{rgb\}\{1,0,0\}\{\\Uparrow\}3\.92%⇑\\color\[rgb\]\{1,0,0\}\\definecolor\[named\]\{pgfstrokecolor\}\{rgb\}\{1,0,0\}\{\\Uparrow\}2\.62%⇑\\color\[rgb\]\{1,0,0\}\\definecolor\[named\]\{pgfstrokecolor\}\{rgb\}\{1,0,0\}\{\\Uparrow\}4\.64%⇑\\color\[rgb\]\{1,0,0\}\\definecolor\[named\]\{pgfstrokecolor\}\{rgb\}\{1,0,0\}\{\\Uparrow\}2\.05%⇑\\color\[rgb\]\{1,0,0\}\\definecolor\[named\]\{pgfstrokecolor\}\{rgb\}\{1,0,0\}\{\\Uparrow\}2\.48%⇑\\color\[rgb\]\{1,0,0\}\\definecolor\[named\]\{pgfstrokecolor\}\{rgb\}\{1,0,0\}\{\\Uparrow\}3\.36%

MethodRoman\-Empireogbn\-arxivEmailAccbAccMacro\-F1AccbAccMacro\-F1AccbAccMacro\-F1FedAvg45\.03±\\pm0\.236\.74±\\pm0\.236\.00±\\pm0\.261\.63±\\pm0\.231\.64±\\pm0\.431\.88±\\pm0\.536\.93±\\pm1\.020\.56±\\pm0\.618\.00±\\pm0\.8FedProto26\.35±\\pm0\.216\.20±\\pm0\.715\.00±\\pm1\.056\.30±\\pm0\.924\.09±\\pm0\.723\.23±\\pm0\.641\.80±\\pm0\.226\.78±\\pm0\.227\.72±\\pm0\.3FedGTA45\.72±\\pm0\.237\.36±\\pm0\.236\.57±\\pm0\.363\.96±\\pm0\.134\.42±\\pm0\.134\.52±\\pm0\.147\.05±\\pm0\.830\.18±\\pm0\.529\.19±\\pm0\.7GraphSMOTE42\.61±\\pm0\.536\.08±\\pm0\.333\.21±\\pm0\.361\.49±\\pm0\.142\.52±\\pm0\.240\.69±\\pm0\.222\.76±\\pm1\.713\.09±\\pm2\.19\.40±\\pm1\.9HieTail43\.27±\\pm0\.334\.41±\\pm0\.533\.68±\\pm0\.459\.12±\\pm0\.325\.22±\\pm0\.324\.50±\\pm0\.238\.44±\\pm0\.721\.10±\\pm0\.218\.42±\\pm0\.4LWS42\.29±\\pm0\.433\.95±\\pm1\.132\.50±\\pm0\.853\.99±\\pm0\.120\.63±\\pm0\.219\.00±\\pm0\.424\.27±\\pm2\.911\.07±\\pm2\.18\.00±\\pm2\.7FedLC41\.29±\\pm1\.026\.06±\\pm0\.925\.89±\\pm0\.952\.94±\\pm0\.220\.26±\\pm0\.418\.47±\\pm0\.337\.51±\\pm1\.621\.09±\\pm2\.218\.57±\\pm2\.7FedGAC48\.58±\\pm0\.842\.64±\\pm0\.240\.16±\\pm0\.2OOMOOMOOM24\.74±\\pm0\.513\.05±\\pm2\.19\.21±\\pm1\.4CReFF38\.99±\\pm0\.329\.56±\\pm1\.328\.09±\\pm1\.651\.74±\\pm0\.319\.28±\\pm0\.117\.63±\\pm0\.236\.00±\\pm0\.920\.59±\\pm1\.418\.41±\\pm1\.5FedSpray41\.29±\\pm0\.732\.98±\\pm0\.931\.35±\\pm1\.158\.14±\\pm0\.223\.77±\\pm0\.323\.22±\\pm0\.637\.40±\\pm0\.722\.93±\\pm1\.420\.54±\\pm1\.3GraphFedMig29\.90±\\pm0\.322\.90±\\pm0\.622\.69±\\pm1\.043\.37±\\pm0\.815\.88±\\pm0\.616\.97±\\pm1\.245\.99±\\pm0\.330\.30±\\pm0\.230\.12±\\pm0\.5Ours49\.44±\\pm0\.143\.74±\\pm0\.239\.21±\\pm0\.268\.93±\\pm0\.143\.57±\\pm0\.146\.17±\\pm0\.148\.08±\\pm0\.631\.05±\\pm1\.031\.16±\\pm1\.4Improve⇑\\color\[rgb\]\{1,0,0\}\\definecolor\[named\]\{pgfstrokecolor\}\{rgb\}\{1,0,0\}\{\\Uparrow\}0\.86%⇑\\color\[rgb\]\{1,0,0\}\\definecolor\[named\]\{pgfstrokecolor\}\{rgb\}\{1,0,0\}\{\\Uparrow\}1\.10%⇓\\Downarrow0\.95%⇑\\color\[rgb\]\{1,0,0\}\\definecolor\[named\]\{pgfstrokecolor\}\{rgb\}\{1,0,0\}\{\\Uparrow\}4\.97%⇑\\color\[rgb\]\{1,0,0\}\\definecolor\[named\]\{pgfstrokecolor\}\{rgb\}\{1,0,0\}\{\\Uparrow\}1\.05%⇑\\color\[rgb\]\{1,0,0\}\\definecolor\[named\]\{pgfstrokecolor\}\{rgb\}\{1,0,0\}\{\\Uparrow\}5\.48%⇑\\color\[rgb\]\{1,0,0\}\\definecolor\[named\]\{pgfstrokecolor\}\{rgb\}\{1,0,0\}\{\\Uparrow\}1\.03%⇑\\color\[rgb\]\{1,0,0\}\\definecolor\[named\]\{pgfstrokecolor\}\{rgb\}\{1,0,0\}\{\\Uparrow\}0\.75%⇑\\color\[rgb\]\{1,0,0\}\\definecolor\[named\]\{pgfstrokecolor\}\{rgb\}\{1,0,0\}\{\\Uparrow\}1\.04%

## 4Experiments

To evaluate the effectiveness and robustness of the FedEPD framework, all empirical evaluations are implemented within the OpenFGL\[[13](https://arxiv.org/html/2606.24237#bib.bib13)\]framework\. These experiments address the following research questions:Q1:Does FedEPD demonstrate superiority across various graph topologies compared to existing baselines?Q2:Under naturally long\-tailed distributions, how does FedEPD restore tail classes without sacrificing majority class performance?Q3:How does each module contribute to the performance of FedEPD?Q4:How do varying hyperparameter settings impact the performance of FedEPD?Q5:How efficient is the decoupled training strategy of FedEPD in terms of communication cost and convergence?

### 4\.1Experimental Setup

Datasets\.Unlike previous works that inject class imbalance via random downsampling, we evaluate our framework in empirical settings using datasets with naturally severe long\-tailed properties\. We select six datasets covering diverse topological characteristics and scales\. These encompass two citation networks, CoraFull\[[2](https://arxiv.org/html/2606.24237#bib.bib2)\]and ogbn\-arxiv\[[5](https://arxiv.org/html/2606.24237#bib.bib5)\]; two product purchasing networks, Amazon\-Clothing\[[18](https://arxiv.org/html/2606.24237#bib.bib18)\]and Amazon\-Electronics\[[18](https://arxiv.org/html/2606.24237#bib.bib18)\]; communication graph Email\[[31](https://arxiv.org/html/2606.24237#bib.bib31)\]; and heterophilic Roman\-Empire graph\[[20](https://arxiv.org/html/2606.24237#bib.bib20)\]\. The natural class imbalance challenges the models’ ability to capture minority semantics without overfitting majority structural noise\. Detailed characteristics of the six datasets are reported in Table[1](https://arxiv.org/html/2606.24237#S3.T1), where the empirical long\-tailed distribution is quantified by the global Imbalance Ratio \(IR\)\. The IR is defined as the ratio of sample sizes between the most frequent majority class and the rarest minority class in the unpartitioned graph:

IR=maxc∈𝒞⁡Ncminc∈𝒞⁡Nc,\\mathrm\{IR\}=\\frac\{\\max\_\{c\\in\\mathcal\{C\}\}N\_\{c\}\}\{\\min\_\{c\\in\\mathcal\{C\}\}N\_\{c\}\},\(17\)whereNcN\_\{c\}denotes the total number of nodes belonging to classcc\.

Baselines\.We compare FedEPD against eleven baselines, categorized into three paradigms: Standard FL / FGL: This category evaluates standard performance without specific long\-tailed compensation, including FedAvg\[[19](https://arxiv.org/html/2606.24237#bib.bib19)\], FedProto\[[23](https://arxiv.org/html/2606.24237#bib.bib23)\], and FedGTA\[[12](https://arxiv.org/html/2606.24237#bib.bib12)\]\. Centralized Long\-Tailed Graph Learning: This category represents methods designed for centralized graph imbalance, including GraphSMOTE\[[38](https://arxiv.org/html/2606.24237#bib.bib38)\], HierTail\[[27](https://arxiv.org/html/2606.24237#bib.bib27)\], and Learnable Weight Scaling \(LWS\)\[[6](https://arxiv.org/html/2606.24237#bib.bib6)\]\. To adapt these methods to the federated environment, we integrate them with the FedAvg aggregation protocol\. Federated Long\-Tailed Graph Learning: This category encompasses baselines addressing both Non\-IID and class imbalance\. It includes methods designed for Long\-Tailed Federated Graph Learning, namely FedGAC\[[8](https://arxiv.org/html/2606.24237#bib.bib8)\]and GraphFedMig\[[10](https://arxiv.org/html/2606.24237#bib.bib10)\], alongside federated long\-tailed frameworks including FedLC\[[34](https://arxiv.org/html/2606.24237#bib.bib34)\], CreFF\[[21](https://arxiv.org/html/2606.24237#bib.bib21)\], and FedSpray\[[4](https://arxiv.org/html/2606.24237#bib.bib4)\]\.

Metrics\.We employ Overall Accuracy \(Acc\), Macro\-F1 score, and Balanced Accuracy \(bAcc\) as evaluation metrics\. Because Macro\-F1 and bAcc assign equal weight to each class regardless of sample size, they prevent majority class domination and provide an objective evaluation of classification performance under long\-tailed distributions\.

Experimental Settings\.For baseline methods, we follow the hyperparameters recommended by the original authors\. Across all experiments, we employ a two\-layer GCN backbone with a hidden dimension of 64 and a learning rate of1​e−21e\-2\. The elite selection ratioρ\\rhofor local prototype extraction is set to0\.10\.1, ensuring that prototypes are constructed from the most structurally central10%10\\%of nodes for each class\. The framework is trained for 200 communication rounds, with each client performing 3 local epochs per round\. To simulate federated data silos, the training nodes of the graphs are distributed across 10 clients\.

Experiment Environment\.All evaluations are conducted on a workstation equipped with an Intel Core i7\-13700K CPU, an NVIDIA GeForce RTX 3090 GPU \(24 GB VRAM\), and 64 GB memory\. The software environment is built on Ubuntu 22\.04 LTS, running CUDA 12\.6\.

### 4\.2Overall Performance

To answerQ1, we evaluate our proposed framework against eleven baselines across six datasets\. As detailed in Table[2](https://arxiv.org/html/2606.24237#S3.T2), the graphs are partitioned into 10 clients using the Louvain algorithm, which induces structural and Non\-IID data distributions by grouping communities\. Given the skewed nature of the data, Overall Accuracy can be dominated by majority classes\. Therefore, we primarily focus on Balanced Accuracy \(bAcc\) and the Macro\-F1 score to evaluate semantic recovery alongside overall decision boundaries\.

The empirical results demonstrate the overarching superiority of FedEPD across the evaluated benchmarks\. Specifically, our method outperforms all baselines across the six datasets on Balanced Accuracy \(bAcc\), confirming its effectiveness in unbiased semantic recovery\. Even on the highly heterophilic Roman\-Empire dataset, where FedGAC marginally leads the Macro\-F1 score \(40\.16% vs\. 39\.21%\), FedEPD achieves the best overall accuracy and balanced accuracy, with comparable Macro\-F1 performance\. Furthermore, on the Amazon\-Electronics dataset, our method achieves a Macro\-F1 of 65\.09% and a bAcc of 63\.99%, yielding an absolute improvement of 5\.02% and 4\.07% respectively over the best\-performing standard federated graph baseline, FedGTA\.

In standard graph learning paradigms, GNNs aggregate features over the topology, making them susceptible to structural noise propagation in long\-tailed scenarios\. Because tail nodes lack sufficient homophilic neighbors, their representations are degraded by the influx of messages from majority classes\. This vulnerability is evident in federated adaptations of centralized long\-tailed methods, such as GraphSMOTE and LWS\. On the heterophilic Roman\-Empire dataset, these methods, which rely on spatial interpolation or synthetic neighbor generation, exhibit performance degradation, dropping to between 32% and 34% in Macro\-F1\.

By utilizing Dirichlet energy to truncate heterophilic connections, FedEPD constructs purified local topologies\. Subsequently, through spatial low\-pass prototype injection and two\-stage alternating optimization, it incorporates robust global prototypes into the low\-frequency semantics\. This dual decoupling strategy prevents representation degradation and mitigates heterophilic interference\. Finally, on large\-scale graphs such as ogbn\-arxiv, our method yields a 5\.48% absolute F1 gain over GraphSMOTE, demonstrating that scalable federated graph learning can effectively address severe long\-tailed classification challenges\.

![Refer to caption](https://arxiv.org/html/2606.24237v1/x4.png)Figure 4:Category\-level test accuracy across the long\-tailed distribution on four datasets\. The background gray shaded area illustrates the class sample sizes \(right y\-axis\) sorted in descending order\. To clearly visualize the performance trends, the sorted classes are uniformly aggregated into 10 bins along the x\-axis\. Solid lines track the average test accuracy \(left y\-axis\) of different methods within each bin\. The colored background spans visually delineate the Head, Medium, and Tail regions\.
### 4\.3Head/Tail Performance

To answerQ2, we conduct a detailed evaluation of category\-level accuracy across the frequency spectrum\. As illustrated in Fig\.[4](https://arxiv.org/html/2606.24237#S4.F4), we visualize this dynamic using a line chart superimposed on a descending background bar chart representing class sample sizes\. This visualization allows us to observe performance trajectories from dominant head categories to extreme tail segments\.

For instance, on the CoraFull dataset, while methods like FedGTA and CReFF maintain high accuracy on the head classes, their performance declines to 27\.16% and 17\.58%, respectively, in the extreme tail region, with FedLC dropping to near zero\. In contrast, FedEPD mitigates this decline, improving the aggregated tail performance \(the average of the last three bins\) to 41\.99% while sustaining a competitive head performance of 72\.58%\. This advantage is also evident on the Amazon\-Electronics dataset, where FedEPD scores an average of 75\.26%, 61\.24%, and 58\.09% across the head, medium, and tail segments\. Notably, on the most infrequent class, FedEPD achieves 54\.66%, outperforming FedGTA \(42\.77%\) and GraphFedMig \(23\.58%\)\. This granular analysis is further corroborated by observations on the large\-scale ogbn\-arxiv dataset and the heterophilic Email network\. On ogbn\-arxiv, existing baselines exhibit representation degradation in the tail; methods like CReFF and FedLC degrade to 0\.0% accuracy on certain extreme tail categories\. Conversely, FedEPD maintains an accuracy of 31\.14% and 8\.91% in the highly imbalanced eighth and ninth categories, respectively, where baseline predictions fail to generalize\. Across all evaluated graphs, the visualization demonstrates a consistent outcome: our framework yields performance improvements for tail categories without sacrificing majority stability\.

Table 3:Ablation study of the proposed FedEPD framework\. Results are reported in percentage \(%\) as the mean and standard deviation\.Boldindicates the best performance\.MethodCoraFullAmazon\-ElectronicsRoman\-EmpireAccbAccM\-F1AccbAccM\-F1AccbAccM\-F1w/o Consensus66\.31±\\pm0\.259\.98±\\pm0\.261\.03±\\pm0\.367\.73±\\pm0\.163\.73±\\pm0\.164\.92±\\pm0\.247\.40±\\pm0\.237\.26±\\pm0\.236\.75±\\pm0\.0w/o Topological Purification65\.87±\\pm0\.159\.26±\\pm0\.659\.19±\\pm0\.660\.62±\\pm0\.057\.69±\\pm0\.158\.18±\\pm0\.133\.18±\\pm0\.326\.21±\\pm0\.526\.09±\\pm0\.5w/o Decoupled Recalibration65\.77±\\pm0\.258\.98±\\pm0\.161\.15±\\pm0\.167\.04±\\pm0\.163\.01±\\pm0\.264\.27±\\pm0\.248\.37±\\pm0\.238\.74±\\pm0\.136\.94±\\pm0\.2FedEPD66\.73±\\pm0\.260\.03±\\pm0\.161\.19±\\pm0\.168\.05±\\pm0\.164\.07±\\pm0\.265\.25±\\pm0\.149\.34±\\pm0\.043\.35±\\pm0\.239\.16±\\pm0\.2

### 4\.4Ablation Study

To answerQ3, we conduct an ablation study on the CoraFull, Amazon\-Electronics, and Roman\-Empire datasets, as detailed in Table[3](https://arxiv.org/html/2606.24237#S4.T3)\. By systematically removing core components, we design three specific variants: w/o Consensus: removing the server\-assisted local consensus \(including prototype injection\), thereby depriving tail nodes of global semantic references; w/o Topological Purification: omitting the Dirichlet energy purification, leaving the raw heterophilic topology intact; and w/o Decoupled Recalibration: replacing the two\-stage decoupled calibration \(logit adjustment\) with a standard federated optimization\. This methodology isolates the performance impact of each mechanism\. The results reveal performance degradation across all variants, confirming the necessity of each module\.

Notably, eliminating the Dirichlet energy purification \(w/o Topological Purification\) forces the model to absorb heterophilic structural noise, leading to the most significant accuracy reduction\. This is pronounced on the heterophilic Roman\-Empire dataset, where the Macro\-F1 score decreases from 39\.16% to 26\.09%, and bAcc drops from 43\.35% to 26\.21%\. A similar decline is observed on the Amazon\-Electronics dataset, where Macro\-F1 falls from 65\.25% to 58\.18%\. This degradation validates that filtering structural interference prior to representation learning is a prerequisite for robust classification\.

Furthermore, the removal of the consensus module \(w/o Consensus\) triggers a decline across all metrics\. This highlights the role of constructing a robust global prototype to provide semantic reference for tail nodes within Non\-IID environments\. Finally, the performance reduction in the w/o Decoupled Recalibration variant confirms that joint optimization forces the feature encoder to compromise between topological message passing and semantic classification\. This coupling leads to representation distortion and the reemergence of the performance conflict between majority and minority classes\. Ultimately, the superior performance of the full FedEPD framework demonstrates that these modules are complementary, and the absence of any single component compromises the classification capability\.

![Refer to caption](https://arxiv.org/html/2606.24237v1/x5.png)Figure 5:Hyperparameter sensitivity analysis of FedEPD on two datasets\. The heatmaps display the Macro\-F1 scores across different combinations of the logit adjustment intensityμ\\muand the injection scaling factorγ\\gamma\. The relatively uniform distribution of high scores demonstrates the framework’s exceptional robustness to hyperparameter variations\.
### 4\.5Hyperparameter Analysis

To answerQ4, we investigate the sensitivity of two hyperparameters: the scaling intensity for class\-aware logit adjustment \(μ\\mu\), and the intensity parameter for injecting the global prototype into the low\-frequency component \(γ\\gamma\)\. Figure[5](https://arxiv.org/html/2606.24237#S4.F5)illustrates the performance variations across different pairings of these hyperparameters on the CoraFull and Amazon\-Clothing datasets\. Overall, FedEPD exhibits low sensitivity to these parameters, demonstrating the robustness of the dual decoupling paradigm\. Specifically,μ\\mucontrols the intensity of the semantic calibration for tail categories, whileγ\\gammaregulates the proportion of the robust global prototype incorporated to compensate for structural deficiency\. The overall performance variation remains remarkably small \(e\.g\., ranging from 60\.51% to 61\.96% on CoraFull, and 70\.76% to 71\.72% on Amazon\-Clothing\), providing flexibility for practical deployment\. Due to diverse topological properties across datasets, the absolute peak performance does not correspond to a single fixed combination\. However, rather than presenting a narrow optimal window, the results reflect a broad optimal plateau\. Any combination within our rigorously tested grid \(μ∈\[0\.1,2\.0\]\\mu\\in\[0\.1,2\.0\]andγ∈\[0\.1,0\.9\]\\gamma\\in\[0\.1,0\.9\]\) yields stable results\. For practical deployment, users can flexibly set these values without extensive fine\-tuning and still maintain robust classification capability\.

![Refer to caption](https://arxiv.org/html/2606.24237v1/x6.png)Figure 6:Test accuracy convergence curves of our FedEPD and representative baselines over 200 training rounds on four datasets\.![Refer to caption](https://arxiv.org/html/2606.24237v1/x7.png)Figure 7:Performance comparison on the \(a\) Amazon\-Electronics and \(b\) ogbn\-arxiv datasets\. The left vertical axis indicates the running time, and the right vertical axis represents the test accuracy\.
### 4\.6Efficiency Analysis

To answerQ5, we evaluate the system efficiency and convergence behavior of the proposed framework\. To assess the efficiency\-accuracy trade\-off, we compare the end\-to\-end running time against the final test accuracy on the Amazon\-Electronics and ogbn\-arxiv datasets, as visualized in Fig\.[7](https://arxiv.org/html/2606.24237#S4.F7)\. The dual\-axis bar charts reveal an inherent efficiency\-accuracy trade\-off among existing baselines\. Lightweight methods require minimal execution time but yield lower test accuracy\. Conversely, methods employing complex synthetic mechanisms to address long\-tailed distributions incur substantial computational overhead, requiring significantly longer running times while resulting in suboptimal accuracy\. In contrast, FedEPD provides an optimized balance for this trade\-off\. Across both datasets, our method achieves the highest test accuracy while maintaining a running time comparable to, or lower than, the baselines with the lowest computational costs\.

This efficiency advantage is supported by our complexity analysis\. Computationally, as established in Section[3\.1](https://arxiv.org/html/2606.24237#S3.SS1), the multi\-metric topological purification requires a one\-time preprocessing cost bounded by𝒪​\(\|ℰk\|​d\+\|ℰk\|​log⁡\|ℰk\|\)\\mathcal\{O\}\(\|\\mathcal\{E\}\_\{k\}\|d\+\|\\mathcal\{E\}\_\{k\}\|\\log\|\\mathcal\{E\}\_\{k\}\|\)\. Additionally, the iterative PPR approximation restricts the local prototype extraction overhead to𝒪​\(L​\|ℰk\|\)\\mathcal\{O\}\(L\|\\mathcal\{E\}\_\{k\}\|\)\. Because these operations are executed and cached solely during the initial communication round, the subsequent local alternating optimization stages introduce negligible computational burden\. Furthermore, the communication payload per round only involves transmitting the local prototype sums𝐮kc∈ℝd\\mathbf\{u\}\_\{k\}^\{c\}\\in\\mathbb\{R\}^\{d\}and elite countsmkcm\_\{k\}^\{c\}alongside standard model weights\. This additional overhead is bounded by𝒪​\(C×d\)\\mathcal\{O\}\(C\\times d\), which is negligible compared to the neural network parameter size𝒪​\(\|Θ\|\)\\mathcal\{O\}\(\|\\Theta\|\), thereby avoiding communication bottlenecks\.

Beyond computational efficiency, we evaluate the convergence stability of the framework\. As illustrated in Fig\.[6](https://arxiv.org/html/2606.24237#S4.F6), which visualizes the test accuracy trajectories over 200 communication rounds across four datasets, FedEPD reaches a higher accuracy plateau across evaluated scenarios, encompassing both homophilic and heterophilic graphs\. Specifically, while standard federated methods like FedAvg and FedGTA exhibit stable convergence plateaus, approaches addressing the long\-tailed issue without dual decoupling frequently exhibit convergence fluctuations\. Conversely, FedEPD maintains a stable convergence trajectory\. This empirical evidence supports the efficacy of the two\-stage alternating optimization\. By executing the topological purification prior to the semantic calibration and protecting the representation backbone with frozen graph encoder operations, the framework isolates the gradient conflicts between majority and minority classes that degrade long\-tailed learning\.

## 5Conclusion

In this paper, we address the critical challenge of long\-tailed classification in Federated Graph Learning \(FGL\), where structural deficiency and heterophilic noise disproportionately degrade minority\-class representations during neighborhood aggregation\. To resolve this, we propose FedEPD, a framework operating under a dual decoupling paradigm that strictly isolates topological purification from semantic recalibration\. Specifically, FedEPD executes a tuning\-free, data\-driven pruning mechanism that fuses local Dirichlet energy and semantic similarity via non\-parametric cumulative distributions, effectively filtering spatial heterophilic edges without requiring dataset\-specific thresholds\. Subsequently, a server\-assisted local consensus extracts structurally robust global prototypes\. These prototypes are conditionally incorporated into the low\-frequency components of labeled training nodes, preventing label leakage while preserving high\-frequency individual node features\. Coupled with a topology\-aware logit adjustment, our two\-stage alternating optimization isolates gradient conflicts between majority and minority classes during the representation learning and classifier calibration phases\. Extensive empirical evaluations across multiple datasets demonstrate that FedEPD achieves superior performance on both homophilic and heterophilic graphs, with particularly significant accuracy gains in tail\-class recovery\. By delivering self\-adaptive structural purification and superior convergence stability, this work establishes a rigorous mathematical and empirical foundation for deploying decoupled FGL systems in complex, highly skewed non\-IID environments\.

\\printcredits

## Declaration of Competing Interest

The authors declare that they have no known competing financial interests or personal relationships that could have appeared to influence the work reported in this paper\.

## Acknowledgements

This work was supported by the Shenzhen Fundamental Research Program, China under Grant JCYJ20230807094104009\.

## Data availability

The data used in this research are publicly available graph datasets\.

## References

- Baek et al\. \[2023\]Baek, J\., Jeong, W\., Jin, J\., Yoon, J\., Hwang, S\.J\., 2023\.Personalized subgraph federated learning, in: Krause, A\., Brunskill, E\., Cho, K\., Engelhardt, B\., Sabato, S\., Scarlett, J\. \(Eds\.\), International Conference on Machine Learning, ICML 2023, 23\-29 July 2023, Honolulu, Hawaii, USA, PMLR\. pp\. 1396–1415\.URL:[https://proceedings\.mlr\.press/v202/baek23a\.html](https://proceedings.mlr.press/v202/baek23a.html)\.
- Bojchevski and Günnemann \[2018\]Bojchevski, A\., Günnemann, S\., 2018\.Deep gaussian embedding of graphs: Unsupervised inductive learning via ranking URL:[https://openreview\.net/forum?id=r1ZdKJ\-0W](https://openreview.net/forum?id=r1ZdKJ-0W)\.
- Chen et al\. \[2022\]Chen, Z\., Liu, S\., Wang, H\., Yang, H\.H\., Quek, T\.Q\.S\., Liu, Z\., 2022\.Towards federated long\-tailed learning\.CoRR abs/2206\.14988\.URL:[https://doi\.org/10\.48550/arXiv\.2206\.14988](https://doi.org/10.48550/arXiv.2206.14988), doi:[10\.48550/ARXIV\.2206\.14988](https://arxiv.org/doi.org/10.48550/ARXIV.2206.14988),[arXiv:2206\.14988](http://arxiv.org/abs/2206.14988)\.
- Fu et al\. \[2024\]Fu, X\., Chen, Z\., Zhang, B\., Chen, C\., Li, J\., 2024\.Federated graph learning with structure proxy alignment, in: Baeza\-Yates, R\., Bonchi, F\. \(Eds\.\), Proceedings of the 30th ACM SIGKDD Conference on Knowledge Discovery and Data Mining, KDD 2024, Barcelona, Spain, August 25\-29, 2024, ACM\. pp\. 827–838\.URL:[https://doi\.org/10\.1145/3637528\.3671717](https://doi.org/10.1145/3637528.3671717), doi:[10\.1145/3637528\.3671717](https://arxiv.org/doi.org/10.1145/3637528.3671717)\.
- Hu et al\. \[2020\]Hu, W\., Fey, M\., Zitnik, M\., Dong, Y\., Ren, H\., Liu, B\., Catasta, M\., Leskovec, J\., 2020\.Open graph benchmark: Datasets for machine learning on graphs URL:[https://proceedings\.neurips\.cc/paper/2020/hash/fb60d411a5c5b72b2e7d3527cfc84fd0\-Abstract\.html](https://proceedings.neurips.cc/paper/2020/hash/fb60d411a5c5b72b2e7d3527cfc84fd0-Abstract.html)\.
- Kang et al\. \[2020\]Kang, B\., Xie, S\., Rohrbach, M\., Yan, Z\., Gordo, A\., Feng, J\., Kalantidis, Y\., 2020\.Decoupling representation and classifier for long\-tailed recognition URL:[https://openreview\.net/forum?id=r1gRTCVFvB](https://openreview.net/forum?id=r1gRTCVFvB)\.
- Kelvinius et al\. \[2023\]Kelvinius, F\.E\., Georgiev, D\., Toshev, A\.P\., Gasteiger, J\., 2023\.Accelerating molecular graph neural networks via knowledge distillation URL:[http://papers\.nips\.cc/paper\_files/paper/2023/hash/51ec452ca04d8ec7160e5bbaf76153f6\-Abstract\-Conference\.html](http://papers.nips.cc/paper_files/paper/2023/hash/51ec452ca04d8ec7160e5bbaf76153f6-Abstract-Conference.html)\.
- Li et al\. \[2024a\]Li, J\., Wang, J\., Deng, R\., Yan, D\., Li, Q\., 2024a\.Fedgac: Graph federated learning with gradients aggregation calibration for non\-iid and long\-tailed data, in: IEEE International Symposium on Parallel and Distributed Processing with Applications, ISPA 2024, Kaifeng, China, October 30 \- Nov\. 2, 2024, IEEE\. pp\. 410–417\.URL:[https://doi\.org/10\.1109/ISPA63168\.2024\.00059](https://doi.org/10.1109/ISPA63168.2024.00059), doi:[10\.1109/ISPA63168\.2024\.00059](https://arxiv.org/doi.org/10.1109/ISPA63168.2024.00059)\.
- Li et al\. \[2020\]Li, T\., Sahu, A\.K\., Zaheer, M\., Sanjabi, M\., Talwalkar, A\., Smith, V\., 2020\.Federated optimization in heterogeneous networks URL:[https://proceedings\.mlsys\.org/paper\_files/paper/2020/hash/1f5fe83998a09396ebe6477d9475ba0c\-Abstract\.html](https://proceedings.mlsys.org/paper_files/paper/2020/hash/1f5fe83998a09396ebe6477d9475ba0c-Abstract.html)\.
- Li et al\. \[2025a\]Li, X\., Fan, Q\., Wang, T\., Wei, K\., Yu, K\., Zhang, X\., 2025a\.Graphfedmig: Tackling class imbalance in federated graph learning via mutual information\-guided generation\.CoRR abs/2508\.10471\.URL:[https://doi\.org/10\.48550/arXiv\.2508\.10471](https://doi.org/10.48550/arXiv.2508.10471), doi:[10\.48550/ARXIV\.2508\.10471](https://arxiv.org/doi.org/10.48550/ARXIV.2508.10471),[arXiv:2508\.10471](http://arxiv.org/abs/2508.10471)\.
- Li et al\. \[2024b\]Li, X\., Wu, Z\., Zhang, W\., Sun, H\., Li, R\., Wang, G\., 2024b\.Adafgl: A new paradigm for federated node classification with topology heterogeneity, in: 40th IEEE International Conference on Data Engineering, ICDE 2024, Utrecht, The Netherlands, May 13\-16, 2024, IEEE\. pp\. 2517–2530\.URL:[https://doi\.org/10\.1109/ICDE60146\.2024\.00198](https://doi.org/10.1109/ICDE60146.2024.00198), doi:[10\.1109/ICDE60146\.2024\.00198](https://arxiv.org/doi.org/10.1109/ICDE60146.2024.00198)\.
- Li et al\. \[2023\]Li, X\., Wu, Z\., Zhang, W\., Zhu, Y\., Li, R\., Wang, G\., 2023\.Fedgta: Topology\-aware averaging for federated graph learning\.Proc\. VLDB Endow\. 17, 41–50\.URL:[https://www\.vldb\.org/pvldb/vol17/p41\-li\.pdf](https://www.vldb.org/pvldb/vol17/p41-li.pdf), doi:[10\.14778/3617838\.3617842](https://arxiv.org/doi.org/10.14778/3617838.3617842)\.
- Li et al\. \[2025b\]Li, X\., Zhu, Y\., Pang, B\., Yan, G\., Yan, Y\., Li, Z\., Wu, Z\., Zhang, W\., Li, R\., Wang, G\., 2025b\.Openfgl: A comprehensive benchmark for federated graph learning\.Proc\. VLDB Endow\. 18, 1305–1320\.URL:[https://www\.vldb\.org/pvldb/vol18/p1305\-li\.pdf](https://www.vldb.org/pvldb/vol18/p1305-li.pdf), doi:[10\.14778/3718057\.3718061](https://arxiv.org/doi.org/10.14778/3718057.3718061)\.
- Liu et al\. \[2021a\]Liu, Z\., Nguyen, T\., Fang, Y\., 2021a\.Tail\-gnn: Tail\-node graph neural networks, in: Zhu, F\., Ooi, B\.C\., Miao, C\. \(Eds\.\), KDD ’21: The 27th ACM SIGKDD Conference on Knowledge Discovery and Data Mining, Virtual Event, Singapore, August 14\-18, 2021, ACM\. pp\. 1109–1119\.URL:[https://doi\.org/10\.1145/3447548\.3467276](https://doi.org/10.1145/3447548.3467276), doi:[10\.1145/3447548\.3467276](https://arxiv.org/doi.org/10.1145/3447548.3467276)\.
- Liu et al\. \[2021b\]Liu, Z\., Nguyen, T\., Fang, Y\., 2021b\.Tail\-gnn: Tail\-node graph neural networks, in: Zhu, F\., Ooi, B\.C\., Miao, C\. \(Eds\.\), KDD ’21: The 27th ACM SIGKDD Conference on Knowledge Discovery and Data Mining, Virtual Event, Singapore, August 14\-18, 2021, ACM\. pp\. 1109–1119\.URL:[https://doi\.org/10\.1145/3447548\.3467276](https://doi.org/10.1145/3447548.3467276), doi:[10\.1145/3447548\.3467276](https://arxiv.org/doi.org/10.1145/3447548.3467276)\.
- Lu et al\. \[2024\]Lu, X\., Li, P\., Jiang, X\., 2024\.Fedlf: Adaptive logit adjustment and feature optimization in federated long\-tailed learning , 303–318URL:[https://proceedings\.mlr\.press/v260/lu25a\.html](https://proceedings.mlr.press/v260/lu25a.html)\.
- Luan et al\. \[2022\]Luan, S\., Hua, C\., Lu, Q\., Zhu, J\., Zhao, M\., Zhang, S\., Chang, X\., Precup, D\., 2022\.Revisiting heterophily for graph neural networks, in: Koyejo, S\., Mohamed, S\., Agarwal, A\., Belgrave, D\., Cho, K\., Oh, A\. \(Eds\.\), Advances in Neural Information Processing Systems 35: Annual Conference on Neural Information Processing Systems 2022, NeurIPS 2022, New Orleans, LA, USA, November 28 \- December 9, 2022\.URL:[http://papers\.nips\.cc/paper\_files/paper/2022/hash/092359ce5cf60a80e882378944bf1be4\-Abstract\-Conference\.html](http://papers.nips.cc/paper_files/paper/2022/hash/092359ce5cf60a80e882378944bf1be4-Abstract-Conference.html)\.
- McAuley et al\. \[2015\]McAuley, J\.J\., Pandey, R\., Leskovec, J\., 2015\.Inferring networks of substitutable and complementary products, in: Cao, L\., Zhang, C\., Joachims, T\., Webb, G\.I\., Margineantu, D\.D\., Williams, G\. \(Eds\.\), Proceedings of the 21th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, Sydney, NSW, Australia, August 10\-13, 2015, ACM\. pp\. 785–794\.URL:[https://doi\.org/10\.1145/2783258\.2783381](https://doi.org/10.1145/2783258.2783381), doi:[10\.1145/2783258\.2783381](https://arxiv.org/doi.org/10.1145/2783258.2783381)\.
- McMahan et al\. \[2017\]McMahan, B\., Moore, E\., Ramage, D\., Hampson, S\., y Arcas, B\.A\., 2017\.Communication\-efficient learning of deep networks from decentralized data, in: Singh, A\., Zhu, X\.J\. \(Eds\.\), Proceedings of the 20th International Conference on Artificial Intelligence and Statistics, AISTATS 2017, 20\-22 April 2017, Fort Lauderdale, FL, USA, PMLR\. pp\. 1273–1282\.URL:[http://proceedings\.mlr\.press/v54/mcmahan17a\.html](http://proceedings.mlr.press/v54/mcmahan17a.html)\.
- Platonov et al\. \[2023\]Platonov, O\., Kuznedelev, D\., Diskin, M\., Babenko, A\., Prokhorenkova, L\., 2023\.A critical look at the evaluation of gnns under heterophily: Are we really making progress? URL:[https://openreview\.net/forum?id=tJbbQfw\-5wv](https://openreview.net/forum?id=tJbbQfw-5wv)\.
- Shang et al\. \[2022\]Shang, X\., Lu, Y\., Huang, G\., Wang, H\., 2022\.Federated learning on heterogeneous and long\-tailed data via classifier re\-training with federated features , 2218–2224URL:[https://doi\.org/10\.24963/ijcai\.2022/308](https://doi.org/10.24963/ijcai.2022/308), doi:[10\.24963/IJCAI\.2022/308](https://arxiv.org/doi.org/10.24963/IJCAI.2022/308)\.
- Shu et al\. \[2025\]Shu, C\., Li, M\., Zhang, Y\., Lu, Y\., Han, B\., Cheung, Y\., Wang, H\., 2025\.Classifying long\-tailed and label\-noise data via disentangling and unlearning\.CoRR abs/2503\.11414\.URL:[https://doi\.org/10\.48550/arXiv\.2503\.11414](https://doi.org/10.48550/arXiv.2503.11414), doi:[10\.48550/ARXIV\.2503\.11414](https://arxiv.org/doi.org/10.48550/ARXIV.2503.11414),[arXiv:2503\.11414](http://arxiv.org/abs/2503.11414)\.
- Tan et al\. \[2022\]Tan, Y\., Long, G\., Liu, L\., Zhou, T\., Lu, Q\., Jiang, J\., Zhang, C\., 2022\.Fedproto: Federated prototype learning across heterogeneous clients, in: Thirty\-Sixth AAAI Conference on Artificial Intelligence, AAAI 2022, Thirty\-Fourth Conference on Innovative Applications of Artificial Intelligence, IAAI 2022, The Twelveth Symposium on Educational Advances in Artificial Intelligence, EAAI 2022 Virtual Event, February 22 \- March 1, 2022, AAAI Press\. pp\. 8432–8440\.URL:[https://doi\.org/10\.1609/aaai\.v36i8\.20819](https://doi.org/10.1609/aaai.v36i8.20819), doi:[10\.1609/AAAI\.V36I8\.20819](https://arxiv.org/doi.org/10.1609/AAAI.V36I8.20819)\.
- Tan et al\. \[2025\]Tan, Z\., Huang, S\., Wan, G\., Huang, W\., Li, H\., Ye, M\., 2025\.S2FGL: spatial spectral federated graph learning, in: Singh, A\., Fazel, M\., Hsu, D\., Lacoste\-Julien, S\., Berkenkamp, F\., Maharaj, T\., Wagstaff, K\., Zhu, J\. \(Eds\.\), Forty\-second International Conference on Machine Learning, ICML 2025, Vancouver, BC, Canada, July 13\-19, 2025, PMLR / OpenReview\.net\.URL:[https://proceedings\.mlr\.press/v267/tan25d\.html](https://proceedings.mlr.press/v267/tan25d.html)\.
- Tang et al\. \[2024\]Tang, T\., Han, Z\., Cai, Z\., Yu, S\., Zhou, X\., Oseni, T\., Das, S\.K\., 2024\.Personalized federated graph learning on non\-iid electronic health records\.IEEE Trans\. Neural Networks Learn\. Syst\. 35, 11843–11856\.URL:[https://doi\.org/10\.1109/TNNLS\.2024\.3370297](https://doi.org/10.1109/TNNLS.2024.3370297), doi:[10\.1109/TNNLS\.2024\.3370297](https://arxiv.org/doi.org/10.1109/TNNLS.2024.3370297)\.
- Tang and Liang \[2024\]Tang, Y\., Liang, Y\., 2024\.Credit card fraud detection based on federated graph learning\.Expert Syst\. Appl\. 256, 124979\.URL:[https://doi\.org/10\.1016/j\.eswa\.2024\.124979](https://doi.org/10.1016/j.eswa.2024.124979), doi:[10\.1016/J\.ESWA\.2024\.124979](https://arxiv.org/doi.org/10.1016/J.ESWA.2024.124979)\.
- Wang et al\. \[2024\]Wang, H\., Jing, B\., Ding, K\., Zhu, Y\., Cheng, W\., Zhang, S\., Fan, Y\., Zhang, L\., Zhou, D\., 2024\.Mastering long\-tail complexity on graphs: Characterization, learning, and generalization, in: Baeza\-Yates, R\., Bonchi, F\. \(Eds\.\), Proceedings of the 30th ACM SIGKDD Conference on Knowledge Discovery and Data Mining, KDD 2024, Barcelona, Spain, August 25\-29, 2024, ACM\. pp\. 3045–3056\.URL:[https://doi\.org/10\.1145/3637528\.3671880](https://doi.org/10.1145/3637528.3671880), doi:[10\.1145/3637528\.3671880](https://arxiv.org/doi.org/10.1145/3637528.3671880)\.
- Wu et al\. \[2021\]Wu, C\., Wu, F\., Cao, Y\., Huang, Y\., Xie, X\., 2021\.Fedgnn: Federated graph neural network for privacy\-preserving recommendation\.CoRR abs/2102\.04925\.URL:[https://arxiv\.org/abs/2102\.04925](https://arxiv.org/abs/2102.04925),[arXiv:2102\.04925](http://arxiv.org/abs/2102.04925)\.
- Xiao et al\. \[2023\]Xiao, Z\., Chen, Z\., Liu, S\., Wang, H\., Feng, Y\., Hao, J\., Zhou, J\.T\., Wu, J\., Yang, H\.H\., Liu, Z\., 2023\.Fed\-grab: Federated long\-tailed learning with self\-adjusting gradient balancer URL:[http://papers\.nips\.cc/paper\_files/paper/2023/hash/f4b8ddb9b1aa3cb11462d64a70b84db2\-Abstract\-Conference\.html](http://papers.nips.cc/paper_files/paper/2023/hash/f4b8ddb9b1aa3cb11462d64a70b84db2-Abstract-Conference.html)\.
- Yan et al\. \[2025\]Yan, S\., Li, Z\., Wu, C\., Pang, M\., Lu, Y\., Yan, Y\., Wang, H\., 2025\.You are your own best teacher: Achieving centralized\-level performance in federated learning under heterogeneous and long\-tailed data\.URL:[https://doi\.org/10\.48550/arXiv\.2503\.06916](https://doi.org/10.48550/arXiv.2503.06916), doi:[10\.48550/ARXIV\.2503\.06916](https://arxiv.org/doi.org/10.48550/ARXIV.2503.06916),[arXiv:2503\.06916](http://arxiv.org/abs/2503.06916)\.
- Yin et al\. \[2017\]Yin, H\., Benson, A\.R\., Leskovec, J\., Gleich, D\.F\., 2017\.Local higher\-order graph clustering, in: Proceedings of the 23rd ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, Halifax, NS, Canada, August 13 \- 17, 2017, ACM\. pp\. 555–564\.URL:[https://doi\.org/10\.1145/3097983\.3098069](https://doi.org/10.1145/3097983.3098069), doi:[10\.1145/3097983\.3098069](https://arxiv.org/doi.org/10.1145/3097983.3098069)\.
- Yun et al\. \[2022\]Yun, S\., Kim, K\., Yoon, K\., Park, C\., 2022\.LTE4G: long\-tail experts for graph neural networks, in: Hasan, M\.A\., Xiong, L\. \(Eds\.\), Proceedings of the 31st ACM International Conference on Information & Knowledge Management, Atlanta, GA, USA, October 17\-21, 2022, ACM\. pp\. 2434–2443\.URL:[https://doi\.org/10\.1145/3511808\.3557381](https://doi.org/10.1145/3511808.3557381), doi:[10\.1145/3511808\.3557381](https://arxiv.org/doi.org/10.1145/3511808.3557381)\.
- Zeng et al\. \[2023\]Zeng, Y\., Liu, L\., Liu, L\., Shen, L\., Liu, S\., Wu, B\., 2023\.Global balanced experts for federated long\-tailed learning, in: IEEE/CVF International Conference on Computer Vision, ICCV 2023, Paris, France, October 1\-6, 2023, IEEE\. pp\. 4792–4802\.URL:[https://doi\.org/10\.1109/ICCV51070\.2023\.00444](https://doi.org/10.1109/ICCV51070.2023.00444), doi:[10\.1109/ICCV51070\.2023\.00444](https://arxiv.org/doi.org/10.1109/ICCV51070.2023.00444)\.
- Zhang et al\. \[2022\]Zhang, J\., Li, Z\., Li, B\., Xu, J\., Wu, S\., Ding, S\., Wu, C\., 2022\.Federated learning with label distribution skew via logits calibration, in: Chaudhuri, K\., Jegelka, S\., Song, L\., Szepesvári, C\., Niu, G\., Sabato, S\. \(Eds\.\), International Conference on Machine Learning, ICML 2022, 17\-23 July 2022, Baltimore, Maryland, USA, PMLR\. pp\. 26311–26329\.URL:[https://proceedings\.mlr\.press/v162/zhang22p\.html](https://proceedings.mlr.press/v162/zhang22p.html)\.
- Zhang et al\. \[2021\]Zhang, K\., Yang, C\., Li, X\., Sun, L\., Yiu, S\., 2021\.Subgraph federated learning with missing neighbor generation , 6671–6682URL:[https://proceedings\.neurips\.cc/paper/2021/hash/34adeb8e3242824038aa65460a47c29e\-Abstract\.html](https://proceedings.neurips.cc/paper/2021/hash/34adeb8e3242824038aa65460a47c29e-Abstract.html)\.
- Zhang et al\. \[2026\]Zhang, L\., Zhang, J\., Huang, R\., Wang, Y\., Liu, L\., 2026\.A federated graph learning method to realize multi\-party collaboration for molecular discovery\.ResearchGate Preprint URL:[https://www\.researchgate\.net/publication/400648352](https://www.researchgate.net/publication/400648352)\.
- Zhang et al\. \[2025\]Zhang, R\., Yang, J\., Liu, Y\., Shang, C\., Li, M\., Shi, J\.X\., Wang, P\., Ma, Y\., Han, B\., Cheung, Y\.m\., et al\., 2025\.Pop: A pipeline\-oriented paradigm for long\-tailed learning survey \.
- Zhao et al\. \[2021\]Zhao, T\., Zhang, X\., Wang, S\., 2021\.Graphsmote: Imbalanced node classification on graphs with graph neural networks, in: Lewin\-Eytan, L\., Carmel, D\., Yom\-Tov, E\., Agichtein, E\., Gabrilovich, E\. \(Eds\.\), WSDM ’21, The Fourteenth ACM International Conference on Web Search and Data Mining, Virtual Event, Israel, March 8\-12, 2021, ACM\. pp\. 833–841\.URL:[https://doi\.org/10\.1145/3437963\.3441720](https://doi.org/10.1145/3437963.3441720), doi:[10\.1145/3437963\.3441720](https://arxiv.org/doi.org/10.1145/3437963.3441720)\.
- Zhu et al\. \[2020\]Zhu, J\., Yan, Y\., Zhao, L\., Heimann, M\., Akoglu, L\., Koutra, D\., 2020\.Beyond homophily in graph neural networks: Current limitations and effective designs, in: Larochelle, H\., Ranzato, M\., Hadsell, R\., Balcan, M\., Lin, H\. \(Eds\.\), Advances in Neural Information Processing Systems 33: Annual Conference on Neural Information Processing Systems 2020, NeurIPS 2020, December 6\-12, 2020, virtual\.URL:[https://proceedings\.neurips\.cc/paper/2020/hash/58ae23d878a47004366189884c2f8440\-Abstract\.html](https://proceedings.neurips.cc/paper/2020/hash/58ae23d878a47004366189884c2f8440-Abstract.html)\.
- Zhu et al\. \[2024\]Zhu, Y\., Li, X\., Wu, Z\., Wu, D\., Hu, M\., Li, R\., 2024\.Fedtad: Topology\-aware data\-free knowledge distillation for subgraph federated learning , 5716–5724URL:[https://www\.ijcai\.org/proceedings/2024/632](https://www.ijcai.org/proceedings/2024/632)\.

Similar Articles

Generalized Category Discovery in Federated Graph Learning

arXiv cs.LG

This paper introduces GCD-FGL, a federated graph learning framework designed for generalized category discovery in dynamic environments. It addresses challenges like the neighborhood absorption effect and global semantic inconsistency to improve novel category detection across distributed clients.

Dual Attention Heads for Personalized Federated Learning in ECG Classification

arXiv cs.LG

This paper proposes FedDualAtt, a personalized federated learning approach for ECG classification that splits transformer attention heads into globally aggregated and locally private branches to handle data heterogeneity across clinical sites. Experiments on the FedCVD benchmark show improved performance over existing methods.