paper-with-me

Papers

Learning Attributed Graphlets: Predictive Graph Mining by Graphlets with Trainable Attribute

2024-02-10 · Tajima Shinji, Ren Sugihara, Ryota Kitahara, Masayuki Karasuyama

The graph classification problem has been widely studied; however, achieving an interpretable model with high predictive performance remains a challenging issue. This paper proposes an interpretable classification algorithm for attributed graph data, called LAGRA (Learning Attributed GRAphlets). LAGRA learns importance weights for small attributed subgraphs, called attributed graphlets (AGs), while simultaneously optimizing their attribute vectors. This enables us to obtain a combination of subgraph structures and their attribute vectors that strongly contribute to discriminating different classes. A significant characteristics of LAGRA is that all the subgraph structures in the training dataset can be considered as a candidate structures of AGs. This approach can explore all the potentially important subgraphs exhaustively, but obviously, a naive implementation can require a large amount of computations. To mitigate this issue, we propose an efficient pruning strategy by combining the proximal gradient descent and a graph mining tree search. Our pruning strategy can ensure that the quality of the solution is maintained compared to the result without pruning. We empirically demonstrate that LAGRA has superior or comparable prediction performance to the standard existing algorithms including graph neural networks, while using only a small number of AGs in an interpretable manner.

📄 PDF Abstract BibTeX arXiv:2402.06932

Code (0)

등록된 구현이 없습니다.

Tasks

AttributeGraph ClassificationGraph Mining

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Heterogeneous Graphlets

2020-10-23 · Ryan A. Rossi, Nesreen K. Ahmed, Aldo Carranza, David Arbour 외

In this paper, we introduce a generalization of graphlets to heterogeneous networks called typed graphlets. Informally, typed graphlets are small typed induced subgraphs. Typed graphlets generalize graphlets to rich hete…

Graphlet Decomposition: Framework, Algorithms, and Applications

2015-06-13 · Nesreen K. Ahmed, Jennifer Neville, Ryan A. Rossi, Nick Duffield 외

From social science to biology, numerous applications often rely on graphlets for intuitive and meaningful characterization of networks at both the global macro-level as well as the local micro-level. While graphlets hav…

Heterogeneous Network Motifs

2019-01-28 · Ryan A. Rossi, Nesreen K. Ahmed, Aldo Carranza, David Arbour 외

Many real-world applications give rise to large heterogeneous networks where nodes and edges can be of any arbitrary type (e.g., user, web page, location). Special cases of such heterogeneous graphs include homogeneous g…

Graphlets correct for the topological information missed by random walks

2024-05-23 · Sam F. L. Windels, Noel Malod-Dognin, Natasa Przulj

Random walks are widely used for mining networks due to the computational efficiency of computing them. For instance, graph representation learning learns a d-dimensional embedding space, so that the nodes that tend to c…

Computational EfficiencyGraph Representation LearningRepresentation Learning

Estimation of Graphlet Statistics

2017-01-06 · Ryan A. Rossi, Rong Zhou, Nesreen K. Ahmed

Graphlets are induced subgraphs of a large network and are important for understanding and modeling complex networks. Despite their practical importance, graphlets have been severely limited to applications and domains w…