EconBase
← Back to paper

Sharp Structure-Agnostic Lower Bounds for General Linear Functional Estimation

Extracted main text — title through conclusion, appendix excluded. This is what our citation measures are computed over, published so the extraction can be checked by eye.

113,859 characters · 25 sections · 61 citation commands

Rendered from LaTeX for readability, not typeset faithfully. Citation keys are highlighted; maths is left as source; figures, tables and equation environments are summarised rather than reproduced; unrecognised commands are greyed out so nothing is silently dropped. Email addresses are removed.

Sharp Structure-Agnostic Lower Bounds for General Linear Functional Estimation

abstractWe establish a general statistical optimality theory for estimation problems where the target parameter is a linear functional of an unknown nuisance component that must be estimated from data. This formulation covers many causal and predictive parameters and has applications to numerous disciplines. We adopt the structure-agnostic framework introduced by balakrishnan2023fundamental, which poses no structural properties on the nuisance functions other than access to black-box estimators that achieve some statistical estimation rate. This framework is particularly appealing when one is only willing to consider estimation strategies that use non-parametric regression and classification oracles as black-box sub-processes. Within this framework, we first prove the statistical optimality of the celebrated and widely used doubly robust estimators for the Average Treatment Effect (ATE), the most central parameter in causal inference. We then characterize the minimax optimal rate under the general formulation. Notably, we differentiate between two regimes in which double robustness can and cannot be achieved and in which first-order debiasing yields different error rates. Our result implies that first-order debiasing is simultaneously optimal in both regimes. We instantiate our theory by deriving optimal error rates that recover existing results and extend to various settings of interest, including the case when the nuisance is defined by generalized regressions and when covariate shift exists for training and test distribution\footnote{This paper generalizes and subsumes jin2024structure by the same authors.}.

\onehalfspacing

Introduction

Let $\{O_t\}_{t=1}^N$ be i.i.d.\ training samples from an unknown distribution $P_0$ on ${\mathcal{O}}={\mathcal{Z}}\times{\mathcal{W}}$, where each $O=(Z,W)$ contains covariates $Z$ and an outcome $W$, and let $\{Z_i\}_{i=1}^N$ be i.i.d.\ target covariate samples from an unknown distribution $Q_0$ on ${\mathcal{Z}}$. We consider the problem of estimating a linear functional of a regression-type nuisance learned under the training law $P_0$ but evaluated under the target law $Q_0$:

equation[equation omitted — 126 chars of source]

where for any fixed $z$ the mapping $\gamma\mapsto m_1(z,\gamma)$ is linear, and the nuisance function $\gamma(z;P)$ is the solution to a generalized regression problem under the training law:

equation[equation omitted — 176 chars of source]

where $\mu_Z$ is some known measure on ${\mathcal{Z}}=\mathrm{supp}(Z)$.

This formulation covers many causal and predictive estimation tasks and has found important applications in numerous disciplines such as economics hirano2003efficient,imbens2004nonparametric, education oreopoulos2006estimating, epidemiology little2000causal,wood2008empirical, and political science mayer2011does.

example[ATE] In the standard treatment-effect setup with $O=(X,D,Y)$, squared-loss regression yields the outcome model \[ \gamma(d,x;P_0)=\mathbb{E}[Y\mid D=d,X=x]. \] Under conditional ignorability and overlap, the average treatment effect is \[ \theta^{\textsc{ATE}}=\mathbb{E}[\gamma(1,X;P_0)-\gamma(0,X;P_0)]. \] This fits (ref) by taking $Z=(D,X)$, $W=Y$, and \[ m_1\big((d,x),\gamma\big)=\gamma(1,x)-\gamma(0,x), \qquad Q_0=P_{0,Z}, \] where $P_{0,Z}$ denotes the marginal distribution of $P_0$ on ${\mathcal{Z}}$.
example[Average treatment effect on the treated (ATT)] The average treatment effect on the treated is $\theta^{\textsc{ATT}}=\mathbb{E}[\gamma(1,X;P_0)-\gamma(0,X;P_0)\mid D=1]$ and corresponds to the same choice of $\gamma$ and $m_1$, but with a selection target law $Q_0=P_{0,Z\mid D=1}$.
example[Log-odds difference (LOD)] In the same setup with binary outcome $Y\in\{0,1\}$, consider the log-odds regression \[ \gamma(d,x;P_0)=\log\left(\frac{\mathbb{E}[Y\mid D=d,X=x]}{1-\mathbb{E}[Y\mid D=d,X=x]}\right). \] The log-odds-difference estimand is \[ \chi_{\mathrm{LOD}}(P_0)=\mathbb{E}\big[\gamma(1,X;P_0)-\gamma(0,X;P_0)\big]. \] This fits (ref) by taking $Z=(D,X)$, $W=Y$, the same $m_1\big((d,x),\gamma\big)=\gamma(1,x)-\gamma(0,x)$, and $Q_0=P_{0,Z}$.

Estimating the ATE is one of the central problems in causal inference. In view of its practical importance, a large body of work is devoted to developing statistically efficient estimators for the ATE based on regression robins1994estimation,robins1995analysis,imbens2003mean, matching heckman1998matching,rosenbaum1989optimal,abadie2006large, and propensity scores rosenbaum1983central,hirano2003efficient, as well as their combinations. Beyond ATE, influence-function-based methods have been developed for a range of related estimands, including selection/conditioning targets such as ATT, policy learning objectives, weighted average derivatives, and covariate-shift/data-fusion targets; see, for example, athey2021policy,newey1993efficiency,powell1989semiparametric,sugiyama2007covariate,reddi2015doubly and references therein.

Statistical limits for estimating treatment-effect-type parameters are studied in robins2009semiparametric,balakrishnan2019hypothesis,kennedy2022minimax,robins2008higher, typically under H\"older-smoothness assumptions on the nuisances. When the nonparametric components of the data-generating process are estimable at a fast enough rate (typically $n^{-1/4}$), semiparametric efficiency newey1994asymptotic provides optimal variance constants multiplying the leading rate. Finally, bradic2019minimax characterizes minimax conditions for root-$n$ estimability, albeit under strong linearity restrictions and constant effects. These works crucially rely on structural assumptions on the underlying function classes, which enables tight rates but can be cumbersome to deploy in practice when the relevant structure is unknown or violated.

Since the nuisance function $\gamma$ in (ref) is unknown and may have complex structures, and since the dimension $K$ of the covariates $X$ can be large relative to the number of data $n$ in many applications, it is extremely suitable to apply modern machine learning (ML) methods for the non-parametric, flexible and adaptive estimation of these nuisance functions, including penalized linear regression methods belloni2014pivotal,van2014asymptotically,chernozhukov2022automatic,zou2005regularization, random forest methods breiman2001random,hastie2009random,biau2008consistency,wager2015adaptive,syrgkanis2020estimation, gradient boosted forests friedman2001greedy,buhlmann2003boosting,zhang2005boosting and neural networks schmidt2020nonparametric,farrell2021deep, as well as ensemble and model selection approaches that combine all the above using out-of-sample cross-validation metrics wolpert1992stacked,zhang1993model,freund1997decision,van2007super,dvzeroski2004combining,sill2009feature,wegkamp2003model,Arlot2010,chetverikov2021cross. However, ML methods typically require some forms of regularization to avoid overfitting, which can potentially make the resulting estimator severely biased.

A principled way to combine flexible nuisance estimation with accurate estimation of a low-dimensional target is to use orthogonal (Neyman-orthogonal) estimating equations derived from influence-function theory robins1995analysis,robins1995semiparametric. Double/debiased machine learning (DML) is a prominent and widely used implementation of this idea chernozhukov2017double,chernozhukov2018double,athey2021policy,chernozhukov2022automatic: one estimates the nuisances (often via cross-fitting) and then evaluates an orthogonal score whose first-order sensitivity to nuisance estimation errors vanishes at the truth. As a consequence, the estimation error admits a decomposition of the schematic form \[ \text{(parametric noise)}\;+\;\text{(higher-order remainder depending on nuisance errors)}, \] where the leading remainder is typically proportional to a product of nuisance estimation errors (and, for some generalized regression targets, may also include a squared term); see chernozhukov2018double and the references therein.

In the special case with no covariate shift ($Q_0=P_{0,Z}$) and ordinary least-squares regression ($\ell(o,\gamma)=(w-\gamma)^2/2$, so the score $\rho(o,\gamma)=\gamma-w$ is affine), write $\gamma_0(z):=\gamma(z;P_0)$ (which equals $\mathbb{E}[W\mid Z=z]$ for squared loss). Assume that the linear functional $h\mapsto \mathbb{E}_{Q_0}[m_1(Z,h)]$ is continuous on $L^2(P_{0,Z})$. Equivalently, there exists a weight $\nu_m(\cdot;P_0,Q_0)\in L^2(P_{0,Z})$ such that \[ \mathbb{E}_{Q_0}\big[m_1(Z,h)\big]=\mathbb{E}_{P_{0,Z}}\big[h(Z)\,\nu_m(Z;P_0,Q_0)\big]\qquad\text{for all }h\in L^2(P_{0,Z}). \] Since $\rho(o,\gamma)=\gamma-w$ has derivative $1$ in its regression argument, we define the orthogonal weight \[ \alpha_0(z):=\alpha(z;P_0,Q_0):=-\nu_m(z;P_0,Q_0). \] The corresponding orthogonal score is $\psi(O;\gamma,\alpha):=m_1(Z,\gamma)+\alpha(Z)\rho(O,\gamma(Z))$, and the cross-fitted estimator can be written in the augmented plug-in form \[ \hat\chi = \frac{1}{n}\sum_{i=1}^n m_1\big(Z_i,\hat\gamma\big) \;+\; \frac{1}{n}\sum_{i=1}^n \hat\alpha(Z_i)\,\big(\hat\gamma(Z_i)-W_i\big), \] with sample splitting/cross-fitting to ensure independence between the evaluation sample and the first-stage fits. Moreover, letting $\mathbb{P}_n$ denote the empirical measure of $\{O_i\}_{i=1}^n$, a standard orthogonality expansion gives (up to negligible empirical-process terms controlled by cross-fitting) \[ \hat\chi-\chi(P_0,Q_0) = (\mathbb{P}_n-P_0)\psi(O;\gamma_0,\alpha_0) \;+\; \mathbb{E}_{P_0}\Big[\big(\hat\alpha(Z)-\alpha_0(Z)\big)\big(\hat\gamma(Z)-\gamma_0(Z)\big)\Big], \] so $\hat\chi-\chi(P_0,Q_0)={\mathcal{O}}_P(n^{-1/2}+{\epsilon}_{n,\gamma}{\epsilon}_{n,\alpha})$ under the mean-squared error constraints imposed below. This approach also generalizes to the setting with covariate shift and generalized regression, as shown in chernozhukov2023automatic and chernozhukov2021automatic respectively. The generalized approach will be discussed in details in Section (ref).

Motivated by the wide adoption and use of black-box adaptive estimation methods polley2019package,ledell2020h2o,wang2021flaml,karmaker2021automl for these non-parametric components of the data generating process, as well as their superior empirical performance bach2024hyperparameter, we will examine the statistical optimality of the aforementioned procedure within the structure-agnostic minimax framework that was recently introduced in balakrishnan2023fundamental. In particular, the only assumption that we will be making about our data generating process is that we have access to estimates $\hat{\gamma}$ and $\hat{\alpha}$ that achieve some statistical error rate, as measured by the mean-squared error, i.e. $\|\hat{\gamma}(Z)-\gamma(Z;P_0)\|_{P_{0,Z},2}\leq {\epsilon}_{n,\gamma}$ and $\|\hat{\alpha}(Z)-\alpha(Z;P_0,Q_0)\|_{P_{0,Z},2}\leq {\epsilon}_{n,\alpha}$, where for any function $v:\ensuremath{{\cal X}} \to 3$, we denote $\|v(X)\|_{P_X,2}:=\sqrt{\mathbb{E}[v(X)^2]}$. Having access to such estimates for these two non-parametric components and imposing the aforementioned estimation error constraints on the data generating process, we resolve the optimal statistical rate achievable by any estimation algorithm for the parameters of interest.

The structure-agnostic framework is particularly appealing as it essentially restricts any estimation approach to only use non-parametric regression estimates as a black-box and not tailor the estimation strategy to particular structural assumptions about the regression function or the propensity. These further structural assumptions can many times be brittle and violated in practice, rendering the tailored estimation strategy invalid or low-performing. Hence, the structure-agnostic statistical lower bound framework has the benefit that it yields lower bounds that can be matched by estimation procedures that are easy to deploy and robust.

\paragraph{Contributions and main message.} Our main contribution is a general, sharp structure-agnostic lower bound theory for a broad class of functionals of the form (ref), where the nuisance $\gamma(\cdot;P)$ is defined as the solution to a (generalized) regression problem and the functional is linear in $\gamma$. The class includes the average treatment effect and a range of causal and policy estimands that admit influence-function-based orthogonal scores. Under assumptions that we verify for a collection of examples, our results identify two regimes:

itemize• In a mixed-bias regime (covering standard regression residuals that are affine in $\gamma$), the minimax structure-agnostic error is lower bounded by \[ \Omega\big({\epsilon}_{n,\gamma}{\epsilon}_{n,\alpha}+n^{-1/2}\big). \] • In a more general regime (covering generalized-regression targets), the minimax error is lower bounded by \[ \Omega\big({\epsilon}_{n,\gamma}{\epsilon}_{n,\alpha}+{\epsilon}_{n,\gamma}^2+n^{-1/2}\big). \]

In both regimes we provide matching upper bounds via first-order debiasing/DML estimators. Consequently, without additional structural information beyond mean-squared error guarantees for nuisance estimation, one cannot improve the dependence on nuisance errors beyond what is achieved by DML.

For general non-parametric functional estimation, it has been known for decades that if the function possesses certain smoothness properties, then higher-order debiasing schemes can be designed that lead to improved error rates bickel1988estimating,birge1995estimation. Specifically, first-order debiasing methods are suboptimal even when the nuisance function estimators are minimax optimal. Estimators based on higher-order debiasing have also been proposed and analyzed for functionals that arise in causal inference problems robins2008higher,van2014higher,robins2017minimax,liu2017semiparametric,kennedy2022minimax. However, none of these approaches enjoy the structure-agnostic property that we explicitly impose in our minimax framework.

We then instantiate the general theory for a broad range of estimands, including the average treatment effect (ATE), average treatment effect on the treated (ATT), expected conditional covariance (ECC), weighted average derivative (WAD), distribution shift (DS), average policy effect (APE), log-odds-difference (LOD) and expected derivatives of conditional quantiles (EQD).

Prior to this work, optimal structure-agnostic error rates are not well understood, except for a few specific problem instances. balakrishnan2023fundamental was the first to establish sharp structure-agnostic lower bounds, but their proof techniques only apply to inner product functionals like ECC (see additional discussions in Section (ref)). Later, jin2024structure established similar results separately for ATE and ATT. This paper is a generalized version of jin2024structure and subsumes the results therein. Another recent work jin2025its considered structure-agnostic estimation in a partial linear outcome model and an in-depth discussion of their results can be found in Remark (ref).

\paragraph{Technical contributions.} The main technical contribution is a general lower-bound principle that applies uniformly across a broad class of statistical estimands, including targets that involve generalized regression that fall outside the mixed-bias regime. Our proof relies on a number of novel technical ideas, as we explain next.

Our lower bounds are proved via the method of fuzzy hypotheses, reducing estimation to testing between carefully constructed mixtures. The core difficulty is to build composite null and alternative hypotheses that (i) remain within the prescribed structure-agnostic nuisance neighborhood and (ii) induce separation in the target functional of the desired order, while keeping the two mixtures close in Hellinger distance. To achieve this we introduce a two-step sequential perturbation construction that decouples feasibility (staying inside the nuisance neighborhood) from separation (moving the target functional). A key ingredient is a geometric partitioning/“pairing” argument (based on ham-sandwich-type results) that lets us place localized perturbations while enforcing the exact invariances required by our lower-bound theorem. A complete overview of our proofs can be found in Section (ref).

Notation

We write $O=(Z,W)\in{\mathcal{O}}={\mathcal{Z}}\times{\mathcal{W}}$ for a generic observation. We observe i.i.d.\ training samples $\{O_t\}_{t=1}^N\sim P_0$ on ${\mathcal{O}}$ and i.i.d.\ target covariates $\{Z_i\}_{i=1}^N\sim Q_0$ on ${\mathcal{Z}}$; more generally we write $P$ and $Q$ for candidate training and target laws. The nuisance $\gamma(\cdot;P)$ is a function on ${\mathcal{Z}}$ (typically in $L^2(\mu_Z)$), and the target functional has the form $\chi(P,Q)=\mathbb{E}_Q[m_1(Z,\gamma(\cdot;P))]$ with $m_1(z,\cdot)$ linear, as in (ref)--(ref). We use subscripts to denote marginals: if $P$ is a distribution on a product space, we write $P_Z$ (resp.\ $P_X$) for the marginal law of $Z$ (resp.\ $X$). We write $\mathbb{E}_P[\cdot]$ for expectation under $P$ (and similarly $\mathbb{E}_Q[\cdot]$), and we use $\mathbb{P}_n$ for the empirical measure of an i.i.d.\ sample of size $n$ when this is convenient.

For any function $f:3^n\mapsto3^k$ and distribution $P$ over $3^n$, we define its $L^r(P)$ norm as $\left\Vertf\right\Vert_{P,r}=\big(\int \left\Vertf(x)\right\Vert^r\,\textup{d} P(x)\big)^{1/r}$ for $r\in(0,\infty)$, and $\left\Vertf\right\Vert_{P,\infty}=\text{ess sup}\{\left\Vertf(X)\right\Vert:X\sim P\}$. When the distribution is clear from context we also write $\left\Vertf\right\Vert_r$. For deterministic sequences $(a_n)_{n\ge 1}$ and $(b_n)_{n\ge 1}$ we write $a_n={\mathcal{O}}(b_n)$ if there exists $C>0$ such that $|a_n|\le C|b_n|$ for all $n$, and $a_n=\Omega(b_n)$ if there exists $c>0$ such that $|a_n|\ge c|b_n|$ for all $n$. For random variables, $X_n={\mathcal{O}}_P(b_n)$ means $X_n/b_n$ is bounded in probability. We write $L^r(P)$ for the corresponding function space $\{f:\left\Vertf\right\Vert_{P,r}<\infty\}$.

Throughout this paper we fix $\sigma$-finite reference measures $\mu_Z$ on ${\mathcal{Z}}$ and $\mu_W$ on ${\mathcal{W}}$, and write $\mu=\mu_Z\otimes\mu_W$ on ${\mathcal{O}}={\mathcal{Z}}\times{\mathcal{W}}$ (often the uniform measure on its support). Our theory applies to probability measures that are absolutely continuous with respect to these reference measures. For $P\ll\mu$ we write $p=\textup{d} P/\textup{d}\mu$ for the density and $p_Z(z):=\int p(z,w)\,\textup{d}\mu_W(w)$ (also denoted $p(z,\cdot)$) for the $Z$-marginal density. For $Q\ll\mu_Z$ we write $q=\textup{d} Q/\textup{d}\mu_Z$ for its density. For any two distributions $P_1,P_2\ll\mu$ with densities $p_1,p_2$ and common support ${\mathcal{O}}$, we define their $L_\infty$ distance by $d_{\mu,\infty}(P_1,P_2)=\text{ess sup}_{o\in{\mathcal{O}}}|p_1(o)-p_2(o)|$.

We define the directional derivative of a functional $\chi(P,Q)$ at $(P,Q)$ in the direction of a joint perturbation pair $(H,K)$ (when it exists) as \[ \chi_{(P,Q)}'(P,Q)[H,K] := \left.\frac{\textup{d}}{\textup{d} t}\right|_{t=0}\chi(P+tH,Q+tK), \] where $H$ is a finite signed measure on ${\mathcal{O}}$ and $K$ is a finite signed measure on ${\mathcal{Z}}$. Similarly, we define the mixed second derivative in directions $(H_0,K_0)$ and $(H_1,K_1)$ by \[ \chi''(P,Q)[(H_0,K_0),(H_1,K_1)] := \left.\frac{\textup{d}^2}{\textup{d} t\,\textup{d} s}\right|_{t=s=0}\chi(P+tH_0+sH_1,Q+tK_0+sK_1), \] and \[ \chi''(P,Q)[(H,K)]:=\chi''(P,Q)[(H,K),(H,K)]. \] When the functional of interest is of the form $\Psi(U,P,Q)$ where $U$ is an additional parameter, we use $\Psi_P'(U_0,P_0,Q_0)[H]$, $\Psi_Q'(U_0,P_0,Q_0)[K]$ and their second-order analogues to denote partial distributional derivatives.

Overview of our contributions

Our main results in a nutshell

The main contribution of this paper is general lower bounds on the estimation error for functionals of the form (ref), in the case where no structural priors are available. In this subsection, we provide an overview of these results before stating the formal results and assumptions.

Given estimates $\hat{\gamma}, \hat{\alpha}$ of $\gamma$ and $\alpha$ (defined later in Section (ref), where $\alpha$ is some transformation of $m$ for ATE) and some specified error bounds ${\epsilon}_{n,\gamma}$ and ${\epsilon}_{n,\alpha}$, the set of all plausible ground-truth data distributions $P$ consists of those with nuisance functions $\gamma(Z;P)$ and $\alpha(Z;P)$ satisfying

equation[equation omitted — 229 chars of source]

Any estimator $\hat{\theta}$ can be viewed as a (possibly random) mapping from the observed data $\{O_i\}_{i=1}^n$ to $\mathbb{R}$. For any distribution $P$, when $\{O_i\}_{i=1}^n$ are i.i.d. samples from $P$, the estimator $\hat{\theta}$ induces a distribution of estimates on $\mathbb{R}$. Let $\xi\in(0,1)$ be a pre-specified tolerance probability. By comparing this distribution with the true parameter $\theta(P)$, we can measure the quality of the estimator $\hat{\theta}$ via the $(1-\xi)$-quantile of $|\hat{\theta}-\theta(P)|$. The worst-case error of $\hat{\theta}$ is then naturally defined as the supremum of this quantile over all possible $P$ satisfying the nuisance constraint in (ref). Our main result can be summarized as follows:

theorem[Informal minimax structure-agnostic rates] Under certain assumptions that we verify for a broad class of functionals, the optimal worst-case error for estimating $\theta$ in (ref) is either $\Omega({\epsilon}_{n,\gamma}{\epsilon}_{n,\alpha}+n^{-1/2})$ or $\Omega({\epsilon}_{n,\gamma}{\epsilon}_{n,\alpha}+{\epsilon}_{n,\gamma}^2+n^{-1/2})$. Both rates are attainable by DML. This is an informal consequence of Theorems (ref) and (ref); see Section (ref).

Our main technical contribution

Our proof of the lower bounds uses the method of fuzzy hypotheses, which reduces our estimation problem to testing between a pair of mixtures of hypotheses. While such methods are widely adopted in establishing lower bounds for non-parametric functional estimation problems tsybakov2008introduction,robins2009semiparametric,kennedy2022minimax,balakrishnan2023fundamental, we introduce a novel two-step sequential perturbation technique to construct the null and alternative hypotheses with the desired properties. The two perturbation steps are asymmetric in general, and interchanging them would lead to two different types of optimal rates. We elaborate on this technique in Section (ref). Due to the more complicated relationship between the estimand and the data distribution, existing constructions of composite hypotheses robins2009semiparametric,kennedy2022minimax,balakrishnan2023fundamental do not apply to our setting, as we explain next.

In balakrishnan2023fundamental, the authors investigate the estimation problem of three functionals: quadratic functionals in Gaussian sequence models, quadratic integral functionals, and the expected conditional covariance. They establish their lower bound by reducing it to a related hypothesis testing problem. The testing error is then lower-bounded by constructing priors (mixtures) over the composite null and alternative hypotheses. The priors they construct are based on adding or subtracting “bumps” on top of a fixed hypothesis in a symmetric manner, which is a standard proof strategy for functional estimation problems ingster1994minimax,robins2009semiparametric,arias2018remember,balakrishnan2019hypothesis. The reason why the proof strategy of balakrishnan2023fundamental fails for ATE and most other functionals is that the functional relationships between the nuisance parameters and these target parameters take significantly different forms. Specifically, the target parameters that balakrishnan2023fundamental investigates are all of the form

equation[equation omitted — 93 chars of source]

where $f,g$ are unknown nuisance parameters that lie in some Hilbert space ${\mathcal{H}}$. To be concrete, consider the example of the expected conditional covariance $\theta^{\textsc{Cov}}$. Let $\mu_0(x) = \mathbb{E}\left[ Y \mid X=x\right]$, then we have that

equation[equation omitted — 95 chars of source]

where $p_X$ is the marginal density of $X$. The first term, $\mathbb{E}[DY]$, can be estimated at the standard ${\mathcal{O}}(n^{-1/2})$ rate, so it suffices to estimate the second term, which is exactly in the form of (ref). However, the ATE functional does not take this inner product form. Instead, it is of the form \opt{opt-arxiv}{

align*[align* omitted — 170 chars of source]

} \opt{opt-or}{

equation[equation omitted — 220 chars of source]

} Stepping outside of the realm of inner product functionals is the major challenge in extending existing approaches of establishing lower bounds to ATE and other relevant functionals, and is our main technical innovation.

Optimality of first-order debiasing: the ATE case

Before going into full generality, we first revisit the ATE example to build intuition for first-order debiasing and the structure-agnostic viewpoint. In the standard setting, we observe $O=(X,D,Y)$, where $X$ is a high-dimensional covariate vector, $D\in \{0,1\}$ is a binary treatment, and $Y\in3$ is an outcome. Let $Y(1)$ and $Y(0)$ denote the potential outcomes under each treatment level. The average treatment effect (ATE) is defined as

align[align omitted — 79 chars of source]

We consider the case when all potential confounders $X\in \ensuremath{{\cal X}} \subseteq 3^K$ of the treatment and outcome are observed, a setting that has received substantial attention in the causal inference literature. In particular, we will make the widely used assumption of conditional ignorability:

align[align omitted — 88 chars of source]

We assume that we are given data that consist of samples of the tuple of random variables $(X, D, Y)$, that satisfy the basic consistency property

align[align omitted — 26 chars of source]

Without loss of generality, the data generating process obeys the regression equations:

equation[equation omitted — 206 chars of source]

where $U,V$ are noise variables. Note that when the outcome $Y$ is also binary, then the non-parametric functions $g_0$ and $m_0$, as well as the marginal probability law of the covariates $X$, fully determine the likelihood of the observed data.

Under conditional ignorability, consistency and the overlap assumption that both treatment values are probable conditional on $X$, i.e., $m_0(X)\in [c, 1-c]$ almost surely, for some $c>0$, it is well known that the ATE is identified by the statistical estimands:

align[align omitted — 73 chars of source]

This is the no-shift specialization ($Q_0=P_{0,Z}$) of (ref), with squared-loss regression for $\gamma$.

If we have access to a nuisance estimate $\hat{g}$, a straightforward approach is to plug it into (ref) and replace the expectation with a sample average. However, this approach makes the estimation accuracy of the target parameter highly susceptible to errors in the outcome regression nuisance function, which can be large due to high dimensionality, regularization, and model selection. Moreover, the function spaces over which these estimators operate might be complex and do not necessarily satisfy commonly invoked Donsker conditions dudley2014uniform.

To mitigate this dependence on the outcome regression model and to lift restrictions on the nuisance estimation algorithm beyond root-mean-squared-error (RMSE) accuracy, first-order debiasing/DML uses sample splitting and an orthogonal score. For the ATE, this yields a sample-splitting variant of the well-known doubly robust estimator; see, for example, robins1995analysis,chernozhukov2018double,foster2023orthogonal: \opt{opt-arxiv}{

align[align omitted — 258 chars of source]

} \opt{opt-or}{

equation[equation omitted — 307 chars of source]

} where $\hat{g}, \hat{m}$ are estimates of $g_0$ and $m_0$ respectively.

Even though the $n^{1/4}$ requirement can be achieved by a broad range of machine learning methods bickel2009simultaneous,belloni2011l1,belloni2013least,chen1999improved,wager2018estimation,athey2019generalized (under assumptions), it can often be violated in practice. Even when this requirement is violated, a small modification of the arguments in chernozhukov2018double,foster2023orthogonal can be used to show that $\hat{\theta}^{\textsc{ATE}} - \theta^{\textsc{ATE}} = {\mathcal{O}}_P\left( {\epsilon}_{n,m}{\epsilon}_{n,g} + n^{-1/2}\right)$, under the assumption that \opt{opt-arxiv}{

equation[equation omitted — 212 chars of source]

} \opt{opt-or}{

equation[equation omitted — 247 chars of source]

}

The formal statement of this result is presented below. The proof is in Section (ref).

theorem[Doubly robust ATE upper bound] Suppose that there exists a constant $c\in(0,1)$ such that $c\leq \hat{m}(x)\leq 1-c, \forall x\in\mathrm{supp}(X)$ and $|Y|\leq G$ a.s., for some constant $G$. Then for any $\delta>0$, there exists a constant $C_{\delta}$ such that the doubly robust estimator of the ATE (defined in (ref)) achieves estimation error \begin{equation} \notag |\hat{\theta}^{ATE}-\theta^{ATE}| \leq C_{\delta}\left( {\epsilon}_{n,m}{\epsilon}_{n,g} + n^{-1/2} \right). \end{equation} with probability $\geq 1-\delta$.

Theorem (ref) highlights an important practical benefit of the doubly robust estimator: its accuracy depends only on the root-mean-squared error (RMSE) rates of the nuisance estimators, with no explicit structural assumptions on the nuisance classes. This is in stark contrast with higher-order debiasing schemes, which can lead to improved error rates bickel1988estimating,birge1995estimation,robins2008higher,van2014higher,robins2017minimax,liu2017semiparametric,kennedy2022minimax under smoothness assumptions but no longer apply when these assumptions are violated.

To establish the matching lower bound, we restrict ourselves to the case of binary outcomes:

assumptionThe outcome variable $Y$ is binary, i.e., $Y\in\{0,1\}$.

Given that the black-box nuisance function estimators satisfy (ref), we define the following constraint set \opt{opt-arxiv}{

equation[equation omitted — 445 chars of source]

} \opt{opt-or}{

equation[equation omitted — 465 chars of source]

} where ${\epsilon}_{n,m},{\epsilon}_{n,g} = o(1)\quad (n\to +\infty).$ Note that introducing Assumption (ref) and constraints on $P_X$ in (ref) only strengthens the lower bound that we are going to prove, since they provide additional information on the ground-truth model. Moreover, the constraints $0\leq m(x), g(d,x)\leq 1$ naturally holds due to the fact that both the treatment and outcome variables are binary.

We then define the minimax $(1-\xi)$-quantile risk of estimating $\theta^{\textsc{ATE}}$ over a function space ${\mathcal{F}}$ as $$\mathfrak{M}_{n,\xi}^{\textsc{ATE}}\left({\mathcal{F}}\right) = \inf_{\hat{\theta}:\left({\mathcal{X}}\times{\mathcal{D}}\times{\mathcal{Y}}\right)^n\mapsto3} \sup_{(m^*,g^*)\in{\mathcal{F}}} {\mathcal{Q}}_{P_{m^*,g^*},1-\xi}\left( |\hat{\theta}-\theta^{\textsc{ATE}}| \right),$$ where ${\mathcal{Q}}_{P,\gamma}(X)=\inf\left\{x\in3: P[X\leq x]\geq\gamma\right\}$ denotes the quantile function of a random variable $X$ with distribution $P$, and $P_{m^*,g^*}$ is the joint distribution of $(X,D,Y)$ which is uniquely determined by the functions $m^*$ and $g^*$. Specifically, let $\mu$ be the uniform distribution on ${\mathcal{X}}\times{\mathcal{D}}\times{\mathcal{Y}}=[0,1]^K\times\{0,1\}\times\{0,1\}$, then the density $p_{m^*,g^*}=\textup{d} P_{m^*,g^*}/{\textup{d}\mu}$ can be expressed as $p_{m^*,g^*}(x,d,y) = m^*(x)^d(1-m^*(x))^{1-d}g^*(d,x)^y(1-g^*(d,x))^{1-y}.$

By definition, $\mathfrak{M}_{n,\xi}^{\textsc{ATE}}\left({\mathcal{F}}\right) \geq \rho$ would imply that for any estimator $\hat{\theta}$ of ATE, there must exist some $(m^*,g^*)\in{\mathcal{F}}$, such that under the induced data distribution, the probability of $\hat{\theta}$ having estimation error $\geq\rho$ is at least $1-\xi$. This provides a stronger form of lower bound compared with the minimax expected risk defined in balakrishnan2023fundamental, in the sense that the lower bound $\mathfrak{M}_{n,\xi}^{\textsc{ATE}}\left({\mathcal{F}}\right) \geq \rho$ implies a lower bound $(1-\xi)\rho$ of the minimax expected risk, but the converse does not necessarily hold.

The main objective of this section is to derive lower bounds for $\mathfrak{M}_{n,\xi}^{\textsc{ATE}}\left({\mathcal{M}}_1(\hat{P};{\epsilon}_{n,m},{\epsilon}_{n,g})\right)$ in terms of ${\epsilon}_{n,m},{\epsilon}_{n,g}$ and $n$. To derive our lower bound, we also need to assume that the estimators $\hat{m}(x): [0,1]^K\mapsto[0,1]$ and $\hat{g}(d,x):\{0,1\}\times[0,1]^K\mapsto[0,1]$ are bounded away from $0$ and $1$.

assumptionThere exists a constant $c$ such that $c \leq \hat{m}(x), \hat{g}(d,x) \leq 1-c$ for all $d\in\{0,1\}$ and $x\in[0,1]^K$.

The assumption that $c \leq \hat{m}(x)\leq 1-c$ is common in deriving upper bounds for the error induced by debiased estimators. On the other hand, the assumption that $c\leq \hat{g}(d,x)\leq 1-c$ is typically not needed for deriving upper bounds, but it is also made in prior works for proving lower bounds of estimating the expected conditional covariance $\mathbb{E}\left[\mathrm{Cov}(D,Y)\mid X \right]$ robins2009semiparametric,balakrishnan2023fundamental.

Now we are ready to state our main results for ATE.

theorem[Minimax lower bound for ATE] For any constant $\xi\in\left(\frac{1}{2},1\right)$ and estimators $\hat{m}(x)$ and $\hat{g}(d,x)$ that satisfy Assumption (ref), the minimax risk of estimating the ATE is \begin{equation} \notag \mathfrak{M}_{n,\xi}^{ATE}\left({\mathcal{M}}_1(\hat{P};{\epsilon}_{n,m},{\epsilon}_{n,g})\right) = \Omega\left( {\epsilon}_{n,m}{\epsilon}_{n,g} + \min\{{\epsilon}_{n,g},n^{-1/2}\} \right) \end{equation}

The proof can be found in Section (ref). As discussed in Section (ref), it relies on a fundamentally different construction of fuzzy hypotheses compared with the lower bound proof of ECC in balakrishnan2023fundamental.

remarkIf we only assume that $c\leq\hat{m}(x), \hat{g}(1,x) \leq 1-c$ in Assumption (ref), then we would still have the same lower bound. Furthermore, this lower bound still holds in the case where we know the baseline response, i.e., $\hat{g}(0,x)=g_0(0,x)=0$.

General error rates of first-order debiasing estimators

In this section, we present the generic debiased estimator and its error bound (Theorem (ref)) in the general setting described in Section (ref). We then isolate the special “affine-score” case, in which the quadratic term ${\epsilon}_{N,\gamma}^2$ disappears and the error becomes purely doubly robust. This affine case coincides with the mixed bias property discussed in Section (ref) and eventually leads to a different optimal error rate, as we will see in Theorem (ref).

Assume that the linear functional $\gamma\mapsto \mathbb{E}_{Q}[m_1(Z,\gamma)]$ is continuous on $L^2(P_Z)$. Equivalently, there exists a function $\nu_m(\cdot;P,Q)\in L^2(P_Z)$ such that for any $\gamma\in L^2(P_Z)$,

equation[equation omitted — 152 chars of source]

We think of $\nu_m(\cdot;P,Q)$ as the “cross-population Riesz weight” representing the linear functional $\gamma\mapsto \mathbb{E}_{Q}[m_1(Z,\gamma)]$ under the $L^2(P_Z)$ inner product. This identity is the direct analogue of the key representer condition used in the DML literature chernozhukov2018double and still works in the presence of covariate shift chernozhukov2023automatic,

\paragraph{Generalized regression for $\gamma$ and the score $\rho$.} The nuisance $\gamma(\cdot;P)$ is defined via generalized regression, i.e.\ as a pointwise minimizer of an expected loss (ref) under the training law $P$. By first-order optimality,

equation[equation omitted — 120 chars of source]

where the score $\rho$ is the derivative of the loss in the regression direction, $\rho(o,\gamma)=\frac{\textup{d}}{\textup{d} a}\ell(o,\gamma+a)\big|_{a=0}$.

\paragraph{The weighted Riesz identity and the auxiliary nuisance $\alpha$.} Assuming the derivative $\nu_\rho(z;P)$ defined below exists and is nonzero, we define the auxiliary nuisance \opt{opt-arxiv}{

equation[equation omitted — 252 chars of source]

} \opt{opt-or}{

equation[equation omitted — 283 chars of source]

} The definition of $\alpha$ is chosen so that the first-order sensitivity of the debiased estimator to $\gamma$-perturbations cancels. Note that, unlike in the single-distribution setting, $\alpha(\cdot;P,Q)$ depends on both the training law $P$ (through $\nu_\rho$) and the target law $Q$ (through $\nu_m$).

\paragraph{The first-order debiased estimator.} Given black-box estimators $\hat{\gamma},\hat{\alpha}$ for $\gamma(\cdot;P_0)$ and $\alpha(\cdot;P_0,Q_0)$, the (debiased / orthogonal) estimator is

equation[equation omitted — 213 chars of source]

In practice $\hat\gamma,\hat\alpha$ are obtained by sample splitting / cross-fitting; we suppress these details since our focus is on the error scaling in $({\epsilon}_{N,\gamma},{\epsilon}_{N,\alpha})$. The following theorem provides an upper bound on this scaling and the proof can be found in Section (ref).

theorem[Generic first-order debiasing upper bound under covariate shift] Suppose that $|\hat{\alpha}(z)|\leq A$, $|\alpha(z;P_0,Q_0)|\leq A$ and $|m_1(z,\hat{\gamma})|\leq C_m$ are uniformly bounded for $z\in{\mathcal{Z}}$. Assume also that the score is uniformly bounded at the truth and uniformly Lipschitz in its regression argument under the training law $P_0$: $|\rho(O,\gamma(Z;P_0))|\le C_{\rho,0}$ almost surely and \[ |\rho(o,\gamma)-\rho(o,\gamma')|\le C_{\rho,1}\,|\gamma-\gamma'| \qquad\text{for all }o\in{\mathcal{O}}\text{ and all }\gamma,\gamma'\in3. \] Finally, assume there exist constants $C_{\rho,2}, r_{\rho,2} >0$ such that for any $\tilde{\gamma}\in L^2(P_{0,Z})$ satisfying $\|\tilde{\gamma}(Z)-\gamma(Z;P_0)\|_{P_{0,Z},2} \leq r_{\rho,2}$, \opt{opt-arxiv}{ \begin{equation} \begin{aligned} \mathbb{E}_{P_0}\Bigg[ \Bigg| \mathbb{E}_{P_0}\Big[ &\rho\big(O,\tilde{\gamma}(Z)\big)-\rho\big(O,\gamma(Z;P_0)\big)\\ &\quad-\nu_{\rho}(Z;P_0)\big(\tilde{\gamma}(Z)-\gamma(Z;P_0)\big) \,\Big|\, Z \Big] \Bigg| \Bigg] &\leq C_{\rho,2} \big\|\tilde{\gamma}(Z)-\gamma(Z;P_0)\big\|_{P_{0,Z},2}^2. \end{aligned} \end{equation} } \opt{opt-or}{ \begin{equation} \begin{aligned} \mathbb{E}_{P_0}\Bigg[ \Bigg| \mathbb{E}_{P_0}\Big[ \rho\big(O,\tilde{\gamma}(Z)\big)-\rho\big(O,\gamma(Z;P_0)\big) -\nu_{\rho}(Z;P_0)\big(\tilde{\gamma}(Z)-\gamma(Z;P_0)\big) \,\Big|\, Z \Big] \Bigg| \Bigg] \leq C_{\rho,2} \big\|\tilde{\gamma}(Z)-\gamma(Z;P_0)\big\|_{P_{0,Z},2}^2. \end{aligned} \end{equation} } If the nuisance estimators satisfy $\|\hat{\gamma}(Z)-\gamma(Z;P_0)\|_{P_{0,Z},2}\leq {\epsilon}_{N,\gamma}$ and $\|\hat{\alpha}(Z)-\alpha(Z;P_0,Q_0)\|_{P_{0,Z},2}\leq {\epsilon}_{N,\alpha}$, and are constructed in a way such that the evaluation samples used in (ref) are independent of $(\hat{\gamma},\hat{\alpha})$ (e.g., by sample splitting/cross-fitting), then for any $\delta>0$ there exists $C_{\delta}>0$ such that \opt{opt-arxiv}{ \begin{equation} |\hat{\chi}-\chi(P_0,Q_0)| \leq C_{\delta}\Big( C_{\rho,1}{\epsilon}_{N,\gamma}{\epsilon}_{N,\alpha} + A\,C_{\rho,2}{\epsilon}_{N,\gamma}^2 + (C_m + A\,C_{\rho,0})N^{-1/2} \Big) \end{equation} } \opt{opt-or}{ \begin{equation} \begin{aligned} |\hat{\chi}-\chi(P_0,Q_0)| \leq\; C_{\delta}\Big( C_{\rho,1}{\epsilon}_{N,\gamma}{\epsilon}_{N,\alpha} + A\,C_{\rho,2}{\epsilon}_{N,\gamma}^2 + (C_m + A\,C_{\rho,0})N^{-1/2} \Big). \end{aligned} \end{equation} } with probability at least $1-\delta$. In particular, if $\rho(o,\gamma)$ is affine in $\gamma$, then the conditional remainder in (ref) vanishes (so one may take $C_{\rho,2}=0$) and (ref) reduces to \opt{opt-arxiv}{ \begin{equation} |\hat{\chi}-\chi(P_0,Q_0)| \leq C_{\delta}\Big( C_{\rho,1}{\epsilon}_{N,\gamma}{\epsilon}_{N,\alpha} + (C_m + A\,C_{\rho,0})N^{-1/2} \Big). \end{equation} } \opt{opt-or}{ \begin{equation} \begin{aligned} |\hat{\chi}-\chi(P_0,Q_0)| \leq\; C_{\delta}\Big( C_{\rho,1}{\epsilon}_{N,\gamma}{\epsilon}_{N,\alpha} + (C_m + A\,C_{\rho,0})N^{-1/2} \Big). \end{aligned} \end{equation} }

Theorem (ref) shows that first-order debiasing yields a structure-agnostic error bound: up to the sampling term $N^{-1/2}$, the dominant contribution is either the product ${\epsilon}_{N,\gamma}{\epsilon}_{N,\alpha}$ (the doubly robust rate) or, in the presence of curvature in the score, the additional ${\epsilon}_{N,\gamma}^2$ term. Our main theorems show that these rates are not artifacts of the proof technique. Rather, they are actually minimax optimal in terms of the nuisance estimation errors.

The doubly robust regime and the mixed bias property

Theorem (ref) distinguishes two regimes: an affine-score regime with doubly robust rate ${\epsilon}_{N,\gamma}{\epsilon}_{N,\alpha}$, and a general regime with an extra ${\epsilon}_{N,\gamma}^2$ term. We now explain the structural reason behind the affine-score regime. In this case the target functional admits a second linear representation in terms of the auxiliary nuisance $\alpha$. This is the mixed bias property of rotnitzky2021characterization, and it is exactly the condition under which the quadratic term disappears in both upper and lower bounds.

Suppose that $\rho(o,\gamma)$ is affine in $\gamma$, i.e.\ there exist measurable functions $\rho_0,\rho_1:{\mathcal{O}}\to3$ such that

equation[equation omitted — 87 chars of source]

Then the conditional first-order condition (ref) becomes $\mathbb{E}_P[\rho_0(O)\mid Z] + \mathbb{E}_P[\rho_1(O)\mid Z]\,\gamma(Z;P)=0$, hence \[ \gamma(z;P)=-\frac{\mathbb{E}_P[\rho_0(O)\mid Z=z]}{\mathbb{E}_P[\rho_1(O)\mid Z=z]} \qquad\text{and}\qquad \nu_{\rho}(z;P)=\mathbb{E}_P[\rho_1(O)\mid Z=z], \] provided the denominator is nonzero.

Since $\alpha(z;P,Q)=-\nu_m(z;P,Q)/\nu_{\rho}(z;P)$, we have $\nu_m(z;P,Q)=-\alpha(z;P,Q)\nu_{\rho}(z;P)$ and therefore

align*[align* omitted — 308 chars of source]

where the last step uses that $\alpha(Z;P,Q)$ is $Z$-measurable. Thus $\chi(P,Q)$ can also be written as the expectation of a linear functional of $\alpha$ (under the training law):

equation[equation omitted — 158 chars of source]

This is the mixed bias property. In this regime the score has zero curvature in the $\gamma$ direction, which is why the ${\epsilon}_{N,\gamma}^2$ term vanishes in Theorem (ref). Our lower-bound Theorem (ref) shows that the remaining doubly robust rate ${\epsilon}_{N,\gamma}{\epsilon}_{N,\alpha}$ is minimax optimal.

A general framework for structure-agnostic estimation

Problem set-up and main assumptions

Our goal is to understand the best possible (minimax) accuracy for estimating a semiparametric functional (ref) when the underlying data-generating mechanisms are only partially identified through first-stage nuisance estimates. As in the ATE analysis, we work in a deliberately structure-agnostic fashion: we treat the first-stage learners as black boxes, and we quantify their quality only through $L^2$-type error tolerances.

In this section we formalize the general lower bound framework by specifying (i) the risk criterion and the data-generating experiment, (ii) the uncertainty set of distribution pairs compatible with given nuisance-error tolerances, and (iii) the regularity and curvature conditions under which our lower-bound constructions operate.

figure[figure omitted — 1,459 chars of source]

\paragraph{Target estimand.} Recall that we consider semiparametric functionals of the form

equation[equation omitted — 126 chars of source]

where $P$ denotes a training distribution for a generic observation $O=(Z,W)\in{\mathcal{O}}$ and $Q$ denotes a (possibly different) target distribution for covariates $Z\in{\mathcal{Z}}$.\footnote{Throughout this section we take ${\mathcal{Z}}={\mathcal{Z}}_1\times{\mathcal{Z}}_2$ and ${\mathcal{O}}={\mathcal{Z}}\times{\mathcal{W}}$ as in Assumption (ref).} We emphasize that while the experiment provides separate samples from $P$ and $Q$, the underlying model class ${\mathcal{P}}_0$ may impose coupling constraints between them. Important special cases include: (i) no covariate shift, where $Q$ equals the $Z$-marginal of $P$ (often written informally as “$Q=P$”), and (ii) selection/conditioning operators such as ATT, where $Q$ is a conditional distribution derived from $P$, as shown in Example (ref). Throughout, we work under the simplifying assumption that the training and target sample sizes are equal, and we write ${\epsilon}_{N,\gamma}$ and ${\epsilon}_{N,\alpha}$ for the nuisance-error tolerances of $\gamma$ and $\alpha$, respectively.

\paragraph{Risk criterion.} For $\xi\in(0,1)$ and any collection $\mathcal{P}$ of candidate pairs $(P,Q)$, we define the minimax $(1-\xi)$-quantile risk as

equation[equation omitted — 275 chars of source]

where $Q_{R,1-\xi}(\cdot)$ denotes the $(1-\xi)$-quantile under $R$. Quantile risk avoids imposing tail assumptions on $\hat\chi-\chi(P,Q)$ and is convenient for the fuzzy-hypothesis arguments used in the proofs. We use the same letter $N$ for both the training and the target sample sizes.

Structure-agnostic uncertainty sets

As in our upper bound analysis, we treat first-stage nuisance estimators as black boxes and quantify their quality only through $L^2$-type error bounds. Let $\hat\gamma:{\mathcal{Z}}\to\mathbb{R}$ and $\hat\alpha:{\mathcal{Z}}\to\mathbb{R}$ denote (possibly data-dependent) estimators of the nuisance functions $\gamma(\cdot;P)$ and $\alpha(\cdot;P,Q)$. Given error tolerances ${\epsilon}_{N,\gamma}$ and ${\epsilon}_{N,\alpha}$, define the (data-dependent) collection of admissible distributional pairs by

equation[equation omitted — 342 chars of source]

where $P_Z$ is the $Z$-marginal of the training law $P$.

As before, we lower bound the minimax risk by anchoring at a single feasible pair. In general, the first-stage nuisance estimates $\hat h$ (think $(\hat\gamma,\hat\alpha)$) need not be exactly induced by any feasible model pair. Lemma (ref) shows that for lower bounds it is enough to work in an anchored neighborhood around a feasible pair $(\hat P,\hat Q)$ whose induced nuisances are within the same error tolerances. This reduction is illustrated in Figure (ref).

lemma[Anchoring to a feasible nuisance pair] Let ${\mathcal{P}}_1\subseteq{\mathcal{P}}_0$. Suppose there exists $(\hat{P},\hat{Q})\in{\mathcal{P}}_0$ such that $\|\hat{\gamma}(Z)-\gamma(Z;\hat{P})\|_{\hat{P}_Z,2} \leq {\epsilon}_{n,\gamma}/2$ and $\|\hat{\alpha}(Z)-\alpha(Z;\hat{P},\hat{Q})\|_{\hat{P}_Z,2} \leq {\epsilon}_{n,\alpha}/2$. Then \begin{equation} \notag \mathfrak{M}_{N,\xi}^{\chi}\!\left({\mathcal{P}}_1\cap{\mathcal{P}}(\hat{\gamma},\hat{\alpha};{\epsilon}_{n,\gamma},{\epsilon}_{n,\alpha})\right) \geq \mathfrak{M}_{N,\xi}^{\chi}\!\left({\mathcal{P}}_1\cap{\mathcal{P}}\big(\gamma(\cdot;\hat{P}),\alpha(\cdot;\hat{P},\hat{Q});{\epsilon}_{n,\gamma}/2,{\epsilon}_{n,\alpha}/2\big)\right). \end{equation}
proofBy the triangle inequality, if a distribution pair $(P,Q)\in{\mathcal{P}}_0$ satisfies $\|\gamma(Z;\hat{P})-\gamma(Z;P)\|_{P_Z,2} \leq {\epsilon}_{N,\gamma}/2$ and $\|\alpha(Z;\hat{P},\hat{Q})-\alpha(Z;P,Q)\|_{P_Z,2} \leq {\epsilon}_{N,\alpha}/2$, then we necessarily have. \[ \|\gamma(Z;P)-\gamma(Z;\hat P)\|_{P_Z,2} ~\le~ \|\gamma(Z;P)-\hat\gamma(Z)\|_{P_Z,2}+\|\hat\gamma(Z)-\gamma(Z;\hat P)\|_{P_Z,2} ~\le~{\epsilon}_{N,\gamma}, \] and likewise $\|\alpha(Z;P,Q)-\alpha(Z;\hat P,\hat Q)\|_{P_Z,2}\le {\epsilon}_{N,\alpha}$. Hence \[ {\mathcal{P}}\big(\gamma(\cdot;\hat{P}),\alpha(\cdot;\hat{P}, \hat{Q});{\epsilon}_{N,\gamma}/2,{\epsilon}_{N,\alpha}/2\big) \subseteq {\mathcal{P}}(\hat{\gamma},\hat{\alpha};{\epsilon}_{N,\gamma},{\epsilon}_{N,\alpha}), \] and the claimed lower bound follows by monotonicity in the distribution class.

In what follows we fix such an anchor pair $(\hat P,\hat Q)$ and focus on the risk over the anchored class ${\mathcal{M}}((\hat P,\hat Q);{\epsilon}_{N,\gamma},{\epsilon}_{N,\alpha})$. For notational simplicity we also set \[ \hat\gamma(\cdot):=\gamma(\cdot;\hat P), \qquad \hat\alpha(\cdot):=\alpha(\cdot;\hat P,\hat Q), \] so that the nuisance constraints are centered at the anchor.

Technical assumptions

We now state the main conditions needed for establishing our general lower bounds.

assumption[Bounded densities] The anchor pair $(\hat P,\hat Q)$ is absolutely continuous with respect to dominating measures $\mu$ on ${\mathcal{O}}$ and $\mu_Z$ on ${\mathcal{Z}}$, with densities $\hat p:=d\hat P/d\mu$ and $\hat q:=d\hat Q/d\mu_Z$ satisfying, for some constants $0<b_0\le b_1<\infty$, \[ b_0\le \hat p(o)\le b_1 \ \ \text{for $\mu$-a.e.\ $o\in{\mathcal{O}}$}, \qquad b_0\le \hat q(z)\le b_1 \ \ \text{for $\mu_Z$-a.e.\ $z\in{\mathcal{Z}}$}. \]

Assumption (ref) requires that the anchor training and target laws admit densities (with respect to the chosen dominating measures) that are uniformly bounded above and away from zero.

definition[Nondegenerate measure space] We say that a measure space $(\mathcal{Z},\mu)$ is $K$-nondegenerate if there exist bounded $\mu$-measurable functions $f_1,\ldots,f_K$ on $\mathcal{Z}$ such that for any $(\lambda_1,\ldots,\lambda_K)\neq 0$, \[ \mu\Big(\Big\{ z\in \mathcal{Z} : \sum_{k=1}^K \lambda_k f_k(z)=0\Big\}\Big)=0. \]
assumption[Nondegenerate slicing covariate] Let $K^*:=10$. The measure space $({\mathcal{Z}}_1,\mu_{Z_1})$ is $K^*$-nondegenerate (Definition (ref)).

Assumption (ref) requires that $({\mathcal{Z}}_1,\mu_{Z_1})$ admits enough “degrees of freedom”. A sufficient condition in our applications is that ${\mathcal{Z}}_1\subset\mathbb{R}^d$ and $\mu_{Z_1}$ has a density on a set with non-empty interior (e.g., one may take $f_k$ as coordinate monomials up to the required order).

assumption[Conditional-density factorization and orthogonal-score objects] Let ${\mathcal{O}}={\mathcal{Z}}_1\times{\mathcal{Z}}_2\times {\mathcal{W}}$ and write $O=(Z_1,Z_2,W)$, $Z=(Z_1,Z_2)$. Let $\mu=\mu_{Z_1}\otimes\mu_{Z_2}\otimes\mu_W$ and $\mu_Z=\mu_{Z_1}\otimes\mu_{Z_2}$. Let ${\mathcal{M}}$ be a convex set of $\mu_{Z_2}\otimes\mu_W$-integrable functions. \begin{enumerate} • Local dependence on conditional slices. For each training law $P$ with density $p$ and each $z_1\in{\mathcal{Z}}_1$, define the slice $p_{z_1}(z_2,w):=p(z_1,z_2,w)$. For each target law $Q$ with density $q$ and each $z_1\in{\mathcal{Z}}_1$, define the slice $q_{z_1}(z_2):=q(z_1,z_2)$. There exist mappings \[ \Gamma_\gamma:{\mathcal{M}}\to L^2(\mu_{Z_2}),\qquad \Gamma_\alpha:{\mathcal{M}}\times L^1(\mu_{Z_2})\to L^2(\mu_{Z_2}) \] such that, whenever $p_{z_1}\in{\mathcal{M}}$ for $\mu_{Z_1}$-a.e.\ $z_1$ and $q_{z_1}\in L^1(\mu_{Z_2})$, \[ \gamma(z_1,z_2;P)=\Gamma_\gamma(p_{z_1})(z_2), \qquad \alpha(z_1,z_2;P,Q)=\Gamma_\alpha(p_{z_1},q_{z_1})(z_2). \] • Linear functional and (cross-)Riesz representers. There exists a mapping $m_1:{\mathcal{Z}}\times L^2(\mu_Z)\to \mathbb{R}$ which is linear in its second argument and a measurable function $\nu_\rho(\cdot;P)$ such that the (cross-population) Riesz identity (ref) and weighted Riesz identity (ref) hold, with a representer $\nu_m(\cdot;P,Q)$ that may depend on both $P$ and $Q$, and with \[ \alpha(z;P,Q)=-\frac{\nu_m(z;P,Q)}{\nu_\rho(z;P)}. \] In particular, the target functional (ref) can be written as $\chi(P,Q)=\mathbb{E}_{Z\sim Q}[m_1(Z,\gamma(Z;P))]$. \end{enumerate}

Assumption (ref)(1) formalizes that the training nuisance $\gamma$ is a “conditional” functional: for each fixed $Z_1=z_1$, the function $z_2\mapsto \gamma(z_1,z_2;P)$ depends on $P$ only through the slice $p_{z_1}(z_2,w)=p(z_1,z_2,w)$. The same is true for $\alpha$, except that in the covariate-shift setting $\alpha$ may also depend on the corresponding target slice $q_{z_1}(z_2)=q(z_1,z_2)$. This setup covers many familiar nuisances (e.g., outcome regressions and propensities) that are computed by conditioning on part of the covariates.

definition[Feasible training laws and feasible covariate-shift pairs] In the setup of Assumption (ref), we call a training distribution $P$ on ${\mathcal{O}}$ ${\mathcal{M}}$-feasible if $P\ll\mu$ and $p_{z_1}\in{\mathcal{M}}$ for $\mu_{Z_1}$-a.e.\ $z_1\in{\mathcal{Z}}_1$. We call a pair $(P,Q)$ ${\mathcal{M}}$-feasible if $P$ is ${\mathcal{M}}$-feasible and $Q\ll\mu_Z$.

The role of ${\mathcal{M}}$ is to encode any regularity restrictions needed to make the nuisances well-defined (e.g., overlap or boundedness of denominators). Importantly, ${\mathcal{M}}$ is a local constraint: it must hold slice-by-slice in $z_1$.

We now formally define distributional perturbations that are allowed in our setting, where the model class ${\mathcal{P}}_0$ may impose coupling constraints between the training law $P$ and the target law $Q$ (e.g.\ $Q=P_Z$ in the no-shift case, or conditioning/selection operators such as the ATT in Example (ref)). A training perturbation $G$ is a finite signed measure on ${\mathcal{O}}$ with $G({\mathcal{O}})=0$ and $G\ll \mu$, and we write $P+tG$ for the signed measure with density $p+t g$ with respect to $\mu$ whenever $g=\textup{d} G/\textup{d}\mu$ exists. A target perturbation $K$ is a finite signed measure on ${\mathcal{Z}}$ with $K({\mathcal{Z}})=0$ and $K\ll \mu_Z$, and we write $Q+tK$ analogously.

definition[Feasible joint perturbations] Fix an anchor pair $(\hat P,\hat Q)\in{\mathcal{P}}_0$. A pair $(G,K)$ of signed measures, with $G$ on ${\mathcal{O}}$ and $K$ on ${\mathcal{Z}}$, is called a feasible joint perturbation (at $(\hat P,\hat Q)$, relative to ${\mathcal{P}}_0$) if: \begin{enumerate} • $G({\mathcal{O}})=0$, $K({\mathcal{Z}})=0$, and $G\ll\mu$, $K\ll\mu_Z$ with essentially bounded densities; and • there exists $r_{G,K}>0$ such that for all $t\in[-r_{G,K},r_{G,K}]$, \[ (\hat P+tG,\hat Q+tK)\in {\mathcal{P}}_0, \qquad d_{\mu,\infty}(\hat P+tG,\hat P)<\infty, \qquad d_{\mu_Z,\infty}(\hat Q+tK,\hat Q)<\infty, \] so that $(\hat P+tG,\hat Q+tK)$ remains absolutely continuous with respect to $(\mu,\mu_Z)$ and stays within the local neighborhood on which Assumption (ref) applies. \end{enumerate}
definition[$Z_1$-modulation closure of a feasible joint perturbation] Fix an anchor pair $(\hat P,\hat Q)\in{\mathcal{P}}_0$ and let $(G,K)$ be a feasible joint perturbation at $(\hat P,\hat Q)$ in the sense of Definition (ref). For any measurable $\psi:{\mathcal{Z}}_1\to3$ with $\|\psi\|_{\infty}<\infty$, define the $Z_1$-modulated signed measures $(G^\psi,K^\psi)$ by \[ \frac{\textup{d} G^\psi}{\textup{d}\mu}(o):=\psi(z_1)\,\frac{\textup{d} G}{\textup{d}\mu}(o), \qquad \frac{\textup{d} K^\psi}{\textup{d}\mu_Z}(z):=\psi(z_1)\,\frac{\textup{d} K}{\textup{d}\mu_Z}(z). \] We say that $(G,K)$ is $Z_1$-modulation closed at $(\hat P,\hat Q)$ if there exists $r_{G,K}^{\mathrm{mod}}>0$ such that for every $\psi$ with $\|\psi\|_{\infty}\le 1$ satisfying the centering conditions $G^\psi({\mathcal{O}})=0$ and $K^\psi({\mathcal{Z}})=0$, we have \[ (\hat P+tG^\psi,\hat Q+tK^\psi)\in {\mathcal{P}}_0 \qquad\text{for all }t\in[-r_{G,K}^{\mathrm{mod}},r_{G,K}^{\mathrm{mod}}]. \]
remark[No-shift coupling] In the no-shift model class where $Q=P_Z$, feasible joint perturbations necessarily satisfy $K=G_Z$. For any $\psi$ as above, the marginalization commutes with $Z_1$-modulation, i.e.\ $(G^\psi)_Z=K^\psi$. Thus, once the centering condition $G^\psi({\mathcal{O}})=0$ holds (equivalently $K^\psi({\mathcal{Z}})=0$), the pair $(\hat P+tG^\psi,\hat Q+tK^\psi)$ automatically satisfies the coupling constraint $Q_t=(P_t)_Z$ for sufficiently small $|t|$.

In coupled models, it is generally not possible to perturb $P$ while keeping $Q$ fixed. Accordingly, all directional derivatives in the lower bound will be taken along feasible joint perturbations $(G,K)$.

assumption[Uniform smoothness on a local neighborhood] There exist finite constants $r$, $c_t$, $L_{1}$, $L_{2}$, and $L_{\chi,2}$ such that the following hold uniformly for every pair $(P,Q)\in{\mathcal{P}}_0$ satisfying \[ d_{\mu,\infty}(P,\hat P)\le r, \qquad d_{\mu_Z,\infty}(Q,\hat Q)\le r. \] In the statements below, all $L^2$ norms are taken with respect to $\hat P_Z$, and “feasible joint perturbation at $(P,Q)$” is understood in the sense of Definition (ref) with anchor $(P,Q)$. \begin{enumerate} • (Second-order directional (G\^ateaux) differentiability.) The map $P\mapsto \gamma(\cdot;P)$ is twice directionally (G\^ateaux) differentiable at $P$, and the bivariate map $(P,Q)\mapsto \alpha(\cdot;P,Q)$ is twice directionally (G\^ateaux) differentiable at $(P,Q)$. We denote the first and second derivatives by \[ \gamma_P'(\cdot;P)[G],\quad \gamma_P''(\cdot;P)[G_0,G_1], \qquad \alpha_{(P,Q)}'(\cdot;P,Q)[G,K],\quad \alpha_{(P,Q)}''(\cdot;P,Q)[G_0,K_0;G_1,K_1]. \] • (Second-order remainder bounds.) For all feasible joint perturbations $(G,K)$ at $(P,Q)$ and all $|t|\le c_t$, \begin{align*} \left\|\gamma(\cdot;P+tG)-\gamma(\cdot;P)-t\,\gamma_P'(\cdot;P)[G]\right\|_{\hat P_Z,2} &\le L_{2}\,t^2\|G\|_{\mathrm{TV}}^2,\\ \left\|\alpha(\cdot;P+tG,Q+tK)-\alpha(\cdot;P,Q)-t\,\alpha_{(P,Q)}'(\cdot;P,Q)[G,K]\right\|_{\hat P_Z,2} &\le L_{2}\,t^2\big(\|G\|_{\mathrm{TV}}+\|K\|_{\mathrm{TV}}\big)^2. \end{align*} • (Local Lipschitz bounds.) For all feasible joint perturbations $(G_0,K_0)$, $(G_1,K_1)$ at $(P,Q)$ and all $|t|\le c_t$, \begin{align*} \left\|\gamma_P'(\cdot;P+tG_0)[G_1]-\gamma_P'(\cdot;P)[G_1]\right\|_{\hat P_Z,2} &\le L_{1}\,|t|\,\|G_0\|_{\mathrm{TV}}\|G_1\|_{\mathrm{TV}},\\ \left\|\alpha_{(P,Q)}'(\cdot;P+tG_0,Q+tK_0)[G_1,K_1]-\alpha_{(P,Q)}'(\cdot;P,Q)[G_1,K_1]\right\|_{\hat P_Z,2} &\le L_{1}\,|t|\,\big(\|G_0\|_{\mathrm{TV}}+\|K_0\|_{\mathrm{TV}}\big)\\ &\quad\times \big(\|G_1\|_{\mathrm{TV}}+\|K_1\|_{\mathrm{TV}}\big). \end{align*} • (Uniform second-order remainder for $\chi$.) For each $(P,Q)$ and direction $(G,K)$ as above, define \[ \chi_{(P,Q)}'(P,Q)[G,K] := \left.\frac{\partial}{\partial t}\right|_{t=0}\chi(P+tG,Q+tK). \] Then for all feasible joint perturbations $(G,K)$ at $(P,Q)$ and all $|t|\le c_t$, \[ \left|\chi(P+tG,Q+tK)-\chi(P,Q)-t\,\chi_{(P,Q)}'(P,Q)[G,K]\right| \le L_{\chi,2}\,t^2\big(\|G\|_{\mathrm{TV}}+\|K\|_{\mathrm{TV}}\big)^2. \] \end{enumerate} Moreover, for all such $(P,Q)$ and all feasible joint perturbations $(G,K)$ and $(G_1,K_1)$ at $(P,Q)$ with $\|G\|_{\mathrm{TV}}+\|K\|_{\mathrm{TV}}\le 1$ and $\|G_1\|_{\mathrm{TV}}+\|K_1\|_{\mathrm{TV}}\le 1$, we have \begin{equation} \begin{aligned} \max\Big\{\big|\gamma_P'(z;P)[G]\big|, \big|\alpha_{(P,Q)}'(z;P,Q)[G,K]\big|\Big\} &\le L_{1},\\ \max\Big\{\big|\gamma_P”(z;P)[G,G_1]\big|, \big|\alpha_{(P,Q)}”(z;P,Q)[G,K;G_1,K_1]\big|\Big\} &\le L_{2}, \qquad\forall z\in{\mathcal{Z}}. \end{aligned} \end{equation}

Assumption (ref) is a local smoothness condition: in a neighborhood of the anchor pair, the maps $P\mapsto \gamma(\cdot;P)$ and $(P,Q)\mapsto \alpha(\cdot;P,Q)$ admit second-order expansions along feasible perturbation paths, with remainders that are uniformly controlled. The same type of control is imposed directly on the target functional $\chi(P,Q)$. Intuitively, this means that small distributional changes lead to small and predictable changes in the nuisances and the estimand (up to quadratic error), rather than producing discontinuous jumps. Note that $\gamma$ depends only on the training law, while $\alpha$ may depend on both the training and target laws through the cross-population Riesz object.

We finally state the key assumption needed for our main results.

assumption[Invariant directions, non-degenerate curvature, and a feasible parametric direction] We write \[ \chi''(\hat P,\hat Q)[(G_0,K_0),(G_1,K_1)] \] for the mixed second derivative of the bivariate map $(P,Q)\mapsto \chi(P,Q)$ at $(\hat P,\hat Q)$ in directions $(G_0,K_0)$ and $(G_1,K_1)$. There exist feasible joint perturbations $(G_0,K_0)$, $(G_1,K_1)$, $(H_0,L_0)$, $(H_1,L_1)$ at $(\hat P,\hat Q)$ and a constant $c_t>0$ such that: \begin{enumerate} • (Invariant directions.) For all $|t|\le c_t$, \[ \gamma(\cdot;\hat P+tG_0)=\gamma(\cdot;\hat P), \qquad \alpha(\cdot;\hat P+tH_0,\hat Q+tL_0)=\alpha(\cdot;\hat P,\hat Q). \] • (Two-step feasibility along the lower-bound directions.) For every measurable $\psi:{\mathcal{Z}}_1\to3$ with $\|\psi\|_{\infty}\le 1$ such that the $Z_1$-modulated pairs $(G_k^\psi,K_k^\psi)$, $k\in\{0,1\}$, satisfy the centering conditions in Definition (ref), we have \[ (\hat P+sG_0^\psi+tG_1^\psi,\ \ \hat Q+sK_0^\psi+tK_1^\psi)\in{\mathcal{P}}_0 \qquad\text{for all }|s|\le c_t,\ |t|\le c_t, \] where $(G_k^\psi,K_k^\psi)$ denotes the $Z_1$-modulation of $(G_k,K_k)$ by $\psi$. The same condition holds with $(H_k,L_k)$ in place of $(G_k,K_k)$. • (Non-degenerate mixed curvature.) The mixed second derivatives satisfy \[ \chi''(\hat P,\hat Q)[(G_0,K_0),(G_1,K_1)]\neq 0, \qquad \chi''(\hat P,\hat Q)[(H_0,L_0),(H_1,L_1)]\neq 0. \] • (A feasible parametric direction for $\chi$.) There exists a feasible joint perturbation $(G_{\mathrm{LC}},K_{\mathrm{LC}})$ at $(\hat P,\hat Q)$ such that the first-order directional derivative of $(P,Q)\mapsto\chi(P,Q)$ along this direction is nonzero: \[ \chi_{(P,Q)}'(\hat P,\hat Q)[G_{\mathrm{LC}},K_{\mathrm{LC}}]\neq 0, \] where $\chi_{(P,Q)}'(\hat P,\hat Q)[\cdot,\cdot]$ is defined in Assumption (ref)(4). \end{enumerate}

Assumption (ref) requires the existence, at the anchor, of feasible perturbation directions that keep the key nuisances fixed along small paths (invariance), while the target functional still exhibits a nonzero mixed second-order response when combining these directions (non-degenerate curvature). In addition, it posits the existence of a feasible direction along which the estimand varies to first order.

The following proposition shows that this assumption is naturally satisfied in a canonical non-shift setting. The proof can be found in Section (ref).

proposition[Sufficient condition for invariant perturbations] Consider the no-shift case where $Q=P_{Z}$ and assume that $\alpha(z;P)=\mathbb{E}_P[F_0(O)\mid Z=z]/\mathbb{E}_P[F_1(O)\mid Z=z]$ is uniformly bounded, where $F_i\in L^2({\mathcal{O}})$ are bounded functions and the conditional expectations are well-defined. Suppose further that for all $z\in{\mathcal{Z}}$, \begin{equation} \min_{a,b\in3}\mathbb{E}_{\mu} \big[ (F_0(Z, W)-aF_1(Z, W)-b)^2 \mid Z = z \big] > c, \end{equation} for some constant $c>0$ (i.e., $F_0$ is not nearly affine in $F_1$ conditional on $Z$). If $({\mathcal{W}},\mu_{{\mathcal{W}}})$ is $3$-nondegenerate (cf. Definition (ref)) and $\hat{P}$ is in the interior of ${\mathcal{M}}$ under the distance $d_{\mathsf{c},\infty}(\hat{P},P):=\sup_{o=(z,w)\in{\mathcal{O}}}|\hat{p}(w\mid z)-p(w\mid z)|$, then there exists a ${\mathcal{M}}$-feasible perturbation $H_0$ (with $L_0 = H_{0,Z}$) that satisfies Assumption (ref)(1) for $\alpha$. Moreover, if $\alpha$ is not locally constant in a $d_{\mathsf{c},\infty}$-neighborhood of $\hat{P}$, then there exists a ${\mathcal{M}}$-feasible perturbation $H_1$ such that $\chi''(\hat{P})[H_0,H_1] \neq 0$. The same conclusion holds with $\alpha$ replaced by $\gamma$.

Finally, we define the anchored candidate class we will lower bound.

equation[equation omitted — 354 chars of source]

Optimality of first-order debiasing: the general case

Main lower bound results

We now state the minimax lower bounds for the covariate shift functional (ref) over the anchored, structure-agnostic uncertainty set (ref). Recall that we observe an i.i.d.\ training sample of size $N$ from $P$ and an independent i.i.d.\ target sample of size $N$ from $Q$.

theorem[Mixed-bias lower bound under covariate shift] Assume (ref), (ref), (ref), (ref), and (ref) hold for some joint perturbations $(G_0,K_0)$, $(G_1,K_1)$, $(H_0,L_0)$, $(H_1,L_1)$, and $(G_{\mathrm{LC}},K_{\mathrm{LC}})$. Assume in addition that each of these perturbation pairs is $Z_1$-modulation closed at $(\hat P,\hat Q)$ in the sense of Definition (ref). In addition, assume that the mapping $\gamma\mapsto\rho(o,\gamma)$ is affine in $\gamma$. Assume further that the nuisance-error tolerances are not smaller than the parametric scale: there exists a constant $c_{\min}>0$ such that, for all sufficiently large $N$, \[ {\epsilon}_{N,\gamma}\ge c_{\min}N^{-1/2} \qquad\text{and}\qquad {\epsilon}_{N,\alpha}\ge c_{\min}N^{-1/2}. \] Then for any $\xi\in(1/2,1)$, there exists a constant $\delta>0$ (depending only on the constants in the assumptions) such that, for all sufficiently large $N$, \[ \mathfrak{M}^{\chi}_{N,\xi}\left({\mathcal{M}}\left((\hat P,\hat Q);{\epsilon}_{N,\gamma},{\epsilon}_{N,\alpha}\right)\right) ~=~ \Omega\left({\epsilon}_{N,\gamma}\,{\epsilon}_{N,\alpha}+N^{-1/2}\right). \]
theorem[Non-affine lower bound under covariate shift] Assume (ref), (ref), (ref), (ref), and (ref) hold for some joint perturbations $(G_0,K_0)$, $(G_1,K_1)$, $(H_0,L_0)$, $(H_1,L_1)$, and $(G_{\mathrm{LC}},K_{\mathrm{LC}})$. Assume in addition that each of these perturbation pairs is $Z_1$-modulation closed at $(\hat P,\hat Q)$ in the sense of Definition (ref). Assume further that the nuisance-error tolerances are not smaller than the parametric scale: there exists a constant $c_{\min}>0$ such that, for all sufficiently large $N$, \[ {\epsilon}_{N,\gamma}\ge c_{\min}N^{-1/2} \qquad\text{and}\qquad {\epsilon}_{N,\alpha}\ge c_{\min}N^{-1/2}. \] Assume further that \begin{equation} \chi”(\hat P,\hat Q)[(H_0,L_0),(H_0,L_0)]\neq 0. \end{equation} Then for any $\xi\in(1/2,1)$, there exists a constant $\delta>0$ such that, for all sufficiently large $N$, \[ \mathfrak{M}^{\chi}_{N,\xi}\left({\mathcal{M}}\left((\hat P,\hat Q);{\epsilon}_{N,\gamma},{\epsilon}_{N,\alpha}\right)\right) ~=~ \Omega\left({\epsilon}_{N,\gamma}\,{\epsilon}_{N,\alpha}+{\epsilon}_{N,\gamma}^2+N^{-1/2}\right). \]

Compared with Theorem (ref), the lower bound in Theorem (ref) contains the additional term ${\epsilon}_{N,\gamma}^2$. This term is the price of curvature: it is driven by the second-order response of the functional along $\gamma$-directions that are compatible with the nuisance-error constraints. When $\rho$ is affine in $\gamma$, this curvature vanishes and one necessarily has $\chi''(\hat{P})[(H_0,L_0),(H_0,L_0)]=0$ (Proposition (ref)), which is why the affine-score regime is covered separately by Theorem (ref). Theorem (ref) matches the generic upper bound in Theorem (ref) and shows that, in the absence of the mixed-bias structure, achieving pure double robustness is fundamentally impossible in a structure-agnostic sense.

Proof overview

\paragraph{Overview.} The proof has two main components: (i) a fuzzy-hypothesis lower bound that reduces minimax risk to constructing a family of local alternatives with small pairwise divergences, and (ii) a second-order Taylor analysis showing that the parameter separation between null and alternatives scales as ${\epsilon}_{N,\gamma}{\epsilon}_{N,\alpha}$ (and, in the non-affine case, ${\epsilon}_{N,\gamma}^2$) while staying inside the uncertainty set.

\paragraph{Method of fuzzy hypotheses.} We use the method of fuzzy hypotheses robins2009semiparametric,kennedy2022minimax,balakrishnan2023fundamental. One constructs a null distribution (the anchor $\hat P$) and a carefully designed mixture of alternatives $\{P_{\lambda}\}$ such that:

itemize• (Indistinguishability) the average $\chi^2$ or KL divergence between the null and the mixture is bounded, so that no estimator can reliably identify which hypothesis generated the data; and • (Separation) the parameter values $\chi(P_{\lambda})$ differ from $\chi(\hat P)$ by at least a target amount.

\paragraph{Two-step perturbations and second-order separation.} The alternatives $P_{\lambda}$ are built as two-step local perturbations of $\hat P$. The first step moves along an invariant direction for either $\gamma$ or $\alpha$ (Assumption (ref)(1)), so that the corresponding nuisance remains exactly unchanged and the alternative stays inside the uncertainty set. The second step is chosen to (i) satisfy the remaining nuisance-error constraint and (ii) create a nontrivial second-order change in $\chi$ (Assumption (ref)(2)). The sizes of the two steps are calibrated as \[ \text{(first step)}\asymp \max\{{\epsilon}_{N,\gamma},{\epsilon}_{N,\alpha}\}, \qquad \text{(second step)}\asymp \min\{{\epsilon}_{N,\gamma},{\epsilon}_{N,\alpha}\}, \] so that the resulting parameter shift is of order ${\epsilon}_{N,\gamma}{\epsilon}_{N,\alpha}$ when the score is affine.

\paragraph{Why the ${\epsilon}_{N,\gamma}^2$ term appears in the non-affine case?} If $\rho$ is not affine, the conditional score has curvature captured by $\upsilon_{\rho}$ in Assumption (ref). In this case, even when we use a $\gamma$-invariant first step, the Taylor expansion of $\chi(P_{\lambda})$ can contain a pure ${\epsilon}_{N,\gamma}^2$ term (formalized via the condition $\chi''(\hat P)[H_0,H_0]\neq 0$). This is precisely the mechanism behind Theorem (ref).

\paragraph{The role of the mixed-bias property.} When $\rho$ is affine, the curvature term disappears and one can symmetrically control the second-order expansion so that the leading term is always ${\epsilon}_{N,\gamma}{\epsilon}_{N,\alpha}$. This corresponds to the mixed-bias representation discussed in Section (ref) and yields Theorem (ref).

Instantiating the lower bounds

In this section, we revisit several widely studied structural parameter estimation problems in the literature, and deduce structure-agnostic lower bounds as corollaries of Theorem (ref) and Theorem (ref).

Average treatment effect

We first show how Theorem (ref) can be derived as a special case of Theorem (ref). Recall that in the ATE case, we are given observational data $\{(X_i,D_i,Y_i)\}_{i=1}^n$, where $X_i\in3^K$ is the covariate, $D_i$ is a binary treatment variable and $Y_i=Y_i(D_i)$ is the corresponding binary outcome. The covariate space ${\mathcal{X}} = \mathrm{supp}(X)$ can be either continuous or discrete. Let $P_0$ be the ground-truth observation distribution, recall that under the conditional ignorability assumption, the ATE is identified as

equation[equation omitted — 106 chars of source]

Now we show how Theorem (ref) directly implies a lower bound for structure-agnostic estimation of ATE. Let the base measure $\mu$ be the uniform distribution on ${\mathcal{X}}\times{\mathcal{D}}\times{\mathcal{Y}}$, ${\mathcal{Z}} = {\mathcal{Z}}_1 = {\mathcal{X}}\times{\mathcal{D}}$, ${\mathcal{W}} = {\mathcal{Y}}$. For any distribution $P\ll \mu$, its density can be written as $p(x,d,y) := p_X(x) \pi(x;P)^d \big(1-\pi(x;P)\big)^{1-d} g(d,x;P)^y \big(1-g(d,x;P)\big)^{1-y}, $ where $\pi(x;P)=\mathbb{E}_P[D\mid X=x]$ and $g(d,x;P)=\mathbb{E}_P[Y\mid X=x, D=d]$ are the nuisance functions under the distribution $P$. We then have the following theorem:

theorem[Average treatment effect (mixed-bias) lower bound] Let $c\in(0,\frac{1}{2})$ be some constant. Suppose that $\hat{P}$ satisfies: \begin{enumerate}[(1).] • $c \leq \pi(x;\hat{P}), g(d,x;\hat{P}) \leq 1-c, \forall x\in{\mathcal{X}}$, and • The marginal density of $\hat{P}$ on ${\mathcal{X}}$, which we denote by $\hat{p}_{{\mathcal{X}}}(\cdot)$, satisfies $l_{\hat{P}}\leq \hat{p}_{{\mathcal{X}}} (x)\leq u_{\hat{P}}, \forall x\in{\mathcal{X}}$ for some constants $l_{\hat{P}},u_{\hat{P}}>0$, \end{enumerate} and that $({\mathcal{X}},\mu_{{\mathcal{X}}})$ satisfies Assumption (ref) with $\mu_{{\mathcal{X}}}$ being the uniform distribution on ${\mathcal{X}}$. Let $Z_1=X\in{\mathcal{X}}, Z_2=D\in{\mathcal{D}}=\{0,1\}, W=Y\in{\mathcal{Y}}=\{0,1\}$, ${\mathcal{M}}$ be the set of all functions from $\{0,1\}^2$ to $[0,1]$, $\gamma(x,d;P) = g(d,x;P)$, $\alpha(x,d;P) = (2d-1)/{\big[\pi(x;P)^d (1-\pi(x;P))^{1-d}\big]}, m_1(o,h)= h(x,1)-h(x,0), \rho(o,\gamma)=y-\gamma(x,d)$ for all $ o=(x,d,y)\in{\mathcal{O}}$. Then Assumptions (ref) and (ref) hold, and there exists perturbations $G_i,H_i,i\in\{0,1\}$ that satisfy Assumption (ref) and that $\chi''(\hat{P})[G_0,G_1], \chi''(\hat{P})[H_0,H_1]\neq 0$. Since $\rho$ is affine in $\gamma$, we can deduce from Theorem (ref) that \begin{equation} \notag \mathfrak{M}_{n,\xi}^{\chi_{ATE}}\left({\mathcal{M}}(\hat{P}; {\epsilon}_{n,\gamma},{\epsilon}_{n,\alpha})\right) = \Omega\big( {\epsilon}_{n,\gamma}{\epsilon}_{n,\alpha}+{1}/{\sqrt{n}}\big), \end{equation} where by definition, we have ${\mathcal{M}}(\hat{P}; {\epsilon}_{n,\gamma},{\epsilon}_{n,\alpha}) = \big\{ P\ll\mu : \|\gamma(Z;\hat{P})-\gamma(Z;P)\|_{P,2} \leq {\epsilon}_{n,\gamma}, \|\alpha(Z;\hat{P})-\alpha(Z;P)\|_{P,2} \leq {\epsilon}_{n,\alpha} \big\}.$

The proof is in Section (ref).

Theorem (ref) states that the minimax structure-agnostic rate for such type of distributions is lower-bounded by ${\epsilon}_{n,\gamma}{\epsilon}_{n,\alpha}+1/{\sqrt{n}}$ up to a constant factor. Compared with Theorem (ref), the only difference is that here, the nuisances are chosen as $\gamma$ and $\alpha$ rather than $\gamma$ and $\pi$. However, they are equivalent up to a constant factor depending only on $c$ since \opt{opt-arxiv}{

equation[equation omitted — 459 chars of source]

} \opt{opt-or}{$\|\alpha(D,X;\hat{P})-\alpha(D,X;P)\|_{P,2}^2 = \mathbb{E}\big[ \big(\frac{1}{\pi(X;P)\pi(X;\hat{P})^2}+\frac{1}{(1-\pi(X;P))(1-\pi(X;\hat{P}))^2}\big) \big(\pi(X;P)-\pi(X;\hat{P})\big)^2 \big]$} so that under Assumption (2) in Theorem (ref), we have $\sqrt{2}\|\pi(X;P)-\pi(X;\hat{P})\|_{P,2}\leq \|\alpha(D,X;\hat{P})-\alpha(D,X;P)\|_{P,2} \leq \sqrt{2/c^{3}}\|\pi(X;P)-\pi(X;\hat{P})\|_{P,2}$. Hence we reproduce the lower bound for ATE directly by applying Theorem (ref).

Average treatment effect on the treated

We next derive a structure-agnostic lower bound for the average treatment effect on the treated (ATT). Let $P_0$ denote the observational distribution of $O=(X,D,Y)$, where $X\in{\mathcal{X}}$ is a vector of covariates, $D\in\{0,1\}$ is a binary treatment indicator, and $Y=Y(D)\in\{0,1\}$ is the observed outcome. Under conditional ignorability and overlap, the ATT is identified by

equation[equation omitted — 187 chars of source]

To connect (ref) to our general covariate shift functional (ref), define the training law $P$ as the joint law of $(X,D,Y)$ and define the target law $Q$ as the distribution of $X$ among treated units, i.e.\ $Q(\cdot)=P(X\in\cdot\mid D=1)$.\footnote{Equivalently, one may allow $Q$ to be any covariate distribution of interest and interpret $\mathbb{E}_{P_0}[g_0(X)\mid D=1]$ as $\mathbb{E}_{X\sim Q}[g_0(X)]$; the coupled choice $Q=P(\cdot\mid D=1)$ is the canonical ATT instance.} Set $Z=X$ and $W=(D,Y)$ so that $O=(Z,W)$. Let $\gamma(\cdot;P)$ be the control regression $x\mapsto g_0(x)$, which can be characterized as the unique solution to the conditional moment restriction

equation[equation omitted — 100 chars of source]

Define

equation[equation omitted — 118 chars of source]

so that $\theta_{\textsc{ATT}}(P_0)=\mathbb{E}_{P_0}[Y\mid D=1]-\chi_{\textsc{ATT}}(P_0,Q_0)$ with $Q_0=P_0(\cdot\mid D=1)$. Since $\mathbb{E}_{P_0}[Y\mid D=1]$ is a regular (parametric-rate) functional of $P_0$, the structure-agnostic difficulty of ATT is governed by $\chi_{\textsc{ATT}}$.

theorem[Average treatment effect on the treated (mixed-bias) lower bound] Let $c\in(0,\frac{1}{2})$ be a constant. Suppose $(\hat P,\hat Q)$ is an anchor pair such that: \begin{enumerate}[(1).] • $c\le \pi(x;\hat P)\le 1-c$ and $c\le g(d,x;\hat P)\le 1-c$ for all $x\in{\mathcal{X}}$ and $d\in\{0,1\}$, where $\pi(x;P)=\mathbb{E}_P[D\mid X=x]$ and $g(d,x;P)=\mathbb{E}_P[Y\mid X=x,D=d]$; • the $X$-marginal densities of $\hat P$ and $\hat Q$ satisfy $0<l\le \hat p_{{\mathcal{X}}}(x)\le u<\infty$ and $0<l\le \hat q_{{\mathcal{X}}}(x)\le u<\infty$ for all $x\in{\mathcal{X}}$ for some constants $l,u$; and • $({\mathcal{X}},\mu_{{\mathcal{X}}})$ satisfies Assumption (ref), where $\mu_{{\mathcal{X}}}$ is the uniform distribution on ${\mathcal{X}}$. \end{enumerate} Let $Z=X$, $W=(D,Y)$, define $m_1(z,h)=h(z)$ and $\rho(o,\gamma)=(1-d)(y-\gamma(x))$ for $o=(x,d,y)$. Let $\gamma(x;P)=\mathbb{E}_P[Y\mid X=x,D=0]$ and let \[ \alpha(x;P,Q):=\frac{\textup{d} Q}{\textup{d} P_X}(x)\cdot\frac{1}{1-\pi(x;P)}, \] where $P_X$ is the $X$-marginal of $P$. Then Assumptions (ref), (ref), and (ref) hold for the functional $\chi_{\textsc{ATT}}$ in (ref), and one can construct feasible perturbation pairs satisfying the invariance and non-degeneracy requirements of Assumption (ref). Moreover, $\rho$ is affine in $\gamma$ and $\chi_{\textsc{ATT}}$ satisfies the mixed-bias property. Consequently, Theorem (ref) implies that for any $\xi\in(1/2,1)$, \[ \mathfrak{M}^{\chi_{\textsc{ATT}}}_{N,\xi}\!\left({\mathcal{M}}\!\left((\hat P,\hat Q);{\epsilon}_{N,\gamma},{\epsilon}_{N,\alpha}\right)\right) ~=~ \Omega\!\left({\epsilon}_{N,\gamma}{\epsilon}_{N,\alpha}+N^{-1/2}\right). \] In particular, the same lower bound holds for estimating $\theta_{\textsc{ATT}}$ in (ref), up to addition of the parametric term $N^{-1/2}$ coming from $\mathbb{E}_P[Y\mid D=1]$.

The proof is in Section (ref).

Weighted average derivative

When the treatment variable is continuous, the weighted average derivative (WAD) is a commonly considered parameter of interest in econometrics with applications in index models and demand analysis hardle1991empirical,powell1989semiparametric,newey1993efficiency,imbens2009identification; see also chernozhukov2021automatic and rotnitzky2021characterization for formal definitions. WAD can naturally be interpreted as the continuous version of the ATE. Given observational data $\{(X_i,D_i,Y_i)\}_{i=1}^n$ where $X_i\in3^K$ is the covariate, $D_i$ is a real-valued treatment variable and $Y_i=Y_i(D_i)$ is the corresponding binary outcome. Define $g(x,d;P) = \mathbb{E}_P[Y\mid X=x, D=d]$. Suppose that $g$ is ${\mathcal{C}}^1$ in $d$, then we are interested in estimating

equation[equation omitted — 135 chars of source]

where $\omega$ is a known probability density function (PDF). Assuming that $\omega$ is continuously differentiable and has support on $(0,1)$, integration by parts implies that \opt{opt-arxiv}{

equation[equation omitted — 151 chars of source]

} \opt{opt-or}{

equation[equation omitted — 206 chars of source]

} where $s(u)=-\omega(u)^{-1}\omega'(u)$ and $U$ is a random variable independent of $O=(X,D,Y)$. The following theorem provides a lower bound for structure-agnostic estimation of WAD.

theorem[Weighted average derivative (mixed-bias) lower bound] Suppose that the density $\hat{p}=\textup{d}\hat{P}/\textup{d}\mu$ satisfies: \begin{enumerate}[(1).] • For all $x\in{\mathcal{X}}, y\in{\mathcal{Y}}$, $\hat{p}(x,d,y)$ is continuously differentiable in $d$ on $[0,1]$ with derivative uniformly bounded by $C_d$, and • There exists constants $l_{\hat{p}}, u_{\hat{p}}>0$ such that $l_{\hat{p}} \leq \hat{p}(x,d,y) \leq u_{\hat{p}}$ holds for all $(x,d,y)\in{\mathcal{X}}\times{\mathcal{D}}\times{\mathcal{Y}}$ except from a $\mu$-null subset, \end{enumerate} and that $({\mathcal{X}},\mu_{{\mathcal{X}}})$ satisfies Assumption (ref). Let $Z_1=X\in{\mathcal{X}}, Z_2=D\in{\mathcal{D}}=[0,1], W=Y\in{\mathcal{Y}}=\{0,1\}$, ${\mathcal{M}}$ be the set of all functions $h:{\mathcal{D}}\times{\mathcal{Y}}\mapsto3_{\geq 0}$ such that $h(d,y)$ is continuously differentiable in $d$ satisfying $|{\partial h}/{\partial d}|\leq 2C_d$. For all ${\mathcal{M}}$-feasible distribution, we define $\gamma(z;P)=g(x,d;P)$ for $z=(x,d)$, \[ m_1(o,h)=\int_0^1 s(u)h(x,u)\omega(u)\textup{d} u,\quad \rho(o,\gamma)=y-\gamma(x,d), \] and \[ \alpha(z;P)=-\frac{\omega'(d)}{p(d\mid x)}=\frac{s(d)\omega(d)}{p(d\mid x)}. \] Then Assumptions (ref) and (ref) hold and there exists perturbations $G_i,H_i,i\in\{0,1\}$ that satisfy Assumption (ref) and that $\chi''_{\textsc{WAD}}(\hat{P})[G_0,G_1], \chi''_{\textsc{WAD}}[H_0,H_1]\neq 0$. Hence we can deduce from Theorem (ref) that \begin{equation} \notag \mathfrak{M}_{n,\xi}^{\chi_{WAD}}\left({\mathcal{M}}(\hat{P}; {\epsilon}_{n,\gamma},{\epsilon}_{n,\alpha})\right) = \Omega\big( {\epsilon}_{n,\gamma}{\epsilon}_{n,\alpha}+{1}/{\sqrt{n}}\big), \end{equation} where by definition, we have ${\mathcal{M}}(\hat{P}; {\epsilon}_{n,\gamma},{\epsilon}_{n,\alpha})= \Big\{ P\ll\mu : \|\gamma(Z;\hat{P})-\gamma(Z;P)\|_{P,2} \leq {\epsilon}_{n,\gamma}, \|\alpha(Z;\hat{P})-\alpha(Z;P)\|_{P,2} \leq {\epsilon}_{n,\alpha}$, and $\sup_{o=(x,d,y)\in{\mathcal{O}}}\big|{\partial p(x,d,y)}/{\partial d}\Big| \leq 2C_d \big\}.$

The proof is in Section (ref).

Average policy effect

Assume that $D\in[0,1]$. We consider the average policy effect as in stock1989nonparametric: \[ \chi_{\textsc{APE}}(P)=\mathbb{E}\big[g\{X,\tau(D);P\}-g(X,D;P)\big], \] where $\tau:[0,1]\to[0,1]$ is a known counterfactual transformation. Throughout this example we assume that $\tau$ is a $C^1$-bijection of $[0,1]$ onto itself and that there exist constants $0<\underline\tau\le \overline\tau<\infty$ such that \[ \underline\tau\le |\tau'(d)|\le \overline\tau,\qquad \forall d\in[0,1], \] so that $\tau^{-1}$ is well-defined and Lipschitz. This estimand fits our framework by taking $Z_1=X$, $Z_2=D$, $W=Y$ and \[ m_1(o,h)=h\{x,\tau(d)\}-h(x,d),\qquad \rho(o,\gamma)=y-\gamma(x,d). \] The associated Riesz representer depends on the conditional density of $\tau(D)$ given $X$, which can be obtained by a change of variables.

theorem[Average policy effect (mixed-bias) lower bound] Let $Z_1=X$, $Z_2=D$, $W=Y\in{\mathcal{Y}}=\{0,1\}$, and let ${\mathcal{M}}$ be the set of all functions from ${\mathcal{D}}\times {\mathcal{Y}}$ to $[0,1]$. For any ${\mathcal{M}}$-feasible distribution $P$ with density $p$ (w.r.t. $\mu_{{\mathcal{X}}}\otimes\mathrm{Leb}\otimes\mu_{\{0,1\}}$), define \[ \begin{aligned} \gamma(z;P) &= g(x,d;P),\\ \alpha(z;P) &= \frac{p_{\tau}(d\mid x)}{p(d\mid x)}-1,\\ m_1(o,h) &= h\{x,\tau(d)\}-h(x,d),\\ \rho(o,\gamma) &= y-\gamma(x,d), \end{aligned} \] where $p(d\mid x)=p(x,d,\cdot)/p(x,\cdot,\cdot)$ is the conditional density of $D$ given $X=x$ and $p_{\tau}(\cdot\mid x)$ is the conditional density of $\tau(D)$ given $X=x$ (equivalently, $p_{\tau}(d\mid x)=p\{x,\tau^{-1}(d),\cdot\}/\{|\tau'|\{\tau^{-1}(d)\}p(x,\cdot,\cdot)\}$). Assume that Assumptions (ref) and (ref) hold, and there exist perturbations satisfying Assumption (ref). Then Theorem (ref) implies that \[ \mathcal{R}(\hat P,{\epsilon}_{n,\gamma},{\epsilon}_{n,\alpha})\gtrsim {\epsilon}_{n,\gamma}{\epsilon}_{n,\alpha}+\frac{1}{\sqrt{n}}, \] where by definition, we have ${\mathcal{M}}(\hat{P}; {\epsilon}_{n,\gamma},{\epsilon}_{n,\alpha}) = \{ P\ll\mu : \|\gamma(Z;\hat{P})-\gamma(Z;P)\|_{P,2} \leq {\epsilon}_{n,\gamma}, \|\alpha(Z;\hat{P})-\alpha(Z;P)\|_{P,2} \leq {\epsilon}_{n,\alpha}\}.$

The proof is in Section (ref).

Expected conditional covariance

We consider the DGP given in (ref), and the goal is to estimate the expected conditional covariance (ECC), which is defined as

equation[equation omitted — 112 chars of source]

In robins2009semiparametric, the authors derive minimax rates for estimating ECC under Holder-smoothness assumptions on the nuisance functions $m,g$ and the CATE function. balakrishnan2023fundamental considers a structure-agnostic setting as our paper and shows that the minimax rate scales as ${\epsilon}_{n,\gamma}{\epsilon}_{n,\alpha}+1/{\sqrt{n}}$. It is worth noticing that this rate applies to the fully nonparametric regression model (ref). One may wonder, however, if this rate is still optimal in a partial linear outcome model, i.e., if one additionally assumes that the treatment effect is constant in $X$, namely

equation[equation omitted — 171 chars of source]

Let \[ g(x;P):=\mathbb P_P(T=1\mid X=x), \qquad q(x;P):=\mathbb E_P[Y\mid X=x]. \] Then the ECC functional can be written as the residual-covariance numerator

equation[equation omitted — 149 chars of source]

The next theorem shows that even under the PLM restriction --- which is a strict submodel of (ref) --- one cannot improve on the doubly robust rate in a structure-agnostic neighborhood. In this sense, it is strictly stronger than the ECC lower bound of balakrishnan2023fundamental, which do not impose the partial linear assumption.

Fix an anchor PLM distribution $\hat P$ such that $X\sim\mathrm{Unif}([0,1]^K)$ and $T,Y\in\{0,1\}$. For radii ${\epsilon}_{n,g},{\epsilon}_{n,q}>0$, define the PLM-restricted anchored neighborhood \[ {\mathcal{M}}_{\mathrm{PLM}}(\hat P;{\epsilon}_{n,g},{\epsilon}_{n,q}) := \Big\{P\in\mathcal P_{\mathrm{PLM}}:\ \|g(X;P)-g(X;\hat P)\|_{P,2}\le {\epsilon}_{n,g},\ \|q(X;P)-q(X;\hat P)\|_{P,2}\le {\epsilon}_{n,q}\Big\}, \] where $\mathcal P_{\mathrm{PLM}}$ denotes the set of all distributions satisfying (ref) with $X\sim\mathrm{Unif}([0,1]^K)$.

theorem[PLM expected conditional covariance (mixed-bias) lower bound] Let $\xi\in(0,1/4)$. Assume that $\hat P\in\mathcal P_{\mathrm{PLM}}$ satisfies: \begin{enumerate}[(1).] • (Overlap) there exists $c\in(0,1/2)$ such that $c\le g(x;\hat P),q(x;\hat P)\le 1-c$ for all $x\in{\mathcal{X}}$; • (Bounded density) $\hat P$ satisfies Assumption (ref). \end{enumerate} Then \begin{equation} \mathfrak{M}_{n,\xi}^{\chi_{ECC}}\Big({\mathcal{M}}_{\mathrm{PLM}}(\hat P;{\epsilon}_{n,g},{\epsilon}_{n,q})\Big) = \Omega\Big({\epsilon}_{n,g}{\epsilon}_{n,q}+\frac{1}{\sqrt n}\Big), \end{equation} uniformly over $n\in\mathbb N$ and ${\epsilon}_{n,g},{\epsilon}_{n,q}>0$.

The proof is in Section (ref). It constructs a PLM-preserving perturbation family directly at the density level (starting from $\hat p(x,t,y)$), verifies the “perturbation invariance” and nondegenerate mixed second derivative conditions of Assumption (ref), and then applies Theorem (ref).

remark[Connection to jin2025its and the role of invariant perturbations] The lower bound proved above is obtained by constructing a local alternative family $\{P_\lambda\}$, subject to the invariant perturbation constraint stated in Assumption (ref). Recently, jin2025its established the optimal rate for estimating the PLM coefficient $\theta$ with binary treatment.while that result cannot be derived as a special case of Theorem (ref), it is worth noticing that the same invariant perturbation construction idea can be used directly to prove that lower bound. Hence, we believe that Assumption (ref) could be a common backbone in establishing structure-agnostic minimax rates that may extend beyond the functionals covered by our main theorem.

Distribution shift

Let $\{O_i\}_{i=1}^n$ be i.i.d. observations, where $O_i=(X_i,Y_i)$, $X_i\in{\mathcal{X}}$ and $Y_i\in{\mathcal{Y}}=\{0,1\}$. (For the lower bound it suffices to consider the binary-outcome case.) Let $F_1,F_2$ be two known distributions on ${\mathcal{X}}$ with densities $f_1,f_2$ w.r.t. $\mu_{{\mathcal{X}}}$. Consider the distribution-shift estimand \[ \chi_{\textsc{DS}}(P)=\int_{{\mathcal{X}}}\gamma(x;P)\,\textup{d}(F_2-F_1)(x),\qquad \gamma(x;P)=\mathbb{E}_P[Y\mid X=x]. \] This estimand fits our framework by taking $Z_1=X$, $Z_2=\varnothing$, $W=Y$, with \[ m_1(o,h)=\int_{{\mathcal{X}}}h(x)\{f_2(x)-f_1(x)\}\,\textup{d}\mu_{{\mathcal{X}}}(x),\qquad \rho(o,\gamma)=y-\gamma(x). \]

theorem[Distribution shift (mixed-bias) lower bound] Let $Z_1=X$, $Z_2=\varnothing$, $W=Y\in{\mathcal{Y}}=\{0,1\}$, and let ${\mathcal{M}}$ be the set of all functions from ${\mathcal{Y}}$ to $3_+$. For any ${\mathcal{M}}$-feasible distribution $P$ with density $p$ (w.r.t. $\mu_{{\mathcal{X}}}\otimes\mu_{\{0,1\}}$), define \[ \gamma(x;P)=\frac{p(x,1)}{p(x,\cdot)},\qquad \alpha(x;P)=\frac{f_2(x)-f_1(x)}{f(x)} \] and \[ m_1(o,h)=\int_{{\mathcal{X}}}h(x)\{f_2(x)-f_1(x)\}\,\textup{d}\mu_{{\mathcal{X}}}(x),\qquad \rho(o,\gamma)=y-\gamma(x), \] where $p(x,\cdot)=p(x,0)+p(x,1)$ and $f(x)=p(x,\cdot)$ is the marginal density of $X$ under $P$. Assume that $|f_1(x)|,|f_2(x)|\le C_F$ for all $x$ and let $\hat P$ satisfy Assumption (ref). If Assumptions (ref) and (ref) hold and there exist perturbations satisfying Assumption (ref), then Theorem (ref) implies that \[ \mathcal{R}(\hat P,{\epsilon}_{n,\gamma},{\epsilon}_{n,\alpha})\gtrsim {\epsilon}_{n,\gamma}{\epsilon}_{n,\alpha}+\frac{1}{\sqrt{n}}, \] where by definition, we have ${\mathcal{M}}(\hat{P}; {\epsilon}_{n,\gamma},{\epsilon}_{n,\alpha}) = \Big\{ P\ll\mu : \|\gamma(Z;\hat{P})-\gamma(Z;P)\|_{P,2} \leq {\epsilon}_{n,\gamma}, \|\alpha(Z;\hat{P})-\alpha(Z;P)\|_{P,2} \leq {\epsilon}_{n,\alpha} \Big\}.$

The proof is in Section (ref).

Log-odds-difference

Let $O=(X,D,Y)\in {\mathcal{O}}:={\mathcal{X}}\times\{0,1\}\times\{0,1\}$ where $X\in{\mathcal{X}}:=[0,1]^K$, $D\in\{0,1\}$ is a binary treatment indicator, and $Y\in\{0,1\}$ is a binary response. We set $Z_1:=X$, $Z_2:=D$, $W:=Y$, and $Z:=(Z_1,Z_2)=(X,D)$. Let \[ g(d,x;P):=\mathbb{E}_P[Y\mid D=d,X=x],\qquad \pi(x;P):=\mathbb{E}_P[D\mid X=x], \] and define the log-odds regression function \[ \gamma(d,x;P):=\log\left(\frac{g(d,x;P)}{1-g(d,x;P)}\right),\qquad (d,x)\in\{0,1\}\times{\mathcal{X}}. \] The log-odds-difference estimand is \[ \chi_{\mathrm{LOD}}(P):=\mathbb{E}_P\big[\gamma(1,X;P)-\gamma(0,X;P)\big]. \] Let $\Lambda(t):=(1+\exp(-t))^{-1}$ denote the logistic link and consider the generalized regression score \[ \rho(o,\gamma):=\frac{y-\Lambda(\gamma)}{\Lambda(\gamma)\{1-\Lambda(\gamma)\}},\qquad o=(x,d,y). \] Then $\mathbb{E}_P[\rho\{O,\gamma(Z;P)\}\mid Z]=0$ and $\Lambda\{\gamma(d,x;P)\}=g(d,x;P)$. Moreover, one can verify that $\nu_\rho(z;P)\equiv -1$ and $\upsilon_\rho(z;P)=1-2g(z;P)$, where $g(z;P):=\mathbb{E}_P[Y\mid Z=z]$. Finally, the Riesz representer of $h\mapsto\mathbb{E}_P\{h(1,X)-h(0,X)\}$ is \[ \nu_m(z;P)=\frac{d}{\pi(x;P)}-\frac{1-d}{1-\pi(x;P)}, \] and hence $\alpha(z;P)=-\nu_m(z;P)/\nu_\rho(z;P)=\nu_m(z;P)$.

theorem[Log-odds difference (non-affine) lower bound] Fix $K\geq 1$ and let $\mu=\mu_X\otimes\mu_D\otimes\mu_Y$, where $\mu_X$ is Lebesgue measure on ${\mathcal{X}}=[0,1]^K$ and $\mu_D,\mu_Y$ are counting measures on $\{0,1\}$. Let $\hat P\ll\mu$ with density $\hat p$ satisfying $0<p_{\mathrm{lb}}\leq \hat p\leq p_{\mathrm{ub}}<\infty$. Assume overlap: there exists $\eta\in(0,1/2)$ such that for $\hat P$-a.e. $x\in{\mathcal{X}}$, \[ \eta \leq \pi(x;\hat P)\leq 1-\eta,\qquad \eta \leq g(d,x;\hat P)\leq 1-\eta,\quad d\in\{0,1\}. \] Assume also that $\hat P_X\{x:g(1,x;\hat P)\neq 1/2\}>0$ and that $(X,\mu_X)$ is $(K+1)$-nondegenerate. Then Assumptions (ref), (ref), (ref), (ref), and (ref) hold for the log-odds-difference estimand $\chi_{\mathrm{LOD}}$ defined above and, in addition, there exists an ${\mathcal{M}}$-feasible perturbation direction $H_0$ such that $\chi_{\mathrm{LOD}}''(\hat P)[H_0,H_0]\neq 0$. Consequently, \[ \inf_{\hat\chi}\sup_{P\in {\mathcal{M}}(\hat P;{\epsilon}_{n,\gamma},{\epsilon}_{n,\alpha})}\mathbb{E}_P\big[|\hat\chi-\chi_{\mathrm{LOD}}(P)|\big] =\Omega\left({\epsilon}_{n,\gamma}^2+{\epsilon}_{n,\gamma}{\epsilon}_{n,\alpha}+\frac{1}{\sqrt{n}}\right), \] where the infimum ranges over all estimators $\hat\chi$ based on $n$ i.i.d. observations from $P$.

The proof is in Section (ref).

Expected derivative of conditional quantiles

Suppose that we have i.i.d. data $\{(X_i,Y_i)\}_{i=1}^n$ from some distribution $P$ where $X_i\in{\mathcal{X}}\subseteq3^K$ and $Y_i\in{\mathcal{Y}}\subseteq3$. Suppose that $X_i=(X_{i,-1},X_{i,1})\in{\mathcal{X}}_{-1}\times{\mathcal{X}}_{1}$ where $X_{i,1}$ is a scalar variable of interest and $X_{i,-1}$ are the remaining control variables. For some fixed $q\in(0,1)$, let $\gamma(x;P)={\mathcal{Q}}_{q}(P(Y\mid X=x))$ be the $q$-th quantile of the conditional distribution of $Y$ given $X=x$, we are interested in estimating a weighted average of the partial derivative of $\gamma(x;P)$ in the direction of $x_1$

equation[equation omitted — 124 chars of source]

where $w(x)$ is a known weight function. First-order debiasing estimators of $\chi_{\textsc{EQD}}$ have been constructed in previous works chernozhukov2022automatic,sasaki2022unconditional. To present our lower bound for estimating $\chi_{\textsc{EQD}}$, we need a few more regularity assumptions:

assumption$|w(x)|\leq W$ and $|{\partial w(x)}/{\partial x_1}|\leq C_{W,1}$ for all $x\in{\mathcal{X}}$.
assumptionThe density function $\hat{p}(x,y)$ of $\hat{P}$ with respect to $\mu$ is differentiable in $y$ and twice differentiable in $x_1$. There exists constants $l_{\hat{P}},u_{\hat{P}}>0$ such that $l_{\hat{P}}\leq \hat{p}(x,y) \leq u_{\hat{P}}$ holds for all $(x,y)\in{\mathcal{X}}\times{\mathcal{Y}}$ except from a $\mu$-null set. Moreover, $C_{X,1}=\sup_{o=(x,y)\in{\mathcal{O}}}|{\partial \hat{p}}/{\partial x_1}|<\infty$ and $C_{Y,k}=\sup_{o=(x,y)\in{\mathcal{O}}}|{\partial^k \hat{p}}/{\partial y^k}|<\infty, k\in\{1,2\}$.
theorem[Expected derivative of conditional quantiles (non-affine) lower bound] Suppose that $K\geq 2$, Assumptions (ref) and (ref) are satisfied, and $({\mathcal{X}}_{-1}, \mu_{{\mathcal{X}}_{-1}})$ satisfies Assumption (ref) with $\mu_{{\mathcal{X}}_{-1}}$ be the uniform distribution on ${\mathcal{X}}_{-1}$. Let $Z_1=X_{-1}\in{\mathcal{X}}_{-1}, Z_2=X_1\in{\mathcal{X}}_1=[0,1], W=Y\in{\mathcal{Y}}=[0,1]$, ${\mathcal{M}}$ be the set of all $\mu$-integrable functions $h:{\mathcal{X}}\times{\mathcal{Y}}\mapsto3_+$ such that $|{\partial h}/{\partial x_1}|\leq 2C_{X,1}$ and $|{\partial^k h}/{\partial y^k}|\leq 2C_{Y,k}, k\in\{1,2\}$. For all ${\mathcal{M}}$-feasible distributions, we define $\gamma(x;P)$ as above, $\alpha(x;P)=p(x,\gamma(x;P))^{-1}{\partial(w(x)p(x,\cdot))}/{\partial x_1}$, where $p$ is the density of $P$ and $p(x,\cdot)$ is the marginal density of $X$ under $P$, \[ m_1(o,h)= w(x)\frac{\partial h(x)}{\partial x_1},\qquad \rho(o,\gamma)=\mathbbm{1}\{y<\gamma(x)\}-q, \] \[ \nu_m(x;P)=-p(x,\cdot)^{-1}\frac{\partial (w(x)p(x,\cdot))}{\partial x_1},\quad \nu_{\rho}(x;P)=\frac{p(x,\gamma(x;P))}{p(x,\cdot)},\quad \upsilon_{\rho}(x;P)=\frac{p_y'(x,\gamma(x;P))}{p(x,\cdot)}, \] for all $o=(x,y)$. Suppose that $\alpha(x;\hat{P})$ is not zero $\mu_X$-a.s. and $\mu_X\big(\big\{x:\alpha(x;\hat{P})\upsilon_{\rho}(x;\hat{P})\neq 0\big\}\big)>0$, then Assumptions (ref) and (ref) hold and there exists perturbations $G_i,H_i,i\in\{0,1\}$ that satisfy Assumption (ref) and $\chi_{\textsc{EQD}}''(\hat{P})[G_0,G_1], \chi_{\textsc{EQD}}''(\hat{P})[H_0,H_0]\neq 0$. Hence we can deduce from Theorem (ref) that \[ \mathfrak{M}_{n,\xi}^{\chi_{\textsc{EQD}}}\left({\mathcal{M}}(\hat{P}; {\epsilon}_{n,\gamma},{\epsilon}_{n,\alpha})\right) = \Omega\Big( {\epsilon}_{n,\gamma}^2+{\epsilon}_{n,\gamma}{\epsilon}_{n,\alpha}+\frac{1}{\sqrt{n}}\Big), \] where \[ {\mathcal{M}}(\hat{P}; {\epsilon}_{n,\gamma},{\epsilon}_{n,\alpha}) = \Big\{ P\ll\mu : \begin{aligned}[t] &\|\gamma(Z;\hat{P})-\gamma(Z;P)\|_{P,2} \leq {\epsilon}_{n,\gamma},\\ &\|\alpha(Z;\hat{P})-\alpha(Z;P)\|_{P,2}\leq {\epsilon}_{n,\alpha},\\ &\big|{\partial p(x,y)}/{\partial x_1}\big| \leq 2C_{X,1},\\ &\big|{\partial^k p(x,y)}/{\partial y^k}\big| \leq 2C_{Y,k},\qquad k=1,2 \end{aligned}\Big\}. \]

The proof is in Section (ref).

Conclusion

This paper develops sharp structure-agnostic minimax lower bounds for a broad class of semiparametric functionals built from (generalized) regression nuisances. Assuming only $L^2$ error rates for black-box nuisance estimates, our main theorems identify two regimes: an affine-score / mixed-bias regime in which the optimal error is of order ${\epsilon}_{n,\gamma}{\epsilon}_{n,\alpha}+n^{-1/2}$ (matching the doubly robust rate), and a more general non-affine regime in which an additional term ${\epsilon}_{n,\gamma}^2$ is unavoidable. These lower bounds match the generic first-order debiasing upper bounds and therefore imply that these methods are unimprovable without additional modeling structure.

Technically, the lower bounds are proved via the method of fuzzy hypotheses, reducing estimation to testing between carefully constructed mixtures of local alternatives. The key new ingredient is a two-step sequential perturbation scheme that decouples feasibility (staying inside the anchored nuisance neighborhood) from separation (creating the desired second-order change in the target functional), together with a ham-sandwich-style partitioning argument that enforces exact invariances needed to “hide” perturbations from the nuisance constraints. We verify the required conditions for a collection of canonical examples, illustrating how the abstract theory specializes to concrete causal, policy, and quantile-based targets.

Several directions are suggested by these results. First, it would be valuable to broaden the class of functionals for which a unified optimality theory can be established. Second, our analysis is minimax by design; a natural next step is to disentangle the roles of approximation and stochastic errors as suggested in pmlr-v291-gu25b. Third, extending the framework beyond i.i.d.\ sampling (e.g.\ dependent data, clustering, distribution shift with weak overlap, or heavy-tailed outcomes) and connecting these lower bounds more directly to finite-sample inference remain important open problems.