Papers › SEED: Semi-supervised Continual MalwarE Detection for Tackling ConcEpt Drift on a BuDget

SEED: Semi-supervised Continual MalwarE Detection for Tackling ConcEpt Drift on a BuDget

24 May 2026arXiv:2605.24903added by Syntology

Suresh Kumar Amalapuram, Bikraj Shresta, Siva Ram murthy Chebiyam, Bheemarjuna Reddy Tamma, Sumohana S Channappayya

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Machine learning based malware detectors become obsolete over time due to concept drift in benign and malware applications. Recent methods rely on fully labeled data and use hierarchical contrastive loss (HCL) with active learning to improve robustness against drift by exploiting semantic structure in malware representations. However, obtaining labeled data in the security domain is difficult. Under partially labeled settings, HCL suffers significant performance degradation in detecting unseen malware, especially on datasets such as BODMAS where strong semantic structure may not exist. In this paper, we propose SEED, a semantic-structure-agnostic method for malware detection under limited supervision. SEED combines a tailored binary cross-entropy objective with semi-supervised continual learning and active learning. For partially labeled seen tasks, unlabeled samples are projected into a representation space constructed from previously seen data using singular value decomposition, and paired with suitable labeled samples to encourage representation consistency. For unseen tasks with fully unlabeled data, uncertainty is quantified using cosine distance in representation space, and the most uncertain samples are selected for analyst labeling. We evaluate SEED on both Windows and Android malware datasets. Using only 20% labeled data on seen tasks, SEED achieves average AUT improvements of 40% on BODMAS and 14% on AndroZoo for unseen malware detection compared to HCL* (the semi-supervised adaptation of HCL), while remaining competitive on APIGraph. Finally, we introduce a delayed buffer update strategy to reduce label noise propagation during replay and improve learning stability.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2605.24903")

Code

Syntology Ran 10 of 18 code samples harvested from 1 repository linked to this paper; 8 have no recorded run. Of those that ran: 1 ran · honoured contract; 2 ran · our draft was wrong; 4 ran · fixture could not drive it; 3 ran with no contract checked.

By repository: found in paper text by Syntology: 18 samples from 1 repository, 10 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

amalapuram/SEED found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

18 samples harvested; 10 ran; 1 honoured the contract we drafted; 8 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · honoured contract
2ran · our draft was wrong
4ran · fixture could not drive it
3ran
8unverified

Licence: 18 of the 18 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from amalapuram/SEED. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

GradientRejection amalapuram/SEED/SSCL.py found in paper text by Syntology ran no licence file found · pointer only · b9e78fc2652abe9c · report
MarginLoss amalapuram/SEED/SSCL.py found in paper text by Syntology ran no licence file found · pointer only · 54a4b3b27ed1a825 · report
apply_soft_threshold amalapuram/SEED/SSCL.py found in paper text by Syntology ran · fixture could not drive it no licence file found · pointer only · c30c74eb0c6cd709 · report
dataset amalapuram/SEED/SSCL.py found in paper text by Syntology ran no licence file found · pointer only · d51001132cf6692e · report
get_representation_matrix amalapuram/SEED/SSCL.py found in paper text by Syntology ran · fixture could not drive it no licence file found · pointer only · 383a3b1d318dae53 · report
get_uncertainity amalapuram/SEED/SSCL.py found in paper text by Syntology ran · honoured contract no licence file found · pointer only · 5895aab0e2a9da35 · report
major_representations amalapuram/SEED/SSCL.py found in paper text by Syntology ran · fixture could not drive it no licence file found · pointer only · 50d75bdd6551a4af · report
memory_update_equal_allocation2 amalapuram/SEED/SSCL.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · baf2c5b8e692de6c · report
split_a_task amalapuram/SEED/SSCL.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 95df9157322ab7a4 · report
update_GPM amalapuram/SEED/SSCL.py found in paper text by Syntology ran · fixture could not drive it no licence file found · pointer only · cb93a0fdd899743a · report
EarlyStopping amalapuram/SEED/SSCL.py found in paper text by Syntology unverified no licence file found · pointer only · 2ef1b1a0841f5f35 · report
entropy amalapuram/SEED/SSCL.py found in paper text by Syntology unverified no licence file found · pointer only · abf64df52e402e4a · report
initialize_buffermemory amalapuram/SEED/SSCL.py found in paper text by Syntology unverified no licence file found · pointer only · a21355f526b3d367 · report
memory_update_equal_allocation amalapuram/SEED/SSCL.py found in paper text by Syntology unverified no licence file found · pointer only · 31e75cedeb4c1c87 · report
memory_update_equal_allocation3 amalapuram/SEED/SSCL.py found in paper text by Syntology unverified no licence file found · pointer only · 8fd864754802576b · report
owl_data_labeling_strategy_const_labels2 amalapuram/SEED/SSCL.py found in paper text by Syntology unverified no licence file found · pointer only · 86e2bd432f187c04 · report
sample_batch_from_memory amalapuram/SEED/SSCL.py found in paper text by Syntology unverified no licence file found · pointer only · 677c7ee26c71d99e · report
train amalapuram/SEED/SSCL.py found in paper text by Syntology unverified no licence file found · pointer only · e0030d15324d9552 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2605.24903, was issued in May 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections