đ€ AI Summary
This paper addresses NP-hard permutation problemsâsuch as scheduling and graph orderingâby proposing an efficient approximation framework based on weak-order prediction. Methodologically, it pioneers the integration of BravermanâMosselâs stochastic ranking theory with pairwise order prediction (i.e., predicting whether element *u* precedes *v*), showing that only a slight advantage over random guessing (accuracy â„ 1/2 + Δ) suffices to yield optimal or near-optimal permutations with high probability in polynomial time. The approach synergizes learning-augmented algorithm design, probabilistic analysis, and greedy/insertion-based refinement strategies, drastically reducing prediction query overhead. Crucially, this framework circumvents classical inapproximability barriers: unlike traditional worst-case approachesâwhose runtime is exponentially lower-bounded without predictionsâit enables rapid generation of high-quality solutions in time-sensitive applications, including real-time scheduling and network topology optimization.
đ Abstract
We consider a learning-augmented framework for NP-hard permutation problems. The algorithm has access to predictions telling, given a pair $u,v$ of elements, whether $u$ is before $v$ or not in an optimal solution. Building on the work of Braverman and Mossel (SODA 2008), we show that for a class of optimization problems including scheduling, network design and other graph permutation problems, these predictions allow to solve them in polynomial time with high probability, provided that predictions are true with probability at least $1/2+epsilon$. Moreover, this can be achieved with a parsimonious access to the predictions.