LGSIMLApr 17, 2019

Compositional Network Embedding

arXiv:1904.08157v3
Originality Incremental advance
AI Analysis

This addresses the issue of non-generalizable node IDs in network embedding for tasks like link prediction, offering an inductive framework that improves performance in real cases, though it is incremental as it builds on existing embedding methods.

The paper tackles the problem of network embedding methods being limited by node IDs, which are not generalizable and hinder performance in real-world scenarios like cold-start problems and heterogeneous networks. The proposed Compositional Network Embedding framework generates node embeddings by combining node features, showing effectiveness and generalization ability, especially on unseen nodes, as verified through link prediction experiments.

Network embedding has proved extremely useful in a variety of network analysis tasks such as node classification, link prediction, and network visualization. Almost all the existing network embedding methods learn to map the node IDs to their corresponding node embeddings. This design principle, however, hinders the existing methods from being applied in real cases. Node ID is not generalizable and, thus, the existing methods have to pay great effort in cold-start problem. The heterogeneous network usually requires extra work to encode node types, as node type is not able to be identified by node ID. Node ID carries rare information, resulting in the criticism that the existing methods are not robust to noise. To address this issue, we introduce Compositional Network Embedding, a general inductive network representation learning framework that generates node embeddings by combining node features based on the principle of compositionally. Instead of directly optimizing an embedding lookup based on arbitrary node IDs, we learn a composition function that infers node embeddings by combining the corresponding node attribute embeddings through a graph-based loss. For evaluation, we conduct the experiments on link prediction under four different settings. The results verified the effectiveness and generalization ability of compositional network embeddings, especially on unseen nodes.

Foundations

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

Your Notes