Residual-Weighted Optimization Strategy
- Residual-Weighted Optimization Strategy is a broad organizing principle using residual signals to modify loss formulations, sampling distributions, and update magnitudes.
- It employs techniques such as residual expansion, weighted branches in deep networks, and adaptive feedback to refine optimization geometry and reduce variance.
- Empirical studies across tasks like nonconvex least squares, reinforcement learning, and LiDAR registration demonstrate improved convergence and robust performance.
Searching arXiv for the cited papers and closely related residual-weighted methods. Searching for "Residual Expansion Algorithm" and related residual-weighted methods on arXiv. I’m going to look up the core papers by title to ground the article in current arXiv records. Searching arXiv by title. Residual-weighted optimization strategy denotes, in a broad cross-disciplinary sense, a class of methods that use residual information—the discrepancy between observations and model predictions, between consecutive feedback values, between Bellman backups and current value estimates, or between observed outcomes and treatment-free baselines—to modify an objective, a sampling law, a search direction, or an update magnitude. Taken together, the literature suggests a common purpose: residuals are not treated merely as diagnostics, but as active signals that reshape optimization geometry, suppress unreliable constraints, reduce estimator variance, or enlarge the attraction region of desirable solutions. Representative instances include residual expansion for nonconvex least squares, weighted residual branches in very deep networks, one-point online optimization with residual feedback, residual-weighted learning for individualized treatment rules, residual-based adaptivity in neural PDE solvers and operator learning, residual-weighted randomized linear solvers, and weighted Bellman-residual minimization (Ikami et al., 2017, Shen et al., 2016, Zhang et al., 2020, Zhou et al., 2015, Toscano et al., 17 Sep 2025, Coleman, 31 May 2026, Yang et al., 8 Apr 2026).
1. Domain and conceptual scope
The literature does not present a single canonical algorithm under this label. Rather, it presents several mathematically distinct constructions in which a residual determines either how strongly a term contributes to the loss, which coordinates or samples are emphasized, or how far an iterate is allowed to move. This suggests that “residual-weighted optimization strategy” is best understood as an organizing principle rather than a unique method.
| Setting | Residual-weighted object | Representative paper |
|---|---|---|
| Nonconvex least squares | Expanded data | (Ikami et al., 2017) |
| Very deep residual networks | Scalar residual-branch weight | (Shen et al., 2016) |
| One-point online ZO | Consecutive feedback residual in gradient estimator | (Zhang et al., 2020) |
| LiDAR scan registration | Diagonal matrix on ICP residuals | (Carvalho et al., 2 Jun 2026) |
| Individualized treatment rules | Residual weight | (Zhou et al., 2015, Xu et al., 2023) |
| Randomized linear solvers | Sampling probabilities proportional to residual magnitudes | (Coleman, 31 May 2026, Wang et al., 2021) |
| Neural PDE / Bellman residual minimization | Sampling distribution or norm induced by residual transforms | (Toscano et al., 17 Sep 2025, Yang et al., 8 Apr 2026) |
Across these settings, the residual may be Euclidean, probabilistic, geometric, causal, or operator-theoretic. In nonconvex least squares it is the observation-model discrepancy ; in scan registration it is the point-to-plane error ; in treatment learning it is the outcome residual after removing the treatment-free effect; in randomized stationary methods it is the coordinate residual ; and in reinforcement learning it is the Bellman residual or a state-action residual policy perturbation (Ikami et al., 2017, Carvalho et al., 2 Jun 2026, Zhou et al., 2015, Coleman, 31 May 2026, Sohn et al., 2020).
2. Mathematical formulations
A first major formulation uses residuals to deform the objective directly. For a generic nonconvex least-squares problem,
the residual expansion method defines , expands the data to , and solves the surrogate subproblem
0
The intended effect is to “push” the data along the current residual direction so that shallow local minima disappear or become less attractive (Ikami et al., 2017).
A second formulation assigns explicit per-residual weights inside an otherwise standard quadratic or 1-type objective. In semantic-weighted ICP, the unweighted point-to-plane cost 2 is replaced by
3
with 4, where 5 combines surfel stability, a Huber robustifier, and semantic compatibility, and 6 is a fixed class-aware scalar weight (Carvalho et al., 2 Jun 2026). In soft Bellman residual minimization, the residual 7 is measured in a weighted 8-norm through
9
so the weight vector 0 and exponent 1 jointly determine the optimization geometry (Yang et al., 8 Apr 2026).
A third formulation uses residuals to gate a branch or perturbation term. In weighted residual networks,
2
where 3 is a learnable scalar controlling how much of the 4-th block’s residual to add, and the post-addition ReLU on the highway path is removed (Shen et al., 2016). In batch RL, BRPO writes the learned policy as a behavior policy plus a residual,
5
so the state-action-dependent factor 6 acts as a learned residual weight on policy deviation (Sohn et al., 2020).
A fourth formulation uses residuals to define a sampling law or a low-variance estimator. In one-point derivative-free online optimization, the residual-feedback oracle is
7
which reuses the previous function evaluation as a baseline (Zhang et al., 2020). In neural PDE solvers and operator learning, the continuous objective
8
induces the adaptive sampling distribution
9
so residual magnitude directly determines where the optimizer samples or concentrates gradient effort (Toscano et al., 17 Sep 2025).
3. Algorithmic patterns
Despite the heterogeneity of applications, the main algorithmic templates recur. Residual expansion is an outer-inner method: solve or partially solve the original least-squares problem under expanded data, update a residual momentum term
0
form the new expanded data 1, and continue while 2 decreases to 3. The method requires only a routine that solves the original least-squares problem; the extra storage for 4 and 5 is 6, and the extra cost per iteration is 7 (Ikami et al., 2017).
In weighted residual networks, training uses projected stochastic gradient descent because the residual weights are constrained to 8. The filter parameters 9 are updated by momentum-SGD, while each 0 is updated and then clipped by 1. The design choice 2 at initialization makes every block initially the identity map, so very deep networks behave like a shallow one at the start of training (Shen et al., 2016).
In residual-feedback online optimization, the algorithm performs projected gradient updates on the smoothed objective,
3
with only one function query per round. The same framework extends to stochastic observations 4 by replacing the noiseless evaluations with noisy ones (Zhang et al., 2020).
In semantic-weighted ICP, the residual weights enter the normal equations,
5
after correspondences, normals, semantic labels, and stability flags have been assembled. The weights combine a baseline term 6 with a class-dependent factor 7, and the pose is updated by 8 until convergence (Carvalho et al., 2 Jun 2026).
In treatment-rule estimation, both RWL and MLRWL lead to nonconvex empirical risks but admit difference-of-convex decompositions. RWL uses the smoothed ramp loss and a d.c. / CCCP procedure, while MLRWL uses the generalized 9-loss,
0
and solves successive convex subproblems, including quadratic programs for linear rules (Zhou et al., 2015, Xu et al., 2023).
In randomized linear solvers, residuals govern index selection. Residual-weighted randomized Jacobi chooses component 1 with probability
2
interpolating between uniform randomized Jacobi as 3 and Gauss–Southwell as 4. GRKO and MWRKO use related residual-based row-selection strategies for oblique-projection Kaczmarz updates, with GRKO sampling from an active set and MWRKO selecting the largest normalized residual deterministically (Coleman, 31 May 2026, Wang et al., 2021).
4. Theoretical properties
The theoretical role of residual weighting differs by domain, but a recurrent theme is that residual-weighting changes either the local geometry or the estimator variance in a quantifiable way. In residual expansion, a point 5 is an “6-RE stationary point” if it remains a local minimizer of the expanded objective with that 7, and the supremal 8 for which this persists is its RE constant. The one-dimensional quartic example shows that among two local minima, the one with the larger RE constant is guaranteed to be the global minimum; the paper also notes that in general nonconvex problems this ranking may fail, although the RE constant often correlates with basin depth. In the differentiable unconstrained case,
9
so a large 0 may destroy positive-semidefiniteness around poor minima and cause them to vanish (Ikami et al., 2017).
Residual feedback in online ZO optimization is unbiased for the gradient of the Gaussian-smoothed loss: 1 Its main advantage is variance reduction under bounded residual variation. The convex regret bounds are
2
for convex Lipschitz losses and
3
for convex smooth and Lipschitz losses. The analysis explicitly replaces the global bound 4 on 5 with the residual variation term 6, and states that the bounded-variation assumption is strictly weaker than a uniform bound on 7 over 8 (Zhang et al., 2020).
In treatment learning, residual-weighting is tied to decision-theoretic consistency. RWL proves Fisher consistency, universal consistency in a universal-kernel RKHS when 9 and 0, and a convergence rate
1
under an approximation-error condition. MLRWL proves Fisher consistency for both the outcome-weighted and residual-weighted forms of the generalized 2-risk, an excess-risk bound
3
and estimation consistency in RKHS settings (Zhou et al., 2015, Xu et al., 2023).
For residual-weighted randomized Jacobi, the central theoretical quantity is the inverse participation ratio
4
which lies in 5 and measures residual concentration. In the 6 case, the expected one-step contraction in the 7-norm is amplified by exactly 8 over the uniform-sampling baseline. The same paper extends the analysis to asynchronous power-weighted Jacobi and derives an epoch-based convergence theorem in which the IPR controls both progress and the allowed-delay window (Coleman, 31 May 2026).
Weighted Bellman-residual minimization formalizes a different type of geometric alignment. With
9
the soft Bellman operator satisfies
0
and for sufficiently large 1, 2. The quasi-optimality constant
3
is strictly decreasing in 4 and converges to 5 as 6. The paper interprets this as alignment of the optimization objective with the 7-contraction geometry of the Bellman operator (Yang et al., 8 Apr 2026).
5. Empirical behavior across application areas
In nonconvex least squares, residual expansion exhibits strong empirical performance on several tasks. In k-means clustering, with a modest 8, it already outperforms k-means++ in objective error at similar cost, and on real COIL20 data it reduced relative error by 9–0 over k-means++. In 3D point-set registration, under 50 random trials at 1, ICP alone succeeded in 2, whereas RE+ICP succeeded in 3 with only marginally more iterations; when combined with Go–ICP, it reduced the required bound-tightening time by over 4. In optimized product quantization on SIFT-1M with 5-dimensional descriptors, 6, 7, RE reached the same objective value in 8 outer iterations that the baseline needed 9–00. In blind image deblurring, RE lifted PSNR from 01 dB to 02 dB on severely blurred cases, and the RE-ADMM variant often gave an additional 03–04 dB gain (Ikami et al., 2017).
In very deep CNNs, the weighted-residual design improves both convergence and final accuracy on CIFAR-10. The reported no-dropout test accuracies are 05 for ResNet-110, 06 for WResNet-292, 07 for WResNet-604, and 08 for WResNet-1192. With dropout on residuals, WResNet-1192 reaches 09 in 10k iterations. The learned 11 values are approximately symmetric in 12, indicating that residuals can reinforce or attenuate the highway signal (Shen et al., 2016).
In non-stationary one-point online optimization, residual feedback was tested on Linear-Quadratic Regulator tasks with slowly drifting dynamics and on distributed resource allocation with time-varying penalty parameters. Across 10 trials, the residual method cut the empirical variance almost to two-point levels, while the conventional one-point method had 13–14 higher noise. Its regret was 15–16 smaller than the conventional one-point method and tracked the two-point oracle closely (Zhang et al., 2020).
In LiDAR odometry, semantic residual reweighting improved pose estimation on both SemanticKITTI and RELLIS-3D. On SemanticKITTI, baseline SuMa++ with uniform 17 achieved average rotation 18 m and translation 19, whereas the balanced semantic-weighted configuration achieved 20 m and 21, corresponding to an 22 reduction in translational error. On RELLIS-3D, baseline SuMa++ yielded rotation 23 m and translation 24, while the best semantic-weighted configuration yielded 25 m and 26, an 27 reduction in translational drift (Carvalho et al., 2 Jun 2026).
In treatment-rule learning, MLRWL consistently achieved the highest empirical value and accuracy across simulated settings with 28 and 29 treatments and sample sizes 30, often improving accuracy by 31–32 percentage points. In a type-2 diabetes EHR application with 33 single treatments, 16 combinations, and 34, MLRWL-linear and MLRWL-kernel attained test-set value 35 and 36, versus 37 for OWL-DL and 38–39 for other multicategory methods, corresponding to a 40–41 improvement in value and smaller standard errors (Xu et al., 2023). Earlier RWL simulations and the EPIC cystic fibrosis trial similarly reported lower variance than OWL, treatment-matching factors 42, and better estimated value under residual centering (Zhou et al., 2015).
In residual-weighted iterative linear solvers, asynchronous 43 residual-weighted Jacobi converged 44–45 faster per sweep than uniform or cyclic baselines on the tested SPD systems, and the IPR trajectory changed by less than 46 as the thread count varied from 1 to 128 (Coleman, 31 May 2026). For Kaczmarz-type oblique-projection methods, GRKO and MWRKO used 47–48 fewer iterations and 49–50 less time than their orthogonal counterparts on random matrices, and MWRKO was fastest overall on all six sparse test matrices reported (Wang et al., 2021).
6. Limitations, distinctions, and recurrent misconceptions
A frequent misconception is that residual-weighting is equivalent to hard rejection of difficult or unreliable data. The scan-registration literature shows the opposite in a concrete form: hard rejection of dynamic classes by setting 51 under-performed soft suppression, because it may remove too many potentially valid correspondences such as parked vehicles in a static frame (Carvalho et al., 2 Jun 2026). More generally, residual-weighting often acts as a soft prior rather than a binary filter.
Another misconception is that larger residual emphasis is always beneficial. The nonconvex least-squares theory of residual expansion explicitly notes that the RE-constant ranking that succeeds in the one-dimensional quartic example may fail in general nonconvex problems (Ikami et al., 2017). In semantic-weighted ICP, very low class weights on large semantic regions can under-constrain the system and degrade convergence, especially in nearly planar highway or rural settings; the paper states that effectiveness is highly environment-dependent (Carvalho et al., 2 Jun 2026). In weighted Bellman residual minimization, increasing 52 improves contraction alignment, but the implementation section warns that very large 53 may produce numeric overflow and motivates normalized gradients (Yang et al., 8 Apr 2026).
A separate source of confusion concerns the role of initialization and temporal smoothing. In weighted residual networks, the benefit does not come from large initial residual contributions; it comes from setting all 54 to zero so that the network is initially an exact identity, then allowing projected-SGD with small 55 to bring residual branches online gradually (Shen et al., 2016). In neural PDE training, residual-based adaptivity had been widely used but remained largely heuristic; the variational framework interprets different residual transforms as selecting different primal objectives and sampling distributions, so linear and exponential transforms target different norms rather than merely different heuristics (Toscano et al., 17 Sep 2025).
The asynchronous linear-solver literature also reports a notable controversy. The same IPR quantity that amplifies progress in power-weighted Jacobi also amplifies a thread-collision rate. Unexpectedly, consistent-reads execution destabilized power-weighted sampling at high concurrency, while inconsistent reads remained stable in nearly all trials. The paper proposes a feedback-damping mechanism that scales atomic commits to avoid overshoot on heavily contended coordinates (Coleman, 31 May 2026).
Taken together, these distinctions suggest that residual-weighted optimization is neither a single recipe nor a uniform bias toward high-error regions. It is a structured way of coupling residual information to optimization so that the search process becomes class-aware, variance-aware, geometry-aware, or confidence-aware, depending on the problem class and the particular mathematical role assigned to the residual.