[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"doc-detail-84235-en":3,"doc-seo-84235-105":29,"detail-sidebar-cat-0-en-105":91},{"code":4,"msg":5,"data":6},0,"success",{"doc_id":7,"user_id":8,"nickname":9,"user_avatar":10,"doc_module":4,"category_id":11,"category_name":12,"doc_title":13,"doc_description":14,"doc_content":15,"file_id":16,"file_url":17,"file_type":18,"file_size":19,"view_count":20,"is_deleted":4,"is_public":20,"is_downloadable":20,"audit_status":20,"page_count":21,"language":22,"language_code":23,"site_id":24,"html_lang":23,"table_of_contents":25,"faqs":26,"seo_title":13,"seo_description":14,"update_tm":27,"read_time":28},84235,13056703019662,"Evangeline","https://ap-avatar.wpscdn.com/avatar/be000253a8e92610077?_k=1778726343310543188",8,"Research & Report","Structure-Guided Gauss-Newton Method for Linear Advection-Reaction Equation","Least-squares neural network (LSNN) techniques for linear advection–reaction equations can approximate discontinuous solutions without prior knowledge of interface location, but they produce a non-convex and computationally intensive training problem. This paper introduces a structure-guided Gauss–Newton (SgGN) approach that alternates between linear (output) parameters solved via a linear solver and nonlinear (hidden-layer) parameters updated by a modified Gauss–Newton method that removes GN matrix singularities explicitly. Numerical results on the benchmark problems from prior work show superiority over Adam in both accuracy and cost.","arXiv :2607 .07506v2 [math .NA] 9 Jul 2026  \nSTRUCTURE-GUIDED GAUSS-NEWTON METHOD:  \nLINEAR ADVECTION-REACTION EQUATION  \nZHIQIANG CAI∗ AND C´ESAR HERRERA∗  \nAbstract. The least-squares neural network (LSNN) method introduced in [5] for linear advection-reaction equations is capable of accurately approximating discontinuous solutions without a priori knowledge of the interface location. However, the resulting discretization is a non-convex optimization problem that is computationally intensive and complex. In this paper, we propose a structure-guided Gauss-Newton (SgGN) method that alternates between the linear (output) and the nonlinear (hidden layer) parameters. At each outer iteration, the linear parameters are computed by a linear solver, and the nonlinear parameters are updated by a modified Gauss-Newton (GN) method that explicitly removes the singularities of the GN matrix. Numerical experiments for all test problems presented in [5] show that the SgGN method is superior to the Adam optimizer [13], the commonly used first-order optimization algorithm, not only in computational cost but, more importantly, in accuracy.  \nKey words. Advection-reaction equation, Least-squares method, ReLU neural network, Gauss-Newton method  \n1. Introduction. Let Ω be a bounded open domain in R2 , and let β(x) = (β1 ,β2 )T ∈ C1 (¯Ω)2 and γ ∈ C (¯Ω) be the given advective velocity field and reaction coefficient, respectively. Denote by  \nΓ − = {x ∈ Γ : β (x)·n(x) \u003C 0}  \nthe inflow part of the boundary Γ = ∂Ω, where n (x) is the unit outward vector normal to Γ atx ∈ Γ . Without loss of generality, assume that the magnitude of β(x) is one in Ω, i.e. , |β(x)| = 1 for x ∈ Ω . Consider the following linear advection-reaction equation  \n(1.1) 􀀚 uβ + γuu  fg inon ΩΓ,− ,  \nwhere f ∈ L2 (Ω) and g ∈ L2 (Γ − ) are given scalar-valued functions, and uβ is the directional derivative of u along the direction β defined by  \nu (x) − u 􀀀x − τβ(x)􀀁  \n(1.2) uβ (x) = Dβ u (x) = lim ~~ ~~  \nτ→0 τ .  \nNote that (1.1) holds for discontinuous solutions on discontinuity interfaces, while β · ∇u is invalid (see [15] for details) .  \nDenote the solution space by  \nVβ = 􀀈v ∈ L2 (Ω) : vβ ∈ L2 (Ω) 􀀉 ,  \nequipped with the norm  \n∥v∥β = 􀀀∥v∥20 ,Ω + ∥vβ ∥20 ,Ω 􀀁 1/2 .  \nDenote the weighted L2 (Γ − ) norm on the inflow boundary by  \n∥v∥0 ,β ,Γ − = ZΓ − |β·n|v2 ds! 1/2 .  \nIntroducing the following least-squares functional  \n(1.3) L (v;f) = ∥vβ + γ v − f∥20 ,Ω + ∥v − g∥20 ,β ,Γ − , ∀ v ∈ Vβ  \n∗ Department of Mathematics, Purdue University, West Lafayette, IN ([caiz@purdue.edu](caiz@purdue.edu), [herre125@purdue.edu](herre125@purdue.edu)).  \nwith f = (f, g), then the least-squares formulation of problem (1.1) is to seek u ∈ Vβ such that  \n(1.4) L (u;f) = min L (v;f) .  \nv∈Vβ  \nWhen the solution is smooth, this formulation was studied in [2, 10 , 3], and the coercivity of the homogeneous least-squares functional was established under the assumption that there exists a positive constant γ0 > 0 such that  \n1  \nγ (x) − 2 ∇ · β ≥ γ0 , ∀ x ∈ Ω .  \nThe least-squares ReLU neural network (LSNN) method was introduced in [5] for solving the linear advection-reaction equation in (1.1) with discontinuous solutions. The LSNN is one of the physics-preserving neural network (P2 NN) methods [16] and is specially designed for problems without natural minimization principle. Based on the L2-norm least-squares formulation in (1 .3), this method employs ReLU neural networks (NN) as approximating functions and physics-preserving numerical differentiation operator. Without using a priori knowledge of the discontinuity interface location, the LSNN is capable of approximating discontinuous solutions without oscillation andovershooting. The LSNN method was also developed for scalar nonlinear hyperbolic conservation laws (see [4]) .  \nDespite the impressive approximation capabilities of NNs, the resulting discretization leads to a non-convex optimization problem in the NN parameters. The methods of gradi","cbCairAGyoRyXQIa","https://ap.wps.com/l/cbCairAGyoRyXQIa","pdf",1412586,1,20,"English","en",105,"# Introduction\n## Problem setting and least-squares formulation\n## LSNN background and optimization challenge\n## Gauss–Newton and structure-guided strategy","[{\"question\":\"What limitation does LSNN have when applied to linear advection–reaction equations?\",\"answer\":\"The LSNN discretization leads to a non-convex optimization problem in neural network parameters, making training computationally intensive and complex.\"},{\"question\":\"How does the structure-guided Gauss–Newton (SgGN) method update network parameters?\",\"answer\":\"It alternates: at each outer iteration it computes linear (output) parameters with a linear solver, and updates nonlinear (hidden-layer) parameters using a modified Gauss–Newton method.\"},{\"question\":\"Why is the Gauss–Newton matrix singular, and how does SgGN address it?\",\"answer\":\"The symmetric Gauss–Newton matrix is often singular. SgGN uses the algebraic structure of the shallow ReLU neural network to remove all singularities of the GN matrix at each iteration step.\"}]",1784194246,50,{"code":4,"msg":30,"data":31},"ok",{"site_id":24,"language":23,"slug":32,"title":13,"keywords":33,"description":14,"schema_data":34,"social_meta":86,"head_meta":88,"extra_data":90,"updated_unix":27},"structure-guided-gauss-newton-method-for-linear-advection-reaction-equation","",{"@graph":35,"@context":85},[36,53,68],{"@type":37,"itemListElement":38},"BreadcrumbList",[39,43,47,50],{"item":40,"name":41,"@type":42,"position":20},"https://docshare.wps.com","Home","ListItem",{"item":44,"name":45,"@type":42,"position":46},"https://docshare.wps.com/document/","Document",2,{"item":48,"name":12,"@type":42,"position":49},"https://docshare.wps.com/document/research-report/",3,{"item":51,"name":13,"@type":42,"position":52},"https://docshare.wps.com/document/structure-guided-gauss-newton-method-for-linear-advection-reaction-equation/84235/",4,{"url":51,"name":13,"@type":54,"author":55,"headline":13,"publisher":57,"fileFormat":60,"inLanguage":23,"description":14,"dateModified":61,"datePublished":62,"encodingFormat":60,"isAccessibleForFree":63,"interactionStatistic":64},"DigitalDocument",{"name":9,"@type":56},"Person",{"url":40,"name":58,"@type":59},"DocShare","Organization","application/pdf","2026-07-17","2026-07-16",true,{"@type":65,"interactionType":66,"userInteractionCount":20},"InteractionCounter",{"@type":67},"ViewAction",{"@type":69,"mainEntity":70},"FAQPage",[71,77,81],{"name":72,"@type":73,"acceptedAnswer":74},"What limitation does LSNN have when applied to linear advection–reaction equations?","Question",{"text":75,"@type":76},"The LSNN discretization leads to a non-convex optimization problem in neural network parameters, making training computationally intensive and complex.","Answer",{"name":78,"@type":73,"acceptedAnswer":79},"How does the structure-guided Gauss–Newton (SgGN) method update network parameters?",{"text":80,"@type":76},"It alternates: at each outer iteration it computes linear (output) parameters with a linear solver, and updates nonlinear (hidden-layer) parameters using a modified Gauss–Newton method.",{"name":82,"@type":73,"acceptedAnswer":83},"Why is the Gauss–Newton matrix singular, and how does SgGN address it?",{"text":84,"@type":76},"The symmetric Gauss–Newton matrix is often singular. SgGN uses the algebraic structure of the shallow ReLU neural network to remove all singularities of the GN matrix at each iteration step.","https://schema.org",{"og:url":51,"og:type":87,"og:title":13,"og:site_name":58,"og:description":14},"article",{"robots":89,"canonical":51},"index,follow",{"doc_id":7,"site_id":24},{"code":4,"msg":5,"data":92},[93,97,101,105,110,114,119,122,126,129,133],{"id":20,"doc_module":4,"doc_module_name":45,"category_name":94,"show_sort_weight":95,"slug":96},"Story & Novel",90,"story-novel",{"id":46,"doc_module":4,"doc_module_name":45,"category_name":98,"show_sort_weight":99,"slug":100},"Literature",80,"literature",{"id":52,"doc_module":4,"doc_module_name":45,"category_name":102,"show_sort_weight":103,"slug":104},"Exam",70,"exam",{"id":106,"doc_module":4,"doc_module_name":45,"category_name":107,"show_sort_weight":108,"slug":109},5,"Comic",60,"comic",{"id":111,"doc_module":4,"doc_module_name":45,"category_name":112,"show_sort_weight":28,"slug":113},6,"Technology","technology",{"id":115,"doc_module":4,"doc_module_name":45,"category_name":116,"show_sort_weight":117,"slug":118},7,"Healthcare",40,"healthcare",{"id":11,"doc_module":4,"doc_module_name":45,"category_name":12,"show_sort_weight":120,"slug":121},30,"research-report",{"id":123,"doc_module":4,"doc_module_name":45,"category_name":124,"show_sort_weight":21,"slug":125},9,"Religion & Spirituality","religion-spirituality",{"id":21,"doc_module":4,"doc_module_name":45,"category_name":127,"show_sort_weight":21,"slug":128},"World Cup","world-cup",{"id":130,"doc_module":4,"doc_module_name":45,"category_name":131,"show_sort_weight":130,"slug":132},10,"Lifestyle","lifestyle",{"id":134,"doc_module":4,"doc_module_name":45,"category_name":135,"show_sort_weight":106,"slug":136},19,"General","general"]