paper-with-me

홈 › Papers

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 LID estimators were designed for tabular datasets encompassing data points represented as vectors in a Euclidean space. After discussing their limitations for graph-structured data considering graph embeddings and graph distances, we propose NC-LID, a novel LID-related measure for quantifying the discriminatory power of the shortest-path distance with respect to natural communities of nodes as their intrinsic localities. It is shown how this measure can be used to design LID-aware graph embedding algorithms by formulating two LID-elastic variants of node2vec with personalized hyperparameters that are adjusted according to NC-LID values. Our empirical analysis of NC-LID on a large number of real-world graphs shows that this measure is able to point to nodes with high link reconstruction errors in node2vec embeddings better than node centrality metrics. The experimental evaluation also shows that the proposed LID-elastic node2vec extensions improve node2vec by better preserving graph structure in generated embeddings.

📄 PDF Abstract BibTeX arXiv:2208.11986

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Embedding

Methods 이 논문이 사용한 방법론

node2vec node2vec is a framework for learning graph embeddings for nodes in graphs. Node2vec maximizes a likelihood objective over mappings which preserve neighbourhood distances in…

Similar Papers 제목 키워드 기반

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

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…

Graph Learning

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

Process monitoring based on orthogonal locality preserving projection with maximum likelihood estimation

2020-12-13 · Jingxin Zhang, Maoyin Chen, Hao Chen, Xia Hong 외

By integrating two powerful methods of density reduction and intrinsic dimensionality estimation, a new data-driven method, referred to as OLPP-MLE (orthogonal locality preserving projection-maximum likelihood estimation…

Density EstimationDimensionality ReductionFault DetectionFault Diagnosis

Local Intrinsic Dimensional Entropy

2023-04-05 · Rohan Ghosh, Mehul Motani

Most entropy measures depend on the spread of the probability distribution over the sample space $\mathcal{X}$, and the maximum entropy achievable scales proportionately with the sample space cardinality $|\mathcal{X}|$.…