LGAINov 14, 2025

Retrofit: Continual Learning with Bounded Forgetting for Security Applications

arXiv:2511.11439v1h-index: 8
Originality Incremental advance
AI Analysis

This addresses the challenge of maintaining model effectiveness in data-sensitive security applications, offering a novel solution for continual learning with minimal forgetting, though it is incremental in the broader CL field.

The paper tackles the problem of performance degradation in deep learning models for security analytics due to evolving threats and data shifts, proposing RETROFIT, a continual learning method that achieves bounded forgetting without needing historical data, resulting in improved retention scores from 20.2% to 38.6% in malware detection and around twice the BLEU score in binary summarization compared to baselines.

Modern security analytics are increasingly powered by deep learning models, but their performance often degrades as threat landscapes evolve and data representations shift. While continual learning (CL) offers a promising paradigm to maintain model effectiveness, many approaches rely on full retraining or data replay, which are infeasible in data-sensitive environments. Moreover, existing methods remain inadequate for security-critical scenarios, facing two coupled challenges in knowledge transfer: preserving prior knowledge without old data and integrating new knowledge with minimal interference. We propose RETROFIT, a data retrospective-free continual learning method that achieves bounded forgetting for effective knowledge transfer. Our key idea is to consolidate previously trained and newly fine-tuned models, serving as teachers of old and new knowledge, through parameter-level merging that eliminates the need for historical data. To mitigate interference, we apply low-rank and sparse updates that confine parameter changes to independent subspaces, while a knowledge arbitration dynamically balances the teacher contributions guided by model confidence. Our evaluation on two representative applications demonstrates that RETROFIT consistently mitigates forgetting while maintaining adaptability. In malware detection under temporal drift, it substantially improves the retention score, from 20.2% to 38.6% over CL baselines, and exceeds the oracle upper bound on new data. In binary summarization across decompilation levels, where analyzing stripped binaries is especially challenging, RETROFIT achieves around twice the BLEU score of transfer learning used in prior work and surpasses all baselines in cross-representation generalization.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes