GraphFaaS: Serverless GNN Inference for Burst-Resilient, Real-Time Intrusion Detection
Lingzhi Wang, Vinod Yegneswaran, Xinyi Shi, Ziyu Li, Ashish Gehani, Yan Chen

TL;DR
GraphFaaS introduces a serverless GNN inference system designed for real-time, burst-resilient intrusion detection, significantly reducing latency and improving stability in cybersecurity workflows.
Contribution
It presents a novel serverless architecture for GNN inference that dynamically scales to handle bursty workloads in intrusion detection tasks.
Findings
Reduces average detection latency by 85%.
Decreases coefficient of variation (CV) by 64%.
Ensures stable inference latency under fluctuating workloads.
Abstract
Provenance-based intrusion detection is an increasingly popular application of graphical machine learning in cybersecurity, where system activities are modeled as provenance graphs to capture causality and correlations among potentially malicious actions. Graph Neural Networks (GNNs) have demonstrated strong performance in this setting. However, traditional statically-provisioned GNN inference architectures fall short in meeting two crucial demands of intrusion detection: (1) maintaining consistently low detection latency, and (2) handling highly irregular and bursty workloads. To holistically address these challenges, we present GraphFaaS, a serverless architecture tailored for GNN-based intrusion detection. GraphFaaS leverages the elasticity and agility of serverless computing to dynamically scale the GNN inference pipeline. We parallelize and adapt GNN workflows to a serverless…
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
TopicsAdvanced Graph Neural Networks · Software System Performance and Reliability · Network Security and Intrusion Detection
