• 中国计算机学会会刊
  • 中国科技核心期刊
  • 中文核心期刊

Computer Engineering & Science ›› 2024, Vol. 46 ›› Issue (09): 1576-1586.

• Computer Network and Znformation Security • Previous Articles     Next Articles

OMCI model similarity computation based on graph neural networks

YUAN Jia-wei,ZHAO Jin   

  1.  (School of Computer Science,Fudan University,Shanghai 200438,China)
  • Received:2024-01-03 Revised:2024-03-06 Accepted:2024-09-25 Online:2024-09-25 Published:2024-09-19

Abstract: The optical network unit management and control interface (OMCI) is a crucial protocol for interconnectivity between the optical line terminal (OLT) and optical network unit (ONU) in Gigabit-capable passive optical networks (GPON) systems. When addressing OMCI interoperability issues, developers often need to conduct exception analysis on OMCI service models. However, due to the complexity of OMCI domain knowledge, directly analyzing OMCI service models can be extremely challenging, time-consuming, and laborious for inexperienced developers. To address these challenges, the  OMCI model exception analysis method based on graph neural networks (GNNs) is proposed. This method leverages graph similarity computation algorithms to search for similar OMCI models from a database as references, compares the differences, and identifies anomalies. Firstly, real OMCI data is structured into graph data. Subsequently, the similarity graph neural network (SimGNN) is improved by integrating graph isomorphism networks and self-attention pooling for fast graph similarity computation. Finally, the similarity scores between each graph in the OMCI graph database and the anomalous graph data are calculated, and the most similar OMCI service model graphs are recommended based on the score ranking. Experimental results show that the improved graph similarity computation model outperforms the baseline model on the OMCI dataset used in this study. Moreover, it proves effective in practical applications, offering valuable assistance in analyzing OMCI interoperability issues.

Key words: optical network, OMCI, anomaly analysis, graph neural network, graph similarity computation, graph isomorphism network