PulseAugur
LIVE 10:20:12
research · [1 source] ·
0
research

Researchers develop self-supervised learning for Android malware detection

Researchers have developed a new method for detecting Android malware that addresses temporal bias in machine learning models. By constructing a time-stamped dataset and implementing a timestamp-verification procedure, their framework ensures models are evaluated based on actual app release times. The system utilizes self-supervised pre-training with BYOL to learn robust representations, achieving 98% accuracy and 89% F1 score under time-aware evaluation. The dataset and source code have been released to promote further research. AI

Summary written by gemini-2.5-flash-lite from 1 source. How we write summaries →

IMPACT Improves robustness of AI-based malware detection systems by addressing temporal bias.

RANK_REASON Academic paper introducing a new methodology and dataset for Android malware detection.

Read on arXiv cs.LG →

COVERAGE [1]

  1. arXiv cs.LG TIER_1 · Annan Fu, Hao Pei, Maryam Tanha ·

    Self-Supervised Learning for Android Malware Detection on a Time-Stamped Dataset

    arXiv:2604.23025v1 Announce Type: cross Abstract: Android malware detectors built with machine learning often suffer from temporal bias: models are trained and evaluated without respecting apps' actual release times, inflating accuracy and weakening real-world robustness. We addr…