Jadwal Sholat

Memuat jadwal sholatโ€ฆ

Ilmu Komputer & AI editorial

Open AccessOA2026

RIGEL: Real-time Optical Anomaly Diagnosis with Stateful In-Network Inference based on Distributed On-switch GNNs

A fully in-network, stateful distributed inference system for optical anomaly diagnosis using collaborative Graph Neural Networks on Tofino switches
Zhen Wei; Yidong Wang; Yufan Zhu; Xuefeng Yan; Binjun Tang; Xiaoliang Chen; Zuqing Zhuยท 2026ยท DOI 10.48550/arXiv.2607.29306

The core problem

The rapid growth of data-intensive applications has significantly complicated optical network management, making real-time optical anomaly diagnosis an essential capability. Existing approaches predominantly rely on centralized data analytics, which introduce inherent latency and overhead due to message exchanges between data and control planes. These limitations hinder the ability to promptly detect and localize anomalies, potentially leading to service degradation and network failures. To address these challenges, this work proposes RIGEL, a novel system that realizes stateful distributed in-network inference through collaborative Graph Neural Networks (GNNs) deployed directly on Tofino switches. RIGEL is designed to be fully in-network, eliminating the need for centralized processing and enabling real-time diagnosis. The system leverages a software-hardware co-design to preprocess high-dimensional spectral data, making it suitable for hardware-based inference. By combining an autoencoder with a GraphSAGE-based GNN, RIGEL achieves highly accurate anomaly detection and localization, as demonstrated in a realistic packet-over-optical network testbed. This digest presents the key as

Innovation

RIGEL was evaluated on a realistic packet-over-optical network testbed, demonstrating its effectiveness in real-time optical anomaly diagnosis. The system achieved highly accurate detection and localization of optical anomalies, with timely responses that outperform state-of-the-art centralized methods. Specifically, RIGEL reduced diagnosis latency by eliminating message exchanges between data and control planes, enabling sub-millisecond response times. The accuracy of anomaly detection and localization was verified through extensive experiments, showing high precision and recall. The distributed in-network inference allowed RIGEL to scale with network size without incurring additional overhead. Comparative analysis highlighted RIGEL's benefits over existing approaches, including lower latency, reduced control plane load, and improved scalability. The testbed results confirm that RIGEL can effectively handle high-dimensional spectral data and perform stateful inference on Tofino switches, making it a practical solution for real-time optical network management.
The rapid growth of data-intensive applications has significantly complicated optical network management, making real-time optical anomaly diagnosis an essential capability. Existing approaches predominantly rely on centralized data analytics, which introduce inherent latency and overhead due to message exchanges between data and control planes. These limitations hinder the ability to promptly detect and localize anomalies, potentially leading to service degradation and network failures. To address these challenges, this work proposes RIGEL, a novel system that realizes stateful distributed in-network inference through collaborative Graph Neural Networks (GNNs) deployed directly on Tofino switches. RIGEL is designed to be fully in-network, eliminating the need for centralized processing and enabling real-time diagnosis. The system leverages a software-hardware co-design to preprocess high-dimensional spectral data, making it suitable for hardware-based inference. By combining an autoencoder with a GraphSAGE-based GNN, RIGEL achieves highly accurate anomaly detection and localization, as demonstrated in a realistic packet-over-optical network testbed. This digest presents the key aspects of RIGEL following the IMRAD structure.
RIGEL's methodology centers on a software-hardware co-design that enables stateful distributed in-network inference on Tofino switches. The system preprocesses high-dimensional spectral data to reduce dimensionality and extract relevant features suitable for hardware implementation. The core model combines an autoencoder for unsupervised feature learning with a GraphSAGE-based GNN for collaborative inference across switches. The autoencoder compresses the input spectral data into a latent representation, which is then processed by the GNN to capture spatial and temporal correlations among network nodes. To adapt the model to Tofino switches, a generalizable method is proposed that maps the GNN operations onto the switch's programmable pipeline, ensuring efficient execution. The distributed inference is stateful, meaning that each switch maintains and updates its local state based on incoming data and messages from neighboring switches, enabling collaborative anomaly diagnosis without centralized coordination. The system operates entirely within the data plane, avoiding control plane overhead. The mathematical formulation of the autoencoder can be expressed as:

Why it matters

The analysis of RIGEL reveals its key advantages and potential implications for optical network management. By moving inference entirely into the data plane, RIGEL eliminates the latency and overhead associated with centralized analytics, enabling real-time anomaly diagnosis. The stateful distributed inference allows switches to collaboratively detect and localize anomalies without a central coordinator, enhancing resilience and scalability. The software-hardware co-design addresses the challenge of processing high-dimensional spectral data on resource-constrained switches, demonstrating the feasibility of in-network machine learning. However, the approach may face limitations in terms of switch memory and computational capacity, which could affect the complexity of models that can be deployed. Future work could explore more efficient model compression techniques and extend the framework to other types of network anomalies. Overall, RIGEL represents a significant step towards autonomous optical networks, where anomalies are diagnosed and mitigated at the edge, reducing reliance on centralized control and improving overall network performance.

Who should read this

CS practitioners and researchers

Opening member contentโ€ฆ