paper-with-me

Papers

Marvolo: Programmatic Data Augmentation for Practical ML-Driven Malware Detection

2022-06-07 · Michael D. Wong, Edward Raff, James Holt, Ravi Netravali

Data augmentation has been rare in the cyber security domain due to technical difficulties in altering data in a manner that is semantically consistent with the original data. This shortfall is particularly onerous given the unique difficulty of acquiring benign and malicious training data that runs into copyright restrictions, and that institutions like banks and governments receive targeted malware that will never exist in large quantities. We present MARVOLO, a binary mutator that programmatically grows malware (and benign) datasets in a manner that boosts the accuracy of ML-driven malware detectors. MARVOLO employs semantics-preserving code transformations that mimic the alterations that malware authors and defensive benign developers routinely make in practice , allowing us to generate meaningful augmented data. Crucially, semantics-preserving transformations also enable MARVOLO to safely propagate labels from original to newly-generated data samples without mandating expensive reverse engineering of binaries. Further, MARVOLO embeds several key optimizations that keep costs low for practitioners by maximizing the density of diverse data samples generated within a given time (or resource) budget. Experiments using wide-ranging commercial malware datasets and a recent ML-driven malware detector show that MARVOLO boosts accuracies by up to 5%, while operating on only a small fraction (15%) of the potential input binaries.

📄 PDF Abstract BibTeX arXiv:2206.03265

Code (0)

등록된 구현이 없습니다.

Tasks

Data AugmentationMalware Detection

Similar Papers 제목 키워드 기반

Enhancing Mathematical Problem Solving in LLMs through Execution-Driven Reasoning Augmentation

2026-02-03 · Aditya Basarkar, Benyamin Tabarsi, Tiffany Barnes, Dongkuan Xu arxiv

Mathematical problem solving is a fundamental benchmark for assessing the reasoning capabilities of artificial intelligence and a gateway to applications in education, science, and engineering where reliable symbolic rea…

Mathematical Reasoning

Programmatic Context Augmentation for LLM-based Symbolic Regression

2026-05-04 · Hao Liu, Xiao-Wen Yang, Atharva Sehgal, Yixin Wang 외 arxiv

Symbolic regression (SR), the task of discovering mathematical expressions that best describe a given dataset, remains a fundamental challenge in scientific discovery. Traditional approaches, primarily based on genetic a…

AlignDrive: Aligned Lateral-Longitudinal Planning for End-to-End Autonomous Driving

2026-01-05 · Yanhao Wu, Haoyang Zhang, Fei He, Rui Wu 외 arxiv

Practical autonomous driving requires models that generalize by reasoning through spatial-temporal possibilities to exclude unsafe outcomes. While state-of-the-art (SOTA) methods use parallel planning architectures, they…

Collision AvoidanceAutonomous DrivingData Augmentation

Reliable Programmatic Weak Supervision with Confidence Intervals for Label Probabilities

2025-08-05 · Verónica Álvarez, Santiago Mazuelas, Steven An, Sanjoy Dasgupta arxiv

The accurate labeling of datasets is often both costly and time-consuming. Given an unlabeled dataset, programmatic weak supervision obtains probabilistic predictions for the labels by leveraging multiple weak labeling f…

Exposing Weaknesses of Large Reasoning Models through Graph Algorithm Problems

2026-02-06 · Qifan Zhang, Jianhao Ruan, Aochuan Chen, Kang Zeng 외 arxiv

Large Reasoning Models (LRMs) have advanced rapidly; however, existing benchmarks in mathematics, code, and common-sense reasoning remain limited. They lack long-context evaluation, offer insufficient challenge, and prov…