Oblivious Algorithms for Maximum Directed Cut: New Upper and Lower Bounds
Samuel Hwang, Noah G. Singer, and Santhoshini Velusamy

TL;DR
This paper improves the bounds on the approximation ratio achievable by oblivious algorithms for the maximum directed cut problem, narrowing the gap between known upper and lower bounds using computational techniques.
Contribution
It establishes new tighter bounds on the approximation ratio for oblivious algorithms in directed max cut, advancing understanding of their capabilities.
Findings
Oblivious algorithms can achieve at least 0.4853 approximation ratio.
Symmetric oblivious algorithms are limited to at most 0.4889 approximation ratio.
Previous bounds were 0.4844 and 0.4899, now improved.
Abstract
In the maximum directed cut problem, the input is a directed graph , and the goal is to pick a partition of the vertices such that as many edges as possible go from to . Oblivious algorithms, introduced by Feige and Jozeph (Algorithmica'17), are a simple class of algorithms for this problem. These algorithms independently and randomly assign each vertex to either or , and the distribution of 's assignment is determined using only extremely local information about : its bias, i.e., the relative difference between its out- and in-degrees. These algorithms have natural implementations in certain graph streaming models, where they have important implications (Saxena, Singer, Sudan, and Velusamy, SODA'23, FOCS'23, Kallaugher, Parekh, and Voronova, STOC'24). In this work, we narrow the gap between upper and…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComplexity and Algorithms in Graphs · Privacy-Preserving Technologies in Data · Cryptography and Data Security
