Engineering Edge Orientation Algorithms
H. Reinst\"adtler, C. Schulz, B. U\c{c}ar

TL;DR
This paper introduces a scalable and efficient algorithmic framework for the edge orientation problem in large graphs, significantly improving performance over existing methods.
Contribution
We develop a novel, scalable algorithmic framework based on path manipulation, enhancing efficiency and outperforming current state-of-the-art solutions.
Findings
Our algorithm is on average 6.59 times faster than existing methods.
The framework effectively handles large-scale networks with millions or billions of edges.
Experimental results demonstrate significant performance improvements.
Abstract
Given an undirected graph G, the edge orientation problem asks for assigning a direction to each edge to convert G into a directed graph. The aim is to minimize the maximum out degree of a vertex in the resulting directed graph. This problem, which is solvable in polynomial time, arises in many applications. An ongoing challenge in edge orientation algorithms is their scalability, particularly in handling large-scale networks with millions or billions of edges efficiently. We propose a novel algorithmic framework based on finding and manipulating simple paths to face this challenge. Our framework is based on an existing algorithm and allows many algorithmic choices. By carefully exploring these choices and engineering the underlying algorithms, we obtain an implementation which is more efficient and scalable than the current state-of-the-art. Our experiments demonstrate significant…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
