Facility Location Mechanism Design -- Breaking The Deterministic Barrier
Published 23 May 2026 in cs.GT | (2605.24750v1)
Abstract: We study the facility location mechanism design problem where n agents report their locations in Euclidean space, and the output is a single facility location. The cost function of each agent is the distance from the returned facility, and the objective is to minimize the social cost function (the sum of agent costs) in a strategyproof way. Our contributions: 1. Breaking the deterministic barrier. For R<sup>2, we give a random strategyproof mechanism (RR-CWM) achieving an expected approximation ratio of π4≈1.27, which strictly improves upon the best deterministic strategyproof mechanism (which has a 2≈1.41 ratio). This closes the open problem of separating deterministic and random mechanisms for utilitarian facility location mechanism design in R<sup>2. For R<sup>d, we show that the expected approximation ratio of our mechanism is in [1.41−O(1/d),1.547]. 2. Improved learning augmented mechanisms through randomization. We show our ideas can achieve better performance in the learning augmented setting in R<sup>2, where in addition to the input the mechanism also receives predictions. For the output prediction model of Agrawal et al. 2022 we show an improved expected consistency-robustness trade-off. Our results also imply improved performance for the input MAC predictions model of Barak et al. 2024. 3. The limitations of Random Dictators. We show a lower bound for the common mechanism class of GRD (Generalized Random Dictator) mechanisms, where only locations reported by the agents may be returned. We show that any GRD mechanism has a larger expected approximation ratio than our RR-CWM mechanism, as our lower bound for R<sup>2 is π4 (matching the upper bound of RR-CWM, which is not a GRD mechanism). For R<sup>d, we show a lower bound of 2−O(1/d).
The paper introduces RR-CWM, which randomly rotates reported locations before applying the coordinate-wise median and achieves the exact 4/π ≈ 1.273 expected approximation ratio in R², improving on the deterministic √2 barrier while remaining universally strategyproof.
The paper extends the analysis to higher dimensions, proving a ratio between √2 − O(1/√d) and approximately 1.547, and uses concentration, rotation geometry, and Gaussian approximation tools to establish the lower bound.
The paper shows that random rotation improves learning-augmented facility location and outperforms generalized random-dictator mechanisms in relevant settings, while leaving the optimal randomized ratio and exact high-dimensional guarantee open.
Problem setting and motivation
The paper studies the canonical utilitarian facility location problem in mechanism design: n strategic agents report locations in Rd, a mechanism outputs a single facility location, each agent's cost is the Euclidean distance to that location, and the objective is to minimize the social cost SC(P,m)=∑i∥pi−m∥2. The central quantity is the expected approximation ratio α(M) of a (possibly randomized) strategyproof mechanism M, defined as the worst case over instances of the ratio between expected mechanism cost and optimal (geometric median) cost. Strategyproofness is required in the strong universal sense: truthful reporting is a dominant strategy for every realization of the mechanism's randomness.
On the real line, the median is both strategyproof and optimal. In Rd, d≥2, the geometric median is manipulable, and the coordinate-wise median (CWM) — median in each coordinate independently — is strategyproof and computationally efficient, but its worst-case ratio is 2 in R2, which is optimal among all deterministic strategyproof mechanisms [goel2023optimality]. In Rd, CWM's ratio is at most Rd0 [gravin2025approximation]. The open question the paper resolves, posed explicitly by Meir (2019) and Goel et al. (2023), is whether randomized mechanisms can strictly beat the deterministic barrier of Rd1.
The RR-CWM mechanism and the exact Rd2 guarantee
The proposed mechanism, RR-CWM (Randomly Rotated Coordinate-wise Median), samples a Haar-uniform rotation matrix Rd3, rotates all reported points by Rd4, applies CWM to the rotated dataset, and rotates the result back by Rd5. Because agents have no influence over the sampled rotation, universal strategyproofness is inherited from CWM, and the mechanism runs in Rd6 time — linear in Rd7 for fixed Rd8.
The key structural insight is that the deterministic Rd9 barrier stems from an axis-alignment mismatch: CWM minimizes the SC(P,m)=∑i∥pi−m∥20 cost in fixed coordinates, while the objective is the rotationally invariant SC(P,m)=∑i∥pi−m∥21 norm. A uniform random rotation replaces the worst-case SC(P,m)=∑i∥pi−m∥22/SC(P,m)=∑i∥pi−m∥23 distortion with its average distortion. The bridge is an elementary but sharp lemma: for any fixed SC(P,m)=∑i∥pi−m∥24 and uniformly random rotation SC(P,m)=∑i∥pi−m∥25, SC(P,m)=∑i∥pi−m∥26. Combining this with (i) rotational isometry of SC(P,m)=∑i∥pi−m∥27 distances, (ii) SC(P,m)=∑i∥pi−m∥28, and (iii) the fact that each coordinate median minimizes the projected SC(P,m)=∑i∥pi−m∥29 cost yields the main upper bound.
The main result: in α(M)0, the expected approximation ratio of RR-CWM is exactlyα(M)1. This is a tight two-sided result: the matching lower bound is established via a "two clusters and an outlier" instance — α(M)2 points at α(M)3, α(M)4 at α(M)5, and one at α(M)6 with α(M)7 — for which the rotated coordinate-wise median is pulled by the outlier for all but an α(M)8-measure set of angles, forcing expected cost at least α(M)9 against an optimum of M0.
Since M1, this closes the long-standing open problem of separating randomized and deterministic strategyproof mechanisms for single-facility utilitarian location in M2. The separation is strict and quantitative: a M3 improvement in approximation ratio, achieved with a black-box randomization that preserves universal truthfulness. The upper bound is also generalized: for any M4 cost with M5, RR-CWM achieves ratio M6 in the plane.
Higher dimensions
For M7, the paper proves
M8
The upper bound follows trivially from the worst-case bound on CWM, since randomization cannot hurt in expectation. The lower bound reuses the two-clusters-plus-outlier construction in M9 (with Rd0 clusters on Rd1 and an outlier at Rd2), but the analysis requires substantially heavier machinery: the Diaconis–Freedman theorem is used to argue that scaled coordinates of Haar-uniform rotations are close in total variation to i.i.d. Gaussians, showing the "bad event" (the outlier capturing a coordinate median) contributes only Rd3 mass; concentration of measure for Lipschitz functions on Rd4 (with an Rd5-Lipschitz constant established for the cost function) then converts a second-moment bound into a first-moment bound. The result is that each cluster point sits at distance Rd6 from the returned facility, giving Rd7 against Rd8.
The paper conjectures that Rd9 (up to d≥20) is the true ratio of RR-CWM in all dimensions; the gap between d≥21 and d≥22 remains open.
Learning-augmented improvements
The random rotation technique transfers directly to learning-augmented settings, yielding strict improvements in both standard prediction models.
Output prediction model [agrawal2022learning]: the CMP mechanism augments the dataset with d≥23 copies of the predicted optimal location d≥24 and applies CWM. Replacing CWM with RR-CWM yields the RR-CMP mechanism, which inherits CMP's consistency guarantees and improves robustness. The mechanism is d≥25-consistent and d≥26-robust, with a smooth interpolation in the prediction error d≥27; specifically, its ratio is bounded by d≥28. The robustness improvement relies on a robust statistics lemma of independent interest: in any metric space, the 1-median computed on a dataset corrupted by a d≥29-fraction of inserted points achieves cost at most 20 times the cost of the clean median — an insertion-only corruption analysis that is sharper than the edit-corruption bounds of Barak et al. (2024). A calculation shows strict improvement over CMP whenever 21 (for any 22), or 23 with sufficiently large 24. Because Agrawal et al. proved CMP's trade-off optimal among deterministic anonymous strategyproof mechanisms, this result extends the deterministic/randomized separation to the learning-augmented setting.
MAC input prediction model [barak2024mac]: replacing CWM with RR-CWM in the "predictions-only or CWM" template improves the worst-case fallback arm from 25 to 26, giving an approximation ratio of 27 when a 28 fraction of agent-location predictions are correct.
Limitations of generalized random dictators
The paper establishes lower bounds for GRD (Generalized Random Dictator) mechanisms — any mechanism that outputs only agent-reported locations, a class encompassing Uniform Random Dictator, Proportional, Inverse-Proportional, Phantom, Random Rank, PCD, and percentile-style mechanisms.
29: any GRD mechanism has expected ratio at least R20. The proof uses R21 evenly spaced points on the unit circle; the optimum places the facility at the origin with cost R22, while any reported point incurs cost R23 via the trigonometric identity R24.
R25: any GRD mechanism has expected ratio at least R26, via a probabilistic-method argument on i.i.d. uniform points on the unit sphere, using a binomial-expansion bound on the expected distance between random sphere vectors and Hoeffding concentration.
These bounds carry two implications. First, RR-CWM — which is not a GRD mechanism, as it may return a non-reported point — is (weakly) better than every GRD mechanism in R27. Second, any future improvement beyond R28 in R29 requires mechanisms that output locations off the input point set; the GRD design template is provably insufficient.
Relation to the projection median
The paper clarifies the connection to the projection median [durocher2009projection], which equals the average of RR-CWM over all rotations (an identity via the Haar measure on Rd0). Jensen's inequality implies the projection median's approximation ratio is at most RR-CWM's expected ratio, so the paper's Rd1 upper bound immediately improves the projection median's known bound from Rd2 [basu2012projection] to a constant Rd3. However, the two quantities are not identical — a three-point example shows the projection median can achieve strictly lower cost than the RR-CWM expectation — and the projection median is not strategyproof (its ratio in Rd4 is strictly below the deterministic lower bound of Rd5, which is impossible for a strategyproof mechanism). Closing the projection median's own gap, Rd6 in Rd7, cannot be achieved through RR-CWM analysis alone and remains open.
Limitations and open questions
Several caveats qualify the results. The exact Rd8 guarantee is specific to Rd9; in Rd00 the analysis leaves a gap of roughly Rd01, and the conjecture that RR-CWM achieves Rd02 for all Rd03 is unproven — notably, the direct Rd04-bridge technique from the planar proof degrades to Rd05 in high dimensions, so the Rd06 lower bound required different tools, and an upper bound of comparable sharpness may require yet others. Whether the Rd07 ratio is optimal among all randomized strategyproof mechanisms in Rd08 is open; the GRD lower bound does not preclude better non-GRD mechanisms. The learning-augmented improvement over CMP holds only for restricted ranges of the trust parameter Rd09 and error Rd10 (strictly, Rd11, or larger Rd12 with sufficiently large error), and CMP remains superior for small Rd13 with near-perfect predictions. The paper does not address the egalitarian (maximum cost) objective, where the deterministic barrier is Rd14 and whether randomization helps is unknown. Finally, the Rd15 lower bound for RR-CWM is asymptotic and instance-specific; pinning down the exact worst-case profile ratio, as suggested by Goel et al., remains unresolved.
Conclusion
This paper resolves a sixteen-year-old open question by showing that a uniform random rotation applied before the coordinate-wise median yields a universally strategyproof, linear-time mechanism with expected approximation ratio exactly Rd16 in Rd17, strictly breaking the tight Rd18 deterministic barrier. The same technique improves consistency–robustness trade-offs in learning-augmented facility location beyond the provably optimal deterministic frontier, and matching lower bounds for GRD mechanisms establish that output-restricted randomization cannot compete. The results position random rotation as a general design primitive for Euclidean mechanism design, while leaving the exact optimal randomized ratio — in Rd19 and in higher dimensions — as the natural next target.
“Emergent Mind helps me see which AI papers have caught fire online.”
Philip
Creator, AI Explained on YouTube
Sign up for free to explore the frontiers of research
Discover trending papers, chat with arXiv, and track the latest research shaping the future of science and technology.Discover trending papers, chat with arXiv, and more.