---
title: 'Tight Mechanisms: Precise Performance Bounds'
url: https://www.emergentmind.com/topics/tight-mechanisms
type: topic
---

# Tight Mechanisms: Precise Performance Bounds

Searching arXiv for recent and relevant papers on “tight mechanisms” across mechanism design and adjacent technical uses of “tight” mechanism terminology.
Tight mechanisms are mechanisms or mechanism classes for which the relevant performance statement is exact: an approximation ratio matches a lower bound, an impossibility frontier is met, an “if and only if” characterization closes the feasible design space, or a numerical accountant returns certified privacy bounds whose residual gap is only discretization or truncation error. Across the literature, the phrase is used in several related but non-identical senses, most prominently in approximation-based mechanism design, auditability theory, and differential privacy [1902.04635] [1811.00763] [2305.09314] [2006.07134].

## 1. Core meanings of tightness

The term “tight” is not tied to a single model. In budget-feasible procurement, it means matching lower bounds against the relevant benchmark. In posted pricing and auction design, it means identifying the exact supremum of a revenue ratio. In facility location, it means determining the exact worst-case approximation ratio of a strategyproof mechanism. In auditability, it means exact characterization of the smallest coalition needed to expose any deviation. In differential privacy, it means exact privacy parameters or rigorously certified lower and upper bounds for the true privacy loss.

| Domain | Tight quantity | Representative result |
|---|---|---|
| Budget-feasible procurement | Approximation ratio | Randomized ratio \(2\); deterministic ratio \(3\) against \(\textsf{Fractional Knapsack}\) [1902.04635] |
| Bayesian pricing | Exact revenue gap | \(OPT/AP = C \approx 2.6202\) and \(BUPP/UP = C\) [1811.00763] |
| Multi-unit auctions | Asymptotic revenue gap | Within-group \(1+\Theta(1/\sqrt{k})\); cross-group \(\Theta(\log k)\) [2102.07454] |
| Euclidean facility location | Exact approximation ratio | \(\sqrt{2}\) for \(1\le p\le 2\), \(2^{1-\frac{1}{p}}\) for \(p\ge 2\) for coordinate-wise median [2606.08621] |
| Auditability | Auditability index | \(\#IA=2\), \(\#DA=N\) [2305.09314] |
| Differential privacy | Exact privacy characterization | Exact iff conditions and tight zCDP formulas [1505.07254] [2510.25746] |

This suggests that “tight mechanism” is best understood as a closure notion: the mechanism attains the best provable bound available for the model and benchmark under study, or the paper proves that no better mechanism of the relevant type can exist.

## 2. Budget-feasible procurement with additive valuations

In "Optimal Budget-Feasible Mechanisms for Additive Valuations" [1902.04635], the setting is a reverse auction with \(n\) agents, private costs \(c_i\), public buyer values \(v_i\), additive valuation \(v(A)=\sum_{i\in A}v_i\), and a hard budget \(B\). The offline benchmark is knapsack, and the stronger fractional benchmark is
\[
fopt = \max_{x_i\in[0,1]} \sum_i x_i v_i \quad \text{s.t. } \sum_i x_i c_i \le B.
\]

The paper’s main randomized mechanism is a two-stage composition. A pruning step removes items with low value-per-cost ratio \(v_i/c_i\), producing a threshold \(r\) and surviving set \(S(r)\) such that
\[
c_i \le \frac{v_i}{r} \le B \quad \forall i\in S(r),
\]
and
\[
fopt \le v(S(r)) + r(B-c(S(r))) < 2v(S(r)).
\]
The second stage uses randomized posted prices for the highest-value item \(i^*\in S(r)\) and the remaining set \(T=S(r)\setminus\{i^*\}\). The analysis hinges on the identity
\[
rB = 2q_{i^*}v_{i^*} + 2q_T v(T),
\]
together with lower bounds on the expected contribution of \(i^*\) and each \(i\in T\), yielding
\[
fopt \le 2\cdot alg.
\]
The resulting mechanism is a \(2\)-approximation against \(\textsf{Fractional Knapsack}\), hence also against the integral knapsack benchmark, and the ratio is tight because there is already a matching lower bound of \(2\) for randomized budget-feasible mechanisms even against the weaker integral benchmark [1902.04635].

The same paper gives a deterministic mechanism with a \(3\)-approximation against the fractional optimum. It reuses pruning but replaces randomized prices with an adaptive posted-price rule that distinguishes the cases \(v_{i^*}\le \frac12 v(T)\), \(v_{i^*}\ge 2v(T)\), and \(\frac12 v(T)<v_{i^*}<2v(T)\). In the intermediate range it offers
\[
B_{i^*}=\min\left\{\frac{v_{i^*}}{r},\; \frac{2v_{i^*}-v(T)}{v(S(r))}B\right\},
\]
and adjusts prices for \(T\) depending on whether \(i^*\) accepts. The guarantee improves the prior deterministic bound of \(2+\sqrt{2}\) to \(3\), and the paper also proves that no deterministic truthful IR budget-feasible mechanism can beat \(3\) against \(fopt\), even with only \(3\) items. In this model, both the randomized and deterministic frontiers are therefore closed [1902.04635].

## 3. Revenue-optimality gaps and exact pricing frontiers

A second major use of tightness concerns exact revenue gaps between simple and optimal mechanisms. In "Tight Approximation Ratio of Anonymous Pricing" [1811.00763], the single-item Bayesian setting compares anonymous posted pricing
\[
AP\bigl(p,\{F_i\}_{i=1}^n\bigr)=p\left(1-\prod_{i=1}^n F_i(p)\right)
\]
with the Myerson auction. The paper proves
\[
\sup_{\{F_i\}\in Reg^n}\frac{OPT(\{F_i\})}{AP(\{F_i\})}=C\approx 2.6202,
\]
where
\[
C=2+\int_{1}^{\infty}\bigl(1-e^{-Q(x)}\bigr)\,dx,
\]
and
\[
Q(p)=\ln\!\left(\frac{p^2}{p^2-1}\right)-\frac12\,\mathrm{Li}_2\!\left(\frac{1}{p^2}\right).
\]
The same constant governs the unit-demand single-buyer comparison between optimal item pricing and uniform pricing:
\[
\sup_{\{F_i\}\in Reg^n}\frac{BUPP(\{F_i\})}{UP(\{F_i\})}=C\approx 2.6202.
\]
The lower bound is matched by explicit triangular-distribution instances, so the constant is not only an upper bound but the exact worst-case ratio [1811.00763].

The paper also identifies a continuous worst-case instance \(Cont(\gamma)\) with revenue
\[
OPT(Cont(\gamma)) =2+\int_1^\infty \bigl(1-e^{-Q(\max\{x,\gamma\})}\bigr)\,dx,
\]
which is decreasing in \(\gamma\), so the worst case occurs at \(\gamma=1\). As a corollary, the bound on Myerson relative to a second-price auction with anonymous reserve improves from \(e\approx 2.72\) to \(2.62\), although tightness for that specific comparison is left open [1811.00763].

In the multi-unit setting, "Tight Revenue Gaps among Multi-Unit Mechanisms" [2102.07454] studies four basic mechanisms: Myerson auction, sequential posted-pricing, \((k+1)\)-th price auction with anonymous reserve, and anonymous pricing. The paper divides them into a discriminating group and an anonymous group. Within one group, the revenue gap is asymptotically \(1+\Theta(1/\sqrt{k})\). Across groups, any pair has asymptotically tight gap \(\Theta(\log k)\). For anonymous reserve versus anonymous pricing, the paper gives an exact representation,
\[
\Re_{\mathrm{AR}/\mathrm{AP}}(k)
= 1 + k\int_0^\infty \frac{T_k(x)\bigl(1-T_{k+1}(x)\bigr)}{\left(k-\sum_{i=1}^k T_i(x)\right)^2}\,dx,
\]
with
\[
T_i(x)=e^{-x}\sum_{t=0}^{i-1}\frac{x^t}{t!}.
\]
Here tightness is asymptotic rather than finite-instance exactness, but the upper and lower bounds match at the correct order [2102.07454].

## 4. Strategyproof and bribeproof mechanisms

In Euclidean facility location under \(L_p\)-norm social cost, "Strategyproof Mechanisms for Euclidean Facility Location Problems under \(L_p\)-norm Social Cost" [2606.08621] resolves the exact deterministic frontier for the coordinate-wise median:
\[
\alpha_p(\mathrm{CM}) =
\begin{cases}
\sqrt{2}, & 1\le p\le 2,\\[3pt]
2^{1-\frac{1}{p}}, & 2\le p\le +\infty.
\end{cases}
\]
This confirms the Goel–Hann-Caruthers conjecture for \(p\ge 2\). The paper then studies two randomized mechanisms. Uniformly rotated coordinate-wise median (URCM) satisfies
\[
\alpha_p(\mathrm{URCM}) \le
\begin{cases}
\displaystyle 2\left( \dfrac{ \Gamma\left(\frac{p+1}{2}\right) }{ \sqrt{\pi}\,\Gamma\left(1+\frac{p}{2}\right) } \right)^{\frac{1}{p}}, & 1\le p<2,\\[14pt]
2^{1-\frac{1}{p}}, & 2\le p\le +\infty,
\end{cases}
\]
so it strictly improves over the deterministic \(\sqrt{2}\) bound for \(1\le p<2\), gives \(\frac{4}{\pi}\) at \(p=1\), and cannot improve over CM for \(p\ge 2\). Centroid random dictatorship (CRD) improves over CM and URCM for every finite \(p\gtrsim 1.6\), with tight endpoint bounds at \(p=1\) and \(p=\infty\), and at \(p=2\) for every even \(n\) [2606.08621].

A different frontier appears in bribeproofness. In "Bribeproof mechanisms for two-values domains" [1512.04277], each agent’s type lies in \(\{L,H\}\), and the central construction is the \(X\)-linear payment rule
\[
p_i(\theta)=A_i(\theta)\bigl(XL+(1-X)H\bigr)+f_i.
\]
For \(X=\tfrac12\), bribeproofness is equivalent to the bounded-influence condition
\[
i\text{-influence}(A_i,\theta)\ge \left|i\text{-influence}(A_j,\theta)\right|.
\]
In binary allocation problems, this becomes monotonicity plus non-bossiness, and the \((\tfrac12)\)-linear mechanism is then strongly bribeproof. The path-auction results are especially rigid: for the path auction on general networks, the \((\tfrac12)\)-linear mechanism is the only bribeproof mechanism, while on three-values domains no bribeproof mechanism exists [1512.04277].

These results show two distinct forms of tightness. Facility location closes an approximation-ratio question for a canonical strategyproof rule, whereas bribeproofness closes a feasibility question by showing that the nontrivial positive result survives only on the boundary of very restricted domains.

## 5. Auditability and tight refinements of efficiency

"A Theory of Auditability for Allocation Mechanisms" [2305.09314] defines auditability through the smallest coalition needed to prove that an observed outcome could not have been generated by the promised mechanism. For a mechanism \(\varphi\), the problem-specific auditability index is
\[
\#\varphi^\theta = \max_{\omega\neq \varphi(\theta)} \min\bigl\{|I|:\ I\text{ detects }\omega\bigr\},
\]
and the worst-case index is \(\#\varphi=\max_{\theta\in\Theta}\#\varphi^\theta\). The benchmark values are \(\#\varphi=2\) for maximally auditable and \(\#\varphi=N\) for minimally auditable mechanisms.

Within DA-representable priority mechanisms, the paper proves that \(\#\varphi^\theta=2\) exactly when either the induced stable allocation is unique or every alternative stable allocation is sufficiently undesirable for some pair of individuals. This yields a stark contrast:
\[
\#IA = 2,\qquad \#DA = N,
\]
and more generally
\[
\#AR_1 = 2,\qquad \#AR_e = N \text{ for all } e>1.
\]
For hierarchical exchange, maximally auditable mechanisms are exactly vice ownership mechanisms; for sequential dictatorships, maximally auditable ones are exactly vice dictatorships; and mechanisms with \(\#\varphi=1\) are exactly those with a sequential clinching implementation [2305.09314]. In this line of work, tightness means exact structural characterization of the maximally auditable class.

"Tight Samurai Accountant" [2509.24673] uses the word differently but no less precisely. In the Border–Sobel auditing/plunder model, a mechanism \(m=(a,r_P,r_{\emptyset})\) specifies an advance-payment-dependent audit probability and refunds. The paper defines the deviation-loss function
\[
\lambda_m(x)=\inf_{y\in[\underline{x},x]} \Bigl[a(y)x+(1-a(y))(y-r_{\emptyset}(y))\Bigr],
\]
and says that \(m^\ast\) is tighter than \(m\) if \((\Pi_m,\lambda_m)\le (\Pi_{m^\ast},\lambda_{m^\ast})\). The main theorem states that if \(m\) is tight or efficient, then
\[
\lambda_m\in\Lambda,\qquad R_m=\lambda_m,\qquad a=\max\{\alpha_{\lambda_m},\beta_{\lambda_m}\},
\]
where \(\Lambda\) is the set of weakly increasing, weakly concave \(\lambda\) with \(\lambda(\underline{x})=\underline{x}\) and \(\lambda\le \operatorname{id}\). The paper further proves
\[
\text{tight} \Rightarrow \text{efficient},
\]
so tightness refines efficiency without loss of optimality [2509.24673]. Here the tight object is not an approximation ratio but a dominance order over profit and incentive-threat profiles.

## 6. Exact differential privacy mechanisms

In finite categorical data, "Differentially Private Response Mechanisms on Categorical Data" [1505.07254] studies the discrete exponential mechanism
\[
\mathbb{P}(X_d = d') = C\, e^{-k h(d,d')},
\qquad
C = (1 + m e^{-k})^{-n}.
\]
A central contribution is a minimal verification principle: for neighboring databases \(d\sim d'\), it is enough to check privacy on the sufficient set
\[
S_{d,d'} = \{\, d^* \in D^n : \mathbb{P}(X_d = d^*) > \mathbb{P}(X_{d'} = d^*) \,\}.
\]
The main privacy theorem is exact:
\[
e^k \le e^\varepsilon + \frac{m\delta}{1-\delta}
\]
if and only if the mechanism is \((\varepsilon,\delta)\)-differentially private. The paper also derives a tight lower bound on maximal expected Hamming error and shows that the optimal product sanitisation mechanism uses
\[
p = \frac{1-\delta}{e^\varepsilon + m}.
\]
This is an instance where privacy characterization, verification burden, and utility lower bound all line up exactly [1505.07254].

"Exact zCDP Characterizations for Fundamental Differentially Private Mechanisms" [2510.25746] gives analogous exactness results for zCDP. For the \(\epsilon\)-DP Laplace mechanism, the tight zCDP parameter is
\[
\rho_{\mathrm{Lap}}=\epsilon+e^{-\epsilon}-1.
\]
For discrete Laplace, the paper gives a sensitivity-dependent exact formula that interpolates between binary randomized response and continuous Laplace. For \(k\)-randomized response with \(2\le k\le 6\),
\[
\rho_{kRR} = \epsilon\cdot\frac{e^\epsilon-1}{e^\epsilon+k-1},
\]
and for RAPPOR,
\[
\rho_{\mathrm{RAPPOR}}=\epsilon\tanh(\epsilon/4).
\]
The paper also proves the exact worst-case zCDP guarantee for \(\eta\)-bounded range mechanisms:
\[
\rho_{\mathrm{BR}}= \frac{\eta}{e^\eta-1} + \log\!\left(\frac{e^\eta-1}{\eta}\right) -1.
\]
An important nuance is that the KL-endpoint rule is not universal: for sufficiently large \(k\), the best zCDP bound for \(k\)-randomized response is not attained at \(\alpha\to 1\) [2510.25746].

## 7. Tight accounting and empirical auditing in differential privacy

A further body of work treats tightness as exact or near-exact privacy accounting under composition. "Tight Differential Privacy for Discrete-Valued Mechanisms and for the Subsampled Gaussian Mechanism Using FFT" [2006.07134] works with privacy loss distributions (PLDs) and the exact formula
\[
\delta_{X/Y}(\varepsilon) = \delta_{X/Y}(\infty) + \int_\varepsilon^\infty (1-e^{-s})\,\omega_{X/Y}(s)\,ds.
\]
For discrete one-dimensional outputs, the paper places the PLD on a grid, forms left- and right-rounded distributions, and computes repeated convolutions by FFT, obtaining rigorous lower and upper bounds on the true \((\varepsilon,\delta)\) guarantee. The analysis gives strict bounds for the subsampled Gaussian mechanism, exact or near-exact accounting for the exponential mechanism on counting queries, and reports that in the binomial setting the accountant allows up to \(75\%\) reduction in noise variance at equal privacy compared to existing bounds [2006.07134].

"Tight Accounting in the Shuffle Model of Differential Privacy" [2106.00477] adapts the PLD/Fourier-accountant framework to shuffled mechanisms. For general \(\varepsilon\)-LDP shufflers it uses Feldman et al.’s dominating pair construction; for shuffled \(k\)-randomized response it extracts exact privacy-loss random variables from the Balle et al. analysis. The paper then reduces PLD construction from \(\mathcal O(n^2)\) to \(\mathcal O(n)\) terms, up to a logarithmic tolerance factor, by truncating binomial tails with Hoeffding’s inequality, with no noticeable change in the resulting \(\delta(\varepsilon)\)-upper bounds. It also shows that prior analytic composition bounds are substantially looser, especially for repeated shuffle rounds [2106.00477].

"Tight Group-Level DP Guarantees for DP-SGD with Sampling via Mixture of Gaussians Mechanisms" [2401.10294] avoids black-box conversion from example-level to group-level privacy by modeling a group change directly as a composition of mixture-of-Gaussians mechanisms. Under Poisson sampling, the per-step scalar sensitivity is dominated by \(\operatorname{Binom}(k,q)\); under fixed batch-size sampling, it is dominated by
\[
2\cdot \operatorname{Hypergeom}(B,n+k,k).
\]
The paper states that the resulting group-level guarantees are tight up to discretization error in implementation, assuming every intermediate iterate is released, and gives explicit one-dimensional constructions where the dominating pair is exact [2401.10294].

Finally, "Tight Auditing of Differentially Private Machine Learning" [2302.07956] studies empirical privacy lower bounds rather than formal accountants. In the white-box setting with access to all model updates, the audit uses \(f\)-DP and GDP rather than only final \((\varepsilon,\delta)\) guarantees. Because GDP composes tightly via
\[
\mu = \sqrt{\mu_1^2 + \mu_2^2 + \cdots},
\]
the method reduces the audit from thousands or millions of training runs to essentially two runs per observation step. The paper reports that around \(1{,}000\) observations can suffice for tight GDP-based estimates in the white-box setting, compared with \(100\) million or more observations for comparable tightness under direct \((\varepsilon,\delta)\)-based auditing, and uses the method to surface implementation bugs such as clipping after gradient averaging and biased noise sampling [2302.07956].

Taken together, these privacy papers show that tightness can mean exact mechanism-specific privacy parameters, certified composition theorems, or empirical lower bounds that nearly meet provable upper bounds. A plausible implication is that, in privacy as in mechanism design, the decisive technical issue is often not merely constructing a mechanism but identifying the correct benchmark and proving that no hidden slack remains once composition, sampling, or numerical approximation is accounted for.

Source: https://www.emergentmind.com/topics/tight-mechanisms