ResearchTrend.AI
  • Papers
  • Communities
  • Events
  • Blog
  • Pricing
Papers
Communities
Social Events
Terms and Conditions
Pricing
Parameter LabParameter LabTwitterGitHubLinkedInBlueskyYoutube

© 2025 ResearchTrend.AI, All rights reserved.

  1. Home
  2. Papers
  3. 2505.10771
12
0

Pipelining Kruskal's: A Neuromorphic Approach for Minimum Spanning Tree

16 May 2025
Yee Hin Chong
Peng Qu
Yuchen Li
Youhui Zhang
ArXivPDFHTML
Abstract

Neuromorphic computing, characterized by its event-driven computation and massive parallelism, is particularly effective for handling data-intensive tasks in low-power environments, such as computing the minimum spanning tree (MST) for large-scale graphs. The introduction of dynamic synaptic modifications provides new design opportunities for neuromorphic algorithms. Building on this foundation, we propose an SNN-based union-sort routine and a pipelined version of Kruskal's algorithm for MST computation. The event-driven nature of our method allows for the concurrent execution of two completely decoupled stages: neuromorphic sorting and union-find. Our approach demonstrates superior performance compared to state-of-the-art Prim 's-based methods on large-scale graphs from the DIMACS10 dataset, achieving speedups by 269.67x to 1283.80x, with a median speedup of 540.76x. We further evaluate the pipelined implementation against two serial variants of Kruskal's algorithm, which rely on neuromorphic sorting and neuromorphic radix sort, showing significant performance advantages in most scenarios.

View on arXiv
@article{chong2025_2505.10771,
  title={ Pipelining Kruskal's: A Neuromorphic Approach for Minimum Spanning Tree },
  author={ Yee Hin Chong and Peng Qu and Yuchen Li and Youhui Zhang },
  journal={arXiv preprint arXiv:2505.10771},
  year={ 2025 }
}
Comments on this paper