paper-with-me

Papers

GraphTSNE: A Visualization Technique for Graph-Structured Data

2019-04-15 · Yao Yang Leow, Thomas Laurent, Xavier Bresson

We present GraphTSNE, a novel visualization technique for graph-structured data based on t-SNE. The growing interest in graph-structured data increases the importance of gaining human insight into such datasets by means of visualization. Among the most popular visualization techniques, classical t-SNE is not suitable on such datasets because it has no mechanism to make use of information from the graph structure. On the other hand, visualization techniques which operate on graphs, such as Laplacian Eigenmaps and tsNET, have no mechanism to make use of information from node features. Our proposed method GraphTSNE produces visualizations which account for both graph structure and node features. It is based on scalable and unsupervised training of a graph convolutional network on a modified t-SNE loss. By assembling a suite of evaluation metrics, we demonstrate that our method produces desirable visualizations on three benchmark datasets.

📄 PDF Abstract BibTeX arXiv:1904.06915

Code (1)

leowyy/GraphTSNE 공식 구현 pytorch

Tasks

Dimensionality Reduction

Similar Papers 제목 키워드 기반

Force-directed graph embedding with hops distance

2023-09-11 · Hamidreza Lotfalizadeh, Mohammad Al Hasan

Graph embedding has become an increasingly important technique for analyzing graph-structured data. By representing nodes in a graph as vectors in a low-dimensional space, graph embedding enables efficient graph processi…

Graph EmbeddingLink PredictionNode Classification

Visualization Biases MLLM's Decision Making in Network Data Tasks

2025-11-05 · Timo Brand, Henry Förster, Stephen G. Kobourov, Jacob Miller arxiv

We evaluate how visualizations can influence the judgment of MLLMs about the presence or absence of bridges in a network. We show that the inclusion of visualization improves confidence over a structured text-based input…

Decision Making

TopER: Topological Embeddings in Graph Representation Learning

2024-10-02 · Astrit Tola, Funmilola Mary Taiwo, Cuneyt Gurcan Akcora, Baris Coskunuzer

Graph embeddings play a critical role in graph representation learning, allowing machine learning models to explore and interpret graph-structured data. However, existing methods often rely on opaque, high-dimensional em…

ClusteringGraph ClusteringGraph Representation LearningRepresentation Learning+1

The Role of Visualization in LLM-Assisted Knowledge Graph Systems: Effects on User Trust, Exploration, and Workflows

2025-05-20 · Harry Li, Gabriel Appleby, Kenneth Alperin, Steven R Gomez 외

Knowledge graphs (KGs) are powerful data structures, but exploring them effectively remains difficult for even expert users. Large language models (LLMs) are increasingly used to address this gap, yet little is known emp…

Knowledge 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