paper-with-me

Papers

A Structural Feature-Based Approach for Comprehensive Graph Classification

2024-08-10 · Saiful Islam, Md. Nahid Hasan, Pitambar Khanra

The increasing prevalence of graph-structured data across various domains has intensified greater interest in graph classification tasks. While numerous sophisticated graph learning methods have emerged, their complexity often hinders practical implementation. In this article, we address this challenge by proposing a method that constructs feature vectors based on fundamental graph structural properties. We demonstrate that these features, despite their simplicity, are powerful enough to capture the intrinsic characteristics of graphs within the same class. We explore the efficacy of our approach using three distinct machine learning methods, highlighting how our feature-based classification leverages the inherent structural similarities of graphs within the same class to achieve accurate classification. A key advantage of our approach is its simplicity, which makes it accessible and adaptable to a broad range of applications, including social network analysis, bioinformatics, and cybersecurity. Furthermore, we conduct extensive experiments to validate the performance of our method, showing that it not only reveals a competitive performance but in some cases surpasses the accuracy of more complex, state-of-the-art techniques. Our findings suggest that a focus on fundamental graph features can provide a robust and efficient alternative for graph classification, offering significant potential for both research and practical applications.

📄 PDF Abstract BibTeX arXiv:2408.05474

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationGraph ClassificationGraph Learning

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Graph Classification Based on Skeleton and Component Features

2021-02-02 · Xue Liu, Wei Wei, Xiangnan Feng, Xiaobo Cao 외

Most existing popular methods for learning graph embedding only consider fixed-order global structural features and lack structures hierarchical representation. To address this weakness, we propose a novel graph embeddin…

ClassificationGeneral ClassificationGraph ClassificationGraph Embedding

GraphProp: Training the Graph Foundation Models using Graph Properties

2025-08-06 · Ziheng Sun, Qi Feng, Lehao Lin, Chris Ding 외 arxiv

This work focuses on training graph foundation models (GFMs) that have strong generalization ability in graph-level tasks such as graph classification. Effective GFM training requires capturing information consistent acr…

Domain GeneralizationGraph ClassificationFew-Shot Learning

MuGSI: Distilling GNNs with Multi-Granularity Structural Information for Graph Classification

2024-06-28 · Tianjun Yao, Jiaqi Sun, Defu Cao, Kun Zhang 외

Recent works have introduced GNN-to-MLP knowledge distillation (KD) frameworks to combine both GNN's superior performance and MLP's fast inference speed. However, existing KD frameworks are primarily designed for node cl…

ClassificationGraph ClassificationKnowledge DistillationNode Classification

Feature-Enhanced Graph Neural Networks for Classification of Synthetic Graph Generative Models: A Benchmarking Study

2025-12-20 · Janek Dyer, Jagdeep Ahluwalia, Javad Zarrin arxiv

The ability to discriminate between generative graph models is critical to understanding complex structural patterns in both synthetic graphs and the real-world structures that they emulate. While Graph Neural Networks (…

Graph Classification

On Positional and Structural Node Features for Graph Neural Networks on Non-attributed Graphs

2021-07-03 · Hejie Cui, Zijie Lu, Pan Li, Carl Yang

Graph neural networks (GNNs) have been widely used in various graph-related problems such as node classification and graph classification, where superior performance is mainly established when natural node features are a…

ClassificationGraph ClassificationNode Classification