Datasets:

ArXiv:
DOI:
License:
rahmanms commited on
Commit
fcf1749
·
verified ·
1 Parent(s): 86daeb2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +60 -3
README.md CHANGED
@@ -1,3 +1,60 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ ---
4
+
5
+ # MADAR: Efficient Continual Learning for Malware Analysis with Diversity-Aware Replay
6
+
7
+ This dataset is released in support of the paper:
8
+
9
+ > **MADAR: Efficient Continual Learning for Malware Analysis with Diversity-Aware Replay**
10
+ > Mohammad Saidur Rahman, Scott Coull, Qi Yu, Matthew Wright
11
+ > arXiv preprint [arXiv:2502.05760](https://arxiv.org/abs/2502.05760), 2025
12
+
13
+ MADAR is a benchmark suite for evaluating continual learning methods in malware classification. It includes realistic data distribution shifts and supports scenarios such as Domain-Incremental Learning (Domain-IL) and Class-Incremental Learning (Class-IL). The dataset includes curated samples from two primary sources:
14
+
15
+ - **EMBER-Domain**: Derived from the EMBER dataset of Windows PE files.
16
+ - **AZ-Domain**: Derived from the AndroZoo dataset of Android APKs.
17
+
18
+ ---
19
+
20
+ ## Dataset Sources
21
+
22
+ ### EMBER-Domain
23
+
24
+ Curated from the EMBER dataset:
25
+
26
+ > Hyrum S. Anderson and Phil Roth
27
+ > *Ember: An open dataset for training static PE malware machine learning models*
28
+ > arXiv preprint [arXiv:1804.04637](https://arxiv.org/abs/1804.04637), 2018
29
+
30
+ ### AZ-Domain
31
+
32
+ Curated from the AndroZoo dataset:
33
+
34
+ > Kevin Allix, Tegawendé F. Bissyandé, Jacques Klein, Yves Le Traon
35
+ > *AndroZoo: Collecting Millions of Android Apps for the Research Community*
36
+ > International Conference on Mining Software Repositories (MSR), 2016
37
+
38
+ > Marco Alecci, Pedro Jesús Ruiz Jiménez, Kevin Allix, Tegawendé F. Bissyandé, Jacques Klein
39
+ > *AndroZoo: A Retrospective with a Glimpse into the Future*
40
+ > International Conference on Mining Software Repositories (MSR), 2024
41
+
42
+ ---
43
+
44
+ ## License
45
+
46
+ This dataset is released under the MIT License.
47
+
48
+ ---
49
+
50
+ ## Citation
51
+
52
+ If you use MADAR in your work, please cite:
53
+
54
+ ```bibtex
55
+ @article{rahman2025madar,
56
+ title={MADAR: Efficient Continual Learning for Malware Analysis with Diversity-Aware Replay},
57
+ author={Rahman, Mohammad Saidur and Coull, Scott and Yu, Qi and Wright, Matthew},
58
+ journal={arXiv preprint arXiv:2502.05760},
59
+ year={2025}
60
+ }