REVIEW 3 major objections 4 minor 19 references
Optimizing Wavefront-Deformation Sensor Placement for Active Radio-Telescope Surfaces
T0 review · 3 major / 4 minor · reviewed 2026-08-11 · deepseek-v4-flash
Pith's one-line read The paper establishes that a data-driven POD basis learned from 100 finite-element load cases, combined with greedy I-optimal sensor placement, reconstructs every load case of AtLAST's back-up structure to below 2.7 µm rms using 50…
desk verdict Clean engineering application of sparse-sensing methods to AtLAST; the headline worst-case number needs a nested LOOCV before I'd quote it, but the paper deserves refereeing. 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
The load-bearing machinery is the POD basis $\mathbf{U}_k$: the leading $k$ left singular vectors of the mean-centered snapshot matrix $\mathbf{S}_{\mathrm{FEA}} \in \mathbb{R}^{P \times M}$, which define the low-dimensional subspace in which all reconstructed deformations live. Sensor selection then operates on the information matrix $\Psi_N^\top \Psi_N$ formed from the $N$ selected rows of the basis, using greedy I-optimality (aperture-averaged prediction variance) with pairwise-swap refinement. Reconstruction is ordinary least squares, $\hat{\mathbf{a}}_j = (\Psi_N^\top \Psi_N)^{-1} \Psi_N^\top \mathbf{d}_j$, followed by $\hat{\mathbf{s}}_j = \Psi \hat{\mathbf{a}}_j$; leave-one-out cross-validation recomputes the POD basis from $M-1$ snapshots to test genuinely unseen load cases. The essential result is that at $N=50$, $k=20$, this inverse problem is well-conditioned for the POD basis and not for the annular Zernike basis.
What would settle it
Add the inertial and slewing loads the paper names as future work to the finite-element library, rerun the leave-one-out pipeline, and check whether the held-out worst-case residual stays below 5 µm; alternatively, compare the POD reconstruction against photogrammetry or holography measurements on the real structure under varied elevation and wind, and look for any measured deformation mode with negligible overlap with the POD subspace.
Extended reading notes
Core claim
The central claim is that a structure-specific, data-driven POD basis dramatically outperforms the conventional analytic annular Zernike basis for sparse surface reconstruction of a large active reflector. With 50 sensors and 20 modes, the POD basis reconstructs all 100 load cases under leave-one-out cross-validation to a median of 2.4 µm and a worst case of 2.7 µm rms, whereas the Zernike basis reaches a comparable median of 3.7 µm but a worst case of 176.4 µm, driven entirely by gravitational load cases. The paper also finds that the 5 µm reconstruction target is first met at 30 sensors with 20 modes, and that even when gravitational cases are excluded from the statistics, no Zernike configuration up to 250 sensors and 50 modes meets the target for all load cases.
Load-bearing premise
The 100 simulated load cases (6 gravity, 16 thermal, 78 wind) are treated as standing in for every deformation the telescope will actually experience; if real-world loads produce shapes outside that library, the reported error bound no longer applies.
Editorial extensions
If this is right
- A 30–50 sensor active-surface system could satisfy the reconstruction requirement for AtLAST's back-up structure, replacing a hypothetical system with several hundred sensors.
- The data-driven POD basis is necessary for this performance; annular Zernike modes cannot represent gravitational deformation shapes even with up to 250 sensors and 50 modes.
- Reconstruction residuals fall as sensor count grows until the coefficient estimate becomes noise-limited, and the mode truncation $k$ sets an irreducible floor.
- If gravitational deformation is captured by the sensors, holographic calibration of the surface may be needed at a single elevation angle rather than across the full elevation range.
- The framework applies to any structure for which representative load cases can be computed, including measured photogrammetry or holography data as an alternative to finite-element analysis.
Reading between the lines
- Going beyond the paper, the same POD-plus-greedy pipeline should transfer to other large structures, such as panel-level metrology on other telescopes, provided the load-case library remains representative of real operating conditions.
- The paper's evaluation uses one noise realization per load case, so the reported 2.7 µm worst case may not be a stable bound; a natural extension is to run many noise draws and report confidence intervals, which the authors list as future work.
- If gravity is as repeatable and elevation-dependent as the FEA suggests, the reconstruction approach may make multi-elevation holographic calibration unnecessary, but that claim needs verification on real measured deformation fields rather than simulated ones.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper presents a data-driven framework for placing displacement sensors on the primary reflector of the AtLAST radio telescope and for reconstructing the full deformation field from the sparse sensor readings. A truncated Proper Orthogonal Decomposition (POD) basis is extracted from 100 finite-element load cases (gravity, thermal, wind); sensor locations are chosen greedily by I-optimality with subsequent swap refinement; and the reconstruction is performed by least-squares fitting of the noisy simulated sensor readings to the basis. The central numerical claim is that with 50 sensors, 20 POD modes, and 5 μm rms sensor noise, leave-one-out cross-validation yields per-load-case reconstruction residuals below 2.7 μm rms (median 2.4 μm), meeting the stated 5 μm BUS-level target, while an annular Zernike basis fails on the large gravitational deformation cases. The paper is clearly written and explicitly acknowledges several limitations, including the fact that the evaluation concerns the Back-Up Structure only and that inertial and slewing loads are not yet included in the load-case library.
Significance. If the quantitative claim survives a stricter validation protocol, the result is practically significant for the AtLAST active-surface concept: it suggests that a modest number of displacement sensors, on the order of 30 to 50, may suffice for closed-loop surface reconstruction, and it quantifies the advantage of a data-driven POD basis over a conventional analytic Zernike basis. The manuscript has clear strengths: the comparison with an analytic basis is illuminating, the authors are transparent about the BUS-only scope, and the figures are consistent with the reported numbers. The paper does not ship code or data, so independent reproduction is not immediate, but the methodological description is sufficiently detailed to be implementable. The main open question is whether the headline residual is robust under a fully nested cross-validation and under repeated noise realizations.
major comments (3)
- [Sec. 2.5, Fig. 4a] The leave-one-out protocol is not fully nested: while the POD basis is recomputed on the M−1 training snapshots, the text states that 'the sensor positions determined once on the full set are retained.' Consequently, the held-out load case has already participated in the greedy I-optimal sensor selection and swap refinement of Sec. 2.2. The headline worst-case residual of 2.7 μm is therefore an estimate for deformations whose sensor layout was informed by the very deformation pattern being reconstructed. This is a selection leak, not a violation of the stated assumptions, and its magnitude is not bounded in the paper. Please run a nested LOOCV in which both the POD basis and the sensor positions are recomputed inside each fold, or at least for a representative subset of folds, and report the resulting worst-case residual. The sentence in Sec. 2.5 claiming that this 'tests reconstruction on genuinely unseen deformations' is misleading in this respect.
- [Sec. 2.3 and Sec. 3, Figs. 4–7] All quantitative results are based on a single Gaussian noise realization per load case. The reported worst-case residual of 2.7 μm is a single draw from the noise distribution, and the per-load-case reconstruction noise is not negligible when N=50 and σ=5 μm. The outlook acknowledges that repeated realizations are planned, but the central quantitative claim should not rest on one seed. Please repeat the evaluation over many independent noise realizations and report the distribution, or at least the worst-case residual over realizations, for the configurations shown in Figs. 4 and 5.
- [Sec. 2.1 and Sec. 4] The 100 FEA load cases define the deformation space, and the reported residuals are meaningful only for deformations inside or near the span of that library. The paper lists inertial and slewing loads as future work, so the abstract's phrase 'reconstructs all load cases' refers to the simulated library, not to a guaranteed operational envelope. This conditionality should be stated more prominently, and, if feasible, a validation case from a distinct physical load category should be added to demonstrate that the POD subspace generalizes beyond the training library. Without such a test, the 2.7 μm number is best interpreted as an interpolation bound for the given load-case library rather than a prediction bound for arbitrary operational deformations.
minor comments (4)
- [Sec. 3, Fig. 5] The text states that the POD basis is evaluated for k ∈ {10,20,30}, but the legend of Fig. 5a shows k = 10, 20, and 50. Please reconcile the text and the figure.
- [Sec. 2.2] The sentence 'As analysis showed, that results do not differ too much in terms of the optimization criterium' contains a grammatical error and a typo ('criterium' → 'criterion').
- [Sec. 2.5] The phrase 'This tests reconstruction on genuinely unseen deformations' should be qualified, as discussed in Major Comment 1; at minimum, the sentence should state that the sensor geometry is kept fixed and was selected using the full set.
- [Sec. 1 and Sec. 2.1] The abstract and introduction refer to 'surface deformation' of the primary reflector, while the evaluation is performed on the BUS nodes only. The paper does state this in Sec. 2.1, but the title and abstract could be slightly more explicit that the 2.7 μm figure concerns the BUS contribution, not the full optical surface error including panels and M2.
Circularity Check
Sensor placement is fitted on the full 100-case library and retained in LOOCV, so the 2.7 µm worst case is in-sample for the sensor layout.
-
fitted input called prediction
[Sec. 2.5 Performance evaluation and Sec. 3.1 Reconstruction performance]
"the POD basis is recomputed from the remaining M−1 snapshots, while the sensor positions determined once on the full set are retained to reduce computational effort. The held-out load case is then reconstructed from its simulated sensor readings using the fold-specific basis. This tests reconstruction on genuinely unseen deformations while keeping the sensor geometry fixed."
The greedy I-optimal sensor selection in Sec. 2.2 is applied to the full snapshot matrix SFEA, so in every LOOCV fold the held-out load case j contributes to choosing the sensor rows of Ψ. The LOOCV only re-estimates the POD basis from the M−1 training snapshots; the measurement geometry is fitted using all M cases, including the one being 'predicted'. The residual rj = sj − s_hat_j (Eq. 7) is therefore computed with sensor positions that have already seen sj. The abstract's 'reconstructs all load cases ... to below 2.7 µm' is an in-sample statement with respect to sensor placement; the phrase 'genuinely unseen deformations' applies only to the basis coefficients, not to the sensor layout.
full rationale
The main circularity is a selection leak in the LOOCV protocol: the POD basis is honestly re-computed per fold, but the sensor positions are fitted once on the full set and reused, so each held-out load case participates in the sensor-placement fit. The paper's own Sec. 2.5 states this explicitly. As a result, the headline POD result (Fig. 4a, Sec. 3.1) measures reconstruction of deformations whose measurement geometry was optimized with knowledge of them; it is not a fully out-of-sample validation. The magnitude is likely modest because one case out of 100 has limited influence, but the paper provides no bound for a sensor layout selected without seeing the target case. The annular Zernike comparison is independent (fixed analytic basis, all cases evaluated directly), and the framework is otherwise self-contained, with no load-bearing self-citation: the AtLAST design requirements are cited context, not used to force the method's output. The reported residual is not definitionally equal to the input, but the 'prediction' claim overstates the validation because the sensor geometry is fitted input.
Assumptions & free parameters
free parameters (4)
- Sensor noise standard deviation =
5 µm rms
- Mode truncation k =
20 modes (headline; sweep over 10/20/30)
- Sensor count N =
50 sensors (headline; sweep over 30-250)
- Reconstruction target =
5 µm rms
assumptions (6)
- domain assumption FEA load cases are representative of the true deformation space
- domain assumption BUS deformation is dominated by low-order modes captured by the truncated POD basis
- ad hoc to paper Sensor noise is independent Gaussian with known sigma
- domain assumption FEA grid nodes are physically reasonable sensor positions
- ad hoc to paper LOOCV with fixed sensor positions gives an unbiased performance estimate
- standard math Annular Zernike polynomials can be numerically orthonormalized on the discrete grid
Cite this review
Pith. "Pith review of Optimizing Wavefront-Deformation Sensor Placement for Active Radio-Telescope Surfaces." pith.science (2026). https://pith.science/paper/AL7SGTTA
@misc{pith2026260809237,
author = {Pith},
title = {Pith review of: Optimizing Wavefront-Deformation Sensor Placement for Active Radio-Telescope Surfaces},
year = {2026},
howpublished = {\url{https://pith.science/paper/AL7SGTTA}},
note = {Machine review of arXiv:2608.09237}
}
abstract
Next-generation high-frequency radio telescopes require primary-surface accuracies that passive structures alone cannot reliably achieve. The Atacama Large Aperture Submillimeter Telescope (AtLAST), a 50 m single-dish concept operating up to $\approx$ 1 THz, imposes a $\approx$ 20 $\mu$m rms surface-accuracy requirement across its full aperture. This is practically unattainable for a purely passive reflector subject to gravitational, thermal, and wind-induced deformation. Closed-loop active collimation and surface control are therefore imperative, which in turn requires the deformation field to be known across the full aperture in real time. Measuring it directly at the necessary resolution across the complete surface is, however, hardly feasible; instead, the current AtLAST concept development foresees reconstructing the surface from a limited set of discrete sensor positions. An algorithmic framework is presented that optimizes the number and placement of these sensors to maximize the reconstructability of the deformation field. Finite-element analysis (FEA) load cases (gravity, thermal, wind) define the deformation space, from which a data-driven Proper Orthogonal Decomposition (POD) basis is derived; sensor positions are then chosen by a greedy optimization algorithm and then assessed via leave-one-out cross-validation. Applied to FEA deformations of AtLAST's Back-Up Structure (BUS), and assuming a sensor noise of 5 $\mu$m rms, the method reconstructs all load cases with 50 sensors to below 2.7 $\mu$m rms (worst case) residual (BUS-) surface error.
Figures
Figures from the paper (4 more)
Reference graph
Works this paper leans on
-
[1]
The conceptual design of the 50-meter Atacama Large Aperture Submillimeter Telescope (AtLAST)
T. Mroczkowski and P. A. Gallardo and M. Timpe and A. Kiselev and M. Groh and H. Kaercher and M. Reichert and C. Cicone and R. Puddu and P. Dubois-dit-Bonclaude and D. Bok and E. Dahl and M. Macintosh and S. Dicker and I. Viole and S. Sartori and G. Design of the 50-meter. arXiv e-prints , year =. 2402.18645 , note =
- [2]
-
[3]
Cicone, Claudia and Mroczkowski, Tony and Hatziminaoglou, Evanthia and Reichert, Matthias and Sartori, Sabrina and Saintonge, Amelie and Klaassen, Pamela and Montenegro-Montes, Francisco and Timpe, Martin and Kiselev, Aleksej and others , journal =. The. 2026 , eprint =
work page 2026
-
[4]
Astronomy & Astrophysics , volume=
The conceptual design of the 50-meter atacama large aperture submillimeter telescope (atlast) , author=. Astronomy & Astrophysics , volume=. 2025 , publisher=
work page 2025
-
[5]
P. D. Klaassen and T. K. Mroczkowski and C. Cicone and E. Hatziminaoglou and S. Sartori and C. The. Proc.\ SPIE , volume =. 2020 , doi =
work page 2020
- [6]
- [7]
-
[8]
K. Manohar and B. W. Brunton and J. N. Kutz and S. L. Brunton , title =. IEEE Control Systems Magazine , volume =. 2018 , doi =
work page 2018
Show all 19 references
-
[9]
Pukelsheim , title =
F. Pukelsheim , title =. 2006 , doi =
2006
-
[10]
G. A. Chanan and M. Troy and F. G. Dekens and S. Michaels and J. Nelson and T. Mast and D. Kirkman , title =. Applied Optics , volume =. 1998 , doi =
1998
-
[11]
V. N. Mahajan , title =. Journal of the Optical Society of America , volume =. 1981 , doi =
1981
-
[12]
Attoli and others , title =
A. Attoli and others , title =. Proc.\ SPIE , volume =
-
[13]
F. P. Schloerb and others , title =. Proc.\ SPIE , volume =
-
[14]
Tamura and others , title =
Y. Tamura and others , title =. Proc.\ SPIE , volume =
-
[15]
Cheng and B
W. Cheng and B. Wang and H. Wang and Y. Zuo and X. Zhang and W. Liu and D. Lu and others , title =. IEEE Transactions on Microwave Theory and Techniques , year =
-
[16]
Ramasawmy and P
J. Ramasawmy and P. D. Klaassen and C. Cicone and T. K. Mroczkowski and C.-C. Chen and T. Cornish and E. The. Proc.\ SPIE , volume =. 2022 , doi =
2022
-
[17]
Ground-based and Airborne Telescopes X , volume=
Technical requirements flow-down for the concept design of the novel 50-meter Atacama Large Aperture Submm Telescope (AtLAST) , author=. Ground-based and Airborne Telescopes X , volume=. 2024 , organization=
2024
-
[18]
Cicone and T
C. Cicone and T. Mroczkowski and E. Hatziminaoglou and M. Reichert and S. Sartori and A. Saintonge and P. Klaassen and F. Montenegro-Montes and M. Timpe and A. Kiselev and others , title =. Proc.\ SPIE , volume =. 2026 , note =
2026
-
[19]
Upton and B
R. Upton and B. Ellerbroek , title =. Optics Letters , volume =. 2004 , doi =
2004
Reviewed August 11, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.