English

Malceiver: Perceiver with Hierarchical and Multi-modal Features for Android Malware Detection

Cryptography and Security 2022-04-13 v1 Computer Vision and Pattern Recognition

Abstract

We propose the Malceiver, a hierarchical Perceiver model for Android malware detection that makes use of multi-modal features. The primary inputs are the opcode sequence and the requested permissions of a given Android APK file. To reach a malware classification decision the model combines hierarchical features extracted from the opcode sequence together with the requested permissions. The model's architecture is based on the Perceiver/PerceiverIO which allows for very long opcode sequences to be processed efficiently. Our proposed model can be easily extended to use multi-modal features. We show experimentally that this model outperforms a conventional CNN architecture for opcode sequence based malware detection. We then show that using additional modalities improves performance. Our proposed architecture opens new avenues for the use of Transformer-style networks in malware research.

Keywords

Cite

@article{arxiv.2204.05994,
  title  = {Malceiver: Perceiver with Hierarchical and Multi-modal Features for Android Malware Detection},
  author = {Niall McLaughlin},
  journal= {arXiv preprint arXiv:2204.05994},
  year   = {2022}
}

Comments

13 pages, 2 figures

R2 v1 2026-06-24T10:46:14.099Z