Oblivious Algorithms for the Maximum Directed Cut Problem
Uriel Feige, Shlomo Jozeph

TL;DR
This paper studies oblivious randomized algorithms for the Max DICUT problem, analyzing their approximation ratios and limitations, and explores extensions to related problems like Max 2-AND.
Contribution
It characterizes the best possible approximation ratios for oblivious algorithms in Max DICUT and discusses extensions to more general problems.
Findings
No oblivious algorithm can surpass a 1/2 approximation ratio.
An oblivious algorithm ignoring biases achieves a 1/4 ratio.
Results are nearly tight, indicating close bounds on performance.
Abstract
This paper introduces a special family of randomized algorithms for Max DICUT that we call oblivious algorithms. Let the bias of a vertex be the ratio between the total weight of its outgoing edges and the total weight of all its edges. An oblivious algorithm selects at random in which side of the cut to place a vertex v, with probability that only depends on the bias of v, independently of other vertices. The reader may observe that the algorithm that ignores the bias and chooses each side with probability 1/2 has an approximation ratio of 1/4, whereas no oblivious algorithm can have an approximation ratio better than 1/2 (with an even directed cycle serving as a negative example). We attempt to characterize the best approximation ratio achievable by oblivious algorithms, and present results that are nearly tight. The paper also discusses natural extensions of the notion of oblivious…
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.
Taxonomy
TopicsComplexity and Algorithms in Graphs · Optimization and Search Problems · Cryptography and Data Security
