{"id":"d75c9a90-b08d-4697-a7ab-28802bded9c6","arxiv_id":"1908.01284","paper_version":2,"verdict":"REJECT","confidence":"MODERATE","novelty_score":3.0,"correctness_risk":"high","formal_verification":"none","parameter_count":0,"one_line_summary":"A dense-scan microscope image can be recovered at finer-than-spot resolution by solving the convolution equation directly instead of filtering, if the surrounding area is known and the data are noiseless.","lead":"Microscopy preprint proposes \"Solving Equations after Dense Scan\" (SEDS), which recovers a high-resolution image by solving a linear system built from dense scans of only the region of interest. It is worth a look as a claimed efficiency gain over deconvolution-based super-resolution, though the supporting experiments are idealized simulations.","discovery_kind":"extension","skeptic_critique":{"model":"deepseek-v4-flash","headline":"No noise or conditioning analysis; 'exact' recovery is an artifact of solving the same noiseless convolution model used to generate the data, and 'unlimited resolution' fails as the linear system becomes ill-conditioned.","rationale":"The reader's verdict of REJECT is correct. The weakest assumption identified by the reader, namely that the measured brightness equals an exact noise-free convolution, is certainly load-bearing. My stress-test adds a more specific and even more robust objection: even if that model were exactly true, the method is an ill-conditioned inverse problem, and the claimed 'exact' and 'unlimited' resolution cannot survive real noisy measurements. This is not a disagreement with the reader but a strengthening of the same conclusion. I choose 'partial' agreement because the reader's stated weakest assumption focuses on the model's external validity, while my primary concern is internal stability under the paper's own idealization. Both point to the same verdict: the paper's central claim is unsupported for real microscopy. The proposed concrete test, adding noise and measuring condition numbers, would directly falsify the claim and is simple to perform on the existing simulation setup. Therefore no change to the reader's verdict is warranted.","tokens_in":4381,"tokens_out":5913,"duration_ms":62515,"concrete_test":"Re-run the second simulation (spot 101x101, ROI 60x60) but add Gaussian noise to the synthetic S vector at a realistic level, e.g., 1% of the mean signal, then solve the exact system with a stable direct solver and compute the relative error between the recovered E and the true E. Also compute the condition number of A for scan steps of 0.1 nm, 0.05 nm, and 0.01 nm while keeping the physical spot size fixed. If the error grows by orders of magnitude as the step decreases or as noise is added, the claim of exact and unlimited resolution fails.","verdict_should_be":"UNCHANGED","load_bearing_attack":"The central claim that the solution of the equation system is 'exactly the sharp and high resolution image' rests on Eq. (1) being an exact, noise-free discrete convolution with a known spot and known zero padding outside the ROI. The two simulations are generated by the same equation the solver then inverts, so they demonstrate only that a noiseless linear solve recovers the input, not that a microscope measurement would. Even if the model in Eq. (1) is accepted, the method is an unregularized deconvolution. For a fixed physical spot, decreasing the scan step increases the condition number of the convolution matrix A: adjacent scan positions produce nearly identical brightness sums, so small measurement noise is amplified enormously in the recovered E. The paper provides no noise analysis, no condition-number estimate, and no regularization. The claim of 'unlimited high resolution in principle' is therefore false for any real measurement: the reconstruction error grows without bound as the step shrinks, even if the noiseless system remains invertible. The boundary requirement that peripheral areas be made optically zero is also physically unvalidated; the paper only asserts it can be done. These issues are load-bearing because they concern whether the method works on a real microscope, which is the paper's central promise.","agreement_with_reader":"partial"},"referee_report":{"model":"deepseek-v4-flash","summary":"The paper proposes a super-resolution microscopy approach called SEDS (Solving Equations after Dense Scan). After preprocessing the sample so that areas outside the region of interest (ROI) are optically zero, the ROI is scanned densely with a known illumination spot. Each measured brightness value S(i,j) is modeled as a discrete convolution of the unknown high-resolution image E with the spot I, leading to a square linear system of R*C equations in R*C unknowns. The claimed contribution is that solving this system exactly recovers the sharp high-resolution image of the ROI without scanning the periphery, which is said to be more efficient than the existing DDS method and, in principle, capable of unlimited resolution. Two simulations, one with a 3x3-pixel spot and one with a 101x101-pixel spot, show that the recovered image matches the expected image to within tiny numerical differences.","tokens_in":4593,"tokens_out":4531,"duration_ms":49033,"significance":"If the method worked as claimed, it would offer a modest practical improvement over deconvolution-after-dense-scan by avoiding the need to scan peripheral areas. The manuscript clearly states the forward model and the linear-system formulation, and it explicitly acknowledges a degenerate case. However, the current evidence is only self-consistency: the simulated measurements are generated from the very same convolution equation that is then inverted. No noise, no conditioning analysis, no experimental data, and no validation against a different forward model are provided. The central claim of 'unlimited high resolution in principle' is not supported and is, in fact, contradicted by the ill-conditioning that inevitably arises as the scan step shrinks. As a result, the significance for real microscopy is currently unestablished.","major_comments":[{"comment":"The assertion that the solution of the equation system is 'exactly the sharp and high resolution image' rests entirely on the assumption that Eq. (1) is an exact, noise-free representation of the measurement and that the R*C coefficient matrix is nonsingular. The paper only counts equations and unknowns to argue solvability; it provides no proof of nonsingularity or conditioning for realistic spots. Indeed, the admitted degenerate case of a constant spot shows that nonsingularity is not guaranteed, and smooth realistic spots (e.g., Gaussian) will produce near-singular matrices as the scan step becomes much smaller than the spot, making 'exact' recovery impossible in practice with any finite precision arithmetic.","section":"Equation (1) and following paragraph"},{"comment":"The two validation experiments are circular. The 'expected image' is used in a simulated imaging procedure that applies the same convolution relationship as Eq. (1), and then the proposed solver recovers the image by solving that same equation. The reported differences of 8.03e-12 and 1.11e-06 are merely numerical solve residuals, not evidence that the method would recover the true structure from a real microscope measurement. To substantiate the effectiveness claim, the authors need to test with noisy measurements, with an unknown or perturbed spot function, or with a more realistic optical forward model that differs from the inversion model.","section":"Simulation experiments (Fig. 4 and Fig. 5)"},{"comment":"The claim that 'the proposed approach can actually achieve unlimited high resolution in principle' is unsupported and is mathematically misleading. For a fixed physical spot, reducing the scanning step increases the linear dependence among rows of the coefficient matrix A in A*x=b, so the condition number grows and the unregularized solution becomes increasingly sensitive to measurement noise. In any real measurement with noise, the reconstruction error will grow without bound as the step tends to zero. A conditioning analysis or at least a numerical condition-number study is required before such a claim can be made.","section":"Final paragraph before the Summary"},{"comment":"The boundary assumption that the optical property of peripheral areas is made zero (or known) is asserted without any experimental support or physical justification. In fluorescence and reflection microscopy, rendering an extended region completely non-emitting or non-reflecting is highly nontrivial. If the peripheral values are not exactly zero, the zero-padding used in Eq. (2) is an uncontrolled source of model error that can dominate the recovery. The paper should either demonstrate this preprocessing experimentally or analyze the sensitivity of the solution to violations of the zero-boundary assumption.","section":"Preprocessing stage (Section 2)"}],"minor_comments":[{"comment":"The bounds of the summation indices u and v are not explicitly defined; the spot size and the indexing conventions (e.g., negative indices) should be stated clearly.","section":"Equation (2)"},{"comment":"The abbreviation DDS is introduced but the related work citation 'Xie, Y. (2019). Improving the resolution of microscope by deconvolution after dense scan. arXiv.' is incomplete; a full arXiv identifier or journal reference should be provided.","section":"Abstract and Introduction"},{"comment":"The figures are referenced but not presented in the text; the reader cannot see the claimed visual similarity between the expected and recovered images. The 'averaged difference of pixels' metric should be defined, and ideally supplemented with standard image-quality metrics such as PSNR or SSIM.","section":"Figs. 3-5"},{"comment":"The efficiency gain is quantified only by the number of scanned footprints. The computational cost of solving a dense R*C by R*C linear system, which is O((RC)^3) without special structure, should be discussed and compared with the cost of DDS filtering, especially for large images.","section":"Efficiency comparison"}],"recommendation":"reject","confidential_remarks":"The manuscript is a preliminary formulation of a deconvolution-based idea, but its validation is entirely circular and it lacks any noise or conditioning analysis. The strongest advertised claim, 'unlimited high resolution in principle', is not defensible. If the editor is inclined to be constructive, the authors should be asked to add noise-robustness analysis, a non-circular validation, and a careful discussion of resolution limits, but as it stands the paper does not meet the standard for publication."},"author_rebuttal":null,"desk_editor":{"model":"deepseek-v4-flash","letter":"A quick read of arXiv:1908.01284. It's a short proposal to replace the filtering step in DDS with a direct linear solve, scanning only the ROI while assuming the periphery is optically zero. The forward model in Eq. (1) is correctly written for a noiseless, shift-invariant, known spot. The observation that you only need to scan the ROI if the boundary is exactly known is the one practical kernel here, and it might save scans in a niche setting if the boundary condition can actually be enforced on a real microscope. That is the paper's only real contribution.\n\nThe rest is standard textbook deconvolution, and the paper is honest enough to cite Lay et al. for the linear algebra. The two simulations are self-consistency checks: the data are generated from the same convolution equation the solver inverts, so agreement at the 1e-6 level just confirms that the code solves its own forward model. No independent validation.\n\nThe soft spots are load-bearing. There is no noise model, no conditioning analysis, and no regularization. For a fixed spot, reducing the scan step makes adjacent rows of the system nearly identical, so the condition number of A blows up; any measurement noise is violently amplified. The claim that 'unlimited high resolution in principle' is therefore false for any real signal. The boundary assumption—that peripheral areas can be made optically zero—is asserted but not demonstrated, and it is essential to the square system. The efficiency comparison also ignores the cost of solving an R*C by R*C system, which for the 260x260 example would dominate the saved scan time.\n\nIs it a serious thinker? Yes, in the limited sense that the model is set up clearly and the extreme-case caveat shows some care. But the missing analysis is not a minor omission; it kills the central promise. For a microscopy journal I would desk reject. The idea could perhaps be repackaged as a short note if the author adds realistic noise, computes condition numbers, and tests on a real dataset with an empirically measured PSF. As it stands, it's not there.\n\nIn short: not worth referee time in its current form. If you see it in a general venue, I'd skip it.","headline":"A sincere but naive methods note: the linear algebra is standard, the ROI-only scan idea is mildly useful, but the exact-recovery and unlimited-resolution claims die on first contact with noise.","tokens_in":5111,"tokens_out":2666,"would_cite":false,"duration_ms":28984,"reading_group":"maybe","serious_thinker":"yes","would_accept_peer_review":false},"rs_alignment":null,"lean_confirmation":null,"pith_extraction":{"msc":[],"pacs":[],"model":"deepseek-v4-flash","headline":"A square linear system built from dense scans of only the region of interest recovers the sharp high-resolution image exactly, making peripheral scanning unnecessary.","keywords":["super-resolution microscopy","deconvolution","dense scan","linear equation system","region of interest","illumination spot","STED","image reconstruction"],"falsifier":"Compute the condition number of the matrix $A$ for the $101\\times101$ spot and $60\\times60$ ROI used in the second experiment; if the condition number times the measurement noise exceeds one, the solved image will not track the true image, refuting exact recovery outside the noise-free simulation. A direct experiment would add Poisson noise to each simulated $S(i,j)$ and watch the recovery error grow with the noise level.","tokens_in":4144,"feed_emoji":"🔬","tokens_out":8150,"duration_ms":77559,"temperature":0.7,"pith_summary":"Using a known illumination spot and a dense scan that visits only the region of interest (ROI), the paper builds one brightness equation per scan position and claims that the exact solution of the resulting square linear system is the sharp, high-resolution image. This removes the need, present in an earlier dense-scan deconvolution technique, to scan a peripheral border around the ROI before filtering. Two simulated experiments recover simulated ground-truth images to average pixel differences of about $8.03\\times10^{-12}$ at a $3\\,\\mathrm{nm}$ step and $1.11\\times10^{-6}$ at a $0.1\\,\\mathrm{nm}$ step, with the spot larger than the ROI in the second case. The paper concludes that the approach can reach arbitrarily high resolution in principle because only the ROI's own pixels must be scanned no matter how fine the step becomes.","feed_headline":"ROI-only scans can beat the spot size by solving equations","feed_subtitle":"A dense scan of only the ROI then solving a linear system recovers sharp images and skips peripheral scanning entirely.","key_machinery":"The load-bearing object is the square linear system assembled from Eq. (1). Each dense-scan measurement at spot center $(i,j)$ is written as the sum over the pixel-wise product of the known illumination spot $I$ and the unknown image $E$, so the matrix $A$ has one row per scan position and one column per unknown image pixel, and the system takes the form $Ax=b$. The zero-periphery preprocessing guarantees that every equation references only pixels inside the ROI, which is what makes the system square and, in the idealized model, exactly invertible. This mechanism replaces the filtering-based deconvolution of the earlier dense-scan method and is what lets the paper drop the peripheral scan.","core_discovery":"The central claim is that deconvolution after dense scan can be replaced by solving an equation system, and that the solution of that system is exactly the sharp and high-resolution image. The measurements are modeled by Eq. (1), $S(i,j)=\\sum_u\\sum_v I(u,v)E(i+u,j+v)$, where $I$ is the known illumination spot centered at $(i,j)$ and $E$ is the unknown image. Because preprocessing makes the optical response outside the ROI zero, the sums involve only the $R\\cdot C$ unknown pixels, giving $R\\cdot C$ equations in $R\\cdot C$ unknowns. On the paper's idealized model this is an exact convolution inversion rather than an approximate filtering operation, so peripheral scanning is unnecessary. The paper further claims that, in principle, the achievable resolution is unlimited because the dense step can be made arbitrarily small while the number of scanned positions remains the ROI's pixel count.","pith_inferences":["The exactness of the recovered image is an artifact of the noiseless discrete convolution model; under real detector noise the conditioning of $A$ will determine whether the solve is stable, so an error bound involving the condition number would turn the claim into a practical guarantee.","A testable extension is to apply SEDS to real confocal or STED image stacks with a measured point-spread function and a photobleached or absorbing boundary, comparing the solve against Wiener-filter deconvolution on the same ROI.","If the near-zero peripheral condition is only approximate, boundary leakage enters the right-hand side $b$; quantifying this sensitivity would give a required silence level for the preprocessing stage.","The 'unlimited resolution in principle' claim depends on an arbitrarily fine scan with no noise; in practice, scan precision and photon noise set a floor, so the practical claim is more naturally stated as resolution limited by scan mechanics rather than by spot size."],"forward_implications":["For an ROI with $R\\cdot C$ pixels, exactly $R\\cdot C$ scan positions are needed regardless of spot diameter, so the savings over scanning a surrounding border grow as the demanded resolution (and hence the spot-to-step ratio) grows.","The recovered image's resolution is set by the scan step, not by the spot size; the second experiment recovers a $0.1\\,\\mathrm{nm/pixel}$ image from a spot about one hundred times larger.","The peripheral area only needs to be made optically silent or known, not scanned, shifting the experimental burden from acquisition time to sample preparation.","The same equation-solving pipeline applies to any scanning microscope with a known, shift-invariant illumination spot, so it can be layered on existing super-resolution scanning schemes."],"supporting_citations":[{"why":"Defines the dense-scan deconvolution technique (DDS) that SEDS modifies; supplies the baseline whose peripheral-scan requirement is removed.","marker":"Xie 2019"},{"why":"Establishes the smaller-than-Airy-disk illumination-spot scanning idea that motivates resolving below the spot.","marker":"Hell and Wichmann 1994"},{"why":"Provides the inverse and Wiener filtering deconvolution approaches that require peripheral areas; the comparative target SEDS replaces.","marker":"Gonzalez and Woods 2014"},{"why":"Supplies the linear-algebra basis for solving a square system of equations in the unknown image pixels.","marker":"Lay, Lay et al. 2015"},{"why":"Supports the remark that building additional equations from peripheral scans, when available, can help solve the system.","marker":"Sheffield 2019"}],"fun_headline_variants":["ROI-only dense scan plus equation solving improves resolution","Skip peripheral scanning by solving equations for sharp images","Equation-based deconvolution needs only ROI scan","Dense ROI scan, solve linear system, get super-resolution","High-res microscopy from ROI scans via equation solving"],"cache_read_input_tokens":3200,"weakest_assumption_plain":"The approach stands or falls on the assumption that every measured brightness sum is exactly the noiseless discrete convolution of the true image with a known, shift-invariant illumination spot, and that the sample outside the ROI has a known (usually zero) optical response.","fun_headline_variants_meta":{"raw":{"variants":["ROI-only dense scan plus equation solving improves resolution","Skip peripheral scanning by solving equations for sharp images","Equation-based deconvolution needs only ROI scan","Dense ROI scan, solve linear system, get super-resolution","High-res microscopy from ROI scans via equation solving"]},"model":"deepseek-v4-flash","effort":"low","cost_usd":0.00025,"raw_usage":{"total_tokens":1538,"prompt_tokens":914,"completion_tokens":624,"prompt_tokens_details":{"cached_tokens":384},"prompt_cache_hit_tokens":384,"prompt_cache_miss_tokens":530,"completion_tokens_details":{"reasoning_tokens":549}},"tokens_in":530,"tokens_out":624,"duration_ms":7617,"temperature":1.0,"reasoning_tokens":549,"cache_read_input_tokens":384,"cache_creation_input_tokens":0},"cache_creation_input_tokens":0},"created_at":"2026-08-14T15:17:44.418314+00:00","model_set":{"reader":"deepseek-v4-flash"},"falsifier":"Compute the condition number of the matrix $A$ for the $101\\times101$ spot and $60\\times60$ ROI used in the second experiment; if the condition number times the measurement noise exceeds one, the solved image will not track the true image, refuting exact recovery outside the noise-free simulation. A direct experiment would add Poisson noise to each simulated $S(i,j)$ and watch the recovery error grow with the noise level.","supporting_citations":[{"cited_title":"Improving the resolution of microscope by deconvolution after dense scan","cited_arxiv_id":null,"evidence_quote":"Defines the dense-scan deconvolution technique (DDS) that SEDS modifies; supplies the baseline whose peripheral-scan requirement is removed."},{"cited_title":"Breaking the diffraction resolution limit by stimulated emission: stimulated-emission-depletion fluorescence microscopy","cited_arxiv_id":null,"evidence_quote":"Establishes the smaller-than-Airy-disk illumination-spot scanning idea that motivates resolving below the spot."},{"cited_title":null,"cited_arxiv_id":null,"evidence_quote":"Provides the inverse and Wiener filtering deconvolution approaches that require peripheral areas; the comparative target SEDS replaces."},{"cited_title":null,"cited_arxiv_id":null,"evidence_quote":"Supplies the linear-algebra basis for solving a square system of equations in the unknown image pixels."},{"cited_title":"Extracting super-resolution details directly from a diffraction -blurred image or part of its frequency spectrum","cited_arxiv_id":null,"evidence_quote":"Supports the remark that building additional equations from peripheral scans, when available, can help solve the system."}],"review_version":1}