paper-with-me

홈 › Papers

Efficiently Visualizing Large Graphs

2023-10-17 · Xinyu Li, Yao Xiao, Yuchen Zhou

Most existing graph visualization methods based on dimension reduction are limited to relatively small graphs due to performance issues. In this work, we propose a novel dimension reduction method for graph visualization, called t-Distributed Stochastic Graph Neighbor Embedding (t-SGNE). t-SGNE is specifically designed to visualize cluster structures in the graph. As a variant of the standard t-SNE method, t-SGNE avoids the time-consuming computations of pairwise similarity. Instead, it uses the neighbor structures of the graph to reduce the time complexity from quadratic to linear, thus supporting larger graphs. In addition, to suit t-SGNE, we combined Laplacian Eigenmaps with the shortest path algorithm in graphs to form the graph embedding algorithm ShortestPath Laplacian Eigenmaps Embedding (SPLEE). Performing SPLEE to obtain a high-dimensional embedding of the large-scale graph and then using t-SGNE to reduce its dimension for visualization, we are able to visualize graphs with up to 300K nodes and 1M edges within 5 minutes and achieve approximately 10% improvement in visualization quality. Codes and data are available at https://github.com/Charlie-XIAO/embedding-visualization-test.

📄 PDF Abstract BibTeX arXiv:2310.11186

Code (1)

charlie-xiao/embedding-visualization-test 공식 구현

Tasks

Dimensionality ReductionGraph Embedding

Similar Papers 제목 키워드 기반

Visualizing Overlapping Biclusterings and Boolean Matrix Factorizations

2023-07-14 · Thibault Marette, Pauli Miettinen, Stefan Neumann

Finding (bi-)clusters in bipartite graphs is a popular data analysis approach. Analysts typically want to visualize the clusters, which is simple as long as the clusters are disjoint. However, many modern algorithms find…

Visualizing and Curating Knowledge Graphs over Time and Space

2016-08-01 · ACL 2016 8 · Tong Ge, Yafang Wang, Gerard de Melo, Haofeng Li 외
Knowledge GraphsNamed Entity Recognition (NER)

StoryGraphs: Visualizing Character Interactions as a Timeline

2014-06-01 · CVPR 2014 6 · Makarand Tapaswi, Martin Bauml, Rainer Stiefelhagen

We present a novel way to automatically summarize and represent the storyline of a TV episode by visualizing character interactions as a chart. We also propose a scene detection method that lends itself well to generate …

Person Identification

Soft-mask: Adaptive Substructure Extractions for Graph Neural Networks

2022-06-11 · Mingqi Yang, Yanming Shen, Heng Qi, BaoCai Yin

For learning graph representations, not all detailed structures within a graph are relevant to the given graph tasks. Task-relevant structures can be $localized$ or $sparse$ which are only involved in subgraphs or charac…

Graph Neural NetworkRepresentation Learning

Seeing the Forest through the Trees: Adaptive Local Exploration of Large Graphs

2016-07-22 · Pienta Robert, Lin Zhiyuan, Kahng Minsuk, Vreeken Jilles 외

Visualization is a powerful paradigm for exploratory data analysis. Visualizing large graphs, however, often results in a meaningless hairball. In this paper, we propose a different approach that helps the user adaptivel…