• HOME
  • NEWS
  • EXPLORE
    • CAREER
      • Companies
      • Jobs
    • EVENTS
    • iGEM
      • News
      • Team
    • PHOTOS
    • VIDEO
    • WIKI
  • BLOG
  • COMMUNITY
    • FACEBOOK
    • INSTAGRAM
    • TWITTER
Monday, September 7, 2026
BIOENGINEER.ORG
No Result
View All Result
  • Login
  • HOME
  • NEWS
  • EXPLORE
    • CAREER
      • Companies
      • Jobs
        • Lecturer
        • PhD Studentship
        • Postdoc
        • Research Assistant
    • EVENTS
    • iGEM
      • News
      • Team
    • PHOTOS
    • VIDEO
    • WIKI
  • BLOG
  • COMMUNITY
    • FACEBOOK
    • INSTAGRAM
    • TWITTER
  • HOME
  • NEWS
  • EXPLORE
    • CAREER
      • Companies
      • Jobs
        • Lecturer
        • PhD Studentship
        • Postdoc
        • Research Assistant
    • EVENTS
    • iGEM
      • News
      • Team
    • PHOTOS
    • VIDEO
    • WIKI
  • BLOG
  • COMMUNITY
    • FACEBOOK
    • INSTAGRAM
    • TWITTER
No Result
View All Result
Bioengineer.org
No Result
View All Result
Home NEWS Science News Technology

New L1-norm method simplifies nonparallel support vector quantile regression

Bioengineer by Bioengineer
September 7, 2026
in Technology
Reading Time: 7 mins read
0
New L1-norm method simplifies nonparallel support vector quantile regression
Share on FacebookShare on TwitterShare on LinkedinShare on RedditShare on Telegram

A team of researchers in China has unveiled a new machine learning model that promises to make regression analysis smarter, leaner, and more honest about the messy reality of real-world data. The model, called L1-norm Nonparallel Hyperplane Support Vector Quantile Regression (L1-NHSVQR), was developed by Yafen Ye of Zhejiang University of Technology together with Zhe Shi, Jiasen Tian, Jinshuo Weng, and Chunna Li of Hainan University. In a paper published in the International Journal of Machine Learning and Cybernetics, the authors describe a framework that simultaneously tackles two of the most stubborn problems in modern statistical learning: heterogeneity and asymmetry in high-dimensional datasets, and the curse of irrelevant features that degrades predictive performance.

The problem the researchers set out to solve is familiar to anyone who has tried to model complex data. Classical regression, from ordinary least squares to standard support vector regression, essentially tries to draw a single line or surface through the middle of the data, typically modeling the conditional mean. That approach works reasonably well when errors are symmetric and the data behave uniformly, but real datasets rarely cooperate. Financial returns crash harder than they climb. Energy consumption in residential buildings spikes unevenly across seasons and occupant behaviors. Biological measurements, from growth curves to gene expression levels, often exhibit skewed distributions and heavy tails. In such settings, a single averaged fit can obscure exactly the structure that matters most, hiding how predictor variables influence outcomes differently at the low end, the middle, and the high end of the response distribution.

Quantile regression, pioneered by Koenker and Bassett in their landmark 1978 paper, offers an escape from this trap. Rather than estimating the mean, quantile regression estimates the conditional median or any other quantile of the response, allowing analysts to trace how covariates shape the entire distribution. When implemented in the support vector machine framework, quantile regression typically relies on the pinball loss function, an asymmetric loss whose parameter tilts the fit toward the desired quantile level. Support vector quantile regression combines this idea with the kernel trick and margin-based optimization, inheriting the strong generalization properties that have made support vector machines a mainstay of machine learning for decades. The new work pushes this lineage further by embracing a nonparallel architecture rooted in the twin support vector machine tradition.

Twin support vector machines, introduced in their regression form by Peng in 2010, replace the single hyperplane of classical SVMs with two nonparallel functions, one for each class or side of the data, each constructed so that it stays close to one group of samples while remaining far from the other. This decomposition halves the size of the optimization problems to be solved, yielding substantial computational savings, and often improves accuracy by allowing the two functions to flex independently. However, as the authors of the new study point out, sparse variants of twin support vector regression suffer from a subtle but consequential inconsistency: the function used during training is not the same as the function used to predict at test time. The training objective optimizes one quantity, while predictions are generated by another, creating a gap between what the model learns and what the model actually delivers. L1-NHSVQR closes this gap by maintaining consistency between its training and testing procedures, ensuring that the regression surfaces fitted during learning are exactly the surfaces deployed at prediction time.

The technical heart of the method lies in the simultaneous construction of two nonparallel lower and upper regression functions at each quantile level. For a given quantile parameter, say the 90th percentile, the model builds an upper bounding function that tracks the upper envelope of the data and a lower bounding function that captures the lower envelope, and these two functions are not constrained to be parallel or symmetric reflections of each other. This flexibility allows the model to represent asymmetry explicitly: the influence of a predictor on the upper tail of a response can differ, in both magnitude and direction, from its influence on the lower tail. By sweeping the quantile parameter, the researcher obtains a full picture of distributional heterogeneity, seeing precisely where and how the covariate effects change across the conditional distribution.

The second pillar of the contribution is the L1-norm regularization term. Regularization is the standard countermeasure against overfitting, and the L2-norm penalties common in support vector machines shrink coefficient magnitudes smoothly but almost never drive them exactly to zero. The L1 norm, by contrast, has the well-known sparsity-inducing property: its geometry encourages many coefficients to become exactly zero during optimization, effectively eliminating the corresponding features from the model. In high-dimensional settings where the number of variables can rival or exceed the number of observations, this built-in feature selection capability is invaluable. Rather than treating feature selection as a separate preprocessing step performed by an external algorithm, L1-NHSVQR performs feature selection intrinsically, as part of the regression objective itself, identifying the relevant variables for each quantile level while discarding noise features that would otherwise swamp the signal.

The experimental program reported in the paper evaluates the model on both artificial and real-world benchmark datasets, drawing on resources from the UCI Machine Learning Repository, including the Arcene high-dimensional cancer dataset and a residential building dataset, alongside standard machine learning repositories. The authors report that L1-NHSVQR not only identifies relevant features with high reliability but also comprehensively captures both heterogeneity and asymmetry within the data. Across the battery of synthetic datasets engineered with controlled noise structures and known sparsity patterns, the model demonstrates its ability to recover the true underlying functions at multiple quantile levels while selecting sparse feature subsets. On real-world datasets, where the ground truth is unknown but predictive accuracy and feature stability can be measured, the model compares favorably against existing baselines drawn from the twin support vector regression and quantile regression literatures.

The researchers situate their contribution within an active line of inquiry that includes the L1-norm twin support vector quantile regression model they published in Applied Soft Computing in 2025, and nonlinear feature selection methods for support vector quantile regression published in Neural Networks the same year. The new work departs from the twin paradigm by adopting the nonparallel hyperplane formulation developed by Shao and colleagues, which, unlike the sparse twin variants, guarantees that training and testing operate on the same functional form. The union nonparallel support vector machine framework with consistency, proposed by Li and coauthors in 2023, provides the theoretical scaffolding that the current paper extends from classification into the quantile regression setting with sparsity constraints.

The practical implications extend across a remarkable range of application domains. In energy modeling, understanding which variables drive the upper quantiles of building energy consumption, corresponding to peak-demand days, differs materially from understanding average consumption, and the new model can answer both questions while filtering hundreds of candidate features. In clinical trials and biomedical research, where high-dimensional heterogeneous data are the norm and robust analysis of heterogeneity is a recognized statistical challenge, a model that quantifies how risk factors affect the tails of a patient response distribution, while automatically selecting informative biomarkers, offers a compelling analytical tool. In economics and finance, quantile regression at extreme quantiles underpins value-at-risk estimation and distributional policy analysis, and sparsity at each quantile level sharpens the interpretability of such analyses. Even in industrial process optimization, where multi-sensor data are large, high-dimensional, and heterogeneous, the asymmetric envelope-fitting capability of the new method could pinpoint which sensor readings govern worst-case yield outcomes.

The mathematical machinery underlying the model remains within the convex optimization tradition that makes support vector machines tractable and reliable. The pinball loss, whose kink at zero encodes the asymmetry required for quantile estimation, is combined with the L1 regularization term to yield a convex objective. Standard techniques, including smoothing approximations for the nonsmooth components, render the problem solvable by efficient numerical solvers, and the two-function decomposition inherited from the nonparallel formulation keeps the subproblems smaller than those faced by single-hyperplane approaches. The authors’ consistency guarantee, ensuring that the fitted lower and upper functions are exactly what is used for prediction, addresses a critique that has shadowed sparse twin methods and strengthens the theoretical footing of the framework.

Published as Volume 17, article 448 of the International Journal of Machine Learning and Cybernetics on 7 September 2026, the paper arrives at a moment when demand for distribution-aware, interpretable machine learning is surging. As organizations grapple with ever-larger feature spaces and increasingly skewed outcome distributions, methods that select features automatically, model asymmetry explicitly, and remain computationally efficient occupy a valuable niche. The L1-NHSVQR model exemplifies a broader trend in the machine learning community: rather than bolting separate components together, such as a feature selector here and a quantile estimator there, modern researchers increasingly seek unified objectives in which sparsity, distributional sensitivity, and structural flexibility emerge naturally from a single, principled optimization problem. The work was supported by the National Natural Science Foundation of China and several provincial research foundations, and the data underlying the experiments are provided within the manuscript and its supplementary files, inviting replication and further benchmarking by the wider community.

Subject of Research: A new support vector quantile regression model, L1-NHSVQR, that combines nonparallel hyperplane construction, quantile-based asymmetry modeling, and L1-norm regularization for feature selection in high-dimensional heterogeneous data.

Subject of Research: Technology and Engineering

Article Title: (L_1)-norm nonparallel hyperplane support vector quantile regression

Article References: Ye, Y., Shi, Z., Tian, J., Weng, J., & Li, C. (2026). $$L_1$$-norm nonparallel hyperplane support vector quantile regression. International Journal of Machine Learning and Cybernetics, 17(9), Article 448. https://doi.org/10.1007/s13042-026-03278-z

Image Credits: AI Generated

DOI: 10.1007/s13042-026-03278-z

Keywords: support vector machine, support vector regression, quantile regression, feature selection, nonparallel hyperplane, L1-norm regularization, twin support vector machine, pinball loss, high-dimensional data, heterogeneity, asymmetry, sparsity

Cite Scienmag News
APA MLA Chicago

Denise Maddox. (September 7, 2026). New L1-norm method simplifies nonparallel support vector quantile regression. Scienmag. https://scienmag.com/new-l1-norm-method-simplifies-nonparallel-support-vector-quantile-regression/

Denise Maddox. “New L1-norm method simplifies nonparallel support vector quantile regression.” Scienmag, 7 September 2026, https://scienmag.com/new-l1-norm-method-simplifies-nonparallel-support-vector-quantile-regression/. Accessed 7 September 2026.

Denise Maddox. “New L1-norm method simplifies nonparallel support vector quantile regression.” Scienmag. September 7, 2026. https://scienmag.com/new-l1-norm-method-simplifies-nonparallel-support-vector-quantile-regression/

Copy citation Download RIS

Tags: advanced statistical learning techniques for heterogeneity and asymmetryadvanced support vector machine frameworksfeature selection and irrelevant feature mitigation in regression modelsfeature selection in support vector regressionhandling irrelevant features in machine learningheterogeneity and asymmetry in statistical learninghigh-dimensional data modeling challengesimproving predictive performance in complex datasetsL1-norm nonparallel hyperplane support vector quantile regressionmachine learning for high-dimensional heterogeneous datamachine learning regression models for high-dimensional datanew methods for addressing curse of dimensionality in regressionnew support vector regression techniquesnonparallel hyperplanes in regression analysisnonparallel hyperplanes in support vector machinesquantile regression for financial and energy consumption datasetsquantile regression for financial and energy dataregression analysis for asymmetric and messy real-world datarobust regression methods for real-world datarobust regression models for real-world data variabilitysupport vector regression for complex data modeling

Share12Tweet7Share2ShareShareShare1

Related Posts

sDNA+ 4.1 brings 2D and 3D spatial network analysis to GIS and CAD

sDNA+ 4.1 brings 2D and 3D spatial network analysis to GIS and CAD

September 7, 2026
Kalman Prediction Eases Mobility Uncertainty in Vehicular Cloud Blockchain Security

Kalman Prediction Eases Mobility Uncertainty in Vehicular Cloud Blockchain Security

September 7, 2026

Fair backward compatibility: theory, definitions, and empirical evidence

September 7, 2026

Gaussian Mixture Model Enables Adaptive Entropy Thresholds for AI Watermarking

September 7, 2026

POPULAR NEWS

  • sDNA+ 4.1 brings 2D and 3D spatial network analysis to GIS and CAD

    29 shares
    Share 12 Tweet 7
  • Kalman Prediction Eases Mobility Uncertainty in Vehicular Cloud Blockchain Security

    29 shares
    Share 12 Tweet 7
  • Fair backward compatibility: theory, definitions, and empirical evidence

    29 shares
    Share 12 Tweet 7
  • Gaussian Mixture Model Enables Adaptive Entropy Thresholds for AI Watermarking

    29 shares
    Share 12 Tweet 7

About

We bring you the latest biotechnology news from best research centers and universities around the world. Check our website.

Follow us

Recent News

sDNA+ 4.1 brings 2D and 3D spatial network analysis to GIS and CAD

Kalman Prediction Eases Mobility Uncertainty in Vehicular Cloud Blockchain Security

Fair backward compatibility: theory, definitions, and empirical evidence

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 85 other subscribers
  • Contact Us

Bioengineer.org © Copyright 2023 All Rights Reserved.

Welcome Back!

Login to your account below

Forgotten Password?

Retrieve your password

Please enter your username or email address to reset your password.

Log In
No Result
View All Result
  • Homepages
    • Home Page 1
    • Home Page 2
  • News
  • National
  • Business
  • Health
  • Lifestyle
  • Science

Bioengineer.org © Copyright 2023 All Rights Reserved.