REVIEW 8 minor
Minimum Block Width for Universal Approximation by Residual Neural Networks with Inner Width One
T0 review · 0 major / 8 minor · reviewed 2026-07-14 · grok-4.5
Pith's one-line read Residual nets with one-neuron residual branches need block width exactly max of input and output dimension for L^p universal approximation, and a slightly larger but explicit width for uniform approximation.
desk verdict Exact min block width max{dx,dy} for L^p under inner-width-one ResNets, with a tighter uniform upper bound and an activation-independent lower bound that holds for any inner width. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
Compositions of residual blocks of block width w and inner width 1 (denoted CRB). The paper shows that these compositions can compactly approximate all affine maps and all coordinate-wise piecewise-linear maps of the form fa, and, via single-coordinate diffeomorphisms and embedding width, all C^{2}-diffeomorphisms of R^w; the ResNet is then obtained by sandwiching such a composition between two affine maps.
What would settle it
Either exhibit a continuous map that cannot be uniformly approximated by any residual network of block width min{dx+dy, max{2dx+1, dy}} and inner width one (with the listed activations), or prove that some C^{2}-diffeomorphism of R^w cannot be compactly approximated by such residual compositions.
Extended reading notes
Core claim
When each residual branch has inner width one and the activations are LeakyReLU, ReLU or ReLU-like, the minimal block width for L^p universal approximation of maps from R^{dx} to R^{dy} on compact sets is exactly max{dx, dy}. For uniform approximation the same lower bound holds and the upper bound is min{dx+dy, max{2dx+1, dy}}. Independently of activation family and of inner width, block width strictly less than max{dx, dy} is never sufficient.
Load-bearing premise
The uniform upper bound rests on residual compositions of inner width one being able to approximate every C^{2}-diffeomorphism on compact sets; if that approximation step fails, the uniform width bound is unproved.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper determines the minimum ambient (block) width of residual networks whose residual branches have inner width one, for universal approximation on compact domains. For LeakyReLU, ReLU and a large class of ReLU-like activations, the exact minimum block width for L^p approximation (1 ≤ p < ∞) is max{d_x, d_y} (Theorem 5). For uniform approximation the same lower bound holds and an upper bound min{d_x + d_y, max{2 d_x + 1, d_y}} is proved (Theorem 7). Independently of the activation family and of the inner width, block width strictly less than max{d_x, d_y} is shown to be insufficient in both topologies (Theorem 4). The arguments combine elementary rank/image-dimension lower bounds with residual-block approximations of affine maps and coordinate-wise piecewise-linear maps, plus an embedding-plus-diffeomorphism route for the uniform upper bound.
Significance. The work gives the first exact minimum-block-width result for residual networks under the most restrictive inner-width constraint, removes the dimensional restriction d_x ≥ d_y present in earlier ResNet/ODENet analyses, and improves the best previously published uniform upper bounds for a broad activation class. The activation-independent lower bound of Theorem 4 is elementary and sharp. The L^p characterization (Theorem 5) is clean and load-bearing; the uniform bounds, while not sharp, already improve Tabuada–Gharesifard and Aizawa et al. in several regimes. The proofs are self-contained once standard MLP and diffeomorphism-approximation lemmas are granted, and the numerical illustration that a width-3 ResNet can approximate a map obstructing width-3 MLPs is a useful geometric observation. These contributions are of clear interest to the approximation-theory community in deep learning.
minor comments (8)
- The chain establishing Proposition 8 (D^{2} ≺ INN ≺ MLP_LeakyReLU ≺ residual compositions) is long and spans several external lemmas. A short roadmap paragraph at the start of §4.2, listing the three external ingredients and the two internal theorems used, would make the uniform upper bound easier to audit.
- §1.1, last paragraph: “Then purpose of this paper” → “The purpose of this paper”.
- Table 1 footnotes are dense; moving the activation-list footnote (3) into the caption or a short remark would improve readability.
- Definition 10 (ReLU-like) and Proposition 4 are clear, but a one-line remark that the definition is uniform on every compact interval (not merely pointwise) would prevent a possible misreading.
- In the proof of Theorem 6 the appeal to Palais’ extension theorem is correct, yet the text does not explicitly record that the ambient dimension Ω(n,m) always satisfies n ≤ Ω, so the hypothesis of that theorem is met. Adding this observation would close a small expository gap.
- Figure 3 is informative; stating the precise training loss / max-norm error in the caption (already given in the text as < 3·10^{-5}) would make the figure self-contained.
- Several matrix displays in Appendix B.1 use “*” for multiplication; standard juxtaposition or “·” would be more conventional.
- The open gap between the uniform lower and upper bounds is correctly left as future work; a one-sentence explicit statement in §5 that “whether w_sup_min = max{d_x,d_y} remains open” would help readers.
Circularity Check
No significant circularity: central min-width theorems rest on elementary constructions plus external approximation lemmas; one technical self-citation is non-load-bearing.
-
self citation load bearing
[Proposition 5 (and its use in Theorem 2)]
"For any fixed k∈(0,1)∪(1,+∞), we have x+LeakyReLUk(x)=2∗LeakyReLU(1+k)/2(x). For any ε>0 and compact set K⊂R, the proof of Theorem 14 in [26] implies that there exists affine transformations {TWi,Bi}i∈{1,2,⋯,N} such that ||LeakyReLUa−TWN,BN∘LeakyReLU(1+k)/2∘⋯∘LeakyReLU(1+k)/2∘TW1,B1||sup,K<ε."
The only self-citation supplies a technical scalar approximation lemma used to lift LeakyReLU into residual-block compositions. It is not a uniqueness claim, does not define the target width, and is not required for the lower bound or the ReLU/ReLU-like cases; the central width equalities remain independently proved.
full rationale
The paper is a pure existence/approximation-theory work. Lower bounds (Theorem 4) are self-contained linear-algebra and measure arguments showing that block width < max{dx,dy} forces either non-injectivity or image contained in a hyperplane, independent of any citation. Upper bounds for Lp (Theorems 3/5) reduce known MLP constructions (Cai 2023) to residual blocks via the paper’s own Theorems 1–2 (affine maps by SVD/PLU + elementary residual updates; coordinate-wise piecewise-linear maps by direct residual constructions). Uniform upper bounds (Theorems 6/7) chain external results (Teshima et al. on diffeomorphism approximation by invertible nets; Hwang on single-coordinate maps by LeakyReLU MLPs) through the same Theorems 1–2 and Proposition 8. No parameters are fitted, no uniqueness theorem is imported to forbid alternatives, no ansatz is smuggled, and no quantity is redefined as its own prediction. The sole self-citation ([26], same authors) supplies only a technical scalar approximation of LeakyReLU by compositions of fixed-slope LeakyReLUs (used inside Proposition 5); that lemma is elementary and independently verifiable, so it does not force the width claims. Numerical illustration of a map from Hwang is likewise non-circular. Score 1 reflects only the minor self-citation.
Assumptions & free parameters
assumptions (4)
- standard math Singular-value and PLU factorizations of real matrices exist and can be used to reduce general affine maps to products of diagonal, triangular and permutation maps.
- standard math Continuous maps on compact sets can be uniformly approximated by smooth maps (mollification).
- domain assumption Every C^{2}-diffeomorphism of R^w can be approximated by invertible neural networks built from single-coordinate transformations (Teshima et al., Hwang).
- standard math For n 中 m a smooth embedding of the cube into R^m extends to a diffeomorphism of the ambient space (Palais).
Cite this review
Pith. "Pith review of Minimum Block Width for Universal Approximation by Residual Neural Networks with Inner Width One." pith.science (2026). https://pith.science/paper/ENNCSJ4C
@misc{pith2026260704597,
author = {Pith},
title = {Pith review of: Minimum Block Width for Universal Approximation by Residual Neural Networks with Inner Width One},
year = {2026},
howpublished = {\url{https://pith.science/paper/ENNCSJ4C}},
note = {Machine review of arXiv:2607.04597}
}
abstract
In this paper, we study the universal approximation property of residual neural networks. For input and output dimensions $d_x$ and $d_y$, and LeakyReLU, ReLU, ReLU-like activation functions, the upper and lower bounds of the minimum block width are established. To achieve $L^p$ approximation $(1\leq p <+\infty)$ on any compact set, we show that the exact minimum block width is $\max\{d_x,d_y\}$ when each residual branch has inner width 1. Furthermore, we show that residual neural networks with block width $\min\{d_x+d_y, \max\{2d_x+1,d_y\}\}$ can achieve uniform approximation on any compact set under the constraint that each residual branch has inner width 1. Besides, for any activation function family, we prove that there exist functions that cannot be approximated by residual neural networks with block width less than $\max\{d_x, d_y\}$, both in the $L^p$ sense and the uniform sense, regardless of inner width. Consequently, for LeakyReLU, ReLU, ReLU-like activation functions and $d_y\geq 2d_x+1$, the exact minimum block width for uniform approximation is $d_y$ when each residual branch has inner width 1.
Reviewed July 14, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.