paper-with-me

홈 › Papers

Understanding Graph Learning with Local Intrinsic Dimensionality

2021-09-29 · Xiaojun Guo, Xingjun Ma, Yisen Wang

Many real-world problems can be formulated as graphs and solved by graph learning techniques. Whilst the rise of Graph Neural Networks (GNNs) has greatly advanced graph learning, there is still a lack of understanding of the intrinsic properties of graph data and their impact on graph learning. In this paper, we narrow the gap by studying the intrinsic dimension of graphs with \emph{Local Intrinsic Dimensionality (LID)}. The LID of a graph measures the expansion rate of the graph as the local neighborhood size of the nodes grows. With LID, we estimate and analyze the intrinsic dimensions of node features, graph structure and representations learned by GNNs. We first show that feature LID (FLID) and structure LID (SLID) are well correlated with the complexity of synthetic graphs. Following this, we conduct a comprehensive analysis of 12 popular graph datasets of diverse categories and show that 1) graphs of lower FLIDs and SLIDs are generally easier to learn; 2) GNNs learn by mapping graphs (feature and structure together) to low-dimensional manifolds that are of much lower representation LIDs (RLIDs), i.e., RLID $\ll$ FLID/SLID; and 3) when the layers go deep in message-passing based GNNs, the underlying graph will converge to a complete graph of $\operatorname{SLID}=0.5$, losing structural information and causing the over-smoothing problem.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Learning

Similar Papers 제목 키워드 기반

ABID: Angle Based Intrinsic Dimensionality

2020-06-23 · Erik Thordsen, Erich Schubert

The intrinsic dimensionality refers to the ``true'' dimensionality of the data, as opposed to the dimensionality of the data representation. For example, when attributes are highly correlated, the intrinsic dimensionalit…

Dimensionality Reduction

Local Intrinsic Dimensionality Measures for Graphs, with Applications to Graph Embeddings

2022-08-25 · Miloš Savić, Vladimir Kurbalija, Miloš Radovanović

The notion of local intrinsic dimensionality (LID) is an important advancement in data dimensionality analysis, with applications in data mining, machine learning and similarity search problems. Existing distance-based L…

Graph Embedding

Local Intrinsic Dimensionality for Dynamic Graph Embeddings

2024-11-25 · Dušica Knežević, Miloš Savić, Miloš Radovanović

The notion of local intrinsic dimensionality (LID) has important theoretical implications and practical applications in the fields of data mining and machine learning. Recent research efforts indicate that LID measures d…

Dynamic graph embeddingGraph Embedding

Measuring the Intrinsic Dimension of Earth Representations

2025-11-03 · Arjun Rao, Marc Rußwurm, Konstantin Klemmer, Esther Rolf arxiv

Within the context of representation learning for Earth observation, geographic Implicit Neural Representations (INRs) embed low-dimensional location inputs (longitude, latitude) into high-dimensional embeddings, through…

Representation Learning

Dimensionality-Aware Outlier Detection: Theoretical and Experimental Analysis

2024-01-10 · Alastair Anderberg, James Bailey, Ricardo J. G. B. Campello, Michael E. Houle 외

We present a nonparametric method for outlier detection that takes full account of local variations in intrinsic dimensionality within the dataset. Using the theory of Local Intrinsic Dimensionality (LID), our 'dimension…

Outlier Detection