DAST: A VLM-LLM Framework for Cross-Interface Anomaly Detection in O-RAN
Summary
DAST is a zero-shot multi-agent framework designed for cross-interface anomaly detection in Open RAN (O-RAN) environments. It addresses critical challenges in 6G networks, such as scarce labeled baselines, rapidly evolving threats, and high-dimensional telemetry that overwhelm traditional Time-Series Anomaly Detection (TSAD) methods. DAST employs a three-stage VLM \u2192 LLM \u2192 VLM pipeline, converting multivariate KPI streams into visual representations, scoring textual per-interface descriptions against O-RAN domain knowledge, and verifying suspicious activities on high-resolution heatmaps. The framework outputs problematic interfaces, anomalous time intervals, an O-RAN WG11-aligned operational impact rating, and a decision rationale. Evaluated on real O-RAN testbed traces, DAST achieved a 0.910 F1-Score and 0.843 Accuracy, significantly outperforming existing TSAD baselines.
Key takeaway
For MLOps Engineers deploying anomaly detection in O-RAN, traditional Time-Series Anomaly Detection (TSAD) methods are insufficient due to evolving threats and scarce labeled data. You should consider implementing zero-shot, multi-agent VLM-LLM frameworks like DAST, which integrate O-RAN domain knowledge. This approach provides robust cross-interface anomaly detection, reduces false alarms, and offers actionable insights for SRE-style troubleshooting, making your network more resilient against performance degradation attacks.
Key insights
Multi-agent VLM-LLM reasoning, grounded in O-RAN domain knowledge, effectively detects complex cross-interface anomalies in disaggregated networks.
Principles
- O-RAN disaggregation expands attack surfaces.
- Traditional TSAD struggles with evolving threats.
- Domain knowledge enhances zero-shot detection.
Method
DAST profiles KPI plots with a VLM, scores textual descriptions against O-RAN domain knowledge using an LLM, then a second VLM verifies suspects on heatmaps for precise anomaly localization.
In practice
- Visualize KPI streams for VLM input.
- Integrate O-RAN specifications as domain knowledge.
- Decompose detection tasks across specialized agents.
Topics
- O-RAN
- Anomaly Detection
- Vision Language Models
- Large Language Models
- Network Security
- 6G Networks
Best for: Research Scientist, AI Scientist, Machine Learning Engineer, MLOps Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by cs.AI updates on arXiv.org.