paper-with-me

Papers

Interactive Visual Pattern Search on Graph Data via Graph Representation Learning

2022-02-18 · Huan Song, Zeng Dai, Panpan Xu, Liu Ren

Graphs are a ubiquitous data structure to model processes and relations in a wide range of domains. Examples include control-flow graphs in programs and semantic scene graphs in images. Identifying subgraph patterns in graphs is an important approach to understanding their structural properties. We propose a visual analytics system GraphQ to support human-in-the-loop, example-based, subgraph pattern search in a database containing many individual graphs. To support fast, interactive queries, we use graph neural networks (GNNs) to encode a graph as fixed-length latent vector representation, and perform subgraph matching in the latent space. Due to the complexity of the problem, it is still difficult to obtain accurate one-to-one node correspondences in the matching results that are crucial for visualization and interpretation. We, therefore, propose a novel GNN for node-alignment called NeuroAlign, to facilitate easy validation and interpretation of the query results. GraphQ provides a visual query interface with a query editor and a multi-scale visualization of the results, as well as a user feedback mechanism for refining the results with additional constraints. We demonstrate GraphQ through two example usage scenarios: analyzing reusable subroutines in program workflows and semantic scene graph search in images. Quantitative experiments show that NeuroAlign achieves 19-29% improvement in node-alignment accuracy compared to baseline GNN and provides up to 100x speedup compared to combinatorial algorithms. Our qualitative study with domain experts confirms the effectiveness for both usage scenarios.

📄 PDF Abstract BibTeX arXiv:2202.09459

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Representation LearningRepresentation Learning

Similar Papers 제목 키워드 기반

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

Lumos in the Night Sky: AI-enabled Visual Tool for Exploring Night-Time Light Patterns

2023-06-05 · Jakob Hederich, Shreya Ghosh, Zeyu He, Prasenjit Mitra

We introduce NightPulse, an interactive tool for Night-time light (NTL) data visualization and analytics, which enables researchers and stakeholders to explore and analyze NTL data with a user-friendly platform. Powered …

ClusteringData VisualizationImage SegmentationSemantic Segmentation

Visualizing Routes with AI-Discovered Street-View Patterns

2024-03-30 · Tsung Heng Wu, Md Amiruzzaman, Ye Zhao, Deepshikha Bhati 외

Street-level visual appearances play an important role in studying social systems, such as understanding the built environment, driving routes, and associated social and economic factors. It has not been integrated into …

FiberStars: Visual Comparison of Diffusion Tractography Data between Multiple Subjects

2020-05-16 · Loraine Franke, Daniel Karl I. Weidele, Fan Zhang, Suheyla Cetin-Karayumak 외

Tractography from high-dimensional diffusion magnetic resonance imaging (dMRI) data allows brain's structural connectivity analysis. Recent dMRI studies aim to compare connectivity patterns across subject groups and dise…

AnatomyNavigate

Visualizing High-Dimensional Graph Embeddings via Informed Multi-View Projections

2026-06-30 · Ya Ji, Xuefeng Li, Timo Brand, Jacob Miller 외 arxiv

Graphs are commonly visualized in 2D, where humans readily interpret spatial relationships, yet such layouts often distort higher-dimensional structure. We propose to embed graphs in high-dimensional space and search for…