paper-with-me

Papers

Novel Representation Learning Technique using Graphs for Performance Analytics

2024-01-19 · Tarek Ramadan, Ankur Lahiry, Tanzima Z. Islam

The performance analytics domain in High Performance Computing (HPC) uses tabular data to solve regression problems, such as predicting the execution time. Existing Machine Learning (ML) techniques leverage the correlations among features given tabular datasets, not leveraging the relationships between samples directly. Moreover, since high-quality embeddings from raw features improve the fidelity of the downstream predictive models, existing methods rely on extensive feature engineering and pre-processing steps, costing time and manual effort. To fill these two gaps, we propose a novel idea of transforming tabular performance data into graphs to leverage the advancement of Graph Neural Network-based (GNN) techniques in capturing complex relationships between features and samples. In contrast to other ML application domains, such as social networks, the graph is not given; instead, we need to build it. To address this gap, we propose graph-building methods where nodes represent samples, and the edges are automatically inferred iteratively based on the similarity between the features in the samples. We evaluate the effectiveness of the generated embeddings from GNNs based on how well they make even a simple feed-forward neural network perform for regression tasks compared to other state-of-the-art representation learning techniques. Our evaluation demonstrates that even with up to 25% random missing values for each dataset, our method outperforms commonly used graph and Deep Neural Network (DNN)-based approaches and achieves up to 61.67% & 78.56% improvement in MSE loss over the DNN baseline respectively for HPC dataset and Machine Learning Datasets.

📄 PDF Abstract BibTeX arXiv:2401.10799

Code (0)

등록된 구현이 없습니다.

Tasks

Feature EngineeringGraph Neural NetworkMissing ValuesRepresentation Learning

Similar Papers 제목 키워드 기반

GraphSeek: Next-Generation Graph Analytics with LLMs

2026-02-11 · Maciej Besta, Łukasz Jarmocik, Orest Hrycyna, Shachar Klaiman 외 arxiv

Graphs are foundational across domains but remain hard to use without deep expertise. LLMs promise accessible natural language (NL) graph analytics, yet they fail to process industry-scale property graphs effectively and…

Healthcare Knowledge Graph Construction: State-of-the-art, open issues, and opportunities

2022-07-08 · Bilal Abu-Salih, Muhammad Al-Qurishi, Mohammed Alweshah, Mohammad AL-Smadi 외

The incorporation of data analytics in the healthcare industry has made significant progress, driven by the demand for efficient and effective big data analytics solutions. Knowledge graphs (KGs) have proven utility in t…

graph constructionKnowledge Graphs

A Web-based Interactive Visual Graph Analytics Platform

2015-02-02 · Nesreen K. Ahmed, Ryan A. Rossi

This paper proposes a web-based visual graph analytics platform for interactive graph mining, visualization, and real-time exploration of networks. GraphVis is fast, intuitive, and flexible, combining interactive visuali…

Community DetectionDecision MakingGraph Mining

A Survey of Large Language Models on Generative Graph Analytics: Query, Learning, and Applications

2024-04-23 · Wenbo Shang, Xin Huang

A graph is a fundamental data model to represent various entities and their complex relationships in society and nature, such as social networks, transportation networks, financial networks, and biomedical systems. Recen…

Graph Learning

ViziTex: Interactive Visual Sense-Making of Text Corpora

2021-06-01 · NAACL (DaSH) 2021 6 · Natraj Raman, Sameena Shah, Tucker Balch, Manuela Veloso

Information visualization is critical to analytical reasoning and knowledge discovery. We present an interactive studio that integrates perceptive visualization techniques with powerful text analytics algorithms to assis…