中文
相关论文

相关论文: VEBO: A Vertex- and Edge-Balanced Ordering Heurist…

200 篇论文

Edge computing is naturally suited to the applications generated by Internet of Things (IoT) nodes. The IoT applications generally take the form of directed acyclic graphs (DAGs), where vertices represent interdependent functions and edges…

网络与互联网体系结构 · 计算机科学 2020-12-09 Hailiang Zhao , Shuiguang Deng , Zijie Liu , Zhengzhe Xiang , Jianwei Yin

Graph partitioning schedules parallel calculations like sparse matrix-vector multiply (SpMV). We consider contiguous partitions, where the $m$ rows (or columns) of a sparse matrix with $N$ nonzeros are split into $K$ parts without…

数据结构与算法 · 计算机科学 2024-10-30 Willow Ahrens

Graph partitioning plays a vital role in distributedlarge-scale web graph analytics, such as pagerank and labelpropagation. The quality and scalability of partitioning strategyhave a strong impact on such communication- and…

分布式、并行与集群计算 · 计算机科学 2022-01-04 Deyu Kong , Xike Xie , Zhuoxu Zhang

We present a novel method for graph partitioning, based on reinforcement learning and graph convolutional neural networks. Our approach is to recursively partition coarser representations of a given graph. The neural network is implemented…

机器学习 · 计算机科学 2021-06-30 Alice Gatti , Zhixiong Hu , Tess Smidt , Esmond G. Ng , Pieter Ghysels

A coloring of a graph is an assignment of colors to vertices such that no two neighboring vertices have the same color. The need for memory-efficient coloring algorithms is motivated by their application in computing clique partitions of…

分布式、并行与集群计算 · 计算机科学 2024-02-14 S M Ferdous , Reece Neff , Bo Peng , Salman Shuvo , Marco Minutoli , Sayak Mukherjee , Karol Kowalski , Michela Becchi , Mahantesh Halappanavar

Graph partitioning problems are a central topic of study in algorithms and complexity theory. Edge expansion and vertex expansion, two popular graph partitioning objectives, seek a $2$-partition of the vertex set of the graph that minimizes…

数据结构与算法 · 计算机科学 2019-10-22 Anand Louis , Rakesh Venkat

We consider the following online optimization problem. We are given a graph $G$ and each vertex of the graph is assigned to one of $\ell$ servers, where servers have capacity $k$ and we assume that the graph has $\ell \cdot k$ vertices.…

数据结构与算法 · 计算机科学 2020-11-03 Monika Henzinger , Stefan Neumann , Harald Räcke , Stefan Schmid

This article describes a geometric partitioning software that can be used for quick computation of data partitions on many-core HPC machines. It is most suited for dynamic applications with load distributions that vary with time.…

分布式、并行与集群计算 · 计算机科学 2025-08-19 Aparna Sasidharan

Efficient and real time segmentation of color images has a variety of importance in many fields of computer vision such as image compression, medical imaging, mapping and autonomous navigation. Being one of the most computationally…

计算机视觉与模式识别 · 计算机科学 2017-10-09 Roopal Nahar , Akanksha Baranwal , K. Madhava Krishna

Graph clustering aims to partition nodes into distinct clusters based on their similarity, thereby revealing relationships among nodes. Nevertheless, most existing methods do not fully utilize these edge weights. Leveraging edge weights in…

机器学习 · 计算机科学 2026-02-03 Haobing Liu , Yinuo Zhang , Tingting Wang , Ruobing Jiang , Yanwei Yu

Finding maximum-weight independent sets in graphs is an important NP-hard optimization problem. Given a vertex-weighted graph $G$, the task is to find a subset of pairwise non-adjacent vertices of $G$ with maximum weight. Most recently…

分布式、并行与集群计算 · 计算机科学 2025-10-16 Jannick Borowitz , Ernestine Großmann , Mattthias Schimek

Distributed optimization aims to leverage the local computation and communication capabilities of each agent to achieve a desired global objective. This paper addresses the distributed pose graph optimization (PGO) problem under non-convex…

系统与控制 · 电气工程与系统科学 2025-03-11 Zeinab Ebrahimi , Mohammad Deghat

A parallel computer system is a collection of processing elements that communicate and cooperate to solve large computational problems efficiently. To achieve this, at first the large computational problem is partitioned into several tasks…

分布式、并行与集群计算 · 计算机科学 2011-09-09 Ardhendu Mandal , Subhas Chandra Pal

The graph partitioning problem has many applications in scientific computing such as computer aided design, data mining, image compression and other applications with sparse-matrix vector multiplications as a kernel operation. In many cases…

数据结构与算法 · 计算机科学 2016-01-08 Foad Lotfifar , Matthew Johnson

We propose a GPU-accelerated distributed optimization algorithm for controlling multi-phase optimal power flow in active distribution systems with dynamically changing topologies. To handle varying network configurations and enable…

分布式、并行与集群计算 · 计算机科学 2025-01-15 Minseok Ryu , Geunyeong Byeon , Kibaek Kim

Motivated by emerging big streaming data processing paradigms (e.g., Twitter Storm, Streaming MapReduce), we investigate the problem of scheduling graphs over a large cluster of servers. Each graph is a job, where nodes represent compute…

网络与互联网体系结构 · 计算机科学 2015-02-23 Javad Ghaderi , Sanjay Shakkottai , R Srikant

Real-world node embedding applications often contain hundreds of billions of edges with high-dimension node features. Scaling node embedding systems to efficiently support these applications remains a challenging problem. In this paper we…

分布式、并行与集群计算 · 计算机科学 2021-08-19 Wanjing Wei , Yangzihao Wang , Pin Gao , Shijie Sun , Donghai Yu

Static mapping is the assignment of parallel processes to the processing elements (PEs) of a parallel system, where the assignment does not change during the application's lifetime. In our scenario we model an application's computations and…

数据结构与算法 · 计算机科学 2015-03-03 Roland Glantz , Henning Meyerhenke , Alexander Noe

There has been a recent explosion in the size of stored data, partially due to advances in storage technology, and partially due to the growing popularity of cloud-computing and the vast quantities of data generated. This motivates the need…

数据结构与算法 · 计算机科学 2012-12-06 Isabelle Stanton

Many load balancing problems that arise in scientific computing applications ask to partition a graph with weights on the vertices and costs on the edges into a given number of almost equally-weighted parts such that the maximum boundary…

数据结构与算法 · 计算机科学 2007-05-23 David Steurer