LGSep 14, 2022

Efficient multi-relational network representation using primes

arXiv:2209.06575v21 citationsh-index: 43
Originality Incremental advance
AI Analysis

This addresses the need for efficient data handling in applications like biomedical and financial networks, though it appears incremental as it builds on existing adjacency matrix methods with a novel mathematical twist.

The paper tackles the problem of representing and analyzing large multi-relational networks by introducing Prime Adjacency Matrices (PAMs), which use prime numbers for a lossless, compact representation, enabling fast computation of multi-hop adjacency matrices for efficient network analysis.

In this work, we propose a novel representation of complex multi-relational networks, which is compact and allows very efficient network analysis. Multi-relational networks capture complex data relationships and have a variety of applications, ranging from biomedical to financial, social, etc. As they get to be used with ever larger quantities of data, it is crucial to find efficient ways to represent and analyse such networks. This paper introduces the concept of Prime Adjacency Matrices (PAMs), which utilize prime numbers, to represent the relations of the network. Due to the fundamental theorem of arithmetic, this allows for a lossless, compact representation of a complete multi-relational graph, using a single adjacency matrix. Moreover, this representation enables the fast computation of multi-hop adjacency matrices, which can be useful for a variety of downstream tasks. We illustrate the benefits of using the proposed approach through various simple and complex network analysis tasks.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes