paper-with-me

홈 › Papers

Less is More: SlimG for Accurate, Robust, and Interpretable Graph Mining

2022-10-08 · Jaemin Yoo, Meng-Chieh Lee, Shubhranshu Shekhar, Christos Faloutsos

How can we solve semi-supervised node classification in various graphs possibly with noisy features and structures? Graph neural networks (GNNs) have succeeded in many graph mining tasks, but their generalizability to various graph scenarios is limited due to the difficulty of training, hyperparameter tuning, and the selection of a model itself. Einstein said that we should "make everything as simple as possible, but not simpler." We rephrase it into the careful simplicity principle: a carefully-designed simple model can surpass sophisticated ones in real-world graphs. Based on the principle, we propose SlimG for semi-supervised node classification, which exhibits four desirable properties: It is (a) accurate, winning or tying on 10 out of 13 real-world datasets; (b) robust, being the only one that handles all scenarios of graph data (homophily, heterophily, random structure, noisy features, etc.); (c) fast and scalable, showing up to 18 times faster training in million-scale graphs; and (d) interpretable, thanks to the linearity and sparsity. We explain the success of SlimG through a systematic study of the designs of existing GNNs, sanity checks, and comprehensive ablation studies.

📄 PDF Abstract BibTeX arXiv:2210.04081

Code (1)

mengchillee/SlimG 공식 구현 pytorch

Tasks

Graph MiningNode Classification

Similar Papers 제목 키워드 기반

SlimGPT: Layer-wise Structured Pruning for Large Language Models

2024-12-24 · Gui Ling, Ziyang Wang, Yuliang Yan, Qingwen Liu

Large language models (LLMs) have garnered significant attention for their remarkable capabilities across various domains, whose vast parameter scales present challenges for practical deployment. Structured pruning is an…

Explainable Mixed Data Representation and Lossless Visualization Toolkit for Knowledge Discovery

2022-06-13 · Boris Kovalerchuk, Elijah McCoy

Developing Machine Learning (ML) algorithms for heterogeneous/mixed data is a longstanding problem. Many ML algorithms are not applicable to mixed data, which include numeric and non-numeric data, text, graphs and so on …

Data Visualization

Integrating White and Black Box Techniques for Interpretable Machine Learning

2024-07-12 · Eric M. Vernon, Naoki Masuyama, Yusuke Nojima

In machine learning algorithm design, there exists a trade-off between the interpretability and performance of the algorithm. In general, algorithms which are simpler and easier for humans to comprehend tend to show wors…

Interpretable Machine Learning

SAGE: Subsurface AI-driven Geostatistical Extraction with proxy posterior

2026-03-31 · Huseyin Tuna Erdinc, Ipsita Bhar, Rafael Orozco, Thales Souza 외 arxiv

Recent advances in generative networks have enabled new approaches to subsurface velocity model synthesis, offering a compelling alternative to traditional methods such as Full Waveform Inversion. However, these approach…

SAFE ML: Surrogate Assisted Feature Extraction for Model Learning

2019-02-28 · Alicja Gosiewska, Aleksandra Gacek, Piotr Lubon, Przemyslaw Biecek

Complex black-box predictive models may have high accuracy, but opacity causes problems like lack of trust, lack of stability, sensitivity to concept drift. On the other hand, interpretable models require more work relat…

AutoMLFeature Engineering