Papers
Topics
Authors
Recent
Search
2000 character limit reached

FedMeNF: Privacy-Aware Federated Meta-Learning

Updated 8 July 2026
  • The paper introduces a privacy-preserving loss within a federated meta-learning framework to prevent local memorization of client data while enabling rapid adaptation.
  • FedMeNF is a framework combining neural fields, federated learning, and meta-learning to enable efficient few-shot reconstruction across images, video, and 3D tasks.
  • The method achieves robust performance under non-IID, few-shot conditions by significantly reducing PSNR-based privacy leakage compared to standard approaches.

Searching arXiv for the specified paper and closely related cited works to ground the article with arXiv references. FedMeNF is a privacy-preserving federated meta-learning framework for neural fields in which a global meta-learner is trained across decentralized clients while regulating privacy leakage during local meta-optimization. It is designed for settings where coordinate-based neural fields provide compact signal representations but conventional per-task training is too data- and compute-intensive for resource-constrained edge devices. The method introduces a privacy-preserving loss that counteracts the tendency of local meta-learners to memorize client-private query data, with the stated goal of retaining fast adaptation and robust reconstruction under few-shot and non-IID conditions across images, video, and 3D neural rendering tasks (Yun et al., 8 Aug 2025).

1. Problem domain and motivation

FedMeNF is situated at the intersection of neural fields, federated learning, and meta-learning. In the formulation used by the method, a neural field or implicit neural representation learns a continuous mapping fϕ:xyf_\phi : x \to y, such as 2D coordinates to RGB or 3D location plus view to color and density, via a small MLP. This representation is compact and can yield high-fidelity reconstructions, but training from scratch typically requires thousands of gradient steps, large amounts of data, and compute or memory budgets beyond those of smartphones, AR/VR headsets, and IoT cameras (Yun et al., 8 Aug 2025).

The meta-learning perspective addresses this by amortizing many neural-field training runs into a shared initialization θ\theta that can adapt to a new task in a few steps. Federated meta-learning extends that setting to many clients with private tasks, allowing joint optimization without sharing raw data. FedMeNF inherits that objective but focuses on a specific privacy failure mode: when a client effectively has a single private task, the local meta-learner after outer-loop training can itself become an implicit neural representation of the client’s private data. The paper describes this as a direct privacy risk, since a curious server or attacker can query the local model with the coordinates of the client’s images and reconstruct them almost perfectly; experiments with FedNeRF on Lego scenes are presented as evidence of this leakage (Yun et al., 8 Aug 2025).

The baseline optimization problems are expressed in standard federated and federated meta-learning form. Standard federated learning is written as

minθm=1MαmL(θ;Dm),αm=DmD.\min_\theta \sum_{m=1}^M \alpha^m\,L(\theta;D^m),\qquad \alpha^m=\tfrac{|D^m|}{\sum|D^\ell|}.

Standard federated meta-learning is written as

minθm=1Mαm  L ⁣(φm(θ),Qm),φm(θ)=argminφL(θ,Sm),\min_\theta \sum_{m=1}^M \alpha^m \;L\!\bigl(\varphi^m(\theta),Q^m\bigr),\quad \varphi^m(\theta)=\arg\min_\varphi L(\theta,S^m),

where each client uses a support set SmS^m for inner-loop adaptation and a query set QmQ^m for the outer objective (Yun et al., 8 Aug 2025).

2. Optimization structure and local training dynamics

FedMeNF assumes NN clients with private datasets DmD^m, with the server sampling MM clients per round. The global meta-learner parameters are θ\theta, and each participating client instantiates a local meta-learner θ\theta0 initialized from θ\theta1. Each inner-loop task on client θ\theta2 is a support/query split θ\theta3 sampled from θ\theta4 (Yun et al., 8 Aug 2025).

The global federated meta-learning objective is defined as

θ\theta5

with θ\theta6 denoting the result of θ\theta7 inner-loop updates on the support data. The standard MAML-style local outer update is

θ\theta8

This update rule is precisely the component that FedMeNF modifies, because it can drive the client model toward memorization of the private query set (Yun et al., 8 Aug 2025).

Algorithmically, the training loop proceeds as follows. For each communication round, the server selects clients and broadcasts θ\theta9. Each selected client sets minθm=1MαmL(θ;Dm),αm=DmD.\min_\theta \sum_{m=1}^M \alpha^m\,L(\theta;D^m),\qquad \alpha^m=\tfrac{|D^m|}{\sum|D^\ell|}.0, repeatedly samples tasks minθm=1MαmL(θ;Dm),αm=DmD.\min_\theta \sum_{m=1}^M \alpha^m\,L(\theta;D^m),\qquad \alpha^m=\tfrac{|D^m|}{\sum|D^\ell|}.1, performs minθm=1MαmL(θ;Dm),αm=DmD.\min_\theta \sum_{m=1}^M \alpha^m\,L(\theta;D^m),\qquad \alpha^m=\tfrac{|D^m|}{\sum|D^\ell|}.2 inner-loop updates on support batches with learning rate minθm=1MαmL(θ;Dm),αm=DmD.\min_\theta \sum_{m=1}^M \alpha^m\,L(\theta;D^m),\qquad \alpha^m=\tfrac{|D^m|}{\sum|D^\ell|}.3, then applies an outer update with learning rate minθm=1MαmL(θ;Dm),αm=DmD.\min_\theta \sum_{m=1}^M \alpha^m\,L(\theta;D^m),\qquad \alpha^m=\tfrac{|D^m|}{\sum|D^\ell|}.4 using the FedMeNF privacy-preserving objective. After minθm=1MαmL(θ;Dm),αm=DmD.\min_\theta \sum_{m=1}^M \alpha^m\,L(\theta;D^m),\qquad \alpha^m=\tfrac{|D^m|}{\sum|D^\ell|}.5 outer iterations, the client transmits its updated model minθm=1MαmL(θ;Dm),αm=DmD.\min_\theta \sum_{m=1}^M \alpha^m\,L(\theta;D^m),\qquad \alpha^m=\tfrac{|D^m|}{\sum|D^\ell|}.6 to the server, and the server aggregates by

minθm=1MαmL(θ;Dm),αm=DmD.\min_\theta \sum_{m=1}^M \alpha^m\,L(\theta;D^m),\qquad \alpha^m=\tfrac{|D^m|}{\sum|D^\ell|}.7

This structure preserves the standard federated aggregation pattern while changing the local meta-objective to directly regulate leakage (Yun et al., 8 Aug 2025).

3. Privacy-preserving loss and leakage control

The central mechanism in FedMeNF is a privacy regularizer added to the local meta-objective. The paper defines a privacy metric,

minθm=1MαmL(θ;Dm),αm=DmD.\min_\theta \sum_{m=1}^M \alpha^m\,L(\theta;D^m),\qquad \alpha^m=\tfrac{|D^m|}{\sum|D^\ell|}.8

where minθm=1MαmL(θ;Dm),αm=DmD.\min_\theta \sum_{m=1}^M \alpha^m\,L(\theta;D^m),\qquad \alpha^m=\tfrac{|D^m|}{\sum|D^\ell|}.9 is constant and minθm=1Mαm  L ⁣(φm(θ),Qm),φm(θ)=argminφL(θ,Sm),\min_\theta \sum_{m=1}^M \alpha^m \;L\!\bigl(\varphi^m(\theta),Q^m\bigr),\quad \varphi^m(\theta)=\arg\min_\varphi L(\theta,S^m),0 is the loss incurred when the local meta-learner reconstructs the client’s query data from coordinates. Larger minθm=1Mαm  L ⁣(φm(θ),Qm),φm(θ)=argminφL(θ,Sm),\min_\theta \sum_{m=1}^M \alpha^m \;L\!\bigl(\varphi^m(\theta),Q^m\bigr),\quad \varphi^m(\theta)=\arg\min_\varphi L(\theta,S^m),1 indicates greater privacy leakage because it corresponds to more accurate recovery of the client’s private signal (Yun et al., 8 Aug 2025).

The local meta-optimization loss is

minθm=1Mαm  L ⁣(φm(θ),Qm),φm(θ)=argminφL(θ,Sm),\min_\theta \sum_{m=1}^M \alpha^m \;L\!\bigl(\varphi^m(\theta),Q^m\bigr),\quad \varphi^m(\theta)=\arg\min_\varphi L(\theta,S^m),2

FedMeNF adds a privacy regularizer defined as the negative query loss,

minθm=1Mαm  L ⁣(φm(θ),Qm),φm(θ)=argminφL(θ,Sm),\min_\theta \sum_{m=1}^M \alpha^m \;L\!\bigl(\varphi^m(\theta),Q^m\bigr),\quad \varphi^m(\theta)=\arg\min_\varphi L(\theta,S^m),3

The combined privacy-preserving loss is then

minθm=1Mαm  L ⁣(φm(θ),Qm),φm(θ)=argminφL(θ,Sm),\min_\theta \sum_{m=1}^M \alpha^m \;L\!\bigl(\varphi^m(\theta),Q^m\bigr),\quad \varphi^m(\theta)=\arg\min_\varphi L(\theta,S^m),4

with minθm=1Mαm  L ⁣(φm(θ),Qm),φm(θ)=argminφL(θ,Sm),\min_\theta \sum_{m=1}^M \alpha^m \;L\!\bigl(\varphi^m(\theta),Q^m\bigr),\quad \varphi^m(\theta)=\arg\min_\varphi L(\theta,S^m),5. The corresponding local update is

minθm=1Mαm  L ⁣(φm(θ),Qm),φm(θ)=argminφL(θ,Sm),\min_\theta \sum_{m=1}^M \alpha^m \;L\!\bigl(\varphi^m(\theta),Q^m\bigr),\quad \varphi^m(\theta)=\arg\min_\varphi L(\theta,S^m),6

In effect, the second term opposes the component of the outer-loop gradient that would otherwise fit the client’s query set too directly (Yun et al., 8 Aug 2025).

This design is presented as allowing the local meta-learner to optimize quickly and efficiently without retaining the client’s private data. A plausible implication is that FedMeNF treats privacy leakage not as an external post hoc property of the learned model but as an object of optimization within the local training dynamics.

4. Theoretical interpretation and empirical privacy analysis

The privacy analysis in FedMeNF contrasts the dynamics of standard federated meta-learning with those of the privacy-regularized objective. In vanilla FML, the outer-step change in query loss is approximated as

minθm=1Mαm  L ⁣(φm(θ),Qm),φm(θ)=argminφL(θ,Sm),\min_\theta \sum_{m=1}^M \alpha^m \;L\!\bigl(\varphi^m(\theta),Q^m\bigr),\quad \varphi^m(\theta)=\arg\min_\varphi L(\theta,S^m),7

so the local model moves monotonically toward better reconstruction of the private query data. In the paper’s interpretation, this means that minθm=1Mαm  L ⁣(φm(θ),Qm),φm(θ)=argminφL(θ,Sm),\min_\theta \sum_{m=1}^M \alpha^m \;L\!\bigl(\varphi^m(\theta),Q^m\bigr),\quad \varphi^m(\theta)=\arg\min_\varphi L(\theta,S^m),8 rises as training proceeds, and the client-local model increasingly behaves like a neural field fitted to the client’s private sample (Yun et al., 8 Aug 2025).

For FedMeNF, the privacy-preserving gradient is written as

minθm=1Mαm  L ⁣(φm(θ),Qm),φm(θ)=argminφL(θ,Sm),\min_\theta \sum_{m=1}^M \alpha^m \;L\!\bigl(\varphi^m(\theta),Q^m\bigr),\quad \varphi^m(\theta)=\arg\min_\varphi L(\theta,S^m),9

with the resulting query-loss change

SmS^m0

The key interpretation is that SmS^m1 directly scales the memorization-driving term. As SmS^m2 approaches SmS^m3, the component associated with fitting the private query set is increasingly suppressed; at SmS^m4, the paper states that the SmS^m5 term is removed altogether and no private-data memorization occurs (Yun et al., 8 Aug 2025).

The empirical privacy analysis complements this derivation. The paper reports that the SmS^m6 curve is tightly bounded as SmS^m7 increases. It further reports that Membership Inference Attack and Property Inference Attack accuracies drop from approximately SmS^m8 to approximately SmS^m9 under FedMeNF, and that correlations with differential-privacy QmQ^m0 validate QmQ^m1 as a general privacy metric (Yun et al., 8 Aug 2025). This suggests that the proposed leakage metric is intended not merely as a modality-specific reconstruction score but as a proxy aligned with broader attack success.

5. Experimental regime and reported results

The empirical study spans several modalities. The image dataset is PetFace, where each client owns QmQ^m2 images on average. The video dataset is GolfDB, where each client owns approximately QmQ^m3 videos. The 3D neural rendering benchmarks are ShapeNet Cars, specified as QmQ^m4 cars distributed to QmQ^m5 clients, and FaceScape with QmQ^m6 people; each client task is one scene with approximately QmQ^m7 views for support and query (Yun et al., 8 Aug 2025).

Few-shot and non-IID conditions are explicit parts of the evaluation. In few-shot view synthesis, clients have only QmQ^m8 input views for their NeRF tasks. For non-IID settings, view counts or numbers of tasks per client follow DirichletQmQ^m9 with NN0 (Yun et al., 8 Aug 2025).

Evaluation aspect Configuration
Modalities Image, Video, 3D
Datasets PetFace, GolfDB, ShapeNet Cars, FaceScape
Few-shot setup NN1 input views
Non-IID setup DirichletNN2, NN3
Baselines FedAvg, FedProx, Scaffold, FedNova, FedExP, FedACG with MAML, FOMAML, Reptile, meta-NSGD, plus Local

The quantitative comparisons are reported against combinations of federated optimizers and meta-learners, including FedAvg, FedProx, Scaffold, FedNova, FedExP, and FedACG paired with MAML, FOMAML, Reptile, and meta-NSGD, as well as a Local lower bound. In an excerpted FedAvg comparison, the paper reports the following values: Local with PSNR NN4; MAML with NN5, PSNR NN6, and NN7; FOMAML with NN8, NN9, and DmD^m0; Reptile with DmD^m1, DmD^m2, and DmD^m3; meta-NSGD with DmD^m4, DmD^m5, and DmD^m6; and FedMeNF with DmD^m7, PSNR DmD^m8, and DmD^m9 (Yun et al., 8 Aug 2025).

More generally, the paper states that FedMeNF achieves PSNR on par with or better than MAML while reducing MM0 by MM1–MM2 across image, video, and 3D modalities. It also reports that, in few-shot view synthesis, FedMeNF consistently attains the highest PSNR with controlled MM3, and that under non-IID Dirichlet heterogeneity it remains robust in both privacy and synthesis quality whereas vanilla federated meta-learning degrades (Yun et al., 8 Aug 2025).

6. Interpretation, limitations, and nomenclature

The paper characterizes FedMeNF as the first federated meta-learning framework for neural fields that simultaneously trains a global meta-learner for rapid neural-field adaptation, prevents local meta-learners from memorizing private data via a provable regularizer, and empirically demonstrates fast adaptation, high fidelity, and strong privacy preservation across diverse real-world tasks (Yun et al., 8 Aug 2025). Its reported headline conclusions are that privacy leakage, measured through MM4, decreases by MM5–MM6 with minimal loss in reconstruction quality, that the method is effective across images, videos, and NeRF, and that it handles few-shot and highly non-IID client data gracefully (Yun et al., 8 Aug 2025).

The privacy-performance trade-off is controlled by MM7. The paper states that varying MM8 trades off privacy and performance as predicted by theory, and that an adaptive MM9 driven by a privacy budget θ\theta0 performs nearly as well as a tuned fixed θ\theta1 (Yun et al., 8 Aug 2025). This suggests that the method can be interpreted as a continuous interpolation between conventional outer-loop fitting and stronger anti-memorization regularization.

The stated limitations are also specific. The reported experiments use relatively simple neural-field architectures, specifically SIREN and small NeRF, in order to keep communication and computation feasible for edge deployment. The paper identifies transformer-based or hypernetwork-based neural fields as a possible path to higher synthesis quality, but notes that such models would need adaptation to federated communication and computation constraints. It also identifies stronger cryptographic or differential-privacy guarantees as an open direction for extending the privacy analysis (Yun et al., 8 Aug 2025).

FedMeNF should be distinguished from the similarly named FedMef, which is a different framework addressing memory-efficient federated dynamic pruning through Budget-Aware Extrusion and Scaled Activation Pruning under parameter and activation memory budgets, rather than privacy-preserving federated meta-learning for neural fields (Huang et al., 2024). The orthographic similarity between the names can obscure a substantive difference in research focus: FedMeNF centers on leakage control during local meta-optimization for neural fields, whereas FedMef centers on memory-constrained sparse training in cross-device federated learning.

Definition Search Book Streamline Icon: https://streamlinehq.com
References (2)

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to FedMeNF.