Pith. sign in

REVIEW 3 major objections 5 minor 6 references

From Sublinear to Linear: Local Convergence in Finite-Width Networks via Locally Polyak-Lojasiewicz Regions

T0 review · 3 major / 5 minor · reviewed 2026-08-06 · deepseek-v4-flash

Pith's one-line read Local NTK conditioning makes finite-width GD converge linearly on a local region

desk verdict Correct and admirably honest, but the headline claim is a conditional statement whose key hypothesis (fixed-step containment) is assumed, not proven, so the advertised sublinear-to-linear transition is not actually demonstrated. read the letter →

arxiv 2507.21429 v3 pith:TGZGZKQN submitted 2025-07-29 stat.ML cs.LG

classification stat.MLcs.LG MSC 68T0790C2665K05
keywords localPolyak-Lojasiewiczinequalityneuraltangentkernelfinite-widthnetworkslinearconvergencegradientdescentlocallyquasi-convexregionsquaredempiricallossNTKspectralgap
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

This paper proves that, inside a bounded local region around initialization, a finite-width feedforward network trained by gradient descent on squared loss converges linearly, provided the empirical neural tangent kernel starts with a positive smallest eigenvalue, does not drift too much across the region, and the region is small enough relative to that spectral gap. The region is the Locally Quasi-Convex Region (LQCR) from prior work, and the result upgrades the sublinear guarantee that came with it. The paper shows that the squared loss satisfies a local Polyak-Łojasiewicz inequality with constant $\mu = \lambda_0 - L_\Theta r(R) > 0$ on that region, and that fixed-step GD then converges at rate $(1-\eta\lambda_R)^t$ whenever the iterates stay inside. A sympathetic reading would emphasize that this is an explicit sufficient local condition, not a claim that the mechanism is necessary or unique.

What carries the argument

The carrying object is the empirical neural tangent kernel matrix $\Theta_\theta = \frac{1}{n} J_\theta J_\theta^\top$ on the training inputs. Its smallest eigenvalue at initialization, $\lambda_0$, is the spectral budget; its Lipschitz constant $L_\Theta$ over the LQCR sets the erosion rate; the LQCR radius $r(R)$ is the maximum distance over which the budget must hold; and the compatibility condition $L_\Theta r(R) < \lambda_0$ keeps the budget positive. The squared-loss identity relating gradient norm to the kernel-weighted residual turns that spectral lower bound into the local PL inequality.

What would settle it

Run full-batch GD on a smooth finite-width network with $\lambda_{\min}(\Theta_{\theta_0})>0$ and $L_\Theta r(R)<\lambda_0$ verified, and measure the empirical PL ratio $\|\nabla L(\theta)\|^2 / [2(L(\theta)-L_R^*)]$ at iterates inside $R$; a single interior iterate where the ratio falls to zero would contradict Lemma 5.3. Alternatively, a trajectory that starts inside the region, keeps a positive NTK gap, and shows non-geometric loss decay under $\eta \le 1/L$ would falsify Theorem 5.7.

Watch

Extended reading notes

Core claim

The central claim is that local NTK conditioning yields a local PL inequality on the LQCR: pointwise positivity at the initialization point, Lipschitz stability of the empirical kernel over the region, and compatibility $L_\Theta r(R) < \lambda_0$ together imply that $R$ is a $(\mu,R)$-Locally Polyak-Łojasiewicz Region with $\mu = \lambda_0 - L_\Theta r(R)$ for the squared empirical loss. The proof runs through the identity $\|\nabla L(\theta)\|^2 = \frac{1}{n}(f_\theta-y)^\top \Theta_\theta (f_\theta-y)$ and Weyl's inequality, which propagates the initial spectral gap across the region. With $L$-smoothness, step size $\eta \le 1/L$, and the hypothesis that fixed-step iterates stay in $R$, the loss approaches the region minimum $L_R^*$ at the linear rate $(1-\eta\lambda_R)^t$. The paper is explicit that this is a sufficient-condition result, scoped to squared loss and to the local regime where iterates remain inside the region.

Load-bearing premise

The load-bearing premise is that fixed-step gradient descent iterates stay inside the local region $R$ for every step — the paper assumes this containment rather than proving it — and the region's radius and width condition are imported from prior work without being re-derived.

Editorial extensions

If this is right

  • On any LQCR satisfying the NTK conditioning assumption, fixed-step GD with $\eta \le 1/L$ converges linearly to $L_R^*$ at rate $(1-\eta\lambda_R)^t$ while iterates remain in the region.
  • The PL constant is explicit and measurable: $\lambda_0$ and $L_\Theta$ can be estimated, and $r(R)$ is given by the LQCR construction.
  • The result transfers the classical NTK linear-convergence mechanism from overparameterized or infinite-width settings to a finite-width region with explicit radius.
  • When iterates leave the region, the linear-rate guarantee lapses; the width ablation shows this empirically at width 1024 with $\eta=10^{-3}$.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • Because fixed-step containment is assumed rather than derived, the paper does not yet close the gap to the original LQCR setting, whose provable containment uses a decaying step size; a direct linear-rate proof under that decaying schedule would complete the sublinear-to-linear transition in the same provable setting.
  • The empirical PL-ratio lower envelope could serve as a practical monitor: tracking whether the ratio stays bounded away from zero, along with parameter drift and NTK eigenvalue, tells a practitioner whether a run is inside a locally PL regime.
  • The squared-loss bridge suggests a direct extension target: any loss whose gradient admits a similar Jacobian-residual factorization, for example losses with a linear output layer, may inherit a local PL inequality from the same spectral argument.
  • The width-1024 boundary case hints that step size, not width alone, controls whether the local regime is entered; a testable prediction is that adaptive schedules chosen to keep NTK drift below the initial gap should preserve linear-rate decay at larger widths.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

3 major / 5 minor

Summary. The paper studies local linear convergence of full-batch gradient descent for finite-width feedforward networks under squared loss. Its main theoretical result is that if the empirical NTK is positive at initialization, Lipschitz stable on a Locally Quasi-Convex Region of radius r(R), and the compatibility condition L_Theta r(R) < lambda_0 holds, then the squared loss satisfies a local Polyak-Lojasiewicz inequality on that region with constant mu = lambda_0 - L_Theta r(R). A second theorem states that if fixed-step gradient descent iterates remain inside the region and the step size satisfies eta <= 1/L, the loss decreases linearly to the regional minimum. The paper then probes the theory empirically on binary MNIST with an MLP, a width ablation, and a CNN robustness check, measuring the subset NTK eigenvalue, parameter drift, empirical PL ratio, and suboptimality decay. The authors are explicit that the fixed-step containment is an assumption rather than a derived property.

Significance. The conditional mathematics is sound and clearly presented: Lemma 5.3 correctly propagates pointwise NTK positivity via Weyl's inequality, Theorem 5.4 correctly converts the spectral lower bound into a PL inequality using the squared-loss gradient identity, and Theorem 5.7 is the standard PL descent argument. The paper also deserves credit for explicitly separating the roles of the LQCR, the NTK stability assumption, and the containment hypothesis, and for designing diagnostics that probe the latent variables of the theory rather than only final loss curves. If the containment hypothesis could be derived or certified in a concrete setting, the result would be a clean finite-width local linear-convergence guarantee. As it stands, however, the main advertised transition from a sublinear LQCR guarantee to a linear rate is not established in any provable setting because the fixed-step containment is assumed, and the experiments do not verify the full assumptions of the theorem. The significance is therefore conditional and the central claim is narrower than the title suggests.

major comments (3)
  1. [Section 5.3, Theorem 5.7, and Abstract] The advertised transition from sublinear to linear convergence is not realized in any proven setting. Theorem 5.7 assumes the iterates remain in R for every t, but the only containment result imported from Aich et al. (2025) uses the decaying step-size schedule eta_t = eta0/(1+t)^(1/3), not fixed-step gradient descent. The paper therefore does not show that the prior sublinear-guarantee setting becomes linear under the same provable containment mechanism. This gap is load-bearing because the title and Contribution 1 frame the result as 'from sublinear to linear.' Please either prove a fixed-step containment theorem under explicit conditions, or explicitly reframe the contribution as a conditional local-PL theorem with the sublinear-to-linear transition as an open problem.
  2. [Sections 6.1 and 6.2, Table 1] The empirical spectral quantity reported as lambda_0 is not the quantity used in Assumption 5.1. The theorem concerns lambda_min(Theta_theta0) for the full empirical NTK Theta_theta = (1/n) J_theta J_theta^T over all n training points, while the experiments report lambda_min on a fixed subset of n_sub = 100 inputs. Positivity of the subset eigenvalue does not certify positivity of the full NTK eigenvalue, and L_Theta and r(R) are never computed, so the compatibility condition L_Theta r(R) < lambda_0 is never verified. The empirical section should either compute the full NTK eigenvalue, provide a rigorous argument that the subset eigenvalue bounds the full one, or be presented as evidence of plausibility rather than confirmation of Assumption 5.1.
  3. [Section 6.1 and Section 6.2] The parameter-drift measurements do not establish the containment used in Theorem 5.7. A final drift of about 0.17 in a space of roughly 10^6 parameters is not informative without a value for r(R), and Theorem 5.7 requires theta(t) in R for every t, not merely a small final drift. The width-1024, eta = 10^-3 run is an explicit violation of the containment hypothesis (drift 1.870), so its use as a 'failure mode' is honest but should be described as an assumption violation rather than as an empirical test of the theorem. I recommend either measuring or estimating r(R) and L_Theta along the trajectory, or weakening the empirical claims to say that the diagnostics are consistent with the assumptions on the runs where the assumptions appear to hold.
minor comments (5)
  1. [Section 3 and Related Work] The symbol L is used both for the number of layers in the width condition m = Omega(L^3) in Section 2.3 and for the smoothness constant in Theorem 5.7, while D denotes depth in Section 3. Please disambiguate these uses.
  2. [Remark 4.3] Remark 4.3 refers to 'the submitted corrigendum' to Aich et al. (2025) without a citation or bibliographic entry; please either provide the reference or remove the pointer.
  3. [Assumption 5.1 and Lemma 5.3] The Lipschitz condition on Theta_theta uses a matrix norm, but the norm is not specified. Since the proof of Lemma 5.3 uses Weyl's inequality for the spectral norm, please state explicitly that the operator/spectral norm is used throughout.
  4. [Figure 1d] The 'linear-rate fit' reports a contraction factor of 0.9851 on [20, 200], which is very close to 1 and therefore represents a shallow exponential rate. Please report the fit uncertainty and show how sensitive the rate is to the choice of the window endpoints.
  5. [Theorem 5.7] The step-size condition eta <= 1/L is never related to the LQCR curvature constant alpha or to the LQCR step-size restriction eta0 <= 1/alpha, so it is unclear whether the fixed-step and decaying-step regimes can overlap for the same region. A short remark connecting these constants would help the reader assess the practical plausibility of the fixed-step containment hypothesis.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: the PL and linear-rate theorems are conditional derivations, with fixed-step iterate containment explicitly hypothesized rather than disguised as a derived consequence.

full rationale

The derivation chain is self-contained conditional mathematics. Lemma 5.3 propagates pointwise NTK positivity across the LQCR using Lipschitz stability and the radius r(R) via Weyl's inequality; Theorem 5.4 obtains the local PL inequality from the squared-loss gradient identity combined with Lemma 5.3; Theorem 5.7 derives the linear rate from the PL inequality and L-smoothness, explicitly conditioning on fixed-step iterate containment (Section 5.3: 'Assume that the resulting iterates remain in R, i.e., theta(t) in R for every t >= 0'). No conclusion is identified with an input: the PL inequality is a consequence of a strictly stronger spectral condition, and the linear rate is conditional on containment rather than defined by it. The LQCR radius r(R) is imported from the same authors' prior work (Aich et al., 2025), but that citation is independent support: its assumptions (smooth feedforward networks, width m = Omega(L^3)) do not include the present PL or linear-rate conclusions, and the paper repeatedly disclaims deriving fixed-step containment from that decaying-step result. The empirical sections measure latent variables (subset NTK eigenvalues, parameter drift, empirical PL ratio) rather than fitting parameters that are then relabeled as predictions, so the fitted-input pattern does not apply. The paper's explicit limitation statements (Section 5.4 and Section 7, item 4) that fixed-step containment is assumed rather than derived are honest scope boundaries: they identify a missing proof in the stronger 'sublinear-to-linear transition' narrative, but not a circular reduction of the theorem to its hypotheses. The central claim is therefore a correct conditional sufficiency result with no significant circularity.

Assumptions & free parameters 4 free parameters · 9 assumptions · 1 invented entities

The central theorem rests on a stack of domain assumptions: the LQCR construction and radius from the authors' prior work, pointwise NTK positivity, NTK Lipschitz stability, the compatibility condition, smoothness, and the all-important fixed-step containment hypothesis. The PL derivation itself is clean and uses only standard linear algebra. The empirical validation adds ad hoc choices: a 100-sample NTK proxy, a terminal-loss proxy for L*_R, post hoc stable regimes, and a step size tuned after observing failure. These do not invalidate the conditional theorem, but they mean the paper's contribution is a sufficient-condition result whose hypotheses are largely unverified.

free parameters (4)
  • Stable regime endpoints [20,200] and [20,180] = 20 to 200 epochs (MLP); 20 to 180 epochs (CNN)
    The quantitative claims, positive PL lower envelope and linear-rate fit, are computed only on a middle training regime selected after inspecting the loss and PL-ratio curves. This is a post hoc choice rather than a parameter of the theorem.
  • Reduced step size for width-1024 recovery run = eta = 5e-4
    Chosen after the run at (m, eta) = (1024, 1e-3) failed the local-regime diagnostics. The restored diagnostics are then reported as confirmation, so the step size was tuned to the observed failure pattern.
  • NTK probe subset size = nsub = 100
    Experiments compute lambda_min on a fixed 100-sample input subset and treat the resulting curve as the NTK conditioning of the theory. No justification or bound connects the subset eigenvalue to the full empirical NTK spectrum.
  • Terminal-loss proxy for the regional minimum = hat L*_R = L(theta(T))
    All empirical PL ratios and suboptimality gaps use the final training loss as a proxy for L*_R. Near the end of training the denominator tends to zero by construction, which creates artifacts that the paper explicitly flags.
assumptions (9)
  • domain assumption LQCR existence and radius r(R) from Aich et al. (2025) under hidden width m = Omega(L^3)
    Invoked in Section 4 and Theorem 5.4 as the localization device. The radius r(R) enters the PL constant directly, but the construction is imported from a same-author prior paper without reproduction or independent verification.
  • domain assumption Pointwise NTK positivity lambda_min(Theta_theta0) >= lambda0 > 0
    Assumption 5.1. This is the initial spectral budget for the PL constant. It is not proven for the studied networks, only probed on a 100-sample subset in the MLP experiments.
  • domain assumption Empirical NTK is L_Theta-Lipschitz on the region R
    Assumption 5.1. This sets the rate at which the NTK spectral gap can erode across the region. The value L_Theta is never estimated in the experiments.
  • domain assumption Compatibility condition L_Theta r(R) < lambda0
    Assumption 5.1. This is equivalent to mu > 0 and is the condition that makes the PL constant positive. The paper explicitly states in Section 6.2 that L_Theta and r(R) are not computed numerically.
  • domain assumption The loss L is L-smooth on R
    Theorem 5.7 requires eta <= 1/L for the descent lemma. This is a standard smoothness assumption, stated but not verified.
  • domain assumption Fixed-step GD iterates remain in R for every t
    Theorem 5.7 imposes containment as a hypothesis. It is not derived for fixed-step GD; the original LQCR containment result uses a decaying step-size schedule. If this fails, the PL inequality and the linear rate are not guaranteed.
  • standard math Weyl's eigenvalue perturbation inequality
    Used in Lemma 5.3 to propagate pointwise NTK positivity across R. Standard matrix perturbation result, correctly applied.
  • ad hoc to paper Subset NTK eigenvalue tracks the full NTK eigenvalue
    The experiments compute lambda_min on a fixed nsub = 100 input subset and treat it as the kernel conditioning of Assumption 5.1. No proof or error bound relates the subset spectrum to the full empirical NTK.
  • ad hoc to paper Terminal training loss proxies the regional minimum L*_R
    All empirical PL ratios and suboptimality gaps use hat L*_R = L(theta(T)). This creates late-training artifacts and can inflate the PL ratio, so the validation is partially dependent on the proxy choice.
invented entities (1)
  • Locally Polyak-Lojasiewicz Region (LPLR)
    purpose: Names a region on which the squared loss satisfies a local PL inequality with constant mu; provides the packaging for the main theorem and the title of the paper.
    Introduced as Definition 4.1. It is a formal definition, not an independently evidenced physical or mathematical object. Its existence on any specific network is conditional on Assumption 5.1, which the paper does not establish for a concrete architecture.

how reviews work

0 comments
Cite this review

Pith. "Pith review of From Sublinear to Linear: Local Convergence in Finite-Width Networks via Locally Polyak-Lojasiewicz Regions." pith.science (2026). https://pith.science/paper/TGZGZKQN

@misc{pith2026250721429,
  author       = {Pith},
  title        = {Pith review of: From Sublinear to Linear: Local Convergence in Finite-Width Networks via Locally Polyak-Lojasiewicz Regions},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/TGZGZKQN}},
  note         = {Machine review of arXiv:2507.21429}
}
abstract

We study local linear convergence of gradient descent for finite-width feedforward networks under the squared empirical loss. Prior work shows that GD can remain confined to a Locally Quasi-Convex Region (LQCR) around initialization, but only gives a sublinear rate. We show that if the empirical Neural Tangent Kernel is positive at initialization, Lipschitz stable on the LQCR, and compatible with the LQCR radius, then the squared loss satisfies a local Polyak-{\L}ojasiewicz inequality with constant $\mu = \lambda_0 - L_\Theta r(\Rcal) > 0$. Combined with fixed-step iterate containment in the LQCR, imposed as a hypothesis in the linear-rate theorem, this yields linear convergence on the region. The LQCR supplies localization; fixed-step containment is imposed as a hypothesis in the linear-rate theorem; and the PL inequality comes from NTK conditioning under squared loss. The result is therefore a sufficient local condition, not a claim that this mechanism is necessary or unique for fast convergence. Empirically, we probe the theory through NTK spectral gap, parameter drift, empirical PL ratio, and suboptimality decay. On binary MNIST, the NTK remains positive, the PL ratio has a positive lower envelope, and the loss shows geometric decay on the stable regime. In a width ablation, the fixed-step width-$1024$ run leaves the local regime; reducing the step size lowers final drift from $1.870$ to $0.158$, restores the observed local-regime diagnostics, and yields the largest empirical PL-ratio lower envelope observed in the study. A CNN robustness check on a CIFAR-10 subset shows the PL-ratio envelope remains positive across three seeds, with a positive lower envelope across all three seeds on the stable regime.

Figures

Figures reproduced from arXiv: 2507.21429 by the authors.

Figure 1
Figure 1. Controlled binary MNIST validation. The diagnostics track the latent variables in Theorems 5.4–5.7: [PITH_FULL_IMAGE:figures/full_fig_p011_1.png] view at source ↗
Figure 2
Figure 2. CNN robustness check on a 5-class CIFAR-10 subset. The plots show mean suboptimality decay, [PITH_FULL_IMAGE:figures/full_fig_p014_2.png] view at source ↗

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

6 extracted references · 3 canonical work pages

  1. [2]
  2. [2015]

    Genericity of polyak-lojasiewicz inequalities for entropic mean-field neural odes.arXiv preprint arXiv:2507.08486,

    Samuel Daudin and François Delarue. Genericity of polyak-lojasiewicz inequalities for entropic mean-field neural odes.arXiv preprint arXiv:2507.08486,

  3. [2019]

    The loss surfaces of multilayer networks

    Anna Choromanska, Mikael Henaff, Michael Mathieu, Gérard Ben Arous, and Yann LeCun. The loss surfaces of multilayer networks. InProceedings of the 18th International Conference on Artificial Intelligence and Statistics (AISTATS 2015), pp. 192–204, San Diego, CA,

  4. [2020]

    Henning Petzka and Cristian Sminchisescu

    doi: 10.1109/JSAIT.2020.2991332. Henning Petzka and Cristian Sminchisescu. Non-attracting regions of local minima in deep and wide neural networks.Journal of Machine Learning Research, 22(143):1–34,

  5. [2022]

    Originally arXiv:2003.00307,

  6. [2025]

    Zeyuan Allen-Zhu, Yuanzhi Li, and Zhao Song

    doi: 10.1080/00207160.2025.2522349. Zeyuan Allen-Zhu, Yuanzhi Li, and Zhao Song. A convergence theory for deep learning via over- parameterization. InProceedings of the 36th International Conference on Machine Learning (ICML), volume 97 ofProceedings of Machine Learning Research, pp. 242–252. PMLR,

Pith tools

Reviewed August 6, 2026 · model on record in the stance chip above.