A Quantized VAE-MLP Botnet Detection Model: A Systematic Evaluation of Quantization-Aware Training and Post-Training Quantization Strategies
Hassan Wasswa, Hussein Abbass, Timothy Lynar

TL;DR
This paper evaluates quantization strategies for a VAE-MLP botnet detection model, demonstrating that post-training quantization offers significant size and speed benefits with minimal accuracy loss, enhancing deployment on resource-limited IoT devices.
Contribution
It systematically compares quantization-aware training and post-training quantization for a VAE-MLP botnet detection model, highlighting PTQ's efficiency and minimal impact on detection accuracy.
Findings
PTQ achieves 6x speedup and 21x size reduction with minimal accuracy loss.
QAT results in greater accuracy decline but still offers 3x speedup and 24x compression.
Both strategies enable lightweight, efficient IoT botnet detection models.
Abstract
In an effort to counter the increasing IoT botnet-based attacks, state-of-the-art deep learning methods have been proposed and have achieved impressive detection accuracy. However, their computational intensity restricts deployment on resource-constrained IoT devices, creating a critical need for lightweight detection models. A common solution to this challenge is model compression via quantization. This study proposes a VAE-MLP model framework where an MLP-based classifier is trained on 8-dimensional latent vectors derived from the high-dimensional train data using the encoder component of a pretrained variational autoencoder (VAE). Two widely used quantization strategies--Quantization-Aware Training (QAT) and Post-Training Quantization (PTQ)--are then systematically evaluated in terms of their impact on detection performance, storage efficiency, and inference latency using two…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNetwork Security and Intrusion Detection · Advanced Malware Detection Techniques · Adversarial Robustness in Machine Learning
