REVIEW 4 major objections 5 minor 50 references
SLAM: Structured and Localized Analytic Manifold Adaptation for Forgetting-Immune and Domain-Robust Lifelong VPR
T0 review · 4 major / 5 minor · reviewed 2026-08-02 · deepseek-v4-flash
Pith's one-line read This paper claims that analytic class-incremental learning can be made robust to seasonal domain shifts by treating its recursive updates as EKF covariance propagation, yielding a memory-free, forgetting-immune lifelong visual place recogni
desk verdict Good core recipe, but the headline domain-robustness mechanism is never tested and the EKF isomorphism is asserted, so the paper needs a major revision and a narrower claim set. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing object is the recursive Woodbury update for the inverse-precision matrix K and cross-covariance Q, with the classifier weight W=KQ. The paper's key move is to read this as an EKF covariance-propagation loop, which justifies adding (1) a dynamic temperature-scaled GMM that partitions the feature space into topological components so non-linearities stay local, (2) an unscented perturbation that creates symmetric soft-logit variations around the teacher targets, and (3) an H-infinity attenuation factor that shrinks the covariance update under a worst-case noise bound. ACIL-D is the canonical invariant feature manifold where the autocorrelation states and decision hyperplanes st
What would settle it
Replace D-DA with a matched data-augmentation/noise-injection scheme that does not separate style from semantics, keeping all other SLAM components fixed; if final all-class accuracy stays at 27.7% or improves, the disentanglement and directional-manifold claims are unsupported. Alternatively, run the full SLAM pipeline with D-DA applied at test time to raw features; if accuracy does not improve over the raw-feature evaluation, the adapter's test-time role is unverified.
Extended reading notes
Core claim
The paper's central claim is that ACIL's vulnerability to domain shift is the same fragility that EKF-style recursive least squares shows under non-Gaussian noise, and that an algebraic isomorphism between the Woodbury update in ACIL and EKF covariance propagation makes this vulnerability fixable with control-theoretic tools. On that basis, SLAM couples a disentangled domain adapter (invariant semantics vs style) with three analytic regularizers: temperature-scaled GMM for localizing non-linearities, unscented perturbed propagation, and an H-infinity minimax bound. The reported outcome is complete forgetting immunity at O(1) memory: 27.7% final all-class accuracy for full SLAM and 29.0% for
Load-bearing premise
The claim that D-DA provides domain robustness rests on training-time feature conditioning; at test time the raw, unaligned features are used, so the style-truncation mechanism is never actually exercised and could be doing nothing beyond data augmentation.
Editorial extensions
If this is right
- If the isomorphism and empirical results hold, lifelong VPR can run on a frozen backbone with constant memory, no replay buffer, and no raw image storage, easing privacy constraints in deployed robots.
- Old decision boundaries are mathematically locked, so the 'forgetting immunity' is exact for the analytic classifier rather than approximate, unlike replay or distillation baselines.
- The EKF mapping gives a principled way to import established robust-estimation tools (unscented transforms, H-infinity bounds, mixture filtering) into any analytic continual learner, not just place recognition.
- The reported margins over replay-based, prompt-based, and LoRA baselines indicate the approach may be significantly stronger under severe seasonal shift, if the evaluation protocol holds.
Reading between the lines
- The D-DA adapter is trained with gradient-based Adam and never used at test time; its claimed 'style truncation' is therefore not directly exercised. A plausible reading is that D-DA acts as data augmentation for the analytic update, and the disentanglement itself is unverified.
- Because the adapter is gradient-trained, 'complete forgetting immunity' applies only to the analytic classifier state; the adapter's parameters can drift across tasks, and its effect on future tasks is not controlled by the Woodbury update.
- The EKF isomorphism opens a two-way street: adaptive noise-covariance estimation, outlier gating, or measurement validation from state estimation could be imported into ACIL; the paper does not explore these.
- One testable extension: apply SLAM updates to other frozen-backbone continual classification streams (e.g., object or scene recognition across domains) to see whether the observed robustness transfers beyond GPS-quantized place labels.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes SLAM, a framework for lifelong visual place recognition built on Analytic Class-Incremental Learning (ACIL). The authors introduce disentangled domain alignment (D-DA) with a claimed inference-time style-truncation mechanism, and augment the ACIL recursion with GMM-based temperature scaling, unscented perturbation, and H-infinity robust terms, motivated by an alleged algebraic isomorphism between ACIL updates and EKF covariance propagation. On a 10-task NCLT benchmark, the paper reports 27.7% final all-class accuracy for the full SLAM framework and 29.0% for a U+H variant, while claiming O(1) memory and complete forgetting immunity.
Significance. If substantiated, the paper would offer a memory-free, privacy-preserving lifelong VPR classifier that is both forgetting-immune and robust to domain shift. The closed-form update structure and the extensive ablation over components are useful; the idea of linking ACIL to recursive least squares / Kalman-type updates is suggestive. However, the central domain-robustness mechanism is not evaluated at inference time, the ACIL-EKF mapping is asserted rather than proven, and the modified covariance update is not shown to preserve the ACIL guarantee. As presented, the empirical and theoretical support for the headline claims is incomplete.
major comments (4)
- [§IV.C and Table II] The abstract and Section I claim that D-DA performs inference-time style truncation and directional projection into ACIL-D. However, §IV.C states that 'the DA module is employed exclusively during the training phase... all evaluations are conducted on raw projected representations without adapter inference.' Therefore the reported 27.7% (SLAM full) and 29.0% (U+H) results measure a training-time feature-conditioning effect, not the proposed inference-time purification mechanism. Moreover, Analytic A-DDA outperforms Vanilla DA only marginally (27.7 vs. 27.4; U+H 29.0 vs. 28.9), so even as a training-time augmentation its benefit over simple moment matching is small. This is a load-bearing gap: without test-time adapter evaluation, the paper's central domain-robustness claim is untested. Please add experiments that pass raw test features through the style-truncated P_geom and compare, or r
- [§III.D, Eq. (16)] Eq. (16) inserts η_combined into the Woodbury K update while Eq. (15) leaves the Q update unchanged. ACIL's 'absolute memorization / forgetting immunity' property from [5] relies on the exact recursive least-squares solution. No proof is given that this scaled update preserves that property or that it minimizes a well-defined objective. With W=KQ, scaling K differently from Q means the resulting weight matrix is not the standard ACIL solution, so the claimed forgetting-immunity guarantee is not automatic. Please provide a theorem showing the modified recursion is still exact, or remove/modify the guarantee.
- [§III.A–III.D] The paper repeatedly invokes an 'algebraic isomorphism between recursive ACIL updates and EKF covariance propagation,' but the isomorphism is never stated formally. The equations shown are the standard Woodbury identity for regularized least squares; no mapping of state vector, measurement model, process/measurement noise, or Jacobians is given. Without a precise theorem and proof, the control-theoretic robustification is heuristic, not derived. This is a central claim of the paper and needs a formal treatment.
- [§IV.B and Eqs. (5), (10), (12), (13)] Many hyperparameters (α, λreg, κ, T, αukf, γhinf, GMM scaling constants, JL dimension, bottleneck size, loss weights, learning rate) are tuned on the same NCLT benchmark, and no sensitivity analysis or held-out domain is reported. Given that the headline contribution is domain robustness, the lack of validation on data not used for hyperparameter selection weakens the 'robustness' claim. Please include a sensitivity study or a second dataset/domain split.
minor comments (5)
- [Abstract and §I] The abstract reports 27.7% / 29.0% final accuracy, but the introduction says 'up to 28.0% all-class accuracy.' The numbers should be reconciled.
- [References] References [15], [26], and [35] contain the placeholder 'To be updated' and are incomplete; please replace with full citations.
- [§III.A–III.B] The D-DA description in the text mentions f_style and f_static and 'style truncation,' but the equations (1)–(6) only present moment matching and P_geom. A formal definition of f_style, f_static, and the truncation operation is missing.
- [Tables I and II] The 'Seen' and 'All' metrics are not defined in the captions. Also, baseline names are inconsistent: DER/ER++ in Table I vs. ER-BoT in the appendix.
- [Eq. (11)] The notation σ(S) is used for softmax while σ is also used for variance elsewhere; please disambiguate.
Circularity Check
No circular derivation chain: no equation reduces by construction to a fitted input or a self-citation; the main weakness is an evaluation/validation gap, not circularity.
full rationale
Walking the derivation chain: ACIL updates (Eqs. 7-17) are closed-form Woodbury recursions whose targets Y_all are soft labels generated by an analytic teacher (Eqs. 7-9) from the same task data; this is a standard training loop, not a case where the predicted accuracy is an input. The hyperparameters (alpha, T, gamma, lambda, etc.) are chosen constants, not fitted values that are then reported as predictions, so no fitted-input-called-prediction step is exhibited. The ACIL-D/EKF 'isomorphism' is asserted and used as a naming/organizing analogy; no equation is shown to be identical to an input by construction, and the robustified update rules are heuristics rather than a re-derivation of the claimed output. There is no self-citation chain: ACIL [5], CL-SLAM [30], and baselines are external works, and forgetting immunity is imported from the external ACIL theorem, which is independent support even if the modifications may exceed its assumptions. The only significant issue is Section IV.C: 'the DA module is employed exclusively during the training phase to condition the feature spaces, whereas all evaluations are conducted on raw projected representations without adapter inference.' This means the inference-time style-truncation/directional projection mechanism is not validated by Table II, and A-DDA results measure a training-time conditioning effect. That is a validation gap and a correctness/rigor risk, but it is not circularity that makes the result equal to its input, so it does not raise the circularity score.
Assumptions & free parameters
free parameters (12)
- residual smoothing factor α =
0.01
- Tikhonov regularization λreg =
0.1
- teacher logit scale κ =
16.0
- distillation temperature T =
2.0
- unscented perturbation strength αukf =
0.6
- H∞ attenuation factor γhinf =
5.0
- GMM scaling constants 0.25 and 0.5 =
0.25, 0.5
- JL compression dimension d =
384
- bottleneck dimension dbottleneck =
256
- GMM cluster count K =
8
- DA loss weights λdis and λid =
1.0, 0.1
- Adam learning rate =
1e-3
assumptions (6)
- standard math Woodbury matrix identity / recursive least squares is valid for the K update (Eq. 16).
- domain assumption DINOv2 frozen features are fixed and sufficiently discriminative for 100-class VPR under the analytically learned classifier.
- ad hoc to paper ACIL's 'absolute memorization / forgetting immunity' property from [5] remains valid after the η_combined-modified K update (Eq. 16).
- ad hoc to paper A DA module used only during training is sufficient to align test-time raw features into ACIL-D.
- ad hoc to paper The GMM responsibility / temperature scaling formula (Eq. 12) captures topological nonlinearity.
- domain assumption GPS-discretized pseudo-labels define a valid class-incremental VPR task.
invented entities (2)
-
ACIL-D (Analytic Class-Incremental Learning Domain)
-
style vector fstyle / static semantic stream fstatic
Cite this review
Pith. "Pith review of SLAM: Structured and Localized Analytic Manifold Adaptation for Forgetting-Immune and Domain-Robust Lifelong VPR." pith.science (2026). https://pith.science/paper/BEMS2E3L
@misc{pith2026260704764,
author = {Pith},
title = {Pith review of: SLAM: Structured and Localized Analytic Manifold Adaptation for Forgetting-Immune and Domain-Robust Lifelong VPR},
year = {2026},
howpublished = {\url{https://pith.science/paper/BEMS2E3L}},
note = {Machine review of arXiv:2607.04764}
}
abstract
Visual Place Recognition (VPR) under long-term operation is essential for autonomous mobile robots. While Analytic Class-Incremental Learning (ACIL) provides memory-free ($O(1)$) task adaptation with exact forgetting immunity, applying it to lifelong VPR suffers from extreme vulnerability to non-linear domain shifts induced by environmental variations. In this work, we introduce the concept of the \textbf{ACIL-Domain (ACIL-D)}---a canonical invariant feature manifold where autocorrelation states remain locked. We resolve the domain vulnerability via Disentangled Domain Alignment (D-DA), which decouples latent features into invariant semantics within ACIL-D and variant style vectors for directional projection. Furthermore, by uncovering an algebraic isomorphism between recursive ACIL updates and Extended Kalman Filter (EKF) covariance propagation, we establish a control-theoretic framework designated as \textbf{SLAM} (\textbf{S}tructured and \textbf{L}ocalized \textbf{A}nalytic \textbf{M}anifold adaptation). SLAM integrates dynamic temperature-scaled Gaussian Mixture Models (GMM) to isolate topological non-linearities, Unscented perturbed propagation to dampen feature variations, and minimax $H_{\infty}$-robust criteria to bound worst-case noise accumulation. Empirical evaluations on the non-stationary NCLT dataset demonstrate that our proposed framework substantially outperforms existing baselines, achieving a final all-class accuracy of 27.7\% with the full SLAM framework (and up to 29.0\% with the U+H variant) while guaranteeing complete forgetting immunity.
Reference graph
Works this paper leans on
-
[5]
Acil: Analytic class-incremental learning with absolute memorization and privacy protection
Huiping Zhuang, Zhenyu Weng, Hongxin Wei, Lihua Xie, Kar-Ann Toh, and Zhiping Lin. Acil: Analytic class-incremental learning with absolute memorization and privacy protection. InProceedings of the European Conference on Computer Vision (ECCV), pages 105–121, 2022
2022
-
[1]
Leonard, David Cox, Peter Corke, and Michael Milford
Stephanie Lowry, Niko S ¨underhauf, Paul Newman, John J. Leonard, David Cox, Peter Corke, and Michael Milford. Visual place recognition: A survey.IEEE Transactions on Robotics, 32(1):1–19, 2016
2016
-
[2]
Planet - photo geolocation with combinatorial partitioning
Tobias Weyand, Ilya Kostrikov, and James Philbin. Planet - photo geolocation with combinatorial partitioning. InProceedings of the European Conference on Computer Vision (ECCV), pages 37–55, 2016
2016
-
[3]
Catastrophic interference in connectionist networks: The sequential learning problem.Psychology of Learning and Motivation, 24:109–165, 1989
Michael McCloskey and Neal J Cohen. Catastrophic interference in connectionist networks: The sequential learning problem.Psychology of Learning and Motivation, 24:109–165, 1989
1989
-
[4]
Lampinen, Ekin D
David Rolnick, Arun Mallya, Andrew K. Lampinen, Ekin D. Cubuk, Eileen T. Zhang, Stefano Soatto, and Roger Grosse. Experience replay for continual learning. InAdvances in Neural Information Processing Systems (NeurIPS), 2019
2019
-
[6]
Ushani, and Ryan M
Nicholas Carlevaris-Bianco, Arash K. Ushani, and Ryan M. Eustice. University of Michigan North Campus long-term vision and lidar dataset.International Journal of Robotics Research, 35(9):1023–1035, 2015
2015
-
[7]
X. Li, H. Wang, Z. Zhang, Z. Zhang, and Z. Chen. Continual Learning: A Review of Techniques, Challenges, and Future Directions.arXiv preprint arXiv:2403.06501, 2024
arXiv 2024
-
[8]
Rusu, Kieran Milan, John Quan, Tiago Ramalho, Agnieszka Grabska-Barwi ´nska, et al
James Kirkpatrick, Razvan Pascanu, Neil Rabinowitz, Joel Veness, Guillaume Desjardins, Andrei A. Rusu, Kieran Milan, John Quan, Tiago Ramalho, Agnieszka Grabska-Barwi ´nska, et al. Overcoming catastrophic forgetting in neural networks.Proceedings of the National Academy of Sciences, 114(13):3521–3526, 2017
2017
Show all 50 references
-
[9]
Rusu, Kieran Milan, John Quan, Tiago Ramalho, Agnieszka Grabska-Barwi ´nska, Demis Hassabis, Claudia Clopath, Dharshan Kumaran, and Raia Hadsell
James Kirkpatrick, Razvan Pascanu, Neil Rabinowitz, Joel Veness, Guillaume Desjardins, Andrei A. Rusu, Kieran Milan, John Quan, Tiago Ramalho, Agnieszka Grabska-Barwi ´nska, Demis Hassabis, Claudia Clopath, Dharshan Kumaran, and Raia Hadsell. Overcoming catastrophic forgetting...
2017
-
[10]
Mitigating the Di- minishing Effect of Elastic Weight Consolidation.arXiv preprint arXiv:2210.03816, 2022
Canasai Kruengkrai and Junichi Yamagishi. Mitigating the Di- minishing Effect of Elastic Weight Consolidation.arXiv preprint arXiv:2210.03816, 2022
2022 arXiv
-
[11]
Learning without Forgetting
Zhizhong Li and Derek Hoiem. Learning without Forgetting. In European Conference on Computer Vision (ECCV), 2016
2016
-
[13]
Distilling the Knowledge in a Neural Network.arXiv preprint arXiv:1503.02531, 2015
Geoffrey Hinton, Oriol Vinyals, and Jeff Dean. Distilling the Knowledge in a Neural Network.arXiv preprint arXiv:1503.02531, 2015
2015 arXiv
-
[14]
Continual Learning Through Synaptic Intelligence.arXiv preprint arXiv:1703.04200, 2017
Friedemann Zenke, Ben Poole, and Surya Ganguli. Continual Learning Through Synaptic Intelligence.arXiv preprint arXiv:1703.04200, 2017
2017 arXiv
-
[15]
Prototype-sample relation distillation: Towards replay-free continual learning
Xudong Wang et al. Prototype-sample relation distillation: Towards replay-free continual learning. InTo be updated, 2023
2023
-
[16]
icarl: Incremental classifier and representation learning
Sylvestre-Alvise Rebuffi, Alexander Kolesnikov, Georg Sperl, and Christoph H Lampert. icarl: Incremental classifier and representation learning. InProceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR), pages 2001–2010, 2017
2001
-
[17]
S. A. Rebuffi, A. Kolesnikov, and C. H. Lampert. iCaRL: Incremental Classifier and Representation Learning.CVPR, 2017
2017
-
[18]
Gradient Episodic Memory for Continual Learning.arXiv preprint arXiv:1706.08850, 2017
David Lopez-Paz and Marc’Aurelio Ranzato. Gradient Episodic Memory for Continual Learning.arXiv preprint arXiv:1706.08850, 2017
2017 arXiv
-
[19]
Dark experience for general continual learning
Pietro Buzzega, Matteo Boschini, Angelo Porrello, Davide Abati, and Simone Calderara. Dark experience for general continual learning. In Advances in Neural Information Processing Systems (NeurIPS), 2020
2020
-
[20]
Dark experience for general continual learning: A strong, simple baseline
Zheda Mai, Ruiqi Gao, Feng Liu, Sheng Jie, Diyi Yang, and Zhi- wei Steven Wu. Dark experience for general continual learning: A strong, simple baseline. InAdvances in Neural Information Processing Systems (NeurIPS), 2021
2021
-
[21]
Packnet: Adding multiple tasks to a single network by iterative pruning
Arun Mallya and Svetlana Lazebnik. Packnet: Adding multiple tasks to a single network by iterative pruning. InIEEE Conference on Computer Vision and Pattern Recognition (CVPR), 2018
2018
-
[22]
Overcoming catastrophic forgetting with hard attention to the task
Joan Serra, Didac Suris, Marius Miron, and Alexandros Karatzoglou. Overcoming catastrophic forgetting with hard attention to the task. In International Conference on Machine Learning (ICML), 2018
2018
-
[23]
Hu, Yelong Shen, Phillip Wallis, Zeyuan Allen-Zhu, Yuanzhi Li, Shean Wang, Lu Wang, and Weizhu Chen
Edward J. Hu, Yelong Shen, Phillip Wallis, Zeyuan Allen-Zhu, Yuanzhi Li, Shean Wang, Lu Wang, and Weizhu Chen. Lora: Low-rank adaptation of large language models. InInternational Conference on Learning Representations (ICLR), 2022
2022
-
[24]
No Forgetting Learning: A Memory-free Continual Learning Framework.arXiv preprint arXiv:2503.04638, 2025
Xiaowei Ma, Weiran Huang, Jiahua Dong, and Yining Qi. No Forgetting Learning: A Memory-free Continual Learning Framework.arXiv preprint arXiv:2503.04638, 2025
2025 arXiv
-
[25]
Solutions of Ill-posed Problems
Andrey Nikolayevich Tikhonov and Vasiliy Yakovlevich Arsenin. Solutions of Ill-posed Problems. Winston, 1977
1977
-
[26]
Al-gnn: Privacy-preserving and replay-free continual graph learning via analytic learning.To be updated, 2025
First Author et al. Al-gnn: Privacy-preserving and replay-free continual graph learning via analytic learning.To be updated, 2025
2025
-
[27]
Catastrophic Forgetting in Deep Graph Networks: A Graph Classifica- tion Benchmark.Frontiers in Artificial Intelligence, 5, 2022
Antonio Carta, Andrea Cossu, Federico Errica, and Davide Bacciu. Catastrophic Forgetting in Deep Graph Networks: A Graph Classifica- tion Benchmark.Frontiers in Artificial Intelligence, 5, 2022
2022
-
[28]
1 year, 1000 km: The oxford robotcar dataset.The International Journal of Robotics Research, 36(1):3–15, 2017
Will Maddern, Geoffrey Pascoe, Chris Linegar, and Paul Newman. 1 year, 1000 km: The oxford robotcar dataset.The International Journal of Robotics Research, 36(1):3–15, 2017
2017
-
[29]
Mapillary Street-Level Sequences: A Dataset for Lifelong Place Recognition
Frederik Warburg, Soren Hauberg, Manuel Lopez-Antequera, Pau Gargallo, Yubin Kuang, and Javier Civera. Mapillary Street-Level Sequences: A Dataset for Lifelong Place Recognition. InIEEE Conference on Computer Vision and Pattern Recognition, 2020
2020
-
[30]
Continual slam: Beyond lifelong simultaneous localization and mapping through continual learning.IEEE Transactions on Robotics, 2023
Giulio Baldini, Nicholas Kromer, and Luca Carlone. Continual slam: Beyond lifelong simultaneous localization and mapping through continual learning.IEEE Transactions on Robotics, 2023
2023
-
[31]
How SLAM (Simultaneous Localization and Mapping) Enhances AR Experiences, 2025
Zilliz. How SLAM (Simultaneous Localization and Mapping) Enhances AR Experiences, 2025
2025
-
[32]
Continuous learning route map for robot navigation using a growing-on-demand self-organizing neural network.arXiv preprint arXiv:2403.02256, 2024
Chaoliang Zhong, Shirong Liu, Qiang Lu, and Botao Zhang. Continuous learning route map for robot navigation using a growing-on-demand self-organizing neural network.arXiv preprint arXiv:2403.02256, 2024
2024 arXiv
-
[33]
Zhong, S
C. Zhong, S. Liu, Q. Lu, and B. Zhang. Lifelong navigation and mapping for mobile robots with continuous learning.arXiv preprint arXiv:2407.21416, 2024
2024 arXiv
-
[34]
S. Zeng, Y . Liu, Y . Wang, and Y . Li. Continual Learning for Mobile Robot Navigation.MDPI, 2024
2024
-
[35]
Malossi et al
Gianluca I. Malossi et al. Vascular fluid-structure interaction: unified continuum formulation, image-based mesh generation pipeline, and scalable fully implicit solver technology.To be updated, 2022
2022
-
[36]
H ¨ausler, N
S. H ¨ausler, N. Sunderhauf, L. v.d. Hengel, F. T. K. L. Hausler, and M. Milford. Patch-NetVLAD: Multi-Scale Fusion of Locally-Global Descriptors for Place Recognition. InCVPR 2021, 2021
2021
-
[37]
VIPeR: Visual Incremental Place Recognition With Adaptive Mining and Continual Learning.IEEE Conference on Robotics and Automation, 2025
Yuhang Ming, Minyang Xu, Xingrui Yang, Wanzeng Kong, W Wang, Y Peng, W Dai, and W Kong. VIPeR: Visual Incremental Place Recognition With Adaptive Mining and Continual Learning.IEEE Conference on Robotics and Automation, 2025
2025
-
[38]
Anyloc: Towards universal visual place recognition.arXiv preprint arXiv:2308.00688, 2023
Nikhil Keetha, Abhishek Tyagi, Akshay Agrawal, Niko Sunderhauf, Michael Milford, and Sourav Garg. Anyloc: Towards universal visual place recognition.arXiv preprint arXiv:2308.00688, 2023
2023 arXiv
-
[39]
Experience replay for continual learning
David Rolnick, Arun Ahuja, Jonathan Schwarz, Timothy P Lillicrap, and Greg Wayne. Experience replay for continual learning. InAdvances in Neural Information Processing Systems, volume 32, pages 348–358, 2019
2019
-
[40]
Rethinking experience replay: a bag of tricks for continual learning
Pietro Buzzega, Matteo Boschini, Angelo Porrello, and Simone Calderara. Rethinking experience replay: a bag of tricks for continual learning. InProceedings of the 25th International Conference on Pattern Recognition (ICPR), pages 2180–2187, 2020
2020
-
[41]
Overcoming catastrophic forgetting with hard attention to the task
Joan Serr `a, D´ıdac Sur´ıs, Marius Miron, and Alexandros Karatzoglou. Overcoming catastrophic forgetting with hard attention to the task. In Proceedings of the 35th International Conference on Machine Learning (ICML), volume 80 ofProceedings of Machine Learning Research, page...
2018
-
[42]
Learning without forgetting
Zhizhong Li and Derek Hoiem. Learning without forgetting. IEEE Transactions on Pattern Analysis and Machine Intelligence, 40(12):2935–2947, 2018
2018
-
[43]
Prol: Rehearsal free continual learning in streaming data via prompt online learning
M Anwar Ma’sum, Mahardhika Pratama, Savitha Ramasamy, Lin Liu, Habibullah Habibullah, and Ryszard Kowalczyk. Prol: Rehearsal free continual learning in streaming data via prompt online learning. In Proceedings of the IEEE/CVF International Conference on Computer Vision, pages ...
2025
-
[44]
Replay-free continual low-rank adaptation with dynamic memory
Huancheng Chen, Jingtao Li, Weiming Zhuang, Chen Chen, and Lingjuan Lyu. Replay-free continual low-rank adaptation with dynamic memory. InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) Workshops, 2026
2026
-
[45]
Extensions of lipschitz mappings into a hilbert space
William B Johnson and Joram Lindenstrauss. Extensions of lipschitz mappings into a hilbert space. InConference in Modern Analysis and Probability, volume 26 ofContemporary Mathematics, pages 189–206. American Mathematical Society, 1984. APPENDIX A. Adaptation of CLEAR for Life...
1984
-
[46]
Feature Extraction: The original raw sensor/image backbone is replaced with pre-computed, frozen 1D DINOv2 feature embeddings
-
[47]
Output Head: The pose-regression heads are re- placed with a 100-class spatial classification head trained on spatial pseudo-labels derived from global GPS trajectories
-
[48]
c) Implementation and Adaptation of PROL Baseline: To benchmark against state-of-the-art rehearsal-free online continual learning, we incorporate Prompt Online Learning (PROL) [43]
Training Pipeline: Model updates are performed on offline DINOv2 feature caches introduced se- quentially by geographic domain, rather than from live streaming sensor data. c) Implementation and Adaptation of PROL Baseline: To benchmark against state-of-the-art rehearsal-free ...
-
[49]
A dual-adapter architecture consisting of an orthogonal adapter (O) to ensure parameter stability and a residual adapter (R) to enhance task plasticity
-
[50]
Singular Value Decomposition (SVD)-based gradient projection that constrains weight updates to subspaces orthogonal to previously learned tasks
-
[51]
A Dynamic Memory (DM) module combined with inference-time logit calibration, which adaptively weights residual features based on input descriptor similarities. b) What is Modified:To adapt DualLoRA from ViT- based image classification to sequential robotic VPR using the NCLT d...
Reviewed August 2, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.