paper-with-me

Papers

BigGraphVis: Leveraging Streaming Algorithms and GPU Acceleration for Visualizing Big Graphs

2021-08-01 · Ehsan Moradi, Debajyoti Mondal

Graph layouts are key to exploring massive graphs. An enormous number of nodes and edges do not allow network analysis software to produce meaningful visualization of the pervasive networks. Long computation time, memory and display limitations encircle the software's ability to explore massive graphs. This paper introduces BigGraphVis, a new parallel graph visualization method that uses GPU parallel processing and community detection algorithm to visualize graph communities. We combine parallelized streaming community detection algorithm and probabilistic data structure to leverage parallel processing of Graphics Processing Unit (GPU). To the best of our knowledge, this is the first attempt to combine the power of streaming algorithms coupled with GPU computing to tackle big graph visualization challenges. Our method extracts community information in a few passes on the edge list, and renders the community structures using the ForceAtlas2 algorithm. Our experiment with massive real-life graphs indicates that about 70 to 95 percent speedup can be achieved by visualizing graph communities, and the visualization appears to be meaningful and reliable. The biggest graph that we examined contains above 3 million nodes and 34 million edges, and the layout computation took about five minutes. We also observed that the BigGraphVis coloring strategy can be successfully applied to produce a more informative ForceAtlas2 layout.

📄 PDF Abstract BibTeX arXiv:2108.00529

Code (0)

등록된 구현이 없습니다.

Tasks

Community DetectionGPU

Similar Papers 제목 키워드 기반

An Incremental Dimensionality Reduction Method for Visualizing Streaming Multidimensional Data

2019-05-10 · Takanori Fujiwara, Jia-Kai Chou, Shilpika, Panpan Xu 외

Dimensionality reduction (DR) methods are commonly used for analyzing and visualizing multidimensional data. However, when data is a live streaming feed, conventional DR methods cannot be directly used because of their c…

Dimensionality Reduction

Towards Understanding Acceleration Tradeoff between Momentum and Asynchrony in Nonconvex Stochastic Optimization

2018-06-04 · NeurIPS 2018 12 · Tianyi Liu, Shiyang Li, Jianping Shi, Enlu Zhou 외

Asynchronous momentum stochastic gradient descent algorithms (Async-MSGD) is one of the most popular algorithms in distributed machine learning. However, its convergence properties for these complicated nonconvex problem…

Stochastic Optimization

Streaming Batch Eigenupdates for Hardware Neuromorphic Networks

2019-03-05 · Brian D. Hoskins, Matthew W. Daniels, Siyuan Huang, Advait Madhavan 외

Neuromorphic networks based on nanodevices, such as metal oxide memristors, phase change memories, and flash memory cells, have generated considerable interest for their increased energy efficiency and density in compari…

PromptMobile: Efficient Promptus for Low Bandwidth Mobile Video Streaming

2025-03-20 · LiMing Liu, Jiangkai Wu, Haoyang Wang, Peiheng Wang 외

Traditional video compression algorithms exhibit significant quality degradation at extremely low bitrates. Promptus emerges as a new paradigm for video streaming, substantially cutting down the bandwidth essential for v…

Image GenerationVideo Compression

SPEED: Streaming Partition and Parallel Acceleration for Temporal Interaction Graph Embedding

2023-08-27 · Xi Chen, Yongxiang Liao, Yun Xiong, Yao Zhang 외

Temporal Interaction Graphs (TIGs) are widely employed to model intricate real-world systems such as financial systems and social networks. To capture the dynamism and interdependencies of nodes, existing TIG embedding m…

CPUGPUGraph Embedding