Mathias Kern

2papers

2 Papers

7.5NIMay 23
Network Digital Twin for Congestion-Aware Predictive Traffic Routing using Graph MPNNs

Umer Iqbal, Ashiq Anjum, Anthony S Conway et al.

Telecom networks scale with growing users and data-intensive applications, generating heavy traffic that causes congestion, reducing throughput, increasing delay, and raising computational costs. Traditional routing protocols act only after performance degradation, making them unsuitable for dynamic traffic and topological changes. Addressing these challenges requires a routing approach that adapts in real time, scales with network growth, operates without disrupting active services, and provides continuous feedback for congestion-aware traffic optimisation. The Network Digital Twin (NDT) addresses these needs by mirroring global network behaviour using Message Passing Neural Networks (MPNNs) through bidirectional communication with the physical network. To align the NDT with physical network behaviour, synthetic traffic is generated with increasing load across topological structures that incrementally scale as routers are added. These topologies are created by graph-generating models such as Erdos-Renyi, Barabasi-Albert, and Watts-Strogatz, customised with vertex degree limitations. The NDT collects performance metrics from routers and links, and MPNNs classify edges based on local vertex and global network behaviours. Based on these classifications, feedback is sent as Policy-Based Routing (PBR) protocol commands to each router, enabling optimal traffic distribution across links of the physical network.

LGMay 18, 2021
rx-anon -- A Novel Approach on the De-Identification of Heterogeneous Data based on a Modified Mondrian Algorithm

Fabian Singhofer, Aygul Garifullina, Mathias Kern et al.

Traditional approaches for data anonymization consider relational data and textual data independently. We propose rx-anon, an anonymization approach for heterogeneous semi-structured documents composed of relational and textual attributes. We map sensitive terms extracted from the text to the structured data. This allows us to use concepts like k-anonymity to generate a joined, privacy-preserved version of the heterogeneous data input. We introduce the concept of redundant sensitive information to consistently anonymize the heterogeneous data. To control the influence of anonymization over unstructured textual data versus structured data attributes, we introduce a modified, parameterized Mondrian algorithm. The parameter $λ$ allows to give different weight on the relational and textual attributes during the anonymization process. We evaluate our approach with two real-world datasets using a Normalized Certainty Penalty score, adapted to the problem of jointly anonymizing relational and textual data. The results show that our approach is capable of reducing information loss by using the tuning parameter to control the Mondrian partitioning while guaranteeing k-anonymity for relational attributes as well as for sensitive terms. As rx-anon is a framework approach, it can be reused and extended by other anonymization algorithms, privacy models, and textual similarity metrics.