<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>Challenges of Explainability in Continual Learning for Time Series Forecasting</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Quentin Besnard</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Emmanuel Doumard</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Nicolas Labroche</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Nicolas Ragot</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Nicolas Ringuet</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Declaration on Generative AI</string-name>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>LIFAT - Université de Tours</institution>
          ,
          <addr-line>Tours</addr-line>
          ,
          <country country="FR">France</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2026</year>
      </pub-date>
      <abstract>
        <p>Deep learning models have shown strong potential for time series forecasting, yet their deployment in real-world environmental monitoring remains challenging due to non-stationary dynamics and limited explainability. In this work, we investigate explainability as a central tool for understanding continual learning in adaptive time series forecasting, with Experience Replay strategies. We study neural forecasting architectures such as PatchMixer, PatchTST and DLinear, augmented with attention-based sampling mechanisms to support model adaptation over time. Explainability is leveraged through attention rollout and gradient-based attribution methods (Grad-CAM) to analyze both predictive behavior and sampling strategies within a continual learning framework. Experiments conducted on real-world piezometric time series exhibiting heterogeneous patterns and regime shifts show that analyzing model and sampling behaviors provides valuable insights into the dynamics of the continual learning framework. Beyond predictive performance, our results highlight the challenges and opportunities of using explainability to understand continual learning behaviors, revealing how attribution patterns evolve over time and how they can inform data selection and adaptation strategies in non-stationary forecasting scenarios.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;continual learning</kwd>
        <kwd>time series forecasting</kwd>
        <kwd>non-stationary environment</kwd>
        <kwd>explainability</kwd>
        <kwd>attention</kwd>
        <kwd>GWL prediction</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>Recent advances in deep learning have led to significant progress in time series forecasting across a wide
range of applications, from energy systems to climate and environmental monitoring. Architectures
based on convolutional and transformer mechanisms have demonstrated strong predictive capabilities
on both short- and long-term horizons. However, despite these advances, deploying such models in
real-world environmental settings remains challenging due to the inherently non-stationary nature of
the data and the limited interpretability of learned representations.</p>
      <p>In hydrogeological contexts such as piezometric level forecasting, temporal dynamics are influenced
by complex and evolving anthropic factors including seasonal variability extreme climatic events,
and long-term efects. These factors induce distribution shifts and regime changes that can severely
degrade the performance of forecasting models. Continual learning ofers a promising paradigm to
address this issue by enabling models to incrementally adapt to new data while preserving previously
acquired knowledge. Yet, in practice, continual learning for time series forecasting remains relatively
underexplored, particularly with respect to understanding how adaptation mechanisms behave over
time and under non-stationarity.</p>
      <p>At the same time, explainability has emerged as a critical requirement for deploying deep learning
models in environmental decision-making systems. Stakeholders require interpretable insights to assess
model reliability, validate predictions against domain knowledge, and understand the influence of
historical observations on future forecasts. Beyond transparency and trust, explainability provides
analytical tools to inspect model behavior, assess the influence of historical observations, and relate
predictions to domain knowledge. However, when combined with continual learning, explainability
raises new challenges: attribution signals may evolve over time, attention mechanisms may shift across
regimes, and the interpretation of memory usage becomes increasingly complex as models adapt.</p>
      <p>In this work, we investigate explainability as a tool for analyzing and understanding continual
learning in adaptive time series forecasting. Rather than proposing a definitive solution, we adopt an
exploratory perspective based on experiments. We focus on neural forecasting architectures commonly
adopted in recent literature, including PatchMixer, PatchTST, and DLinear, and extend them with
continual adaptation through Experience Replay and Knowledge Distillation. Several replay sampling
strategies are considered, including random and loss-based sampling, as well as an attention-based
strategy that leverages self-attention mechanisms to identify informative temporal segments</p>
      <p>To analyze both predictive behavior and memory management strategies, we leverage attention
rollout within the sampling mechanism and gradient-based attribution methods (Grad-CAM) applied to
the forecasting model. These explainability signals are used not only to interpret model predictions, but
also to study why specific sequences are selected for replay and how they contribute to knowledge
retention and adaptation across learning phases.</p>
      <p>We evaluate our approach on real-world piezometric time series exhibiting heterogeneous temporal
patterns and pronounced regime shifts. Experimental results show that attention-guided Experience
Replay strategies can help reveal several open challenges related to the interpretation of attribution
signals, the stability of explanations over time, and their use for guiding adaptation. Beyond performance
improvements, our analysis provides novel insights into the internal dynamics of continual learning
for time series forecasting and provides a foundation for discussing future research directions and
open problems at the intersection of explainability, continual learning, and non-stationary time series
forecasting.</p>
    </sec>
    <sec id="sec-2">
      <title>2. Motivation and Related Work</title>
      <p>
        Deep learning–based approaches have become increasingly prominent in time series forecasting,
achieving state-of-the-art performance across a wide range of applications, including energy systems,
ifnance, and environmental monitoring. Recent architectures such as PatchTST [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] and PatchMixer [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]
leverage patch-based representations to eficiently model long-range temporal dependencies, either
through self-attention mechanisms or convolutional mixing strategies. For comparison, we also include
DLinear [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ], a simpler baseline model based on a linear decomposition layer. While these models
demonstrate strong predictive capabilities under stationary settings, their deployment in real-world
environmental systems remains challenging due to persistent non-stationarity, regime shifts, and
evolving data distributions [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ].
      </p>
      <p>
        In hydrogeological applications, such as piezometric level forecasting [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ], groundwater dynamics
are influenced by long-term climatic trends, episodic droughts, and changing recharge patterns. These
factors induce gradual drifts as well as abrupt changes in the statistical properties of the observed
time series, rendering static training paradigms inadequate. Continual learning has therefore emerged
as a promising framework to address these challenges by enabling models to incrementally adapt to
new data while preserving previously acquired knowledge [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ]. Among continual learning strategies,
Experience Replay are widely adopted to mitigate catastrophic forgetting, particularly in sequential
and streaming settings.
      </p>
      <p>
        A critical yet often overlooked component of continual learning systems is the data sampling strategy
used to populate and update the replay bufer. Existing approaches range from random sampling to
heuristic criteria based on prediction loss or uncertainty [
        <xref ref-type="bibr" rid="ref7 ref8">7, 8</xref>
        ]. While loss-based strategies can improve
adaptation to novel regimes, they provide limited explainability and may bias the learning process
toward extreme or noisy samples. Recent works have begun to explore attention-based mechanisms
[
        <xref ref-type="bibr" rid="ref10 ref11 ref9">9, 10, 11</xref>
        ] for data selection, leveraging internal model representations to identify informative samples
in a more structured manner. However, the explanation of such sampling decisions, especially in the
context of time series forecasting, remains insuficiently studied.
      </p>
      <p>
        In parallel, the field of explainable artificial intelligence (XAI) [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ] has developed a rich set of tools
to interpret neural networks, including gradient-based attribution methods such as Grad-CAM and
attention visualization techniques. While these methods are commonly used to analyze predictive
models, their integration into continual learning pipelines, particularly as a means to interpret and guide
data selection strategies, has received limited attention [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ]. Bridging this gap is especially important
in environmental applications, where trust, transparency, and explanation are essential for scientific
understanding and decision support. Some example with XAI has already shown promising results to
guide model training through interpretable regularization to reduce concept drift in class incremental
continual learning [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ].
      </p>
      <p>Motivated by these limitations, this work investigates the role of explainability in understanding and
guiding continual learning for non-stationary time series forecasting. By jointly analyzing
attentionbased sampling mechanisms and model-level attribution signals, we aim to provide a data-centric
perspective on continual adaptation, highlighting how explainability can help interpret the selection of
replay samples and elucidate the internal dynamics of adaptive forecasting models.</p>
    </sec>
    <sec id="sec-3">
      <title>3. Piezometric Datasets</title>
      <p>In the current context of climate change, characterized by shifts in precipitation regimes, increasing
evapotranspiration, and a higher frequency of drought events, long-term analyses of piezometric time
series provide valuable insights into the evolving behavior of groundwater systems. Investigating
multidecadal trends in groundwater levels enables the detection of distributional changes and structural
modifications in aquifers subjected to increasingly variable climatic forcing. In this study, we focus
specifically on two drastically diferent piezometers selected from a subset of 17 groundwater-level
datasets collected at piezometric monitoring stations across France1.
1Datasets are available at https://hubeau.eaufrance.fr/, with access to over 1,500+ piezometers.</p>
      <p>The heatmaps of average monthly groundwater levels (Figures 3 and 4), computed over more than
twenty years, further emphasize the presence of long-term drift. While the 1990s and early 2000s are
characterized by relatively elevated water tables and well-defined winter recharge phases, subsequent
years reveal a progressive lowering of average levels. From the 2010s onward, summer low-water
periods become more pronounced, and winter recovery weakens, pointing to a sustained downward
trend that cannot be explained solely by seasonal or interannual variability.</p>
    </sec>
    <sec id="sec-4">
      <title>4. Implementation</title>
      <p>All experiments address long-term multivariate time series forecasting under a continual learning
setting. The model is first trained on 50% of the data, with an additional 10% used as a validation
subset, and is subsequently adapted as new data arrive sequentially through a replay-based memory
mechanism. For long-term forecasting, the input sequence length is set to seq_len = 180 and the
prediction horizon to pred_len = 360, corresponding to approximately one year of daily piezometric
observations. For the piezometric datasets, incomplete records are removed and occasional missing
values are filled using linear interpolation. No manual correction of outliers is applied in order to
preserve realistic deployment conditions.</p>
      <p>
        We adopt a model-agnostic continual learning framework that combines knowledge distillation with
replay-based memory management. Diferent replay sampling strategies are considered, including
random, loss-based, and attention-based sampling. Model updates are triggered at predefined adaptation
frequencies. At each update, a student model is trained via knowledge distillation from the current
teacher using only the samples stored in the replay bufer. Once training is completed, the student
replaces the teacher and becomes the new predictor for subsequent adaptation phases. Experiments are
conducted using PatchTST [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ], PatchMixer [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ], and DLinear [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ], which rely on distinct architectural
paradigms.
      </p>
      <p>All predictor models are trained using the same optimization procedure and hyperparameters across
experiments: hidden_size = 256, lr = 1e-3, epochs = 100, batch_size = 16, with early
stopping controlled by a validation subset (patience = 3). Continual adaptation is performed with a
ifxed update frequency of freq = 300 and a replay bufer of size buffer_size = 1500. For the
attention-based strategy, which includes an additional sampling module, an inner-loop parameter of
inner_loop = 3 is used. All experiments are run using CUDA on a dedicated server equipped with
an Intel(R) Xeon(R) Gold 5220R CPU (2.20 GHz) and an NVIDIA RTX A6000 GPU.</p>
      <p>For the analysis of adaptation and memory dynamics, each data sample is assigned a unique identifier
to track its replay frequency over time. Attention rollout is used within the attention-based sampling
strategy to record sample importance scores, while model-level attribution is obtained using Grad-CAM
applied to the final linear layer of the forecasting models. These explainability signals are collected
throughout training and adaptation to analyze the relationship between replay selection, attribution
stability, and continual learning behavior.</p>
    </sec>
    <sec id="sec-5">
      <title>5. Analysis</title>
      <p>While the proposed continual learning framework consistently yields performance improvements,
understanding how data are selected for replay and which temporal regions are used by the forecasting
models is essential for interpreting these gains and assessing their robustness. The analysis will focus
specifically on Piezometer 3 to provide a more detailed case study, and the following forecasting figure
shows only the testing data subset.</p>
      <p>Figure 5 presents the forecasting performance on the test set of Piezometer 3, obtained using a
continual learning setup integrating both distillation and attention mechanisms. The results confirm that
attention-guided replay contributes to improved predictive accuracy under non-stationary conditions.
However, performance metrics alone do not provide insights into the internal decision processes driving
these improvements.</p>
      <p>To address this limitation, we analyze the explainability signals produced by both the forecasting
models and the attention-based sampling mechanism. Figures 6 and 7 illustrate the Grad-CAM
attribution maps for the PatchMixer and PatchTST forecasting models applied to Piezometer 3. The green dots
(and red dots for the Attention Rollout) indicate the top 25% highest-weighted data points, aggregated
over time.</p>
      <p>The Grad-CAM analyses reveal substantial architectural diferences in how the two models exploit
temporal information. PatchMixer, whose core relies on convolutional operations, displays a relatively
uniform attribution across time, suggesting a more distributed use of historical observations. Conversely,
PatchTST, which is based on a transformer architecture, exhibits a pronounced concentration of
attributions toward the most recent time steps. This behavior reflects the combined efects of
selfattention mechanisms and positional encoding, which tend to amplify the contribution of recent
observations and introduce a temporal bias toward the end of the input sequence.</p>
      <p>In contrast, Figures 8 and 9 present the corresponding Attention Rollout visualizations for the
PatchMixer and PatchTST models.</p>
      <p>The Attention Rollout results exhibit consistent selection patterns across PatchMixer and PatchTST.
This consistency suggests that the attention-based sampling mechanism learns stable, model-agnostic
criteria for identifying informative temporal segments, despite diferences in the underlying forecasting
architectures. Several temporal regions are similarly emphasized across both models. By contrast, the
primary distinction between the two configurations lies in the forecasting model used for gradient
propagation during learning, rather than in the sampling strategy itself.</p>
      <p>Figures 10, 11, 12 &amp; 13 illustrate the temporal sampling patterns induced by the diferent data selection
strategies evaluated in this study. For each strategy, the indices of the sampled sequences are recorded in
order to analyze how the selection process evolves over time. A clear discontinuity is observed between
indices 5000 and 6000, corresponding to the validation split. Since no learning occurs on this subset,
samples selected before this interval belong to the training phase, whereas those selected afterward
correspond to the test data, on which the predictive model is incrementally adapted.</p>
      <p>The sampling density is substantially higher within the training region, as this phase aggregates
samples collected over multiple epochs under a standard batch-learning regime. However, the most
informative behavior emerges during the testing stage, where continuous sampling of new observations
governs the model’s capacity for adaptation. In this context, the sampling strategy plays a critical role
in determining which data points are deemed informative and therefore contribute to the continual
update of the predictive model.</p>
      <p>Random sampling (Figure 10) yields a uniform and temporally unstructured distribution of selected
samples. While this strategy ensures unbiased coverage of the data stream, it does not provide any
explicit insight into the relevance or contribution of individual samples for model adaptation.
Consequently, from an explainability perspective, the selection process remains opaque, as all data points
are treated as equally informative regardless of their impact on the model’s internal representations or
prediction error.</p>
      <p>In contrast, the attention-based sampling strategy (Figure 11) exhibits a more structured and
heterogeneous selection pattern. By leveraging attention weights, this approach prioritizes samples that
are deemed more influential by the model’s internal mechanisms. This behavior enhances data-level
explainability, as the sampling decisions can be directly linked to learned importance scores, providing
an interpretable rationale for why specific observations are retained for continual adaptation. Such a
mechanism facilitates the identification of critical temporal segments and promotes adaptive learning
driven by semantically meaningful data.</p>
      <p>The maximum-loss sampling strategy (Figure 12) further emphasizes dificult or poorly predicted
samples, leading to a concentrated selection of high-error instances. While this strategy can accelerate
adaptation to novel or challenging regimes, it ofers a more limited form of explainability, as the selection
criterion is solely based on error magnitude and does not capture the broader contextual or structural
relevance of the data. Moreover, excessive focus on extreme errors may increase sensitivity to noise or
transient anomalies.</p>
      <p>Finally, the minimum-loss sampling strategy (Figure 13) highlights a key limitation in the context
of continual adaptation. By repeatedly selecting samples associated with low prediction error, this
approach favors “easy” instances and results in a highly redundant sampling pattern. Such behavior
restricts exploration of informative or novel data and may ultimately hinder adaptation by reinforcing
existing biases. From an explainability standpoint, this strategy provides little insight into the drivers
of model change, as it systematically overlooks samples that could challenge or enrich the learned
representations.</p>
      <p>Overall, these results demonstrate that sampling strategies grounded in model-derived importance
measures, such as attention-based selection, ofer a more interpretable and efective mechanism for
guiding continual adaptation. Thanks to the discriminative power provided by attention, new elements
are continually explored while preserving the relevance of past observations, as reflected in the sampling
process. By explicitly linking data selection to internal model dynamics, such strategies enhance both
the transparency of the learning process and the robustness of the downstream predictive model.</p>
    </sec>
    <sec id="sec-6">
      <title>6. Conclusion</title>
      <p>This study investigates the interplay between continual learning, data sampling strategies, and
explainability in the context of non-stationary time series forecasting for groundwater monitoring, addressing
challenges highlighted in the introduction. By integrating attention-based sampling, adaptive replay
mechanisms can efectively improve long-term forecasting performance under evolving hydrogeological
conditions, demonstrating how continual learning can mitigate the efects of distribution shifts and
regime changes.</p>
      <p>Beyond predictive accuracy, our analysis emphasizes the central role of explainability for
understanding how continual learning systems adapt over time. Attention Rollout and bufer sampling analyses
provide insight into why specific sequences are selected for replay, revealing stable and model-agnostic
sampling patterns driven by learned importance scores. In parallel, Grad-CAM highlights how diferent
forecasting architectures exploit temporal information, exposing distinct inductive biases between
convolution-based and transformer-based models, as anticipated in our discussion of architectural
diferences in the introduction.</p>
      <p>The comparative analysis of bufer sampling strategies further demonstrates the importance of
approaches that strike a favorable balance between newly observed and previously learned data points.
Purely loss-based or random sampling strategies, by contrast, either obscure the rationale behind data
selection or risk reinforcing biased or redundant learning behaviors. These findings underscore the
value of explainability as both a diagnostic and analytical tool for data-centric continual learning,
directly addressing the interpretability challenges highlighted at the outset.</p>
      <p>Overall, this work contributes to understanding continual adaptation in time series forecasting and
the challenges of implementing explainability in real-world applications, where explainability is crucial
for interpreting both predictions and internal learning dynamics. These insights are particularly relevant
for environmental monitoring, where non-stationarity is inherent and transparent decision-making is
essential. Future work will focus on extending these principles to additional features and environmental
variables, and on investigating how explainability can guide the design of sampling strategies that are
further optimized for robustness and long-term generalization, thereby strengthening the link between
model transparency and practical deployment in non-stationary settings.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Nie</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N. H.</given-names>
            <surname>Nguyen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Sinthong</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Kalagnanam</surname>
          </string-name>
          ,
          <article-title>A time series is worth 64 words: Long-term forecasting with transformers</article-title>
          ,
          <source>ICLR</source>
          (
          <year>2022</year>
          ). URL: http://arxiv.org/abs/2211.14730.
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>Z.</given-names>
            <surname>Gong</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Tang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Liang</surname>
          </string-name>
          ,
          <article-title>Patchmixer: A patch-mixing architecture for long-term time series forecasting</article-title>
          ,
          <source>ICLR</source>
          (
          <year>2023</year>
          ). URL: http://arxiv.org/abs/2310.00655.
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>A.</given-names>
            <surname>Zeng</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Zhang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Q.</given-names>
            <surname>Xu</surname>
          </string-name>
          ,
          <article-title>Are transformers efective for time series forecasting?</article-title>
          , AAAI Press (
          <year>2022</year>
          ). URL: http://arxiv.org/abs/2205.13504.
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>N.</given-names>
            <surname>Gunasekara</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Pfahringer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H. M.</given-names>
            <surname>Gomes</surname>
          </string-name>
          ,
          <string-name>
            <surname>A. Bifet,</surname>
          </string-name>
          <article-title>Survey on online streaming continual learning</article-title>
          ,
          <source>IJCAI International Joint Conference on Artificial Intelligence 2023-August</source>
          (
          <year>2023</year>
          )
          <fpage>6628</fpage>
          -
          <lpage>6637</lpage>
          . doi:
          <volume>10</volume>
          .24963/IJCAI.
          <year>2023</year>
          /743.
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>H. Y.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Vojinovic</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Lo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. W.</given-names>
            <surname>Lee</surname>
          </string-name>
          ,
          <article-title>Groundwater level prediction with deep learning methods</article-title>
          ,
          <source>Water (Switzerland) 15</source>
          (
          <year>2023</year>
          ). doi:
          <volume>10</volume>
          .3390/w15173118.
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>V.</given-names>
            <surname>Gupta</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Narwariya</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Malhotra</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Vig</surname>
          </string-name>
          , G. Shrof,
          <article-title>Continual learning for multivariate time series tasks with variable input dimensions, ICDM (</article-title>
          <year>2022</year>
          ). URL: http://arxiv.org/abs/2203.06852.
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>G.</given-names>
            <surname>Schillaci</surname>
          </string-name>
          ,
          <string-name>
            <given-names>U.</given-names>
            <surname>Schmidt</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Miranda</surname>
          </string-name>
          ,
          <article-title>Prediction error-driven memory consolidation for continual learning: On the case of adaptive greenhouse models</article-title>
          ,
          <source>KI - Kunstliche Intelligenz</source>
          <volume>35</volume>
          (
          <year>2021</year>
          )
          <fpage>71</fpage>
          -
          <lpage>80</lpage>
          . doi:
          <volume>10</volume>
          .1007/s13218-020-00700-8.
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>J. S.</given-names>
            <surname>Smith</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Valkov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Halbe</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Gutta</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Feris</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Kira</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Karlinsky</surname>
          </string-name>
          ,
          <article-title>Adaptive memory replay for continual learning (</article-title>
          <year>2024</year>
          ). URL: http://arxiv.org/abs/2404.12526.
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>G.</given-names>
            <surname>Sokar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D. C.</given-names>
            <surname>Mocanu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Pechenizkiy</surname>
          </string-name>
          ,
          <article-title>Self-attention meta-learner for continual learning (</article-title>
          <year>2021</year>
          ). URL: http://arxiv.org/abs/2101.12136.
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Cai</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Thomason</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Rostami</surname>
          </string-name>
          ,
          <article-title>Task-attentive transformer architecture for continual learning of vision-and-language tasks using knowledge distillation</article-title>
          ,
          <source>EMNLP</source>
          (
          <year>2023</year>
          ). URL: https://arxiv.org/ abs/2303.14423v1.
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>M.</given-names>
            <surname>Xue</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Zhang</surname>
          </string-name>
          , J. Song, M. Song,
          <article-title>Meta-attention for vit-backed continual learning</article-title>
          ,
          <source>CVPR</source>
          (
          <year>2022</year>
          )
          <fpage>150</fpage>
          -
          <lpage>159</lpage>
          . URL: https://github.com/zju-vipa/MEAT-TIL.
          <source>doi:10.1109/CVPR52688</source>
          .
          <year>2022</year>
          .
          <volume>00025</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>T.</given-names>
            <surname>Rojat</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Puget</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Filliat</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. D.</given-names>
            <surname>Ser</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Gelin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Díaz-Rodríguez</surname>
          </string-name>
          ,
          <article-title>Explainable artificial intelligence (xai) on timeseries data: A survey (</article-title>
          <year>2021</year>
          ). URL: http://arxiv.org/abs/2104.00950.
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>M.</given-names>
            <surname>Proietti</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Ragno</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Capobianco</surname>
          </string-name>
          ,
          <article-title>Xai-guided continual learning: Rationale, methods</article-title>
          , and future directions,
          <source>Wiley Interdisciplinary Reviews: Data Mining and Knowledge Discovery</source>
          <volume>15</volume>
          (
          <year>2025</year>
          )
          <article-title>e70046</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>D.</given-names>
            <surname>Rymarczyk</surname>
          </string-name>
          , J. van de Weijer,
          <string-name>
            <given-names>B.</given-names>
            <surname>Zieliński</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Twardowski</surname>
          </string-name>
          , Icicle:
          <article-title>Interpretable class incremental continual learning</article-title>
          ,
          <source>in: Proceedings of the IEEE/CVF International Conference on Computer Vision</source>
          (ICCV),
          <year>2023</year>
          , pp.
          <fpage>1887</fpage>
          -
          <lpage>1898</lpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>