FAST-IDS: A Fast Two-Stage Intrusion Detection System with Hybrid Compression for Real-Time Threat Detection in Connected and Autonomous Vehicles
Devika S, Vishnu Hari, Pratik Narang, Tejasvi Alladi, Vinay Chamola
TL;DR
This work introduces FAST-IDS, a two-stage intrusion detection framework tailored for resource-constrained Connected and Autonomous Vehicles (CAVs). Stage 1 employs a Bidirectional GAN with Wasserstein loss and gradient penalty for coarse anomaly detection, while Stage 2 uses a hybrid CNN-LSTM for fine-grained multiclass classification across 19 attack types, all under a hybrid model compression pipeline (structured pruning + static quantization). The approach achieves strong unseen-attack detection, and substantial reductions in model size and inference time (≈77.2% size reduction and ≈50.05% faster inference), enabling per-vehicle threat detection on Jetson Nano (~0.195 s). Experimental results on the VeReMi Extension dataset demonstrate competitive Stage 2 multiclass accuracy (≈97.9%), Stage 1 recall improvements over SOTA, and robust performance across both known and unseen attacks, highlighting its practical impact for real-time ITS security.
Abstract
We have implemented a multi-stage IDS for CAVs that can be deployed to resourec-constrained environments after hybrid model compression.
