Skip to content

Commit

Permalink
* update 2024-08-03 06:19:03
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Aug 2, 2024
1 parent 1e9ab98 commit 87cd15c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions arXiv_db/Malware/2024.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
- [2024-05](#2024-05)
- [2024-06](#2024-06)
- [2024-07](#2024-07)
- [2024-08](#2024-08)

## 2024-01

Expand Down Expand Up @@ -2226,3 +2227,18 @@

</details>


## 2024-08

<details>

<summary>2024-08-01 13:53:48 - Optimized Deep Learning Models for Malware Detection under Concept Drift</summary>

- *William Maillet, Benjamin Marais*

- `2308.10821v2` - [abs](http://arxiv.org/abs/2308.10821v2) - [pdf](http://arxiv.org/pdf/2308.10821v2)

> Despite the promising results of machine learning models in malicious files detection, they face the problem of concept drift due to their constant evolution. This leads to declining performance over time, as the data distribution of the new files differs from the training one, requiring frequent model update. In this work, we propose a model-agnostic protocol to improve a baseline neural network against drift. We show the importance of feature reduction and training with the most recent validation set possible, and propose a loss function named Drift-Resilient Binary Cross-Entropy, an improvement to the classical Binary Cross-Entropy more effective against drift. We train our model on the EMBER dataset, published in2018, and evaluate it on a dataset of recent malicious files, collected between 2020 and 2023. Our improved model shows promising results, detecting 15.2% more malware than a baseline model.
</details>

Loading

0 comments on commit 87cd15c

Please sign in to comment.