An Inclusive and Lightweight Approach to Federated Continual Learning for Cultural Heritage

arXiv cs.LG Papers

Summary

This paper proposes FedCurv-DR, a lightweight federated continual learning method that reduces forgetting and balances performance, fairness, and energy efficiency for sustainable AI in cultural heritage applications.

arXiv:2608.20038v1 Announce Type: new Abstract: Artificial intelligence can support cultural heritage and digital humanities through large-scale retrieval and analysis of digitized collections. However, cultural heritage data are often distributed across institutions, constrained by ownership and access restrictions, and continuously evolving over time. Federated Continual Learning (FCL) is well suited to this setting, as it enables models to learn from distributed and sequential data without sharing raw collections. In this paper, we propose FedCurv-DR, a lightweight, regularisation-based FCL strategy. The method accumulates parameter-importance estimates across clients and experiences to protect learned knowledge, while updating them only at fixed intervals to minimize communication and computation overhead. We evaluate FedCurv-DR in a continual learning scenario using the WikiArt image dataset for genre classification with evolving styles, reporting performance, energy, and fairness metrics. Our results show that FedCurv- DR reduces forgetting and balances performance, fairness, and energy efficiency for sustainable AI in cultural heritage.
Original Article
View Cached Full Text

Cached at: 08/21/26, 10:32 AM

# An Inclusive and Lightweight Approach to Federated Continual Learning for Cultural Heritage
Source: [https://arxiv.org/html/2608.20038](https://arxiv.org/html/2608.20038)
Ioannis Theologitis1, Debin Meng2, Stylianos Eleftheriadis1, Vasileios Lolis1, Konstantinos Votis1Affiliation:1Information Technologies Institute, Centre for Research and Technology Hellas, Thessaloniki, Greece 2School of Electronic Engineering and Computer Science, Queen Mary University of London, UK \{theolo, stylelev, vaslwlis, kvotis\}@iti\.gr debin\.meng@qmul\.ac\.uk

###### Abstract

Artificial intelligence can support cultural heritage and digital humanities through large\-scale retrieval and analysis of digitized collections\. However, cultural heritage data are often distributed across institutions, constrained by ownership and access restrictions, and continuously evolving over time\. Federated Continual Learning \(FCL\) is well suited to this setting, as it enables models to learn from distributed and sequential data without sharing raw collections\. In this paper, we propose FedCurv\-DR, a lightweight, regularisation\-based FCL strategy\. The method accumulates parameter\-importance estimates across clients and experiences to protect learned knowledge, while updating them only at fixed intervals to minimize communication and computation overhead\. We evaluate FedCurv\-DR in a continual learning scenario using the WikiArt image dataset for genre classification with evolving styles, reporting performance, energy, and fairness metrics\. Our results show that FedCurv\-DR reduces forgetting and balances performance, fairness, and energy efficiency for sustainable AI in cultural heritage\.

###### Index Terms:

federated continual learning, cultural heritage, wikiart, image classification, energy efficiency, fairness, privacy

This is the accepted author manuscript of a paper accepted at the 2026 IEEE International Conference on Cyber Humanities \(IEEE\-CH 2026\), Venice, Italy, September 7–9, 2026\. © 2026 IEEE\. Personal use of this material is permitted\. Permission from IEEE must be obtained for all other uses, in any current or future media, including reprinting/republishing this material for advertising or promotional purposes, creating new collective works, for resale or redistribution to servers or lists, or reuse of any copyrighted component of this work in other works\.

## IIntroduction

AI is increasingly adopted across many domains, including cultural heritage\[[13](https://arxiv.org/html/2608.20038#bib.bib13)\]\. However, cultural heritage data raise specific ethical and technical challenges\. Collections are often distributed across institutions and continuously evolve through digitisation\. Digitisation processes may also reproduce existing societal and cultural biases, including the under\-representation or misrepresentation of minority groups\. These biases can then be inherited or amplified by AI pipelines trained on such collections\[[14](https://arxiv.org/html/2608.20038#bib.bib11),[38](https://arxiv.org/html/2608.20038#bib.bib14)\]\. Such bias can derive from unequal access to cultural heritage data, since ownership, copyright, licensing, and privacy constraints can limit the availability of collections for computational research and AI development\[[9](https://arxiv.org/html/2608.20038#bib.bib9)\]\. At the same time, the unequal capacity of institutions to participate in digitisation and AI adoption can further reinforce this bias, as many cultural heritage organisations face limited funding, insufficient technical expertise, and resource\-intensive digitisation requirements\[[11](https://arxiv.org/html/2608.20038#bib.bib8)\]\.

These challenges highlight the need for AI solutions that are green, trustworthy and inclusive \- core principles of the Cyber Humanities vision, which calls for cultural heritage technologies that combine technical innovation with ethical governance and equitable participation\[[2](https://arxiv.org/html/2608.20038#bib.bib3),[5](https://arxiv.org/html/2608.20038#bib.bib4)\]\. Federated Learning \(FL\) enables collaborative model training without sharing raw data\[[23](https://arxiv.org/html/2608.20038#bib.bib26)\], while Continual Learning \(CL\) enables models to adapt to sequentially arriving data without retraining from scratch\. Their combination, Federated Continual Learning \(FCL\), can support green AI objectives and is well suited to cultural heritage settings\[[29](https://arxiv.org/html/2608.20038#bib.bib12)\]\. As shown in Fig\.[1](https://arxiv.org/html/2608.20038#S1.F1), art institutions across the world can collaboratively train AI models on their private and evolving collections while respecting data sensitivity\. However, to ensure equal participation in this process, energy efficiency and fairness must be considered when deploying such systems\.

![Refer to caption](https://arxiv.org/html/2608.20038v1/figs/federated_continual_learning.reviewed.png)

Fig\. 1:Overview of the federated continual learning process\. Art institutions across Europe collaborate on training a single global model for image classification on their evolving collections, without sharing private data\. Institutions periodically send model updates, rather than raw data, to a server operated by a trusted coordinating party, which aggregates them into a shared global model\.In this work, we propose a lightweight, exemplar\-free FCL framework for cultural heritage image classification\. We introduce FedCurv\-DR, a regularisation\-based strategy that periodically aggregates parameter\-importance information across clients to adapt to new data, or experiences, while preserving performance on past data without relying on replay buffers or computationally intensive methods such as synthetic data generation\. We evaluate FedCurv\-DR on WikiArt, a large\-scale public art dataset relevant to cultural heritage and digital humanities\. By treating genre classification as the fixed objective and introducing artistic styles sequentially as new experiences, we model a realistic domain\-incremental scenario where digitised cultural collections evolve over time\.

The main contributions of this paper are:

- •We propose FedCurv\-DR, a lightweight regularisation\-based FCL strategy suitable for cultural heritage\.
- •We evaluate the method on the public WikiArt image dataset for genre classification with style\-based continual experiences\.
- •We report performance, energy, and fairness metrics to evaluate the sustainability of our method in accordance with Green AI principles\[[26](https://arxiv.org/html/2608.20038#bib.bib15)\]\.

## IIRelated Works

### II\-AFederated Learning

In Federated Learning \(FL\), multiple clients collaboratively train a shared global model under the coordination of a central server, while keeping their data local and private\. Instead of exchanging raw data, clients train models locally and periodically send model updates to the server for aggregation\. The server\-side aggregation algorithms used to combine these updates are commonly referred to as FL strategies\. A representative baseline FL strategy is FedAvg\[[23](https://arxiv.org/html/2608.20038#bib.bib26)\], which constructs the global model by averaging client parameters weighted according to the sizes of the local datasets\.

Despite its advantages for privacy preservation and scalability, FL introduces several key challenges\. In real\-world settings, client data are typically not independent and identically distributed \(non\-IID\)\. In cultural heritage, for example, the number of artifacts may vary substantially between national museums and local galleries, while semantic distributions may differ across styles, periods, or art movements\. This heterogeneity can cause local models to diverge during training, as each client optimizes toward its own data distribution, thereby hindering the convergence of the global model\. This phenomenon is commonly referred to as inter\-client drift\[[25](https://arxiv.org/html/2608.20038#bib.bib25)\]\. Several FL strategies have been proposed to address this challenge under heterogeneous data conditions\[[16](https://arxiv.org/html/2608.20038#bib.bib33),[18](https://arxiv.org/html/2608.20038#bib.bib32),[27](https://arxiv.org/html/2608.20038#bib.bib28),[32](https://arxiv.org/html/2608.20038#bib.bib19),[4](https://arxiv.org/html/2608.20038#bib.bib21)\]\.

However, while many of these methods aim to improve performance under non\-IID conditions, they may still favor larger or more representative clients, leading to models that perform better for dominant data distributions while neglecting under\-represented participants\. This can introduce or reinforce fairness concerns, particularly when performance disparities across clients are not explicitly reported\. Several works have therefore investigated fairness in FL and proposed fairness\-aware strategies to mitigate client\-level bias\[[17](https://arxiv.org/html/2608.20038#bib.bib22),[12](https://arxiv.org/html/2608.20038#bib.bib16),[35](https://arxiv.org/html/2608.20038#bib.bib30),[20](https://arxiv.org/html/2608.20038#bib.bib17),[36](https://arxiv.org/html/2608.20038#bib.bib31)\]\.

### II\-BContinual Learning

Continual Learning \(CL\) addresses the problem of learning from a stream of tasks or data distributions over time, without retraining from scratch\. A central challenge in this setting is catastrophic forgetting\[[15](https://arxiv.org/html/2608.20038#bib.bib27)\], where the model rapidly loses previously acquired knowledge when trained on new tasks\. To mitigate this, several families of methods have been proposed\. Regularization\-based approaches such as Elastic Weight Consolidation \(EWC\)\[[15](https://arxiv.org/html/2608.20038#bib.bib27)\], Memory Aware Synapses \(MAS\)\[[3](https://arxiv.org/html/2608.20038#bib.bib36)\], and Synaptic Intelligence \(SI\)\[[34](https://arxiv.org/html/2608.20038#bib.bib37)\]estimate the importance of model parameters for past tasks and penalize changes to those parameters during subsequent training\. Alternatively, replay\-based methods\[[22](https://arxiv.org/html/2608.20038#bib.bib6),[24](https://arxiv.org/html/2608.20038#bib.bib7)\]maintain a buffer of past examples, allowing the model to rehearse previous knowledge while learning new information\. Replay methods have been shown to outperform regularization\-based methods in various continual learning scenarios\[[31](https://arxiv.org/html/2608.20038#bib.bib34)\], but they raise scalability and privacy\-related issues, as past data need to be stored\.

### II\-CFederated Continual Learning

Federated Continual Learning \(FCL\) combines the challenges of Federated Learning and Continual Learning, requiring models to simultaneously cope with data heterogeneity across clients and the sequential arrival of new data or experiences\. In this setting, both inter\-client drift and catastrophic forgetting must be mitigated, making the learning process significantly more complex\. Several approaches have been proposed to address these challenges\[[33](https://arxiv.org/html/2608.20038#bib.bib29),[30](https://arxiv.org/html/2608.20038#bib.bib20),[37](https://arxiv.org/html/2608.20038#bib.bib18)\]\.

Despite their effectiveness, many FCL methods introduce additional computational and communication overhead, for example through synthetic data generation\[[37](https://arxiv.org/html/2608.20038#bib.bib18)\]\. These factors can significantly increase energy consumption, particularly in large\-scale or resource\-constrained deployments, and may even make such methods infeasible in practice\. This is a critical consideration for an inclusive cultural heritage AI ecosystem\. In contrast to distillation\- or generation\-based FCL methods, our approach does not require replay data, memory buffers, or computationally intensive mechanisms\. Instead, it relies on parameter\-importance regularization with reduced communication and computational overhead\.

## IIIMethods

In order to achieve lightweight and exemplar\-free federated continual learning, we enable continual learning during local training\. This led us to explore FedCurv\[[27](https://arxiv.org/html/2608.20038#bib.bib28)\], combined with recent findings on the EWC strategy\[[19](https://arxiv.org/html/2608.20038#bib.bib38)\]\. Our method reduces the communication and computation costs of the original FedCurv strategy and repurposes it to mitigate catastrophic forgetting\.

### III\-AElastic Weight Consolidation

Elastic Weight Consolidation \(EWC\) was proposed to mitigate catastrophic forgetting\[[15](https://arxiv.org/html/2608.20038#bib.bib27)\]\. In this method, after training on each experience, a Fisher information matrix is calculated using the current training dataset\. This matrix represents the importance of each model parameter for the corresponding experience\. The diagonal Fisher importance for parameterθi\\theta\_\{i\}after experiencettis approximated as

Ft,i=1\|𝒟t\|​∑\(𝐱,y\)∈𝒟t\(∂∂θi​log⁡p𝜽​\(y\|𝐱\)\)2\.F\_\{t,i\}=\\frac\{1\}\{\|\\mathcal\{D\}\_\{t\}\|\}\\sum\_\{\(\\mathbf\{x\},y\)\\in\\mathcal\{D\}\_\{t\}\}\\left\(\\frac\{\\partial\}\{\\partial\\theta\_\{i\}\}\\log p\_\{\\boldsymbol\{\\theta\}\}\(y\|\\mathbf\{x\}\)\\right\)^\{2\}\.\(1\)
In subsequent experiences, this matrix is used to compute a penalty term for the training loss\. The EWC objective is defined as

ℒEWC​\(𝜽\)=ℒtask​\(𝜽,𝒟t\)\+λ2​∑iFt−1,i​\(θi−θt−1,i∗\)2,\\mathcal\{L\}\_\{\\mathrm\{EWC\}\}\(\\boldsymbol\{\\theta\}\)=\\mathcal\{L\}\_\{\\mathrm\{task\}\}\(\\boldsymbol\{\\theta\};\\mathcal\{D\}\_\{t\}\)\+\\frac\{\\lambda\}\{2\}\\sum\_\{i\}F\_\{t\-1,i\}\\left\(\\theta\_\{i\}\-\\theta^\{\*\}\_\{t\-1,i\}\\right\)^\{2\},\(2\)
whereℒtask\\mathcal\{L\}\_\{\\mathrm\{task\}\}is the standard task loss,λ\\lambdacontrols the strength of the regularization, and𝜽t−1∗\\boldsymbol\{\\theta\}^\{\*\}\_\{t\-1\}denotes the model parameters after learning the previous experience\. This term protects previously learned knowledge by penalizing changes to important model parameters, encouraging the optimizer to update less important parameters when learning future experiences\.

In the original version of EWC, a different Fisher matrix is calculated for each experience, which can introduce scalability issues\. Online EWC improves memory efficiency by aggregating Fisher matrices using a decay factor that controls the contribution of past experiences to the current penalty:

F¯t,i=β​F¯t−1,i\+Ft,i,\\bar\{F\}\_\{t,i\}=\\beta\\bar\{F\}\_\{t\-1,i\}\+F\_\{t,i\},\(3\)
whereF¯t,i\\bar\{F\}\_\{t,i\}is the accumulated importance estimate andβ∈\[0,1\]\\beta\\in\[0,1\]is the decay factor\.

### III\-BFedCurv

FedCurv\[[27](https://arxiv.org/html/2608.20038#bib.bib28)\]adapts regularization\-based continual learning strategies, such as EWC, to the federated learning setting\. However, it is designed to address client heterogeneity rather than catastrophic forgetting\. FedCurv proposes summing Fisher matrices across clients after each training round into a single global Fisher matrix, which is then used to constrain local updates toward a global consensus and mitigate client drift\.

Let𝒮r\\mathcal\{S\}\_\{r\}be the set of clients selected at communication roundrr, and letFk,irF^\{r\}\_\{k,i\}denote the Fisher importance of parameterθi\\theta\_\{i\}computed by clientkk\. The server aggregates the client importances as

FG,ir=∑k∈𝒮rFk,ir\.F^\{r\}\_\{G,i\}=\\sum\_\{k\\in\\mathcal\{S\}\_\{r\}\}F^\{r\}\_\{k,i\}\.\(4\)
Clients use this global Fisher matrix during local training to apply the EWC penalty in \([2](https://arxiv.org/html/2608.20038#S3.E2)\)\. In this way, they avoid changing parameters that are important for other clients’ distributions, helping the model achieve stable convergence in non\-IID settings\.

### III\-CLogit Inversion

In recent work\[[19](https://arxiv.org/html/2608.20038#bib.bib38)\], the authors propose EWC\-DR, an improvement to the Fisher matrix calculation in EWC\. They observe that, when the model assigns high confidence to the correct class, the standard Fisher estimate in \([1](https://arxiv.org/html/2608.20038#S3.E1)\) may become small, leading to under\-protection of parameters that are nevertheless important\. To address this issue, they propose inverting the logits before computing the importance estimates\. Let𝐳𝜽​\(𝐱\)\\mathbf\{z\}\_\{\\boldsymbol\{\\theta\}\}\(\\mathbf\{x\}\)denote the logits of the model\. The inverted logits are defined as𝐳~𝜽​\(𝐱\)=−𝐳𝜽​\(𝐱\)\\tilde\{\\mathbf\{z\}\}\_\{\\boldsymbol\{\\theta\}\}\(\\mathbf\{x\}\)=\-\\mathbf\{z\}\_\{\\boldsymbol\{\\theta\}\}\(\\mathbf\{x\}\)and the corresponding predictive distribution isp~𝜽​\(y\|𝐱\)=softmax​\(𝐳~𝜽​\(𝐱\)\)y\.\\tilde\{p\}\_\{\\boldsymbol\{\\theta\}\}\(y\|\\mathbf\{x\}\)=\\mathrm\{softmax\}\\left\(\\tilde\{\\mathbf\{z\}\}\_\{\\boldsymbol\{\\theta\}\}\(\\mathbf\{x\}\)\\right\)\_\{y\}\.The Fisher importance is then computed using this modified distribution:

F~t,i=1\|𝒟t\|​∑\(𝐱,y\)∈𝒟t\(∂∂θi​log⁡p~𝜽​\(y\|𝐱\)\)2\.\\tilde\{F\}\_\{t,i\}=\\frac\{1\}\{\|\\mathcal\{D\}\_\{t\}\|\}\\sum\_\{\(\\mathbf\{x\},y\)\\in\\mathcal\{D\}\_\{t\}\}\\left\(\\frac\{\\partial\}\{\\partial\\theta\_\{i\}\}\\log\\tilde\{p\}\_\{\\boldsymbol\{\\theta\}\}\(y\|\\mathbf\{x\}\)\\right\)^\{2\}\.\(5\)
As a result, \([5](https://arxiv.org/html/2608.20038#S3.E5)\) assigns higher importance values to parameters associated with highly confident predictions\.

### III\-DOur Method \(FedCurv\-DR\)

We adapt FedCurv from a client\-drift regularization method into a federated continual learning method\. We make three main modifications\. First, we incorporate the EWC\-DR improvement into the calculation of parameter importances\. Each client computesF~k,ir\\tilde\{F\}^\{r\}\_\{k,i\}using \([5](https://arxiv.org/html/2608.20038#S3.E5)\)\. Second, we modify the importance aggregation logic by accumulating importances not only across clients, but also across experiences\. We also include a decay factor to reduce redundant protection of outdated experiences\. The global importance estimate is updated as

F¯G,ir=β​F¯G,ir−1\+∑k∈𝒮rF~k,ir,\\bar\{F\}^\{r\}\_\{G,i\}=\\beta\\bar\{F\}^\{r\-1\}\_\{G,i\}\+\\sum\_\{k\\in\\mathcal\{S\}\_\{r\}\}\\tilde\{F\}^\{r\}\_\{k,i\},\(6\)whereF¯G,ir\\bar\{F\}^\{r\}\_\{G,i\}is the accumulated global importance of parameterθi\\theta\_\{i\}at roundrr, andβ\\betais the decay factor\. Third, we introduce an interval termII, following the example of\[[32](https://arxiv.org/html/2608.20038#bib.bib19)\], that controls how often importances are calculated and transmitted, reducing communication and computation costs\.

The pseudocode for our method is shown in Alg\.[1](https://arxiv.org/html/2608.20038#alg1)\. It is worth noting that, forβ=0\\beta=0andI=1I=1, our method is equivalent to the aggregation logic of the original FedCurv\.

Algorithm 1FedCurv\-DR1:Input:rounds

RR, clients

KK, interval

II, regularization strength

λ\\lambda, decay factor

β\\beta, datasets

\{𝒟k,e\}\\\{\\mathcal\{D\}\_\{k,e\}\\\}, initial model

θG0\{\\theta\}^\{0\}\_\{G\}\.

2:Output:final global model

𝜽GR\\boldsymbol\{\\theta\}^\{R\}\_\{G\}\.

3:Server Executes:

4:Initialize

𝐅¯G0←𝟎\\bar\{\\mathbf\{F\}\}^\{0\}\_\{G\}\\leftarrow\\mathbf\{0\}
5:foreach experience

ee:do

6:for

r=1r=1to

RRdo

7:Select clients

𝒮r\\mathcal\{S\}\_\{r\}
8:Send

𝜽Gr−1\\boldsymbol\{\\theta\}^\{r\-1\}\_\{G\}to clients in

𝒮r\\mathcal\{S\}\_\{r\}
9:foreach client

k∈𝒮rk\\in\\mathcal\{S\}\_\{r\}in paralleldo

10:if

𝐅¯G\\bar\{\\mathbf\{F\}\}\_\{G\}was updated in

r−1\{r\}\-\{1\}roundthen

11:

θKr,F¯Kr←ClientUpdate​\(θGr−1,F¯G\)\{\\theta\}^\{r\}\_\{K\},\\bar\{\{F\}\}^\{r\}\_\{K\}\\leftarrow\\textbf\{ClientUpdate\}\(\{\\theta\}^\{r\-1\}\_\{G\},\\bar\{\{F\}\}\_\{G\}\)
12:else

13:

θKr,F¯Kr←ClientUpdate​\(θGr−1\)\{\\theta\}^\{r\}\_\{K\},\\bar\{\{F\}\}^\{r\}\_\{K\}\\leftarrow\\textbf\{ClientUpdate\}\(\{\\theta\}^\{r\-1\}\_\{G\}\)
14:endif

15:endfor

16:

𝜽Gr←∑k∈Sr\|𝒟k,e\|∑j∈Sr\|𝒟j,e\|​𝜽kr\\boldsymbol\{\\theta\}^\{r\}\_\{G\}\\leftarrow\\sum\_\{k\\in S\_\{r\}\}\\frac\{\|\\mathcal\{D\}\_\{k,e\}\|\}\{\\sum\_\{j\\in S\_\{r\}\}\|\\mathcal\{D\}\_\{j,e\}\|\}\\boldsymbol\{\\theta\}^\{r\}\_\{k\}
17:if

rmodI=0r\\bmod I=0then

18:update

F¯G\\bar\{\{F\}\}\_\{G\}using Eq\. \([6](https://arxiv.org/html/2608.20038#S3.E6)\)

19:endif

20:endfor

21:endfor

1:ClientUpdate:\(

𝜽GR\\boldsymbol\{\\theta\}^\{R\}\_\{G\},

F¯G\\bar\{\{F\}\}\_\{G\}\)

2:if

F¯G\\bar\{F\}\_\{G\}was receivedthen

3:

F¯Kr←F¯G\\bar\{F\}^\{r\}\_\{K\}\\leftarrow\\bar\{F\}\_\{G\}
4:endif

5:optimize Eq\. \([2](https://arxiv.org/html/2608.20038#S3.E2)\) on local Data

Dk,eD\_\{k,e\}to get updated local model

θkr\\theta^\{r\}\_\{k\}
6:if

rmodI=0\{r\}\\bmod\{I\}=\{0\}then

7:calculate new

Fkr\{F\}^\{r\}\_\{k\}using Eq\. \([5](https://arxiv.org/html/2608.20038#S3.E5)\) and transmit to server\.

8:endif

![Refer to caption](https://arxiv.org/html/2608.20038v1/figs/dirichlet_a_1.0_all_experiences_stacked.png)

Fig\. 2:Visualisation of the dataset partitioning with Dirichlet partitioner \(α=1\\alpha=1\) among three clients for each experience \(style\)\.

## IVEvaluation

### IV\-ADataset Preparation

Artistic styles evolve over time, introducing natural domain shifts in real\-world visual data\. This requires AI models to adapt to emerging styles while retaining previously learned knowledge, making it a practical continual learning problem\. Motivated by this scenario, we evaluate our method on WikiArt, a large\-scale digital art dataset spanning diverse artists, genres, and artistic styles\. We use the refined version introduced by Tan et al\.\[[28](https://arxiv.org/html/2608.20038#bib.bib10)\], accessed through the Hugging Face Datasets Hub\. The dataset contains paintings from 11 genres, such aslandscapeandportrait, and 27 styles, such asImpressionismandRealism\.

We define a genre classification task and construct a domain\-incremental scenario by sequentially introducing artistic styles as experiences, while keeping the genre classification task fixed\. WikiArt has a sparse style distribution across genres, with many styles missing certain genres\. To create a clear domain\-incremental scenario and ensure adequate samples per client and per experience, we drop two genres:Unknown Genre, due to vague semantics, andAbstract Painting, as it is mainly represented by a single style\. We then select four styles that cover all nine remaining genres, forming four experiences as follows:Exp\. 0: Realism,Exp\. 1: Expressionism,Exp\. 2: Symbolism, andExp\. 3: Naive Art Primitivism\. The resulting subset contains approximately 20k images in total\.

We partition each experience style among three clients using a Dirichlet distribution to create non\-IID client partitions\. The resulting distributions are shown in Fig\.[2](https://arxiv.org/html/2608.20038#S3.F2)\. We keep 20% of each partition as a local validation dataset\.

### IV\-BExperimental setup

We compare FedCurv\-DR with the FedAvg baseline and the original FedCurv\. We implement FedCurv with both EWC and EWC\-DR importance estimates, and evaluate FedCurv\-DR using two different intervalsII\. We use a pretrained EfficientNet\-B0 model from torchvision as the backbone, with approximately 5\.3 million parameters pretrained on ImageNet\. For training, we use Adam optimizer with a learning rate of 0\.0005, a batch size of 16, and no weight decay\. Clients train for 2 local epochs per round, with 5 rounds per experience and 20 rounds in total\. We set regularisation strength toλ=200\\lambda=200\. We use the same training settings for all methods and experiences to ensure a fair comparison\. Our goal is not to achieve optimal performance, but rather to evaluate knowledge retention and convergence stability\. All experiments are run in simulation on a single machine equipped with an 8GB NVIDIA RTX 4070 GPU\. We use the Flower AI framework\[[6](https://arxiv.org/html/2608.20038#bib.bib23)\], combined with continual learning strategies from Avalanche\[[21](https://arxiv.org/html/2608.20038#bib.bib35)\]and the CodeCarbon framework\[[8](https://arxiv.org/html/2608.20038#bib.bib5)\]for energy tracking\.

TABLE I:Summary of Final Accuracy, Backward Transfer, Disparity, and Energy Consumption Across MethodsMethodFinal Stream Acc\.\(%\)↑\\uparrowBWT\(pp\)↑\\uparrowDisparity\(pp\)↓\\downarrowEnergy\(kWh\)↓\\downarrowFedAvg63\.18\-11\.307\.220\.0296FedCurv\(EWC\)63\.99\-12\.323\.090\.0448FedCurv\(EWC\-DR\)65\.46\-10\.264\.560\.0458FedCurv\-DR\(interval=2, beta=0\.95\)66\.92\-6\.922\.890\.0385FedCurv\-DR\(interval=5, beta=0\.95\)65\.86\-7\.495\.910\.0334![Refer to caption](https://arxiv.org/html/2608.20038v1/figs/NON_IID_DR/weighted_Accuracy_full_stream.png)

\(a\)

![Refer to caption](https://arxiv.org/html/2608.20038v1/figs/NON_IID_DR/weighted_Accuracy_current_experience.png)

\(b\)

![Refer to caption](https://arxiv.org/html/2608.20038v1/figs/NON_IID_DR/accuracy_disparity.png)

\(c\)

Fig\. 3:Comparison of federated continual learning strategies across communication rounds\. \(a\) Full\-stream accuracy evaluates retention over all learned experiences\. \(b\) Current\-experience accuracy measures performance on the active experience\. \(c\) Accuracy disparity reports client\-level performance differences as a proxy for fairness\.
### IV\-CEvaluation metrics

For performance evaluation, we use weighted average accuracy and report it both per experience and over the full stream\. To quantify catastrophic forgetting mitigation, we use the Backward Transfer \(BWT\)\[[22](https://arxiv.org/html/2608.20038#bib.bib6)\]metric , defined as

BWT=1T−1​∑i=1T−1\(AT,i−Ai,i\),\\mathrm\{BWT\}=\\frac\{1\}\{T\-1\}\\sum\_\{i=1\}^\{T\-1\}\\left\(A\_\{T,i\}\-A\_\{i,i\}\\right\),\(7\)whereAj,iA\_\{j,i\}denotes the accuracy on experienceiiafter learning experiencejj, andTTis the total number of experiences\.

To quantify performance disparity across clients, we compute the standard deviation of client accuracies:

Disparity=1\|𝒞\|−1​∑k∈𝒞\(Ak−A¯\)2,\\mathrm\{Disparity\}=\\sqrt\{\\frac\{1\}\{\|\\mathcal\{C\}\|\-1\}\\sum\_\{k\\in\\mathcal\{C\}\}\\left\(A\_\{k\}\-\\bar\{A\}\\right\)^\{2\}\},\(8\)where𝒞\\mathcal\{C\}is the set of clients,AkA\_\{k\}is the accuracy of clientkk, andA¯\\bar\{A\}is the average client accuracy\. This follows the client\-level disparity formulation suggested by\[[36](https://arxiv.org/html/2608.20038#bib.bib31)\]\. Finally, we report the energy consumption and equivalent carbon emissions for each experiment using the CodeCarbon framework\.

## VResults

### V\-APerformance

Fig\.[3](https://arxiv.org/html/2608.20038#S4.F3)and Table[I](https://arxiv.org/html/2608.20038#S4.T1)show that FedCurv\-DR mitigates catastrophic forgetting more effectively than FedAvg\. FedAvg exhibits clear drops in full\-stream accuracy after experience transitions and obtains a BWT of \-11\.30 pp\. In contrast, FedCurv\-DR with intervals of 2 and 5 rounds achieves higher final stream accuracy, 66\.92% and 65\.86%, compared with 63\.18% for FedAvg, while also improving BWT to \-6\.92 pp and \-7\.49 pp, respectively\. This indicates that the higher stream accuracy of FedCurv\-DR is mainly due to better retention of previous experiences\. Current\-experience accuracy remains competitive, suggesting that the regularisation improves stability without severely limiting adaptation to new data\.

### V\-BFairness

We use client\-level disparity as a proxy for fairness\. FedAvg reaches a final disparity of 7\.22 pp, while all FedCurv\-based methods reduce this value\. The lowest disparity is achieved by FedCurv\-DR with interval 2, at 2\.89 pp, followed by FedCurv\(EWC\) at 3\.09 pp\. Current results are not conclusive on fairness but they suggest that regularisation methods can support more balanced performance across heterogeneous clients\.

### V\-CEnergy Efficiency

Table[I](https://arxiv.org/html/2608.20038#S4.T1)reports energy consumption\. FedAvg has the lowest energy use, 0\.0296 kWh, but also the weakest retention\. FedCurv\(EWC\) and FedCurv\(EWC\-DR\) require higher energy due to importances calculation, 0\.0448 kWh and 0\.0458 kWh\. In contrast, the interval\-based variants reduce this overhead: interval 2 consumes 0\.0385 kWh, while interval 5 further reduces energy to 0\.0334 kWh with only a small drop in final stream accuracy\.

## VIConclusion and Future work

In this paper, we proposed a lightweight approach for inclusive and lightweight Federated Continual Learning\. The results show that the proposed method mitigates catastrophic forgetting while reducing the energy footprint through interval\-based importance updates\. We also observed improved client\-level fairness in heterogeneous settings, an important property for bias mitigation in cultural heritage scenarios where institutions may differ in collection size, data quality, and style distribution\. A limitation of this study is that the experiments use a public dataset synthetically partitioned across three simulated clients\. This controlled setup allow us to isolate the effects of forgetting, client disparity, and energy consumption, but does not fully capture real institutional deployment constraints\. FedCurv\-DR is directly compatible with deployment\-level privacy mechanisms; practical systems should combine it with secure aggregation\[[7](https://arxiv.org/html/2608.20038#bib.bib24)\]and differential privacy\[[1](https://arxiv.org/html/2608.20038#bib.bib1)\]to bound information leakage from model updates\. In real institutional deployments, the FL server would require operation by a trusted neutral party, such as a national heritage agency or research infrastructure, with defined governance procedures covering leakage auditing, intellectual property attribution, and licensing of contributed collections, in alignment with European AI and cultural heritage data policies\[[10](https://arxiv.org/html/2608.20038#bib.bib2)\]\. Future work will evaluate larger\-scale and real distributed settings, together with ablation studies onII,β\\beta, andλ\\lambda\.

## Acknowledgment

This work is funded by the European Union’s Horizon Europe Research and Innovation Programme through the RAIDO project \(Grant Agreement No\. 101135800\)\.

## References

- \[1\]\(2016\)Deep learning with differential privacy\.InProceedings of the 2016 ACM SIGSAC Conference on Computer and Communications Security,pp\. 308–318\.External Links:[Link](http://arxiv.org/abs/1607.00133),[Document](https://dx.doi.org/10.1145/2976749.2978318),1607\.00133 \[stat\.ML\]Cited by:[§VI](https://arxiv.org/html/2608.20038#S6.p1.1)\.
- \[2\]G\. Adorni and E\. Bellini\(2025\)Towards a manifesto for cyber humanities: paradigms, ethics, and prospects\.In2025 IEEE International Conference on Cyber Humanities \(IEEE\-CH\),pp\. 1–8\.External Links:[Link](https://ieeexplore.ieee.org/abstract/document/11279659),[Document](https://dx.doi.org/10.1109/IEEE-CH65308.2025.11279659)Cited by:[§I](https://arxiv.org/html/2608.20038#S1.p2.1)\.
- \[3\]R\. Aljundi, F\. Babiloni, M\. Elhoseiny, M\. Rohrbach, and T\. Tuytelaars\(2018\)Memory Aware Synapses: Learning what \(not\) to forget\.arXiv\.Note:arXiv:1711\.09601 \[cs\]External Links:[Link](http://arxiv.org/abs/1711.09601),[Document](https://dx.doi.org/10.48550/arXiv.1711.09601)Cited by:[§II\-B](https://arxiv.org/html/2608.20038#S2.SS2.p1.1)\.
- \[4\]M\. Asad, A\. Moustafa, and T\. Ito\(2020\)FedOpt: Towards Communication Efficiency and Privacy Preservation in Federated Learning\.Applied Sciences10\(8\),pp\. 2864\(en\)\.Note:Number: 8External Links:ISSN 2076\-3417,[Link](https://www.mdpi.com/2076-3417/10/8/2864),[Document](https://dx.doi.org/10.3390/app10082864)Cited by:[§II\-A](https://arxiv.org/html/2608.20038#S2.SS1.p2.1)\.
- \[5\]E\. Bellini\(2025\)Cyber humanities for heritage security\.68\(12\),pp\. 112–117\.External Links:ISSN 0001\-0782,[Link](https://dl.acm.org/doi/10.1145/3735659),[Document](https://dx.doi.org/10.1145/3735659)Cited by:[§I](https://arxiv.org/html/2608.20038#S1.p2.1)\.
- \[6\]D\. J\. Beutelet al\.\(2022\)FLOWER: A FRIENDLY FEDERATED LEARNING FRAMEWORK\.External Links:[Link](https://hal.science/hal-03601230)Cited by:[§IV\-B](https://arxiv.org/html/2608.20038#S4.SS2.p1.1)\.
- \[7\]K\. Bonawitzet al\.\(2016\)Practical Secure Aggregation for Federated Learning on User\-Held Data\.arXiv\.Note:arXiv:1611\.04482 \[cs\]External Links:[Link](http://arxiv.org/abs/1611.04482),[Document](https://dx.doi.org/10.48550/arXiv.1611.04482)Cited by:[§VI](https://arxiv.org/html/2608.20038#S6.p1.1)\.
- \[8\]Mlco2/codecarbon: v2\.4\.1External Links:[Document](https://dx.doi.org/10.5281/zenodo.11171501),[Link](https://doi.org/10.5281/zenodo.11171501)Cited by:[§IV\-B](https://arxiv.org/html/2608.20038#S4.SS2.p1.1)\.
- \[9\]M\. Dişli\(2025\)Copyright and licencing for cultural heritage collections as data\.Journal of Open Humanities Data11\.External Links:[Document](https://dx.doi.org/10.5334/johd.263)Cited by:[§I](https://arxiv.org/html/2608.20038#S1.p1.1)\.
- \[10\]European Data Protection Supervisor\(2025\)AI act regulation \(eu\) 2024/1689 – regulation \(eu\) 2024/1689 of the european parliament and of the council of 13 june 2024 laying down harmonised rules on artificial intelligence and amending regulations \(ec\) no 300/2008, \(eu\) no 167/2013, \(eu\) no 168/2013, \(eu\) 2018/858, \(eu\) 2018/1139 and \(eu\) 2019/2144 and directives 2014/90/eu, \(eu\) 2016/797 and \(eu\) 2020/1828 \(artificial intelligence act\) \(text with eea relevance\)\.Publications Office of the European Union\.External Links:[Document](https://dx.doi.org/doi/10.2804/4225375)Cited by:[§VI](https://arxiv.org/html/2608.20038#S6.p1.1)\.
- \[11\]European Parliamentary Research Service\(2023\)Artificial intelligence in the context of cultural heritage and museums\.Technical reportEuropean Parliament\.Cited by:[§I](https://arxiv.org/html/2608.20038#S1.p1.1)\.
- \[12\]Y\. H\. Ezzeldin, S\. Yan, C\. He, E\. Ferrara, and S\. Avestimehr\(2022\)FairFed: Enabling Group Fairness in Federated Learning\.arXiv\.Note:arXiv:2110\.00857 \[cs\]External Links:[Link](http://arxiv.org/abs/2110.00857),[Document](https://dx.doi.org/10.48550/arXiv.2110.00857)Cited by:[§II\-A](https://arxiv.org/html/2608.20038#S2.SS1.p3.1)\.
- \[13\]M\. Fiorucci, M\. Khoroshiltseva, M\. Pontil, A\. Traviglia, A\. Del Bue, and S\. James\(2020\)Machine learning for cultural heritage: a survey\.133,pp\. 102–108\.External Links:ISSN 0167\-8655,[Link](https://www.sciencedirect.com/science/article/pii/S0167865520300532),[Document](https://dx.doi.org/10.1016/j.patrec.2020.02.017)Cited by:[§I](https://arxiv.org/html/2608.20038#S1.p1.1)\.
- \[14\]A\. Foka, G\. Griffin, D\. Ortiz Pablo, P\. Rajkowska, and S\. Badri\(2025\)Tracing the bias loop: AI, cultural heritage and bias\-mitigating in practice\.40\(8\),pp\. 5835–5847\.External Links:ISSN 1435\-5655,[Link](https://doi.org/10.1007/s00146-025-02349-z),[Document](https://dx.doi.org/10.1007/s00146-025-02349-z)Cited by:[§I](https://arxiv.org/html/2608.20038#S1.p1.1)\.
- \[15\]J\. Kirkpatricket al\.\(2017\)Overcoming catastrophic forgetting in neural networks\.Proceedings of the National Academy of Sciences114\(13\),pp\. 3521–3526\.Note:arXiv:1612\.00796 \[cs\]External Links:ISSN 0027\-8424, 1091\-6490,[Link](http://arxiv.org/abs/1612.00796),[Document](https://dx.doi.org/10.1073/pnas.1611835114)Cited by:[§II\-B](https://arxiv.org/html/2608.20038#S2.SS2.p1.1),[§III\-A](https://arxiv.org/html/2608.20038#S3.SS1.p1.1)\.
- \[16\]T\. Li, A\. K\. Sahu, M\. Zaheer, M\. Sanjabi, A\. Talwalkar, and V\. Smith\(2020\)Federated Optimization in Heterogeneous Networks\.arXiv\.Note:arXiv:1812\.06127 \[cs\]External Links:[Link](http://arxiv.org/abs/1812.06127),[Document](https://dx.doi.org/10.48550/arXiv.1812.06127)Cited by:[§II\-A](https://arxiv.org/html/2608.20038#S2.SS1.p2.1)\.
- \[17\]T\. Li, M\. Sanjabi, A\. Beirami, and V\. Smith\(2020\)Fair Resource Allocation in Federated Learning\.arXiv\.Note:arXiv:1905\.10497 \[cs\]External Links:[Link](http://arxiv.org/abs/1905.10497),[Document](https://dx.doi.org/10.48550/arXiv.1905.10497)Cited by:[§II\-A](https://arxiv.org/html/2608.20038#S2.SS1.p3.1)\.
- \[18\]T\. Lin, L\. Kong, S\. U\. Stich, and M\. Jaggi\(2021\)Ensemble Distillation for Robust Model Fusion in Federated Learning\.arXiv\.Note:arXiv:2006\.07242 \[cs\]External Links:[Link](http://arxiv.org/abs/2006.07242),[Document](https://dx.doi.org/10.48550/arXiv.2006.07242)Cited by:[§II\-A](https://arxiv.org/html/2608.20038#S2.SS1.p2.1)\.
- \[19\]X\. Liu and X\. Chang\(2026\)Elastic weight consolidation done right for continual learning\.arXiv\.Note:Version Number: 3External Links:[Link](https://arxiv.org/abs/2603.18596),[Document](https://dx.doi.org/10.48550/ARXIV.2603.18596)Cited by:[§III\-C](https://arxiv.org/html/2608.20038#S3.SS3.p1.1),[§III](https://arxiv.org/html/2608.20038#S3.p1.1)\.
- \[20\]K\. Lo, Y\. He, Y\. Jiang, and S\. Parthasarathy\(2025\)FairWAG: Fairness\-aware Weighted Aggregation for Graph Learning in a Federated Setting\.InProceedings of the 5th ACM Conference on Equity and Access in Algorithms, Mechanisms, and Optimization,EAAMO ’25,New York, NY, USA,pp\. 119–150\.External Links:ISBN 979\-8\-4007\-2140\-3,[Link](https://dl.acm.org/doi/10.1145/3757887.3763013),[Document](https://dx.doi.org/10.1145/3757887.3763013)Cited by:[§II\-A](https://arxiv.org/html/2608.20038#S2.SS1.p3.1)\.
- \[21\]V\. Lomonacoet al\.\(2021\)Avalanche: an End\-to\-End Library for Continual Learning\.arXiv\.Note:arXiv:2104\.00405 \[cs\]External Links:[Link](http://arxiv.org/abs/2104.00405),[Document](https://dx.doi.org/10.48550/arXiv.2104.00405)Cited by:[§IV\-B](https://arxiv.org/html/2608.20038#S4.SS2.p1.1)\.
- \[22\]D\. Lopez\-Paz and M\. Ranzato\(2022\)Gradient episodic memory for continual learning\.arXiv\.External Links:[Link](http://arxiv.org/abs/1706.08840),[Document](https://dx.doi.org/10.48550/arXiv.1706.08840),1706\.08840 \[cs\]Cited by:[§II\-B](https://arxiv.org/html/2608.20038#S2.SS2.p1.1),[§IV\-C](https://arxiv.org/html/2608.20038#S4.SS3.p1.1)\.
- \[23\]H\. B\. McMahan, E\. Moore, D\. Ramage, S\. Hampson, and B\. A\. y\. Arcas\(2017\)Communication\-Efficient Learning of Deep Networks from Decentralized Data\.arXiv\.Note:arXiv:1602\.05629 \[cs\]External Links:[Link](http://arxiv.org/abs/1602.05629),[Document](https://dx.doi.org/10.48550/arXiv.1602.05629)Cited by:[§I](https://arxiv.org/html/2608.20038#S1.p2.1),[§II\-A](https://arxiv.org/html/2608.20038#S2.SS1.p1.1)\.
- \[24\]D\. Rolnick, A\. Ahuja, J\. Schwarz, T\. Lillicrap, and G\. Wayne\(2019\)Experience replay for continual learning\.InAdvances in Neural Information Processing Systems,Vol\.32\.Cited by:[§II\-B](https://arxiv.org/html/2608.20038#S2.SS2.p1.1)\.
- \[25\]I\. Schoinaset al\.\(2024\)Federated Learning: Challenges, SoTA, Performance Improvements and Application Domains\.IEEE Open Journal of the Communications Society5,pp\. 5933–6017\(en\)\.External Links:ISSN 2644\-125X,[Link](https://ieeexplore.ieee.org/document/10677499/),[Document](https://dx.doi.org/10.1109/OJCOMS.2024.3458088)Cited by:[§II\-A](https://arxiv.org/html/2608.20038#S2.SS1.p2.1)\.
- \[26\]R\. Schwartz, J\. Dodge, N\. A\. Smith, and O\. Etzioni\(2020\)Green ai\.Communications of the ACM63\(12\),pp\. 54–63\.External Links:[Document](https://dx.doi.org/10.1145/3381831)Cited by:[3rd item](https://arxiv.org/html/2608.20038#S1.I1.i3.p1.1)\.
- \[27\]N\. Shoham, T\. Avidor, A\. Keren, N\. Israel, D\. Benditkis, L\. Mor\-Yosef, and I\. Zeitak\(2019\)Overcoming Forgetting in Federated Learning on Non\-IID Data\.arXiv\.Note:arXiv:1910\.07796 \[cs\]External Links:[Link](http://arxiv.org/abs/1910.07796),[Document](https://dx.doi.org/10.48550/arXiv.1910.07796)Cited by:[§II\-A](https://arxiv.org/html/2608.20038#S2.SS1.p2.1),[§III\-B](https://arxiv.org/html/2608.20038#S3.SS2.p1.1),[§III](https://arxiv.org/html/2608.20038#S3.p1.1)\.
- \[28\]W\. R\. Tan, C\. S\. Chan, H\. Aguirre, and K\. Tanaka\(2019\)Improved artgan for conditional synthesis of natural image and artwork\.IEEE Transactions on Image Processing28\(1\),pp\. 394–409\.External Links:[Link](https://doi.org/10.1109/TIP.2018.2866698),[Document](https://dx.doi.org/10.1109/TIP.2018.2866698)Cited by:[§IV\-A](https://arxiv.org/html/2608.20038#S4.SS1.p1.1)\.
- \[29\]G\. Tziolaset al\.\(2026\)Energy\-efficient and privacy\-preserving federated continual learning for cultural heritage preservation and digital humanities\.Note:Conference Name: 2025 IEEE International Conference on Cyber Humanities \(IEEE\-CH\) \(IEEE\-CH2025\) ISBN: 9798331514365 Publisher: IEEEExternal Links:[Link](https://zenodo.org/records/18504685),[Document](https://dx.doi.org/10.1109/IEEE-CH65308.2025.11279476)Cited by:[§I](https://arxiv.org/html/2608.20038#S1.p2.1)\.
- \[30\]A\. Usmanova, F\. Portet, P\. Lalanda, and G\. Vega\(2022\)Federated Continual Learning through distillation in pervasive computing\.arXiv\.Note:arXiv:2207\.08181 \[cs\]External Links:[Link](http://arxiv.org/abs/2207.08181),[Document](https://dx.doi.org/10.48550/arXiv.2207.08181)Cited by:[§II\-C](https://arxiv.org/html/2608.20038#S2.SS3.p1.1)\.
- \[31\]G\. M\. v\. d\. Ven and A\. S\. Tolias\(2019\)Three scenarios for continual learning\.arXiv\(en\)\.Note:arXiv:1904\.07734 \[cs\]External Links:[Link](http://arxiv.org/abs/1904.07734),[Document](https://dx.doi.org/10.48550/arXiv.1904.07734)Cited by:[§II\-B](https://arxiv.org/html/2608.20038#S2.SS2.p1.1)\.
- \[32\]X\. Yao and L\. Sun\(2020\)Continual Local Training For Better Initialization Of Federated Models\.In2020 IEEE International Conference on Image Processing \(ICIP\),Abu Dhabi, United Arab Emirates,pp\. 1736–1740\(en\)\.External Links:ISBN 978\-1\-7281\-6395\-6,[Link](https://ieeexplore.ieee.org/document/9190968/),[Document](https://dx.doi.org/10.1109/ICIP40778.2020.9190968)Cited by:[§II\-A](https://arxiv.org/html/2608.20038#S2.SS1.p2.1),[§III\-D](https://arxiv.org/html/2608.20038#S3.SS4.p2.1)\.
- \[33\]J\. Yoon, W\. Jeong, G\. Lee, E\. Yang, and S\. J\. Hwang\(2021\)Federated Continual Learning with Weighted Inter\-client Transfer\.arXiv\.Note:arXiv:2003\.03196 \[cs\]External Links:[Link](http://arxiv.org/abs/2003.03196),[Document](https://dx.doi.org/10.48550/arXiv.2003.03196)Cited by:[§II\-C](https://arxiv.org/html/2608.20038#S2.SS3.p1.1)\.
- \[34\]F\. Zenke, B\. Poole, and S\. Ganguli\(2017\)Continual Learning Through Synaptic Intelligence\.arXiv\.Note:arXiv:1703\.04200 \[cs\]External Links:[Link](http://arxiv.org/abs/1703.04200),[Document](https://dx.doi.org/10.48550/arXiv.1703.04200)Cited by:[§II\-B](https://arxiv.org/html/2608.20038#S2.SS2.p1.1)\.
- \[35\]F\. Zhang, D\. Zhai, G\. Bai, J\. Jiang, Q\. Ye, X\. Ji, and X\. Liu\(2025\)Towards fairness\-aware and privacy\-preserving enhanced collaborative learning for healthcare\.Nature Communications16\(1\),pp\. 2852\(en\)\.External Links:ISSN 2041\-1723,[Link](https://www.nature.com/articles/s41467-025-58055-3),[Document](https://dx.doi.org/10.1038/s41467-025-58055-3)Cited by:[§II\-A](https://arxiv.org/html/2608.20038#S2.SS1.p3.1)\.
- \[36\]F\. Zhang, Z\. Shuai, K\. Kuang, F\. Wu, Y\. Zhuang, and J\. Xiao\(2024\)Unified fair federated learning for digital healthcare\.Patterns5\(1\),pp\. 100907\.External Links:ISSN 2666\-3899,[Link](https://www.sciencedirect.com/science/article/pii/S2666389923003148),[Document](https://dx.doi.org/10.1016/j.patter.2023.100907)Cited by:[§II\-A](https://arxiv.org/html/2608.20038#S2.SS1.p3.1),[§IV\-C](https://arxiv.org/html/2608.20038#S4.SS3.p2.2)\.
- \[37\]J\. Zhang, C\. Chen, W\. Zhuang, and L\. Lv\(2023\)TARGET: Federated Class\-Continual Learning via Exemplar\-Free Distillation\.arXiv\.Note:arXiv:2303\.06937 \[cs\]External Links:[Link](http://arxiv.org/abs/2303.06937),[Document](https://dx.doi.org/10.48550/arXiv.2303.06937)Cited by:[§II\-C](https://arxiv.org/html/2608.20038#S2.SS3.p1.1),[§II\-C](https://arxiv.org/html/2608.20038#S2.SS3.p2.1)\.
- \[38\]M\. Zhitomirsky\-Geffet, I\. Kizhner, and S\. Minster\(2022\)What do they make us see: a comparative study of cultural bias in online databases of two large museums\.79\.External Links:[Document](https://dx.doi.org/10.1108/JD-02-2022-0047)Cited by:[§I](https://arxiv.org/html/2608.20038#S1.p1.1)\.

Similar Articles

Accurate and Resource-Efficient Federated Continual Learning

arXiv cs.LG

FedRAN is a resource-aware analytic federated continual learning framework that replaces gradient-based updates with compact random feature statistics, achieving high accuracy with significantly lower communication and computation costs.