1. Introduction
Support vector regression (SVR) is recognized as one of the most influential kernel-based methods for nonlinear regression, integrating margin control, convex optimization, and the kernel trick within a unified framework [
1,
2].
The classical
-SVR, introduced by Vapnik [
3], minimizes an absolute deviation that is insensitive to
, resulting in a convex quadratic program with dual variables. An alternative formulation, Least-Squares SVR (LS-SVR), replaces the hinge-type loss with a quadratic penalty [
4], thereby reducing the optimization problem to a linear system.
Despite their theoretical elegance and computational maturity, both paradigms measure error in absolute terms. However, in many forecasting, energy, and economic applications, model performance is evaluated on a relative rather than an absolute scale. An error of fixed magnitude may be negligible for large targets yet unacceptable for small ones. Percentage-based metrics such as the mean absolute percentage error (MAPE) have therefore become standard evaluation tools in industrial practice [
5,
6,
7,
8], including energy load forecasting where SVR-based models are routinely evaluated under MAPE [
9].
Percentage-error metrics provide a natural interpretation for uncertainty quantification: a percentage-error bound serves as a dimensionless confidence radius, independent of the target’s absolute magnitude and thus comparable across regimes spanning several orders of magnitude. Within the context of the Special Issue on
Uncertainty Quantification Techniques in Statistics, Machine Learning and FinTech, the SVR family developed in this work introduces estimators whose primary loss function is a scale-free uncertainty criterion, thereby complementing the reliability-evaluation literature on mixed aleatoric and epistemic uncertainty [
10].
Percentage-error reporting has become the de facto standard in electricity load forecasting [
9,
11,
12,
13], supply-chain demand forecasting [
8,
14], hydrological modeling [
15], and financial forecasting under strictly positive mean regimes [
16]. In each of these domains, the target-dependent box constraints of Equation (
21) possess a direct operational interpretation: a
error on a
transaction is equivalent in weight to a
error on a
transaction, and the dual bound
encodes this invariance. A companion R package,
psvr [
17], implements the entire model family.
Recent research demonstrates that
-SVR can be reformulated to incorporate percentage-based residuals directly into the primal constraints, resulting in a convex dual problem with sample-dependent box bounds [
18]. This modification preserves both kernel admissibility and convexity, while aligning the optimization objective with scale-free performance criteria.
This paper extends [
18] in four key directions. First, the LS-SVR paradigm under RMSPE (Theorem 3) is newly introduced. Second, the symmetric-kernel extensions (Theorems 2 and 4) are novel contributions. Third, new structural propositions address convexity, existence and uniqueness, spectral bounds, and a unified kernel-modification perspective (Propositions 1 and 2, Corollary 1, Theorem 5). Finally, the empirical evaluation expands beyond the single Boston Housing dataset to include three cross-sectional benchmarks and a time-series case study, with triple-metric reporting, percentage-error-native baselines, reflection-augmented symmetric-model validation, and a reproducibility appendix.
Independently, symmetry constraints have been incorporated into kernel-based regression to enforce structural properties of the target function, such as even or odd behavior, by modifying the kernel matrix accordingly [
19,
20]. When the kernel satisfies appropriate symmetry conditions, the resulting optimization problems remain convex and retain their representer structure [
21].
The present work unifies these two research directions by developing a structural family of support vector regression models characterized by the following features:
Percentage-based residuals;
Optional symmetry constraints;
Two optimization paradigms: -insensitive and least squares.
This approach yields four models: the classical formulation with percentage loss, its symmetric counterpart, the least-squares percentage formulation, and its symmetric extension.
Rather than treating these as unrelated constructions, this work demonstrates that all four models constitute a structural family in which percentage scaling induces sample-dependent feasibility regions in the dual, while symmetry modifies the effective kernel matrix through symmetric kernel extensions.
In all cases, convexity and the representer theorem are preserved, and the resulting dual problems retain the structure of quadratic programs or linear systems in the LS paradigm.
Novelty and position in the literature. The percentage-error SVR family is positioned relative to four prior lines of research. De Myttenaere, Golden, Le Grand, and Rossi [
7] demonstrated that MAPE minimization is equivalent to weighted-MAE minimization with per-sample weights
, and established universal consistency under the scope condition
. This framework is operationalized within both SVR paradigms, deriving the
weight as target-dependent box bounds (Theorem 1) and as a target-weighted diagonal regularization matrix (Theorem 3). Suykens, De Brabanter, Lukas, and Vandewalle [
22] introduced weighted LS-SVM with iteratively learned weights for robustness; the LS-percentage formulation presented here is structurally related but deterministic, as the weights
arise directly from the percentage-error objective. Evgeniou, Pontil, and Poggio [
23] unified SVMs with Generalized Regularization Networks [
24]; the present work specializes this approach to the percentage-error regime, and the symmetric-kernel extensions (Theorems 2 and 4) represent a percentage-error specialization of the virtual-examples equivalence of Niyogi, Girosi, and Poggio [
25]. The fourth line of prior work is the quantile-regression and
-SVR lineage [
26,
27,
28].
Since MAPE is equivalent to a weighted MAE [
7], and MAE corresponds to the pinball loss at quantile
, the percentage-error SVR occupies a position in the following hierarchy: pinball-loss quantile SVR → MAE-loss SVR
→ weighted-MAE SVR
→ MAPE-loss SVR. This work operationalizes the final step in both the
-SVR and LS-SVR paradigms.
The primary contribution of this paper is structural. Unified primal formulations are provided, their associated Lagrangians are derived, the corresponding dual problems are established, and the influence of percentage scaling and symmetry on the feasible set is characterized. The analysis clarifies how scale-free residuals and kernel symmetrization interact within the SVR framework without introducing additional non-convexity or requiring solver modifications. Specifically, the paper contributes:
C1. Unified primal–dual derivations for four SVR models under percentage-error loss (MAPE and RMSPE) and optional symmetry constraints, with formal Karush–Kuhn–Tucker analyses.
C2. Two structural mechanisms by which percentage scaling modifies the optimization are identified: sample-dependent box constraints in the -paradigm, and the target-weighted diagonal in the LS paradigm.
C3. Theorem 5 proves that symmetry constraints affect only the effective kernel (, ) without altering dual variables, box constraints, or regularization matrices.
C4. Structural properties: convexity (Proposition 1), existence-uniqueness of the LS-SVR linear system (Proposition 2), a spectral lower bound (Corollary 1), and a capacity bound
yielding a generalization guarantee via the Steinwart–Christmann framework [
29].
C5. Symmetry introduces at most a constant-factor overhead on kernel evaluations; training scales as
per solve, in line with classical SVR solvers [
30] (
Section 3.6).
C6. Empirical validation on three cross-sectional datasets (Boston Housing [
31], Diabetes [
32], Energy Efficiency [
33]) and a time-series case study on Victorian electricity demand, with triple-metric reporting (MAPE, MASE, MAAPE), 95 bootstrap confidence intervals, and paired Wilcoxon tests against percentage-error-native baselines.
C7. A reflection-augmented 2 × 2 ablation design (
Section 4.4) that isolates the kernel-modification contribution from data augmentation.
C8. A reproducibility appendix and companion R package
psvr [
17] enabling end-to-end replication of every reported result.
C9. An SMO solver (Algorithm A1,
Appendix A.5) for the percentage-error
-SVR quadratic programs of Theorems 1 and 2, generalizing the WSS3 working-set selection of Fan, Chen, and Lin [
34] to the sample-dependent box-bound regime and supporting the symmetrized kernel
. Full derivation and boundary-case analysis are in the companion technical report [
35].
The remainder of this paper is as follows:
Section 2 establishes the mathematical setting.
Section 3 derives the four dual formulations and their structural properties.
Section 4 presents empirical validation across three cross-sectional datasets and a time-series case study.
Section 5 discusses limitations and open directions.
Appendix A provides complete KKT derivations and training-algorithm pseudocode, while
Appendix B documents the experimental protocol for full reproducibility.
5. Conclusions
This paper presents a unified structural family of support vector regression models that incorporate percentage-error loss functions and optional symmetry constraints. Starting from Vapnik’s primal formulation, we derived four models via Lagrangian duality and Karush–Kuhn–Tucker analysis: -SVR with MAPE (Theorem 1), its symmetric extension (Theorem 2), LS-SVR with RMSPE (Theorem 3), and its symmetric counterpart (Theorem 4).
The central structural finding is that percentage scaling and symmetry enter the optimization through independent mechanisms. Percentage scaling induces sample-dependent box constraints in the -SVR paradigm and a target-weighted diagonal matrix in the LS-SVR paradigm. Symmetry constraints, by contrast, affect only the effective kernel—replacing K by in the case and by in the LS case—without altering dual variables, box constraints, or regularization matrices. This separation ensures that convexity is preserved throughout the family (Proposition 1), unique LS solutions exist via the Schur-complement argument (Proposition 2), and the solver structure is retained in all four variants (Theorem 5).
A capacity-bound analysis (Remark 11) and a quasi-likelihood interpretation (Remark 12) situate the family within the Steinwart–Christmann capacity-control framework [
29] and the de Myttenaere Bayes-MAPE characterization [
7].
The case studies on Boston Housing, Diabetes, Energy Efficiency, and the Victorian electricity-demand time series empirically confirmed these structural predictions, with results that depend systematically on the data regime. The
-SVR + MAPE variant of Theorem 1 significantly improves on its structural comparator, the classical
-SVR (MSE), on every cross-sectional dataset (
in all three), and additionally outperformed all other baselines on Diabetes (
against the strongest non-
psvr baseline). Against XGBoost on Boston Housing and Energy Efficiency—two datasets where gradient-boosted ensembles excel due to nonlinear feature interactions and smooth target structure—the
-SVR + MAPE variant remains competitive. Still, it does not dominate, consistent with the well-documented strength of tree-based methods on tabular regression [
49]. The LS-percentage formulation of Theorem 3 demonstrates dataset-dependent behavior: it ranks among the top performers on Energy Efficiency (where the target dynamic range
is moderate) but degrades on Boston Housing and Diabetes (where
–14 produces the structural dynamic-range sensitivity characterized in Remark 21). Tuning
under MAPE versus RMSPE objectives produces systematically different bias–variance configurations, consistent with the adaptive role of
in the linear system. The reflection-augmented Boston Housing experiment (
Section 4.4) confirms the structural claim of Theorem 5: on data without genuine reflection symmetry, the symmetric-kernel modification and reflection-based augmentation yield numerically equivalent solutions. The complementary positive case is the
vic_elec evaluation (
Section 4.6), where seasonal symmetry holds approximately by physical structure and all three symmetric-kernel configurations place in the top five by MAPE, with SVR-MAPE + Symmetric Kernel achieving the lowest overall.
5.1. Limitations and Threats to Validity
The present framework has seven limitations, each pointing to a concrete open direction.
- 1.
Strictly positive-target scope. The derivations assume (Assumption 2). The three workarounds discussed in Remark 9—offset regularization, truncation, and MAAPE substitution—preserve most of the machinery but are not theoretically characterized with the same rigor as the case; a fully general percentage-error framework for possibly zero targets, in particular via a differentiable regularized MAPE surrogate with explicit Bayes-optimal characterization, remains an open direction.
- 2.
Symmetry-assumption restriction. The symmetric-kernel extensions (Theorems 2 and 4) require the target-side symmetry condition of Definition 2. The practical diagnostic of
Section 4.4 is operational, not a formal goodness-of-fit test; a rigorous hypothesis test for Definition 2 on natural data remains to be developed. The boundary case of odd symmetry
with the Gaussian RBF kernel (Remark 5) requires additional regularization in the
-SVR variant.
- 3.
Benchmark-era datasets. Boston Housing is retained for continuity with the conference precursor [
18] and as the substrate for the structural-equivalence test of
Section 4.4, despite its known age and the documented ethical concerns about its “B” feature (see
Section 4.1). The revised experimental suite mitigates this via two modern datasets in the cross-sectional evaluation (Diabetes from [
32], Energy Efficiency from [
33]) and the time-series evaluation on Victorian electricity demand (
Section 4.6), but Boston Housing remains in the suite for its role in the reflection-augmented experiment.
- 4.
Cross-validation protocol selection. The cross-sectional experiments use generic nested IID cross-validation (
Appendix B.2), while the time-series evaluation of
Section 4.6 uses rolling-origin cross-validation. The two protocols are not directly comparable: the smaller sample size of 10 rolling-origin windows on
vic_elec limits statistical power relative to the 30-split bootstrap of the cross-sectional experiments. Still, it provides causal validity that random splits cannot. Practitioners deploying the percentage-error SVR family in time-series applications should adopt the rolling-origin protocol in
Appendix B.6; the M-competition convention surveyed in [
14,
48] provides the canonical reference for additional variants (expanding-window, sliding-window, blocked-time-series).
- 5.
Single-output regression scope. Theorems 1–4 are derived for single-output regression. The extension to multi-output or vector-valued targets is straightforward in principle (each output dimension inherits the same primal–dual structure) but is not formally proved; the representer theorem for matrix-valued kernels under percentage-error loss would require a separate treatment.
- 6.
Generalization-bound specialization. The generalization bound of Remark 11 is a direct corollary of the Steinwart–Christmann framework under the capacity bound
. Sharpening the bound for specific kernel classes (Gaussian RBF, Matérn) via the integral-operator route of [
50,
51] remains open Cucker–Smale (2002) or Smale–Zhou (2007); the present bound is tight up to logarithmic factors in the Rademacher complexity but is suboptimal in the explicit dependence on the dynamic-range factor
.
- 7.
Unbounded-support targets. The target-dependent box-bound analysis of Theorem 1 assumes almost surely. Targets with unbounded support (e.g., Gaussian with infinite variance or heavy-tailed distributions) fall outside the scope condition and would require a separate analysis; the capacity bound diverges as , and the generalization bound of Remark 11 correspondingly fails to provide a useful rate.
5.2. Future Work
Several directions for future work complement the limitations identified above.
Empirical expansion on naturally symmetric data. Further empirical evaluation of the symmetric extensions (Theorems 2 and 4) on datasets where the target function exhibits known even or odd structure—such as physical systems with reflection symmetry, periodic energy-load profiles with daily or weekly cycles, or detrended financial-return series with an odd noise model—would provide direct validation of the kernel-modification mechanism on naturally symmetric data, complementing the reflection-augmented experiment of
Section 4.4.
Near-zero target regime. Extending the percentage-error framework to targets that may approach zero, through differentiable MAPE approximations (offset regularization with characterized bias), regularized percentage losses, or principled use of MAAPE with Bayes-optimality characterization, would broaden the applicability of the family to settings where the strict positivity assumption (Assumption 2) cannot be guaranteed—notably intermittent-demand forecasting and target-crossing time series.
Online and incremental solvers. The
-SVR variant already ships an SMO solver tailored to the sample-dependent box-bound regime (Algorithm 1, [
35]); the LS-percentage variant is amenable to incremental Cholesky updates given its bordered linear-system structure. Extending both to online settings—warm-start updates as new
arrive and decremental active-set updates as samples leave—remains open.
Adaptive regularization for wide-target dynamic ranges. The structural sensitivity of the LS-percentage variant to the target dynamic range
identified in Remark 21 suggests two complementary research directions. First, alternative weighting schemes that interpolate between the
weighting of Theorem 3 (RMSPE-optimal for moderate
) and the unit weighting of classical LS-SVR (R
2-optimal under absolute-error metrics)—for example, a regularized-percentage formulation with weights
for tunable
—would broaden the applicability of the LS-paradigm to wide-range targets without abandoning the percentage-error framework. Second, a principled criterion for selecting between the
-SVR + MAPE variant (Theorem 1, robust to dynamic range via dual-variable bounds) and the LS-RMSPE variant (Theorem 3, more efficient computationally but sensitive to
) on a per-dataset basis would translate the empirical observations of
Section 4.3 into deployable guidance.
Multiple-kernel and representer extensions. The structural family can be extended to multiple-kernel learning combining symmetric and non-symmetric basis kernels, with the -percentage and LS-percentage duals providing the outer objective for the kernel-weight learning problem. Similarly, the representer theorem holds under the symmetric-kernel modification of Theorem 5, enabling the structural family to serve as a building block for deeper kernel-based architectures.
Uncertainty quantification in the percentage-error regime. Aligned with the Special Issue theme, extending the point-estimator framework to probabilistic variants—prediction intervals via conformal or Bayesian quantile regression under the weighting, calibrated percentage-error intervals, and interval-valued target extensions—would deliver uncertainty-aware percentage-error regression suited to high-stakes forecasting in FinTech, energy, and supply-chain applications.