Regression-Aware Continual Learning for Android Malware Detection
Summary
Machine learning-based malware detectors need frequent updates to handle new threats, but retraining from scratch with billions of samples is impractical, so continual learning (machine learning that learns incrementally from new data without forgetting old knowledge) is used instead. However, this research identifies a critical problem called security regression: even though overall detection performance may improve, some malware samples that were previously caught stop being detected after an update, silently reintroducing old threats. The researchers propose Positive Congruent Training (PCT), a regression-aware framework that integrates with existing continual learning strategies and reduces security regression by about 50% while maintaining strong overall detection performance.
Solution / Mitigation
The source proposes Positive Congruent Training (PCT), described as a regression-aware framework instantiated to address this issue in the continual learning setting. According to the experiments, 'our method effectively halves regression across different CL scenarios while maintaining strong detection performance over time.' The framework shows 'seamless integration with any prior CL strategy.'
Classification
Original source: http://ieeexplore.ieee.org/document/11612837
First tracked: August 6, 2026 at 02:04 AM
Classified by LLM (prompt v3) · confidence: 92%