{"id":"ec77c23b-b8a0-4890-a374-02a4d0ffce46","arxiv_id":"2605.29769","paper_version":1,"verdict":"UNVERDICTED","confidence":"LOW","novelty_score":6.0,"correctness_risk":"unknown","formal_verification":"none","parameter_count":0,"one_line_summary":"A hybrid projection-ROM plus DNN error-correction surrogate, with a non-intrusive variant, delivers higher accuracy and lower online cost than existing methods on parametric inviscid Burgers equations.","lead":"The paper proposes a hybrid surrogate model that pairs a small projection-based reduced-order model with a deep neural network trained to correct its errors, plus a non-intrusive version for black-box solvers. Smart generalists might read it to see how physics-based reduction and machine learning can be combined for faster parametric simulations of convection-heavy flows.","discovery_kind":"new_method","skeptic_critique":{"model":"grok-4.3","headline":"DNN error correction for small projection ROMs may fail to generalize reliably when shock locations vary strongly with parameters in convection problems.","rationale":"The reader’s weakest assumption is exactly the load-bearing point. The numerical evidence on two Burgers problems does not yet address the sensitivity of the error field to parameter-induced shock motion, so the UNVERDICTED verdict with low confidence is appropriate; the proposed check would directly test whether the assumption survives.","tokens_in":1794,"tokens_out":349,"duration_ms":21545,"concrete_test":"For the 2D inviscid Burgers test, recompute the hybrid surrogate using only the parameter samples whose shock locations lie inside a strict sub-interval of the original training range; evaluate L2 error on the complementary parameter values. If the out-of-range error exceeds the in-range error by more than a factor of three while keeping the same ROM dimension and network architecture, the learnability assumption does not hold.","verdict_should_be":"UNCHANGED","load_bearing_attack":"The central claim requires that the error field between a low-dimensional linear projection ROM and the full-order solution be accurately approximable by a DNN over the entire parameter domain, allowing the ROM dimension to stay small. In the tested inviscid Burgers cases the solution develops parameter-dependent discontinuities; the resulting error is therefore a highly non-smooth function of the parameters. Nothing in the construction (sequential offline training of ROM then DNN, or the non-intrusive variant) supplies a mechanism that guarantees the DNN will capture this variation without a rapid growth in network size or training samples. If that occurs, the claimed advantage of a “small reduced dimension” plus “lighter neural network” disappears.","agreement_with_reader":"agree"},"referee_report":{"model":"grok-4.3","summary":"The manuscript proposes a hybrid surrogate modeling approach for convection-dominated parametric PDE problems. It combines a projection-based reduced-order model (ROM) with a deep neural network (DNN) that learns and corrects the error between the ROM approximation and the full-order solution. A non-intrusive variant is introduced for black-box solvers. Both are tested on the 1D and 2D inviscid Burgers equations with one or two parameters, claiming higher accuracy and substantially reduced online prediction time relative to state-of-the-art MOR and pure deep-learning methods.","tokens_in":1948,"tokens_out":531,"duration_ms":22720,"significance":"If the central numerical claims hold under broader testing, the work would offer a pragmatic middle path between linear projection ROMs (which suffer from slow n-width decay in convection problems) and fully nonlinear or data-driven surrogates. The sequential offline construction, the ability to retain a small ROM dimension, and the lighter network in the non-intrusive case are presented as practical advantages over nonlinear-manifold or pure-DNN alternatives.","major_comments":[{"comment":"§4 (Numerical experiments on 1D/2D inviscid Burgers): the reported results do not include an ablation on DNN size, training-sample count, or generalization error as the parameter domain is enlarged or shock locations vary more strongly. This directly bears on the central claim that the ROM dimension can be kept small while the DNN correction remains reliable and lightweight.","section":"§4"},{"comment":"§3 (Methodology): no a-priori bound, regularity assumption, or numerical diagnostic is supplied on how well a DNN can approximate the parameter-dependent error field when the underlying solution contains moving discontinuities. Without this, the assertion that the hybrid construction overcomes the drawbacks of linear MOR for convection problems remains unverified.","section":"§3"}],"minor_comments":[{"comment":"The abstract states that the methods exhibit \"higher accuracy yet with largely reduced prediction time\" but does not name the concrete error norms or timing metrics used; these should be stated explicitly.","section":"Abstract"},{"comment":"Notation for the error field, the projection operator, and the DNN input/output dimensions should be introduced once and used consistently across sections.","section":null}],"recommendation":"major_revision","confidential_remarks":"The manuscript is primarily a computational methods contribution; the editor may wish to confirm whether its scope aligns with the journal's emphasis on dynamical-systems theory versus numerical analysis."},"author_rebuttal":{"model":"grok-4.3","summary":"We thank the referee for the constructive comments. We address the points below and will incorporate additional numerical ablations to strengthen the experimental section.","responses":[{"response":"We agree that further ablations would strengthen the central claims. In the revised manuscript we will add experiments that vary DNN depth/width, training-sample count, and test generalization on enlarged parameter domains with more strongly varying shock locations. These will be reported alongside the existing results to confirm that the DNN correction stays reliable and lightweight for small ROM dimensions.","revision_made":"yes","referee_comment":"§4 (Numerical experiments on 1D/2D inviscid Burgers): the reported results do not include an ablation on DNN size, training-sample count, or generalization error as the parameter domain is enlarged or shock locations vary more strongly. This directly bears on the central claim that the ROM dimension can be kept small while the DNN correction remains reliable and lightweight."},{"response":"The manuscript is a numerical study whose primary contribution is the hybrid construction and its practical performance. No a-priori bounds are supplied because deriving rigorous approximation guarantees for DNNs on parameter-dependent discontinuous error fields lies outside the paper’s scope. The 1-D and 2-D inviscid Burgers tests already contain moving discontinuities; the reported error norms and online timings serve as the numerical diagnostics that the DNN correction is effective, thereby supporting the practical advantage over linear MOR on these convection-dominated problems.","revision_made":"no","referee_comment":"§3 (Methodology): no a-priori bound, regularity assumption, or numerical diagnostic is supplied on how well a DNN can approximate the parameter-dependent error field when the underlying solution contains moving discontinuities. Without this, the assertion that the hybrid construction overcomes the drawbacks of linear MOR for convection problems remains unverified."}],"tokens_in":1477,"tokens_out":399,"duration_ms":31525,"standing_objections":[]},"desk_editor":{"model":"grok-4.3","letter":"The core idea here is a hybrid surrogate that runs a low-dimensional projection ROM and then adds a DNN trained on the difference to the full solution, built in separate offline stages, plus a non-intrusive version that works when the solver is a black box.\n\nWhat stands out as new is the explicit separation of the ROM construction from the error learner and the claim that the non-intrusive path ends up with a lighter network than pure deep-learning surrogates. The motivation from slow Kolmogorov n-width decay in convection flows is standard, but the sequential offline workflow and the black-box variant are presented as a direct response to limitations in both linear MOR and full neural surrogates.\n\nThe paper does a clean job laying out why the hybrid keeps the reduced dimension small while still targeting accuracy on the 1D and 2D inviscid Burgers tests, and it notes the online coupling is straightforward. That part reads as useful engineering for people who already have projection code.\n\nThe soft spots are the lack of any numbers on reduced dimension, network size, training set size, or quantitative error tables in the abstract; without those it is impossible to tell whether the DNN actually captures the parameter-dependent error reliably when shocks move. The stress-test point about non-smooth error fields is reasonable to raise until the results show otherwise. No derivation or stability argument is supplied either.\n\nThis is for the model-order reduction and hybrid physics-ML crowd working on parametric convection or hyperbolic problems. A reader already comfortable with POD-Galerkin and basic feed-forward nets will see the construction clearly and can judge the experiments once they are in hand.\n\nIt deserves peer review so the full implementation details, timing data, and any checks on generalization across the parameter domain can be examined.","headline":"The paper gives a practical hybrid of small projection ROM plus separate DNN error correction for convection parametric problems, with a non-intrusive option, but the abstract leaves the numerical evidence and generalization details thin.","tokens_in":2415,"tokens_out":440,"would_cite":false,"duration_ms":24015,"reading_group":"maybe","serious_thinker":"yes","would_accept_peer_review":true},"rs_alignment":null,"lean_confirmation":null,"pith_extraction":{"msc":[],"pacs":[],"model":"grok-4.3","headline":"A small projection-based reduced-order model corrected by neural-network error learning yields accurate fast surrogates for convection-dominated parametric problems.","keywords":["surrogate modeling","reduced-order model","deep neural network","error correction","convection-dominated","parametric problems","Burgers equation","model order reduction"],"falsifier":"On the 2D inviscid Burgers' test case, if the hybrid model's error on held-out parameter values exceeds the error of the uncorrected small ROM, the performance advantage claim would be refuted.","tokens_in":2708,"feed_emoji":"","tokens_out":652,"duration_ms":27058,"temperature":0.7,"pith_summary":"The paper establishes a hybrid surrogate for convection-dominated parametric problems that pairs a projection-based reduced-order model with error correction learned by a deep neural network. This keeps the reduced dimension small while overcoming the slow Kolmogorov n-width decay that limits standard linear methods. The offline stage constructs the reduced-order model and the network separately; they couple directly for online predictions. A non-intrusive variant is supplied for black-box solvers and uses a lighter network than pure deep-learning surrogates. Demonstrations on one- and two-parameter inviscid Burgers' equations report higher accuracy and lower online time than existing methods.","feed_headline":"Neural error correction lets small ROMs solve convection problems accurately","feed_subtitle":"Hybrid projection model plus learned error correction yields faster online predictions than current methods on parametric Burgers' equations","key_machinery":"The hybrid surrogate formed by a projection-based reduced-order model plus a deep neural network that learns and adds the ROM-to-full-order error function.","core_discovery":"The central claim is that the error between a low-dimensional projection-based reduced-order model and the full-order solution of nonlinear convection-dominated parametric problems can be learned by a deep neural network. Adding this learned correction produces accurate hybrid predictions while the reduced basis stays small. The model and network are built sequentially offline and combined online. The non-intrusive version requires only solution data and employs fewer network parameters than purely data-driven surrogates.","pith_inferences":["The sequential offline training structure could support incremental addition of new parameter samples without retraining the entire surrogate from scratch.","The error-correction principle might apply to other transport-dominated parametric systems where linear reduced bases alone are insufficient.","If the learned error map proves smooth in parameter space, the same network could be reused across similar convection problems with modest retraining."],"forward_implications":["The reduced dimension of the projection-based model can remain small while still delivering high accuracy through the added error correction.","Online prediction time drops substantially relative to full-order solves and to nonlinear manifold methods.","The non-intrusive variant requires a lighter neural network with fewer parameters than pure deep-learning surrogates.","Separate offline construction of the reduced-order model and the network permits modular updates for new parameter regimes."],"fun_headline_variants":["Neural error correction corrects small ROMs for convection parametric problems","Hybrid surrogate pairs ROM with neural error correction for accuracy","Error correction via DNN keeps projection models small in convection flows","Learned error correction enables small basis ROMs for parametric convection"],"cache_read_input_tokens":2112,"weakest_assumption_plain":"The error between the small projection-based reduced-order model and the full solution can be learned reliably by a deep neural network across the parameter range.","fun_headline_variants_meta":{"raw":{"variants":["Neural error correction corrects small ROMs for convection parametric problems","Hybrid surrogate pairs ROM with neural error correction for accuracy","Error correction via DNN keeps projection models small in convection flows","Learned error correction enables small basis ROMs for parametric convection"]},"model":"grok-4.3","cost_usd":0.00832,"raw_usage":{"total_tokens":3812,"prompt_tokens":753,"num_sources_used":0,"completion_tokens":65,"cost_in_usd_ticks":83199500,"prompt_tokens_details":{"text_tokens":753,"audio_tokens":0,"image_tokens":0,"cached_tokens":256},"completion_tokens_details":{"audio_tokens":0,"reasoning_tokens":2994,"accepted_prediction_tokens":0,"rejected_prediction_tokens":0}},"tokens_in":753,"tokens_out":65,"duration_ms":23403,"temperature":1.0,"reasoning_tokens":2994,"cache_read_input_tokens":256,"cache_creation_input_tokens":0},"cache_creation_input_tokens":0},"created_at":"2026-06-29T00:38:08.746302+00:00","model_set":{"reader":"grok-4.3"},"falsifier":"On the 2D inviscid Burgers' test case, if the hybrid model's error on held-out parameter values exceeds the error of the uncorrected small ROM, the performance advantage claim would be refuted.","supporting_citations":[],"review_version":1}