MMFGU: Multimodal Federated Graph Unlearning

arXiv cs.LG 论文

摘要

The paper proposes MMFGU, a multimodal federated graph unlearning framework that decouples target-specific representations to handle entity, modality, and pairing removal requests while preserving retained utility, achieving a 41.5x speedup over full retraining.

arXiv:2607.28708v1 Announce Type: new Abstract: Multimodal federated graph learning enables clients to collaboratively train graph models over structural, textual, and visual signals without sharing private local data. However, the presence of heterogeneous multimodal content also makes unlearning requests more frequent and fine-grained: users may delete accounts or interactions, remove a particular image or text while retaining the associated entity, or revoke the learned correspondence between retained modalities or graph attributes. Existing federated graph unlearning mainly handles entity/relation or client removal and cannot directly satisfy these multimodal requests. They introduce three challenges: removing only the requested information without damaging retained content, preventing the target from being recovered through remaining modalities or graph neighborhoods, and stopping related traces on other clients from re-entering the global model after aggregation. To address them, we propose \textsc{\textbf{MMFGU}}, a multimodal federated graph unlearning framework built around target-specific representation decoupling. \textsc{MMFGU} maps heterogeneous requests into unified target carriers, decouples requested representations while anchoring retained semantics, exposes and repairs propagated residuals with lightweight probes, and selectively purges affected clients through compact prototype and response signals. Experiments show that \textsc{MMFGU} effectively removes requested information, preserves retained graph utility, and achieves a $\boldsymbol{41.5\times}$ speedup over full retraining.
查看原文
查看缓存全文

缓存时间: 2026/08/03 07:31

# MMFGU: Multimodal Federated Graph Unlearning
Source: [https://arxiv.org/html/2607.28708](https://arxiv.org/html/2607.28708)
###### Abstract

Multimodal federated graph learning enables clients to collaboratively train graph models over structural, textual, and visual signals without sharing private local data\. However, the presence of heterogeneous multimodal content also makes unlearning requests more frequent and fine\-grained: users may delete accounts or interactions, remove a particular image or text while retaining the associated entity, or revoke the learned correspondence between retained modalities or graph attributes\. Existing federated graph unlearning mainly handles entity/relation or client removal and cannot directly satisfy these multimodal requests\. They introduce three challenges: removing only the requested information without damaging retained content, preventing the target from being recovered through remaining modalities or graph neighborhoods, and stopping related traces on other clients from re\-entering the global model after aggregation\. To address them, we proposeMMFGU, a multimodal federated graph unlearning framework built around target\-specific representation decoupling\.MMFGUmaps heterogeneous requests into unified target carriers, decouples requested representations while anchoring retained semantics, exposes and repairs propagated residuals with lightweight probes, and selectively purges affected clients through compact prototype and response signals\. Experiments show thatMMFGUeffectively removes requested information, preserves retained graph utility, and achieves a41\.5×\\boldsymbol\{41\.5\\times\}speedup over full retraining\.

![Refer to caption](https://arxiv.org/html/2607.28708v1/x1.png)Figure 1:Three MM\-FGU request types\. Entity/Relation Removal deletes a target node or interaction; Modality Removal deletes a specified image, text, or structural\-descriptor channel while retaining the entity and its other contents; Pairing Removal revokes a target cross\-modal or graph\-object–attribute association while retaining both endpoints\.## Introduction

Multimodal attributed graphs \(MAGs\) are widely used to model entities with relational structures and heterogeneous contents, such as social users\(Zhanget al\.[2020](https://arxiv.org/html/2607.28708#bib.bib1)\), citation papers\(Yanget al\.[2016](https://arxiv.org/html/2607.28708#bib.bib2)\), recommendation items\(Caiet al\.[2023](https://arxiv.org/html/2607.28708#bib.bib3)\), and biomedical entities\(Liet al\.[2023a](https://arxiv.org/html/2607.28708#bib.bib4)\)\. In practice, these graphs are distributed across platforms, institutions, or devices and may contain sensitive behaviors, private attributes, or proprietary interactions\. This motivates multimodal federated graph learning \(MM\-FGL\), which collaboratively trains graph models over structural, textual, and visual signals while keeping raw local graphs private\(Wanet al\.[2026](https://arxiv.org/html/2607.28708#bib.bib20); Liet al\.[2026](https://arxiv.org/html/2607.28708#bib.bib21)\)\. However, multimodal content also makes data\-removal requests more frequent and fine\-grained: users may delete accounts or interactions, remove an image or profile description while retaining the entity, revoke a specific image–text correspondence, or leave the federation\. A deployed MM\-FGL model should remove such information without centralizing client data or damaging retained utility\. This raises a practical question: how can a multimodal federated graph model selectively forget heterogeneous user requests?

Existing federated graph unlearning \(FGU\) provides a useful starting point by considering two request scopes: ❶Meta Unlearning, which removes nodes, edges, or features from a client’s local subgraph, and ❷Client Unlearning, which erases an entire client’s contribution from the global model\(Aiet al\.[2026](https://arxiv.org/html/2607.28708#bib.bib26)\)\. However, such scope\-level definitions do not fully specify what must be forgotten in a multimodal graph\. We group practical MM\-FGU requests into three concrete families, as illustrated in Fig\.[1](https://arxiv.org/html/2607.28708#S0.F1): ①Entity/Relation Removal, which deletes a node or interaction; ②Modality Removal, which deletes one image, text, or structural\-descriptor channel while retaining the entity and its other contents; and ③Pairing Removal, which revokes a specific association, such as an image–text pair or a graph\-object–attribute link, while retaining both endpoints\. Client removal jointly applies all three removal types to the departing client’s contribution\.

Although these requests differ in form, they share three challenges\. First,*the target influence is distributed*: requested information may already be encoded in modality representations, fusion relations, incident edges, and neighboring nodes\. Second,*target and retained representations are entangled*: removing the target should not damage retained modalities, valid correspondences, or unaffected neighborhoods\. Third,*residual influence may return through federation*: related visual patterns, textual semantics, relations, or correspondences may remain on other clients and re\-enter the global model after aggregation\. MM\-FGU therefore requires request\-aware localization, selective representation decoupling, and cross\-client coordination without sharing raw client data\.

To address these common challenges, we proposeMMFGU, a multimodal federated graph unlearning framework based on target\-specific representation decoupling\. Rather than designing an independent unlearning rule for each request type,MMFGUmaps heterogeneous requests into a unified carrier representation that identifies the affected modality, relation, and neighborhood states\. It then moves target carriers toward plausible erased states, while frozen\-model anchors preserve retained modalities, correspondences, and graph boundaries\. Lightweight perturbation probes further expose and repair target traces that remain in local fusion and neighborhood representations\. Finally, prototype\-guided screening identifies clients likely to contain target\-correlated representations and transfers compact unlearned responses only to these affected clients before selective global aggregation\. This pipeline supports diverse MM\-FGU requests without sharing raw client data\.

Our Contributions\.\(1\) Problem Formulation\.We formulate MM\-FGU with Entity/Relation Removal, Modality Removal, and Pairing Removal requests\.\(2\) Framework\.We proposeMMFGU, combining target decoupling, retention constraints, probe repair, and selective cross\-client purge\.\(3\) SOTA Performance\.Across12 datasets,2 downstream tasks, and3 unlearning request types,MMFGUachieves the strongest overall utility–unlearning trade\-off against12 unlearning baselines, approaching the full\-retraining reference in unlearning effectiveness while preserving downstream\-task performance and attaining a41\.5×\\boldsymbol\{41\.5\\times\}speedup over full retraining\.

## Related Work

![Refer to caption](https://arxiv.org/html/2607.28708v1/pics/framework.png)Figure 2:Overall framework ofMMFGU\. The pipeline maps unlearning requests to target carriers, performs requester\-side representation decoupling and probe repair, and coordinates affected clients through prototype\-guided federated purge\.Existing baselines can be grouped into three categories\.General GNN methodslearn node representations through neighborhood aggregation, including convolution\-, attention\-, and sampling\-based architectures\(Kipf and Welling[2017](https://arxiv.org/html/2607.28708#bib.bib38); Hamiltonet al\.[2017](https://arxiv.org/html/2607.28708#bib.bib39); Veličkovićet al\.[2018](https://arxiv.org/html/2607.28708#bib.bib40)\)\. Heterophily\-aware variants further improve structural modeling under inconsistent neighborhood labels\(Peiet al\.[2020](https://arxiv.org/html/2607.28708#bib.bib41); Chienet al\.[2021](https://arxiv.org/html/2607.28708#bib.bib42); Zhuet al\.[2020](https://arxiv.org/html/2607.28708#bib.bib43)\)\. However, these methods operate on centralized graphs and do not address distributed text\-rich attributes\.

Federated graph learning methodscollaboratively train GNNs over decentralized subgraphs without exchanging raw graph data\(Fuet al\.[2022](https://arxiv.org/html/2607.28708#bib.bib44); Heet al\.[2021](https://arxiv.org/html/2607.28708#bib.bib45); Wuet al\.[2025a](https://arxiv.org/html/2607.28708#bib.bib46)\)\. Existing approaches mitigate graph heterogeneity through missing\-neighbor reconstruction\(Zhanget al\.[2021](https://arxiv.org/html/2607.28708#bib.bib47)\), personalized modeling\(Baeket al\.[2023](https://arxiv.org/html/2607.28708#bib.bib48)\), topology\-aware aggregation\(Liet al\.[2023b](https://arxiv.org/html/2607.28708#bib.bib49)\), or graph condensation\(Chenet al\.[2025](https://arxiv.org/html/2607.28708#bib.bib50)\)\. Nevertheless, they generally assume compact node features and do not explicitly control the textual evidence retained during graph compression and message passing\.

Federated TAG methodsintroduce language information through local LLM\-based augmentation\(Yanet al\.[2025](https://arxiv.org/html/2607.28708#bib.bib51)\), globally coordinated codebooks, prompts, or prototypes\(Wuet al\.[2025b](https://arxiv.org/html/2607.28708#bib.bib52); Zhuet al\.[2025](https://arxiv.org/html/2607.28708#bib.bib53)\), and semantic priors for topology–text interaction\. Most of these methods encode text into fixed representations or integrate it into a monolithic graph model, leaving the selection of textual evidence and neighboring nodes largely unconstrained\.DANCEinstead performs label\-aware node condensation together with budgeted, round\-adaptive text propagation, enabling efficient federated learning while preserving locally interpretable evidence traces\.

## Preliminaries

### Problem Definition

Federated multimodal graph learning\.We considerKKclients𝒞=\{c1,…,cK\}\\mathcal\{C\}=\\\{c\_\{1\},\\ldots,c\_\{K\}\\\}, where clientckc\_\{k\}privately holds

𝒢k=\(𝒱k,ℰk,\{𝐗k\(m\)\}m∈ℳ,ℬk\),ℳ=\{s,t,i\}\.\\mathcal\{G\}\_\{k\}=\(\\mathcal\{V\}\_\{k\},\\mathcal\{E\}\_\{k\},\\\{\\mathbf\{X\}^\{\(m\)\}\_\{k\}\\\}\_\{m\\in\\mathcal\{M\}\},\\mathcal\{B\}\_\{k\}\),\\mathcal\{M\}=\\\{s,t,i\\\}\.\(1\)Here,𝒱k\\mathcal\{V\}\_\{k\}andℰk\\mathcal\{E\}\_\{k\}denote local nodes and relations,𝐗k\(m\)\\mathbf\{X\}^\{\(m\)\}\_\{k\}contains structural, textual, or visual features, andℬk\\mathcal\{B\}\_\{k\}records modality or graph–attribute bindings\. All raw data remain local\. Federated training produces the deployed model

θo=𝒜train​\(θ^;𝒞,\{𝒢k\}k=1K\)\.\\theta^\{o\}=\\mathcal\{A\}\_\{\\mathrm\{train\}\}\(\\hat\{\\theta\};\\mathcal\{C\},\\\{\\mathcal\{G\}\_\{k\}\\\}\_\{k=1\}^\{K\}\)\.\(2\)
Unlearning request\.An MM\-FGU request is

𝒰\\displaystyle\\mathcal\{U\}=\(r,Δ​𝒞,\{Δ​𝒢k\}k=1K\),\\displaystyle=\(r,\\Delta\\mathcal\{C\},\\\{\\Delta\\mathcal\{G\}\_\{k\}\\\}\_\{k=1\}^\{K\}\),\(3\)Δ​𝒢k\\displaystyle\\Delta\\mathcal\{G\}\_\{k\}=\(Δ​𝒪k,Δ​𝒳k,Δ​ℬk\),\\displaystyle=\(\\Delta\\mathcal\{O\}\_\{k\},\\Delta\\mathcal\{X\}\_\{k\},\\Delta\\mathcal\{B\}\_\{k\}\),Δ​𝒪k\\displaystyle\\Delta\\mathcal\{O\}\_\{k\}=\(Δ​𝒱k,Δ​ℰk\),\\displaystyle=\(\\Delta\\mathcal\{V\}\_\{k\},\\Delta\\mathcal\{E\}\_\{k\}\),Δ​𝒳k\\displaystyle\\Delta\\mathcal\{X\}\_\{k\}⊆𝒱k×ℳ,Δ​ℬk⊆ℬk\.\\displaystyle\\subseteq\\mathcal\{V\}\_\{k\}\\times\\mathcal\{M\},\\Delta\\mathcal\{B\}\_\{k\}\\subseteq\\mathcal\{B\}\_\{k\}\.whererris the requester and the three deletion components specify graph objects, modality entries, and bindings\. Meta unlearning hasΔ​𝒞=∅\\Delta\\mathcal\{C\}=\\emptysetand deletes only items from𝒢r\\mathcal\{G\}\_\{r\}, whereas client unlearning setsΔ​𝒞=\{cr\}\\Delta\\mathcal\{C\}=\\\{c\_\{r\}\\\}and removes the full contribution ofcrc\_\{r\}\. The retained federation is

𝒞ret=𝒞∖Δ​𝒞,𝒢kret=Πdel​\(𝒢k;Δ​𝒢k\)\.\\mathcal\{C\}^\{\\mathrm\{ret\}\}=\\mathcal\{C\}\\setminus\\Delta\\mathcal\{C\},\\mathcal\{G\}\_\{k\}^\{\\mathrm\{ret\}\}=\\Pi\_\{\\mathrm\{del\}\}\(\\mathcal\{G\}\_\{k\};\\Delta\\mathcal\{G\}\_\{k\}\)\.\(4\)
Unlearning objective\.Full retraining and practical unlearning respectively produce

θ⋆\\displaystyle\\theta^\{\\star\}=𝒜train​\(θ^;𝒞ret,\{𝒢kret\}ck∈𝒞ret\),\\displaystyle=\\mathcal\{A\}\_\{\\mathrm\{train\}\}\(\\hat\{\\theta\};\\mathcal\{C\}^\{\\mathrm\{ret\}\},\\\{\\mathcal\{G\}\_\{k\}^\{\\mathrm\{ret\}\}\\\}\_\{c\_\{k\}\\in\\mathcal\{C\}^\{\\mathrm\{ret\}\}\}\),\(5\)θ−\\displaystyle\\theta^\{\-\}=𝒜unlearn​\(θo;𝒰\)\.\\displaystyle=\\mathcal\{A\}\_\{\\mathrm\{unlearn\}\}\(\\theta^\{o\};\\mathcal\{U\}\)\.Because parameter distance is unreliable for non\-convex models, we compare their behavior on retained and deletion\-sensitive queries:

𝒟x​\(θ−,θ⋆\)=𝔼q∈𝒬x​dq​\(gθ−​\(q\),gθ⋆​\(q\)\),x∈\{ret,del\}\.\\mathcal\{D\}\_\{x\}\(\\theta^\{\-\},\\theta^\{\\star\}\)=\\mathbb\{E\}\_\{q\\in\\mathcal\{Q\}\_\{x\}\}d\_\{q\}\\\!\\left\(g\_\{\\theta^\{\-\}\}\(q\),g\_\{\\theta^\{\\star\}\}\(q\)\\right\),x\\in\\\{\\mathrm\{ret\},\\mathrm\{del\}\\\}\.\(6\)A successful MM\-FGU method satisfies

𝒟del≤ϵdel,𝒟ret≤ϵret,Cost​\(𝒜unlearn\)≪Cost​\(𝒜train\)\.\\mathcal\{D\}\_\{\\mathrm\{del\}\}\\leq\\epsilon\_\{\\mathrm\{del\}\},\\mathcal\{D\}\_\{\\mathrm\{ret\}\}\\leq\\epsilon\_\{\\mathrm\{ret\}\},\\mathrm\{Cost\}\(\\mathcal\{A\}\_\{\\mathrm\{unlearn\}\}\)\\ll\\mathrm\{Cost\}\(\\mathcal\{A\}\_\{\\mathrm\{train\}\}\)\.\(7\)Unlearning must additionally remove cross\-client target\-correlated influence without exposing raw local data\.

### Three Multimodal Unlearning Targets

MM\-FGU considers Entity/Relation Removal, Modality Removal, and Pairing Removal, corresponding toΩ𝗈𝖻𝗃\\Omega^\{\\mathsf\{obj\}\},Ω𝗆𝗈𝖽\\Omega^\{\\mathsf\{mod\}\}, andΩ𝖻𝗂𝗇𝖽\\Omega^\{\\mathsf\{bind\}\}\. They remove selected graph objects, modality entries, or associations, respectively; client unlearning jointly removes all three carrier types contributed by the departing client\.

## Methodology

### Overview

As shown in Fig\.[2](https://arxiv.org/html/2607.28708#Sx2.F2),MMFGUmaps Entity/Relation Removal, Modality Removal, and Pairing Removal requests to a unified target\-carrier representation, enabling one deletion pipeline while preserving unrelated modalities, associations, and neighborhoods\. The pipeline first decouples requested carriers and anchors retained ones to the frozen model, then probes perturbed neighborhoods for propagated remnants, and finally coordinates a selective federated purge among clients with similar carrier prototypes to prevent target\-correlated representations from re\-entering the global model\.

### Request\-Specific Target Carriers

Carrier construction\.We decompose the local model into modality encodersEθ\(m\)E\_\{\\theta\}^\{\(m\)\}, relation fusionFθF\_\{\\theta\}, graph propagationGθG\_\{\\theta\}, and a task head\. For modalitymm,𝐞v\(m\)=Eθ\(m\)​\(𝐱v\(m\)\)\\mathbf\{e\}\_\{v\}^\{\(m\)\}=E\_\{\\theta\}^\{\(m\)\}\(\\mathbf\{x\}\_\{v\}^\{\(m\)\}\); we summarize the subsequent fusion and propagation byΨθ\\Psi\_\{\\theta\}\. A carrieraacan therefore denote a node\-centered representation, an edge relation, one modality channel, or a multimodal binding\. For clientckc\_\{k\},

Ωk=Ωk𝗈𝖻𝗃∪Ωk𝗆𝗈𝖽∪Ωk𝖻𝗂𝗇𝖽,𝐳θ​\(a\)=Ψθ​\(a;𝒢k\),\\Omega\_\{k\}=\\Omega\_\{k\}^\{\\mathsf\{obj\}\}\\cup\\Omega\_\{k\}^\{\\mathsf\{mod\}\}\\cup\\Omega\_\{k\}^\{\\mathsf\{bind\}\},\\quad\\mathbf\{z\}\_\{\\theta\}\(a\)=\\Psi\_\{\\theta\}\(a;\\mathcal\{G\}\_\{k\}\),\(8\)whereΩk𝗈𝖻𝗃\\Omega\_\{k\}^\{\\mathsf\{obj\}\},Ωk𝗆𝗈𝖽\\Omega\_\{k\}^\{\\mathsf\{mod\}\}, andΩk𝖻𝗂𝗇𝖽\\Omega\_\{k\}^\{\\mathsf\{bind\}\}collect the carriers for Entity/Relation Removal, Modality Removal, and Pairing Removal, respectively\.

Request mapping\.Given request𝒰\\mathcal\{U\}, the requester constructs

Ωrf=Γ​\(𝒰;𝒢r\)=\{Ωr,obj\+inc,Δ​𝒪r,Ωr,channel\+fusion,Δ​𝒳r,Ωr,paired,Δ​ℬr\.\\Omega\_\{r\}^\{f\}=\\Gamma\(\\mathcal\{U\};\\mathcal\{G\}\_\{r\}\)=\\begin\{cases\}\\Omega\_\{r,\\mathrm\{obj\+inc\}\},&\\Delta\\mathcal\{O\}\_\{r\},\\\\ \\Omega\_\{r,\\mathrm\{channel\+fusion\}\},&\\Delta\\mathcal\{X\}\_\{r\},\\\\ \\Omega\_\{r,\\mathrm\{paired\}\},&\\Delta\\mathcal\{B\}\_\{r\}\.\\end\{cases\}\(9\)For object deletion, incident carriers capture target information already propagated to adjacent nodes\. For modality deletion, the entity and unrequested channels remain outsideΩrf\\Omega\_\{r\}^\{f\}\. For binding deletion, both unimodal endpoints are retained and only their learned correspondence is targeted\. This distinction is what enables selective rather than indiscriminate unlearning\.

### Relation\-Aware Target Decoupling

A target can remain recoverable through image–text similarity, graph\-object–attribute association, or neighborhood representations even after its task logit changes\. Starting from frozenθo\\theta^\{o\}, the requester learnsθr−\\theta\_\{r\}^\{\-\}\. For eacha∈Ωrfa\\in\\Omega\_\{r\}^\{f\},TmisT\_\{\\mathrm\{mis\}\}constructsa~\\tilde\{a\}by replacing an object with a retained\-neighborhood alternative, masking/replacing the requested modality, or swapping one endpoint of a binding\. The frozen model provides a stable non\-target anchor through

pθ​\(b\|a\)=exp⁡\(κ​\(𝐳θ​\(a\),𝐳θo​\(b\)\)/τ\)∑u∈𝒞aexp⁡\(κ​\(𝐳θ​\(a\),𝐳θo​\(u\)\)/τ\),p\_\{\\theta\}\(b\|a\)=\\frac\{\\exp\(\\kappa\(\\mathbf\{z\}\_\{\\theta\}\(a\),\\mathbf\{z\}\_\{\\theta^\{o\}\}\(b\)\)/\\tau\)\}\{\\sum\_\{u\\in\\mathcal\{C\}\_\{a\}\}\\exp\(\\kappa\(\\mathbf\{z\}\_\{\\theta\}\(a\),\\mathbf\{z\}\_\{\\theta^\{o\}\}\(u\)\)/\\tau\)\},\(10\)where𝒞a=\{a~\}∪ℛa\\mathcal\{C\}\_\{a\}=\\\{\\tilde\{a\}\\\}\\cup\\mathcal\{R\}\_\{a\}contains the mismatch and retained candidates\. Target representations are decoupled by

ℒdec=−1\|Ωrf\|​∑a∈Ωrflog⁡pθr−​\(a~\|a\)\.\\mathcal\{L\}\_\{\\mathrm\{dec\}\}=\-\\frac\{1\}\{\|\\Omega\_\{r\}^\{f\}\|\}\\sum\_\{a\\in\\Omega\_\{r\}^\{f\}\}\\log p\_\{\\theta\_\{r\}^\{\-\}\}\(\\tilde\{a\}\|a\)\.\(11\)Unlike confidence suppression, this makes the requested carrier indistinguishable from a plausible mismatch in carrier space\.

Retention constraints\.LetΩr\+\\Omega\_\{r\}^\{\+\}be sampled retained carriers,ℳ\+​\(a\)\\mathcal\{M\}^\{\+\}\(a\)the modality endpoints that must remain usable, andℬr\\mathcal\{B\}\_\{r\}the non\-target one\-hop boundary\. We constrain three complementary forms of drift:

ℒmm=𝔼a∈Ωr\+​‖𝐳θr−​\(a\)−𝐳θo​\(a\)‖22,ℒuni=𝔼a∈Ωrfm∈ℳ\+​\(a\)​‖𝐞θr−\(m\)​\(a\)−𝐞θo\(m\)​\(a\)‖22,ℒbd=𝔼v∈ℬr​‖𝐡θr−​\(v\)−𝐡θo​\(v\)‖22\.\\begin\{gathered\}\\mathcal\{L\}\_\{\\mathrm\{mm\}\}=\\mathbb\{E\}\_\{a\\in\\Omega\_\{r\}^\{\+\}\}\\\|\\mathbf\{z\}\_\{\\theta\_\{r\}^\{\-\}\}\(a\)\-\\mathbf\{z\}\_\{\\theta^\{o\}\}\(a\)\\\|\_\{2\}^\{2\},\\\\ \\mathcal\{L\}\_\{\\mathrm\{uni\}\}=\\mathbb\{E\}\_\{\\begin\{subarray\}\{c\}a\\in\\Omega\_\{r\}^\{f\}\\\\ m\\in\\mathcal\{M\}^\{\+\}\(a\)\\end\{subarray\}\}\\\|\\mathbf\{e\}\_\{\\theta\_\{r\}^\{\-\}\}^\{\(m\)\}\(a\)\-\\mathbf\{e\}\_\{\\theta^\{o\}\}^\{\(m\)\}\(a\)\\\|\_\{2\}^\{2\},\\\\ \\mathcal\{L\}\_\{\\mathrm\{bd\}\}=\\mathbb\{E\}\_\{v\\in\\mathcal\{B\}\_\{r\}\}\\\|\\mathbf\{h\}\_\{\\theta\_\{r\}^\{\-\}\}\(v\)\-\\mathbf\{h\}\_\{\\theta^\{o\}\}\(v\)\\\|\_\{2\}^\{2\}\.\\end\{gathered\}\(12\)The first preserves retained associations, the second protects unrequested modalities, and the third limits graph\-propagation drift\. The local objective is

ℒlocal=ℒdec\+α​ℒmm\+β​ℒuni\+λ​ℒbd\.\\mathcal\{L\}\_\{\\mathrm\{local\}\}=\\mathcal\{L\}\_\{\\mathrm\{dec\}\}\+\\alpha\\mathcal\{L\}\_\{\\mathrm\{mm\}\}\+\\beta\\mathcal\{L\}\_\{\\mathrm\{uni\}\}\+\\lambda\\mathcal\{L\}\_\{\\mathrm\{bd\}\}\.\(13\)Thus, unlearning acts on modality, fusion, and graph representations rather than only moving the final decision boundary\.

### Probe\-Guided Residual Exposure

Local decoupling can leave traces in nearby graph neighborhoods\. The requester therefore builds a compact perturbation pool

𝒫r=\{Tξ​\(𝒢r\)∣ξ∈Ξ​\(Ωrf\),‖ξ‖0≤Bp\},\\mathcal\{P\}\_\{r\}=\\\{T\_\{\\xi\}\(\\mathcal\{G\}\_\{r\}\)\\mid\\xi\\in\\Xi\(\\Omega\_\{r\}^\{f\}\),\\ \\\|\\xi\\\|\_\{0\}\\leq B\_\{p\}\\\},\(14\)whereTξT\_\{\\xi\}masks modalities, replaces binding endpoints, removes target relations, or perturbs one\-hop neighborhoods\. High\-risk probes are selected by

𝒫r⋆=TopMP∈𝒫r⁡DΣ​\(Φθr−​\(P\),Φθo​\(P\)\),\\mathcal\{P\}\_\{r\}^\{\\star\}=\\operatorname\{TopM\}\_\{P\\in\\mathcal\{P\}\_\{r\}\}D\_\{\\Sigma\}\\\!\\left\(\\Phi\_\{\\theta\_\{r\}^\{\-\}\}\(P\),\\Phi\_\{\\theta^\{o\}\}\(P\)\\right\),\(15\)whereΦθ\\Phi\_\{\\theta\}collects logits, carrier representations, and association scores\. Large discrepancy identifies regions where target and retained representations remain entangled\. For each selected probe, the requester aligns its response with the masked or mismatched counterpart:

ℒprobe=1\|𝒫r⋆\|​∑P∈𝒫r⋆‖Φθr−​\(P\)−sg​\(Φθr−​\(P~\)\)‖22\.\\mathcal\{L\}\_\{\\mathrm\{probe\}\}=\\frac\{1\}\{\|\\mathcal\{P\}\_\{r\}^\{\\star\}\|\}\\sum\_\{P\\in\\mathcal\{P\}\_\{r\}^\{\\star\}\}\\left\\\|\\Phi\_\{\\theta\_\{r\}^\{\-\}\}\(P\)\-\\mathrm\{sg\}\\big\(\\Phi\_\{\\theta\_\{r\}^\{\-\}\}\(\\widetilde\{P\}\)\\big\)\\right\\\|\_\{2\}^\{2\}\.\(16\)The requester minimizesℒreq=ℒlocal\+λp​ℒprobe\\mathcal\{L\}\_\{\\mathrm\{req\}\}=\\mathcal\{L\}\_\{\\mathrm\{local\}\}\+\\lambda\_\{p\}\\mathcal\{L\}\_\{\\mathrm\{probe\}\}\. Probe repair therefore focuses computation on exposed residuals rather than retraining the full local graph\.

### Prototype\-Guided Federated Purge

Target\-related traces may remain on other clients through carriers that are semantically close to the requested target\. Let𝒯Ω\\mathcal\{T\}\_\{\\Omega\}denote the carrier groups for Entity/Relation Removal, Modality Removal, and Pairing Removal defined above\. During federated training, each client summarizes every non\-empty groupΩk\(τ\)\\Omega\_\{k\}^\{\(\\tau\)\}:

𝐩k\(τ\)=∑a∈Ωk\(τ\)wa​𝐳θo​\(a\)∑a∈Ωk\(τ\)wa\.\\mathbf\{p\}\_\{k\}^\{\(\\tau\)\}=\\frac\{\\sum\_\{a\\in\\Omega\_\{k\}^\{\(\\tau\)\}\}w\_\{a\}\\mathbf\{z\}\_\{\\theta^\{o\}\}\(a\)\}\{\\sum\_\{a\\in\\Omega\_\{k\}^\{\(\\tau\)\}\}w\_\{a\}\}\.\(17\)For the current request, the requester also forms target prototypes from the requested carriers rather than from its full local distribution\. LetΩr,f\(τ\)=Ωrf∩Ωr\(τ\)\\Omega\_\{r,f\}^\{\(\\tau\)\}=\\Omega\_\{r\}^\{f\}\\cap\\Omega\_\{r\}^\{\(\\tau\)\}denote the requested carriers of typeτ\\tau:

𝐠r\(τ\)=∑a∈Ωr,f\(τ\)wa​𝐳θo​\(a\)∑a∈Ωr,f\(τ\)wa\.\\mathbf\{g\}\_\{r\}^\{\(\\tau\)\}=\\frac\{\\sum\_\{a\\in\\Omega\_\{r,f\}^\{\(\\tau\)\}\}w\_\{a\}\\mathbf\{z\}\_\{\\theta^\{o\}\}\(a\)\}\{\\sum\_\{a\\in\\Omega\_\{r,f\}^\{\(\\tau\)\}\}w\_\{a\}\}\.\(18\)Only these compact summaries are shared\. Withℐr,k\\mathcal\{I\}\_\{r,k\}denoting the requested carrier groups that are also present on clientkk, the server selects affected clients by

sr,k=maxτ∈ℐr,k⁡\[κ​\(𝐠r\(τ\),𝐩k\(τ\)\)−τp\(τ\)\]\.s\_\{r,k\}=\\max\_\{\\tau\\in\\mathcal\{I\}\_\{r,k\}\}\\left\[\\kappa\(\\mathbf\{g\}\_\{r\}^\{\(\\tau\)\},\\mathbf\{p\}\_\{k\}^\{\(\\tau\)\}\)\-\\tau\_\{p\}^\{\(\\tau\)\}\\right\]\.\(19\)𝒜r=\{k≠r\|ℐr,k≠∅,sr,k\>0\}\.\\mathcal\{A\}\_\{r\}=\\left\\\{k\\neq r\\ \\middle\|\\ \\begin\{array\}\[\]\{l\}\\mathcal\{I\}\_\{r,k\}\\neq\\emptyset,\\\\ s\_\{r,k\}\>0\\end\{array\}\\right\\\}\.\(20\)The thresholdsτp\(τ\)\\tau\_\{p\}^\{\(\\tau\)\}can be tied to a singleτp\\tau\_\{p\}in practice\. This screening avoids updating unrelated clients whose overall data distribution is similar but whose relevant target carriers are absent\. Each affected client receives selected probe responses, not the requester’s raw graph or modality data, and optimizes

ℒpurge\(k\)=ℒkeep\(k\)\+λpg​𝔼P∈𝒫r⋆​‖Φθk−​\(P\)−sg​\(Φθr−​\(P\)\)‖22\.\\mathcal\{L\}\_\{\\mathrm\{purge\}\}^\{\(k\)\}=\\mathcal\{L\}\_\{\\mathrm\{keep\}\}^\{\(k\)\}\+\\lambda\_\{\\mathrm\{pg\}\}\\mathbb\{E\}\_\{P\\in\\mathcal\{P\}\_\{r\}^\{\\star\}\}\\left\\\|\\Phi\_\{\\theta\_\{k\}^\{\-\}\}\(P\)\-\\mathrm\{sg\}\\big\(\\Phi\_\{\\theta\_\{r\}^\{\-\}\}\(P\)\\big\)\\right\\\|\_\{2\}^\{2\}\.\(21\)Here,ℒkeep\(k\)\\mathcal\{L\}\_\{\\mathrm\{keep\}\}^\{\(k\)\}combines the retained task loss and representation consistency on clientkk, while the second term transfers the requester’s unlearned response\. The server aggregates the requester, affected clients, and unchanged states:

θ−=Agg⁡\(θr−,\{θk−\}k∈𝒜r,\{θjo\}j∉𝒜r∪\{r\}\)\.\\theta^\{\-\}=\\operatorname\{Agg\}\\left\(\\theta\_\{r\}^\{\-\},\\\{\\theta\_\{k\}^\{\-\}\\\}\_\{k\\in\\mathcal\{A\}\_\{r\}\},\\\{\\theta\_\{j\}^\{o\}\\\}\_\{j\\notin\\mathcal\{A\}\_\{r\}\\cup\\\{r\\\}\}\\right\)\.\(22\)Selective purge removes cross\-client residuals where prototype similarity indicates likely propagation while limiting communication and collateral utility loss\.

Client\-level requests\.When a client departs, requester\-side decoupling is skipped; its saved carrier prototypes define a composite target, and the same selective purge is applied to affected clients\.

Table 1:Node\- and relation\-unlearning performance\. Results are reported as retained accuracy/UR for node unlearning \(10%10\\%deletion\) and Recall@5/UR for relation unlearning \(20%20\\%deletion\), in percentages\. Excluding Retrain, the best results are highlighted inbold, while the second\-best areunderlined\.

## Experiments

We organize the evaluation around four high\-level questions\.Q1:DoesMMFGUachieve a favorable utility–unlearning trade\-off across the three MM\-FGU request types?Q2:Does it selectively remove the requested information, and which components make this possible?Q3:Is it robust across deletion regimes and federated settings?Q4:Does it satisfy the efficiency requirements of practical deployment?

### Experimental Setup

Datasets and Protocol\.We use multimodal graphs from OpenMAG and MM\-OpenFGL\(Wanet al\.[2026](https://arxiv.org/html/2607.28708#bib.bib20); Liet al\.[2026](https://arxiv.org/html/2607.28708#bib.bib21)\): Movies, Grocery, Toys\(Niet al\.[2019](https://arxiv.org/html/2607.28708#bib.bib32)\), Ele\-Fashion\(Houet al\.[2026](https://arxiv.org/html/2607.28708#bib.bib33); Niet al\.[2019](https://arxiv.org/html/2607.28708#bib.bib32)\), RedditS\(Desaiet al\.[2021](https://arxiv.org/html/2607.28708#bib.bib34)\), and Book\-nc\(Wan and McAuley[2018](https://arxiv.org/html/2607.28708#bib.bib35); Wanet al\.[2019](https://arxiv.org/html/2607.28708#bib.bib36)\)for node classification; and QB, TN, KU, Bili\-Food, Bili\-Dance, and Bili\-Movie\(Zhanget al\.[2024](https://arxiv.org/html/2607.28708#bib.bib37)\)for relation prediction\. Graphs are partitioned by Louvain\(Blondelet al\.[2008](https://arxiv.org/html/2607.28708#bib.bib22)\)\. Default node/relation deletion ratios are0\.1/0\.20\.1/0\.2; results are mean±\\pmstd over five seeds with identical requests\.

Baselines and Metrics\.We compare with fullRetrain\(Bourtouleet al\.[2021](https://arxiv.org/html/2607.28708#bib.bib7)\); federated unlearning methods\(Liuet al\.[2021](https://arxiv.org/html/2607.28708#bib.bib8); Zhonget al\.[2025](https://arxiv.org/html/2607.28708#bib.bib9); Liu and Liu[2025](https://arxiv.org/html/2607.28708#bib.bib10); Zhaoet al\.[2023](https://arxiv.org/html/2607.28708#bib.bib11); Wuet al\.[2022](https://arxiv.org/html/2607.28708#bib.bib12); Panet al\.[2024](https://arxiv.org/html/2607.28708#bib.bib13)\); and relation/multimodal baselines\(Golatkaret al\.[2020](https://arxiv.org/html/2607.28708#bib.bib14); Mehtaet al\.[2022](https://arxiv.org/html/2607.28708#bib.bib15); Neelet al\.[2021](https://arxiv.org/html/2607.28708#bib.bib16); Janget al\.[2023](https://arxiv.org/html/2607.28708#bib.bib17); Linet al\.[2023](https://arxiv.org/html/2607.28708#bib.bib18); Cheng and Amiri[2023](https://arxiv.org/html/2607.28708#bib.bib19)\)\. Retained utility is measured by accuracy or Recall@5\. For attack\-based evaluation of unlearning effectiveness, we report*Unlearning Residual*\(UR\):

UR=100×\|AUCMIA−0\.5\|\.\\mathrm\{UR\}=100\\times\\left\|\\mathrm\{AUC\}\_\{\\mathrm\{MIA\}\}\-0\.5\\right\|\.\(23\)UR measures the residual membership distinguishability of unlearned samples and is reported in percentage points\. Lower is better;UR=0\\mathrm\{UR\}=0means the attack is no better than random guessing\. We additionally report UR, unlearned\-set accuracy, modality unlearning drop, association deltas, runtime, and communication cost\.

### Overall Performance \(Q1\)

To answer Q1, we compareMMFGUwith representative baselines across Entity/Relation Removal, Modality Removal, and Pairing Removal requests, jointly evaluating retained utility and unlearning effectiveness\. Table[1](https://arxiv.org/html/2607.28708#Sx4.T1)provides the primary Entity/Relation Removal comparison, followed by the multimodal results in Fig\.[3](https://arxiv.org/html/2607.28708#Sx5.F3)\.

Entity/Relation Removal Requests\.In the upper block of Table[1](https://arxiv.org/html/2607.28708#Sx4.T1),MMFGUachieves the best average retained accuracy \(77\.46%77\.46\\%\) across the six node\-unlearning datasets\. Its average UR is small in absolute terms but is not the minimum among all node\-unlearning baselines; the clearest advantage in this block is therefore retained utility rather than uniform attack\-side dominance\. For relation \(edge\) requests,MMFGUachieves both the best average Recall@5 \(91\.63%91\.63\\%\) and the lowest average UR \(3\.40%3\.40\\%\), giving the strongest joint utility–unlearning result\.

Modality Removal and Pairing Removal Requests\.Fig\.[3](https://arxiv.org/html/2607.28708#Sx5.F3)places the two multimodal request types side by side\. Desired outcomes are a large target\-modality unlearning drop with near\-zero retained\-accuracy change for Modality Removal, and a larger mismatched\-association delta for Pairing Removal\.MMFGUgives the strongest text\-side change and ties the best image\-side result\. Overall, the results for Q1 show thatMMFGUcouples the strongest average retained utility with competitive unlearning on node requests, achieves the best joint relation result, and preserves non\-target behavior during Modality Removal and Pairing Removal requests\.

![Refer to caption](https://arxiv.org/html/2607.28708v1/x2.png)![Refer to caption](https://arxiv.org/html/2607.28708v1/x3.png)

![Refer to caption](https://arxiv.org/html/2607.28708v1/x4.png)![Refer to caption](https://arxiv.org/html/2607.28708v1/x5.png)

Figure 3:Overall performance on multimodal requests\. From left to right: target\-modality unlearning drop, retained\-utility change, text\-side mismatched\-association delta, and image\-side mismatched\-association delta\.
### Unlearning Quality and Mechanism Analysis \(Q2\)

To answer Q2, we examine forget\-set behavior, association decoupling, unimodal endpoint retention, and component ablations to determine whetherMMFGUremoves target information selectively and which modules enable this behavior\.

Comparison of Unlearning Effectiveness\.Fig\.[4](https://arxiv.org/html/2607.28708#Sx5.F4)compares the unlearning effect on the deleted nodes:MMFGUapproaches Retrain on Movies and gives the lowest unlearned\-set accuracy on Grocery\. Together with high retained accuracy, this supports selective target suppression rather than global damage\.

![Refer to caption](https://arxiv.org/html/2607.28708v1/x6.png)Figure 4:After\-forgetting forget\-set performance across two tasks: \(a\) node classification measured by Forget Set Accuracy \(%\) and \(b\) link prediction measured by Forget Set AUC \(%\)\. The red dashed line marks the Retrain baseline\.Association Decoupling and Endpoint Retention\.We verify whetherMMFGUremoves target image–text bindings without damaging unimodal endpoints\. Tables S1–S2 show that unlearned true pairs become closer to random mismatches and thatMMFGUachieves stronger decoupling than baselines\. Fig\.[5](https://arxiv.org/html/2607.28708#Sx5.F5)shows that full, image\-only, and text\-only accuracies remain stable, with at most0\.420\.42percentage\-point change\. Together with Fig\.[3](https://arxiv.org/html/2607.28708#Sx5.F3), these results indicate selective Pairing Removal rather than global representation collapse\.

![Refer to caption](https://arxiv.org/html/2607.28708v1/x7.png)Figure 5:Unimodal endpoint retention on Movies \(a\) and Grocery \(b\)\. Values closer to zero indicate better preservation after Pairing Removal\.Component and Cross\-client Analysis\.Table[2](https://arxiv.org/html/2607.28708#Sx5.T2)shows that each component contributes to maintaining retained accuracy after unlearning\. Among them, cross\-client purge and probe alignment are the most critical: removing either of them leads to a clear and consistent performance drop across datasets, suggesting that requester\-local decoupling alone cannot ensure stable global unlearning\. In contrast, removing local decoupling causes a milder but still consistent degradation\. These results indicate complementary roles of the three modules: local objectives initiate target removal, while probe alignment and cross\-client propagation prevent residual target information from reappearing after aggregation\.

Table 2:Ablation study\. Each variant removes one core module to validate its contribution\. The best results are highlighted inbold, while the second\-best inunderline\.Additional Diagnostics\.Paired\-random distance \(Table S1 in the supporting material\), decoupling\-baseline comparisons \(Table S2 in the supporting material\), unimodal retention \(Fig\. S1 in the supporting material\), and the target\-neighbor case study \(Fig\. S4 and Table S5 in the supporting material\) provide additional diagnostics\.

### Robustness Analysis \(Q3\)

To answer Q3, we vary unlearning ratios and hyperparameters and integrateMMFGUwith different unlearning backbones to assess its robustness across deletion regimes and federated settings\.

Robustness to Unlearning Ratio\.As shown in Fig\.[6](https://arxiv.org/html/2607.28708#Sx5.F6),MMFGUremains top\-ranked across the tested ratios on both Book\-nc and TN\. Its Book\-nc accuracy changes with the retained\-client composition, whereas its TN Recall@5 remains within a narrow band\. Thus, the observed results support a consistent ranking across regimes rather than a uniformly flat absolute curve\. The contrast is especially clear at high unlearning ratios: several baselines deteriorate sharply on at least one task, whileMMFGUretains its utility advantage through the90%90\\%endpoint\. This indicates that its behavior is not tied to the default deletion ratio used in Table[1](https://arxiv.org/html/2607.28708#Sx4.T1)\.

![Refer to caption](https://arxiv.org/html/2607.28708v1/x8.png)

![Refer to caption](https://arxiv.org/html/2607.28708v1/x9.png)

Figure 6:Robustness to the Entity/Relation Removal ratio\. Left: Book\-nc node classification under different client\-unlearning ratios\. Right: TN recommendation under different relation\-unlearning ratios\.Hyperparameter Sensitivity\.Fig\.[7](https://arxiv.org/html/2607.28708#Sx5.F7)presents a sensitivity analysis of the loss\-weight hyperparameters and the probe threshold\. Accuracy remains relatively stable over a wide range ofαdec\\alpha\_\{\\mathrm\{dec\}\}andβmm\\beta\_\{\\mathrm\{mm\}\}values, whereas settingτp\\tau\_\{p\}to 0\.85 leads to consistently inferior performance\. The broad high\-accuracy plateau suggests that the method is robust to hyperparameter choices rather than relying on a single finely tuned combination\.

![Refer to caption](https://arxiv.org/html/2607.28708v1/x10.png)Figure 7:Hyperparameter sensitivity on Movies\. Left: sensitivity toαdec\\alpha\_\{\\mathrm\{dec\}\}andβmm\\beta\_\{\\mathrm\{mm\}\}\. Right: sensitivity toλneg\\lambda\_\{\\mathrm\{neg\}\}andτp\\tau\_\{p\}\.Plug\-in Generality\.To evaluate whether the proposed design can consistently enhance existing unlearning methods, we integrate it into five runnable backbones\. The resulting variants improve retained accuracy for four of the five backbones on average, while all five achieve positive UR gains\. These results demonstrate that our design is broadly compatible with heterogeneous unlearning methods and improves their unlearning–utility trade\-off\. Detailed settings and results are provided in Section S3 of the supporting material\.

### Efficiency Analysis \(Q4\)

To answer Q4, we evaluate theoretical and empirical computation and communication costs together with update convergence\.

Efficiency\.Table[3](https://arxiv.org/html/2607.28708#Sx5.T3)compares theoretical time and space complexity, empirical wall\-clock time, and communication cost\.MMFGUachieves the lowest wall\-clock time and communication cost among all compared methods, including both retraining\-based and lightweight baselines\.

Table 3:Theoretical time/space complexity and empirical time/communication comparison\.Convergence Study\.Fig\.[8](https://arxiv.org/html/2607.28708#Sx5.F8)tracks retained accuracy throughout the unlearning process\. On both Movies and Toys,MMFGUreaches a stable high\-accuracy region within the first few updates and consistently outperforms the competing methods thereafter\. This complements the endpoint costs in Table[3](https://arxiv.org/html/2607.28708#Sx5.T3)by showing that the efficiency gain is accompanied by stable post\-request optimization\.

![Refer to caption](https://arxiv.org/html/2607.28708v1/x11.png)Figure 8:Retained\-accuracy convergence over unlearning rounds on Movies \(left\) and Toys \(right\)\.

## Conclusion

We presented MMFGU, a multimodal federated graph unlearning framework for Entity/Relation Removal, Modality Removal, and Pairing Removal while preserving retained utility\. The key idea is to treat Pairing Removal as an explicit unlearning objective, then combine it with cross\-client purge propagation and probe\-guided repair\. The experimental results show that MMFGU provides a favorable balance among utility, unlearning effectiveness, robustness, and efficiency\. Future work can extend the framework to streaming unlearning requests and stronger formal guarantees for multimodal federated graph models\.

## References

- Y\. Ai, X\. Li, J\. Chao, B\. Fan, Z\. Wu, Y\. Zhu, R\. Li, and G\. Wang \(2026\)PAGE: a unified approach for federated graph unlearning\.InProceedings of the AAAI Conference on Artificial Intelligence,Vol\.40,pp\. 19589–19597\.Cited by:[Introduction](https://arxiv.org/html/2607.28708#Sx1.p2.1)\.
- J\. Baek, W\. Jeong, J\. Jin, J\. Yoon, and S\. J\. Hwang \(2023\)Personalized subgraph federated learning\.InProceedings of the 40th International Conference on Machine Learning,Proceedings of Machine Learning Research, Vol\.202,pp\. 1396–1415\.Cited by:[Related Work](https://arxiv.org/html/2607.28708#Sx2.p2.1)\.
- V\. D\. Blondel, J\. Guillaume, R\. Lambiotte, and E\. Lefebvre \(2008\)Fast unfolding of communities in large networks\.Journal of statistical mechanics: theory and experiment2008\(10\),pp\. P10008\.Cited by:[Experimental Setup](https://arxiv.org/html/2607.28708#Sx5.SSx1.p1.2)\.
- L\. Bourtoule, V\. Chandrasekaran, C\. A\. Choquette\-Choo, H\. Jia, A\. Travers, B\. Zhang, D\. Lie, and N\. Papernot \(2021\)Machine unlearning\.In2021 IEEE symposium on security and privacy \(SP\),pp\. 141–159\.Cited by:[Experimental Setup](https://arxiv.org/html/2607.28708#Sx5.SSx1.p2.2)\.
- X\. Cai, C\. Huang, L\. Xia, and X\. Ren \(2023\)LightGCL: simple yet effective graph contrastive learning for recommendation\.arXiv preprint arXiv:2302\.08191\.Cited by:[Introduction](https://arxiv.org/html/2607.28708#Sx1.p1.1)\.
- Z\. Chen, X\. Li, Y\. Zhu, R\. Li, and G\. Wang \(2025\)FedC4: graph condensation meets client\-client collaboration for efficient and private federated graph learning\.arXiv preprint arXiv:2504\.14188\.Cited by:[Related Work](https://arxiv.org/html/2607.28708#Sx2.p2.1)\.
- J\. Cheng and H\. Amiri \(2023\)Multidelete for multimodal machine unlearning\.arXiv preprint arXiv:2311\.12047\.Cited by:[Experimental Setup](https://arxiv.org/html/2607.28708#Sx5.SSx1.p2.2)\.
- E\. Chien, J\. Peng, P\. Li, and O\. Milenkovic \(2021\)Adaptive universal generalized PageRank graph neural network\.InInternational Conference on Learning Representations,Cited by:[Related Work](https://arxiv.org/html/2607.28708#Sx2.p1.1)\.
- K\. Desai, G\. Kaul, Z\. T\. Aysola, and J\. Johnson \(2021\)Redcaps: web\-curated image\-text data created by the people, for the people\.InThirty\-fifth Conference on Neural Information Processing Systems Datasets and Benchmarks Track \(Round 1\),Cited by:[Experimental Setup](https://arxiv.org/html/2607.28708#Sx5.SSx1.p1.2)\.
- X\. Fu, B\. Zhang, Y\. Dong, C\. Chen, and J\. Li \(2022\)Federated graph machine learning: a survey of concepts, techniques, and applications\.ACM SIGKDD Explorations Newsletter24\(2\),pp\. 32–47\.External Links:[Document](https://dx.doi.org/10.1145/3575637.3575644)Cited by:[Related Work](https://arxiv.org/html/2607.28708#Sx2.p2.1)\.
- A\. Golatkar, A\. Achille, and S\. Soatto \(2020\)Eternal sunshine of the spotless net: selective forgetting in deep networks\.InProceedings of the IEEE/CVF conference on computer vision and pattern recognition,pp\. 9304–9312\.Cited by:[Experimental Setup](https://arxiv.org/html/2607.28708#Sx5.SSx1.p2.2)\.
- W\. L\. Hamilton, R\. Ying, and J\. Leskovec \(2017\)Inductive representation learning on large graphs\.InAdvances in Neural Information Processing Systems,Vol\.30\.Cited by:[Related Work](https://arxiv.org/html/2607.28708#Sx2.p1.1)\.
- C\. He, K\. Balasubramanian, E\. Ceyani, C\. Yang, H\. Xie, L\. Sun, L\. He, L\. Yang, P\. S\. Yu, Y\. Rong, P\. Zhao, J\. Huang, M\. Annavaram, and S\. Avestimehr \(2021\)FedGraphNN: a federated learning system and benchmark for graph neural networks\.arXiv preprint arXiv:2104\.07145\.Cited by:[Related Work](https://arxiv.org/html/2607.28708#Sx2.p2.1)\.
- Y\. Hou, J\. Li, X\. Fu, Z\. He, A\. Yan, X\. Chen, and J\. McAuley \(2026\)Bridging language and items for retrieval and recommendation: benchmarking llms as semantic encoders\.InProceedings of the 64th Annual Meeting of the Association for Computational Linguistics \(Volume 1: Long Papers\),pp\. 3251–3265\.Cited by:[Experimental Setup](https://arxiv.org/html/2607.28708#Sx5.SSx1.p1.2)\.
- J\. Jang, D\. Yoon, S\. Yang, S\. Cha, M\. Lee, L\. Logeswaran, and M\. Seo \(2023\)Knowledge unlearning for mitigating privacy risks in language models\.InProceedings of the 61st Annual Meeting of the Association for Computational Linguistics \(Volume 1: Long Papers\),pp\. 14389–14408\.Cited by:[Experimental Setup](https://arxiv.org/html/2607.28708#Sx5.SSx1.p2.2)\.
- T\. N\. Kipf and M\. Welling \(2017\)Semi\-supervised classification with graph convolutional networks\.InInternational Conference on Learning Representations,Cited by:[Related Work](https://arxiv.org/html/2607.28708#Sx2.p1.1)\.
- F\. Li, Y\. Nian, Z\. Sun, and C\. Tao \(2023a\)Advancing biomedicine with graph representation learning: recent progress, challenges, and future directions\.Yearbook of Medical Informatics32\(01\),pp\. 215–224\.Cited by:[Introduction](https://arxiv.org/html/2607.28708#Sx1.p1.1)\.
- X\. Li, Y\. Ai, Y\. Zhu, H\. Lu, Y\. Zhang, G\. Fu, B\. Fan, Q\. Dai, R\. Li, and G\. Wang \(2026\)MM\-openfgl: a comprehensive benchmark for multimodal federated graph learning\.arXiv preprint arXiv:2601\.22416\.Cited by:[Introduction](https://arxiv.org/html/2607.28708#Sx1.p1.1),[Experimental Setup](https://arxiv.org/html/2607.28708#Sx5.SSx1.p1.2)\.
- X\. Li, Z\. Wu, W\. Zhang, Y\. Zhu, R\. Li, and G\. Wang \(2023b\)FedGTA: topology\-aware averaging for federated graph learning\.Proceedings of the VLDB Endowment17\(1\),pp\. 41–50\.External Links:[Document](https://dx.doi.org/10.14778/3617838.3617842)Cited by:[Related Work](https://arxiv.org/html/2607.28708#Sx2.p2.1)\.
- S\. Lin, X\. Zhang, C\. Chen, X\. Chen, and W\. Susilo \(2023\)Erm\-ktp: knowledge\-level machine unlearning via knowledge transfer\.InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition,pp\. 20147–20155\.Cited by:[Experimental Setup](https://arxiv.org/html/2607.28708#Sx5.SSx1.p2.2)\.
- F\. Liu and H\. Liu \(2025\)Subgraph federated unlearning\.InProceedings of the ACM on Web Conference 2025,pp\. 1205–1215\.Cited by:[Experimental Setup](https://arxiv.org/html/2607.28708#Sx5.SSx1.p2.2)\.
- G\. Liu, X\. Ma, Y\. Yang, C\. Wang, and J\. Liu \(2021\)Federaser: enabling efficient client\-level data removal from federated learning models\.In2021 IEEE/ACM 29th international symposium on quality of service \(IWQOS\),pp\. 1–10\.Cited by:[Experimental Setup](https://arxiv.org/html/2607.28708#Sx5.SSx1.p2.2)\.
- R\. Mehta, S\. Pal, V\. Singh, and S\. N\. Ravi \(2022\)Deep unlearning via randomized conditionally independent hessians\.InProceedings of the IEEE/CVF conference on computer vision and pattern recognition,pp\. 10422–10431\.Cited by:[Experimental Setup](https://arxiv.org/html/2607.28708#Sx5.SSx1.p2.2)\.
- S\. Neel, A\. Roth, and S\. Sharifi\-Malvajerdi \(2021\)Descent\-to\-delete: gradient\-based methods for machine unlearning\.InAlgorithmic Learning Theory,pp\. 931–962\.Cited by:[Experimental Setup](https://arxiv.org/html/2607.28708#Sx5.SSx1.p2.2)\.
- J\. Ni, J\. Li, and J\. McAuley \(2019\)Justifying recommendations using distantly\-labeled reviews and fine\-grained aspects\.InProceedings of the 2019 conference on empirical methods in natural language processing and the 9th international joint conference on natural language processing \(EMNLP\-IJCNLP\),pp\. 188–197\.Cited by:[Experimental Setup](https://arxiv.org/html/2607.28708#Sx5.SSx1.p1.2)\.
- Z\. Pan, Z\. Wang, C\. Li, K\. Zheng, B\. Wang, X\. Tang, and J\. Zhao \(2024\)Federated unlearning with gradient descent and conflict mitigation\.arXiv preprint arXiv:2412\.20200\.Cited by:[Experimental Setup](https://arxiv.org/html/2607.28708#Sx5.SSx1.p2.2)\.
- H\. Pei, B\. Wei, K\. C\. Chang, Y\. Lei, and B\. Yang \(2020\)Geom\-GCN: geometric graph convolutional networks\.InInternational Conference on Learning Representations,Cited by:[Related Work](https://arxiv.org/html/2607.28708#Sx2.p1.1)\.
- P\. Veličković, G\. Cucurull, A\. Casanova, A\. Romero, P\. Liò, and Y\. Bengio \(2018\)Graph attention networks\.InInternational Conference on Learning Representations,Cited by:[Related Work](https://arxiv.org/html/2607.28708#Sx2.p1.1)\.
- C\. Wan, X\. Li, Y\. Zuo, H\. Deng, S\. Li, B\. Fan, H\. Qin, R\. Li, and G\. Wang \(2026\)OpenMAG: a comprehensive benchmark for multimodal\-attributed graph\.InForty\-third International Conference on Machine Learning,Cited by:[Introduction](https://arxiv.org/html/2607.28708#Sx1.p1.1),[Experimental Setup](https://arxiv.org/html/2607.28708#Sx5.SSx1.p1.2)\.
- M\. Wan and J\. McAuley \(2018\)Item recommendation on monotonic behavior chains\.InProceedings of the 12th ACM conference on recommender systems,pp\. 86–94\.Cited by:[Experimental Setup](https://arxiv.org/html/2607.28708#Sx5.SSx1.p1.2)\.
- M\. Wan, R\. Misra, N\. Nakashole, and J\. McAuley \(2019\)Fine\-grained spoiler detection from large\-scale review corpora\.InProceedings of the 57th Annual Meeting of the Association for Computational Linguistics,pp\. 2605–2610\.Cited by:[Experimental Setup](https://arxiv.org/html/2607.28708#Sx5.SSx1.p1.2)\.
- C\. Wu, F\. Wu, L\. Lyu, Y\. Huang, and X\. Xie \(2022\)Communication\-efficient federated learning via knowledge distillation\.Nature communications13\(1\),pp\. 2032\.Cited by:[Experimental Setup](https://arxiv.org/html/2607.28708#Sx5.SSx1.p2.2)\.
- Z\. Wu, X\. Li, Y\. Zhu, Z\. Chen, G\. Yan, Y\. Yan, H\. Zhang, Y\. Ai, X\. Jin, R\. Li, and G\. Wang \(2025a\)A comprehensive data\-centric overview of federated graph learning\.arXiv preprint arXiv:2507\.16541\.Cited by:[Related Work](https://arxiv.org/html/2607.28708#Sx2.p2.1)\.
- Z\. Wu, Y\. Zhu, X\. Li, Z\. Qiu, R\. Li, G\. Wang, and C\. Zhou \(2025b\)FedBook: a unified federated graph foundation codebook with intra\-domain and inter\-domain knowledge modeling\.arXiv preprint arXiv:2510\.07755\.Cited by:[Related Work](https://arxiv.org/html/2607.28708#Sx2.p3.1)\.
- B\. Yan, Z\. Zhang, H\. Sun, M\. Zhang, Y\. Cao, and C\. Shi \(2025\)Data\-centric federated graph learning with large language models\.arXiv preprint arXiv:2503\.19455\.Cited by:[Related Work](https://arxiv.org/html/2607.28708#Sx2.p3.1)\.
- Z\. Yang, W\. Cohen, and R\. Salakhudinov \(2016\)Revisiting semi\-supervised learning with graph embeddings\.InInternational conference on machine learning,pp\. 40–48\.Cited by:[Introduction](https://arxiv.org/html/2607.28708#Sx1.p1.1)\.
- J\. Zhang, Y\. Cheng, Y\. Ni, Y\. Pan, Z\. Yuan, J\. Fu, Y\. Li, J\. Wang, and F\. Yuan \(2024\)Ninerec: a benchmark dataset suite for evaluating transferable recommendation\.IEEE Transactions on Pattern Analysis and Machine Intelligence\.Cited by:[Experimental Setup](https://arxiv.org/html/2607.28708#Sx5.SSx1.p1.2)\.
- K\. Zhang, C\. Yang, X\. Li, L\. Sun, and S\. M\. Yiu \(2021\)Subgraph federated learning with missing neighbor generation\.InAdvances in Neural Information Processing Systems,Vol\.34,pp\. 6671–6682\.Cited by:[Related Work](https://arxiv.org/html/2607.28708#Sx2.p2.1)\.
- Z\. Zhang, P\. Cui, and W\. Zhu \(2020\)Deep learning on graphs: a survey\.IEEE Transactions on Knowledge and Data Engineering34\(1\),pp\. 249–270\.Cited by:[Introduction](https://arxiv.org/html/2607.28708#Sx1.p1.1)\.
- Y\. Zhao, P\. Wang, H\. Qi, J\. Huang, Z\. Wei, and Q\. Zhang \(2023\)Federated unlearning with momentum degradation\.IEEE Internet of Things Journal11\(5\),pp\. 8860–8870\.Cited by:[Experimental Setup](https://arxiv.org/html/2607.28708#Sx5.SSx1.p2.2)\.
- Z\. Zhong, W\. Bao, J\. Wang, S\. Zhang, J\. Zhou, L\. Lyu, and W\. Y\. B\. Lim \(2025\)Unlearning through knowledge overwriting: reversible federated unlearning via selective sparse adapter\.InProceedings of the Computer Vision and Pattern Recognition Conference,pp\. 30661–30670\.Cited by:[Experimental Setup](https://arxiv.org/html/2607.28708#Sx5.SSx1.p2.2)\.
- J\. Zhu, Y\. Yan, L\. Zhao, M\. Heimann, L\. Akoglu, and D\. Koutra \(2020\)Beyond homophily in graph neural networks: current limitations and effective designs\.InAdvances in Neural Information Processing Systems,Vol\.33,pp\. 7793–7804\.Cited by:[Related Work](https://arxiv.org/html/2607.28708#Sx2.p1.1)\.
- Y\. Zhu, X\. Li, J\. Jia, M\. Hu, D\. Wu, and M\. Qiu \(2025\)Towards effective federated graph foundation model via mitigating knowledge entanglement\.InAdvances in Neural Information Processing Systems,Cited by:[Related Work](https://arxiv.org/html/2607.28708#Sx2.p3.1)\.

相似文章

面向模态异质性下的鲁棒联邦多模态图学习

arXiv cs.LG

本文提出FedMPO,一种鲁棒的联邦多模态图学习方法,通过拓扑感知的跨模态生成、缺失感知的专家路由和可靠性感知的聚合来解决模态异质性和缺失模态问题,在多个数据集上实现了性能提升。

随机元遗忘:连接语言骨干与多模态遗忘

arXiv cs.CL

本文介绍了随机元遗忘(SMU),这是一个双层框架,利用VLM级反馈为语言骨干学习一个可进行遗忘的初始化,在多模态遗忘中实现更好的遗忘-保留权衡。