LGAINov 5, 2025

A Quantized VAE-MLP Botnet Detection Model: A Systematic Evaluation of Quantization-Aware Training and Post-Training Quantization Strategies

arXiv:2511.03201v1h-index: 8
Originality Synthesis-oriented
AI Analysis

This work addresses the problem of lightweight botnet detection for IoT security, but it is incremental as it applies existing quantization methods to a specific model and dataset.

The study tackled the challenge of deploying deep learning botnet detection models on resource-constrained IoT devices by proposing a VAE-MLP framework and evaluating quantization strategies. Results showed that Post-Training Quantization (PTQ) achieved a 6x speedup and 21x size reduction with only marginal accuracy loss, while Quantization-Aware Training (QAT) had a 3x speedup and 24x compression but more noticeable accuracy decline.

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 benchmark IoT botnet datasets--N-BaIoT and CICIoT2022. The results revealed that, with respect to detection accuracy, the QAT strategy experienced a more noticeable decline,whereas PTQ incurred only a marginal reduction compared to the original unquantized model. Furthermore, PTQ yielded a 6x speedup and 21x reduction in size, while QAT achieved a 3x speedup and 24x compression, demonstrating the practicality of quantization for device-level IoT botnet detection.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes