DeepTrust: Multi-Step Classification through Dissimilar Adversarial Representations for Robust Android Malware Detection
Daniel Pulido-Cortázar, Daniel Gibert, Felip Manyà
TL;DR
DeepTrust addresses the vulnerability of Android malware detectors to adversarial examples by organizing diverse internal detectors into a fixed sequential cascade, where a single internal model ultimately renders the decision. Its core hypothesis is that maximizing representation divergence among internal classifiers makes the attacker's perturbations slow and uncertain, enhancing robustness without sacrificing accuracy on clean data. The approach combines tabular adversarial training and label smoothing to create heterogeneous embeddings, and a carefully crafted three-stage configuration achieved gold at the SaTML'25 competition, outperforming baselines under feature-space and problem-space attacks and showing strong temporal robustness. The work demonstrates that a multi-step, diversity-driven defense can provide practical, scalable security gains for static Android malware detection in realistic benchmark settings.
Abstract
Over the last decade, machine learning has been extensively applied to identify malicious Android applications. However, such approaches remain vulnerable against adversarial examples, i.e., examples that are subtly manipulated to fool a machine learning model into making incorrect predictions. This research presents DeepTrust, a novel metaheuristic that arranges flexible classifiers, like deep neural networks, into an ordered sequence where the final decision is made by a single internal model based on conditions activated in cascade. In the Robust Android Malware Detection competition at the 2025 IEEE Conference SaTML, DeepTrust secured the first place and achieved state-of-the-art results, outperforming the next-best competitor by up to 266% under feature-space evasion attacks. This is accomplished while maintaining the highest detection rate on non-adversarial malware and a false positive rate below 1%. The method's efficacy stems from maximizing the divergence of the learned representations among the internal models. By using classifiers inducing fundamentally dissimilar embeddings of the data, the decision space becomes unpredictable for an attacker. This frustrates the iterative perturbation process inherent to evasion attacks, enhancing system robustness without compromising accuracy on clean examples.
