<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>robust regression models for real-world data variability &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/robust-regression-models-for-real-world-data-variability/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Mon, 07 Sep 2026 04:54:57 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1</generator>

<image>
	<url>https://scienmag.com/wp-content/uploads/2024/07/cropped-scienmag_ico-32x32.jpg</url>
	<title>robust regression models for real-world data variability &#8211; Science</title>
	<link>https://scienmag.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">73899611</site>	<item>
		<title>New L1-norm method simplifies nonparallel support vector quantile regression</title>
		<link>https://scienmag.com/new-l1-norm-method-simplifies-nonparallel-support-vector-quantile-regression/</link>
		
		<dc:creator><![CDATA[Denise Maddox]]></dc:creator>
		<pubDate>Mon, 07 Sep 2026 04:54:52 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[advanced statistical learning techniques for heterogeneity and asymmetry]]></category>
		<category><![CDATA[advanced support vector machine frameworks]]></category>
		<category><![CDATA[feature selection and irrelevant feature mitigation in regression models]]></category>
		<category><![CDATA[feature selection in support vector regression]]></category>
		<category><![CDATA[handling irrelevant features in machine learning]]></category>
		<category><![CDATA[heterogeneity and asymmetry in statistical learning]]></category>
		<category><![CDATA[high-dimensional data modeling challenges]]></category>
		<category><![CDATA[improving predictive performance in complex datasets]]></category>
		<category><![CDATA[L1-norm nonparallel hyperplane support vector quantile regression]]></category>
		<category><![CDATA[machine learning for high-dimensional heterogeneous data]]></category>
		<category><![CDATA[machine learning regression models for high-dimensional data]]></category>
		<category><![CDATA[new methods for addressing curse of dimensionality in regression]]></category>
		<category><![CDATA[new support vector regression techniques]]></category>
		<category><![CDATA[nonparallel hyperplanes in regression analysis]]></category>
		<category><![CDATA[nonparallel hyperplanes in support vector machines]]></category>
		<category><![CDATA[quantile regression for financial and energy consumption datasets]]></category>
		<category><![CDATA[quantile regression for financial and energy data]]></category>
		<category><![CDATA[regression analysis for asymmetric and messy real-world data]]></category>
		<category><![CDATA[robust regression methods for real-world data]]></category>
		<category><![CDATA[robust regression models for real-world data variability]]></category>
		<category><![CDATA[support vector regression for complex data modeling]]></category>
		<guid isPermaLink="false">https://scienmag.com/new-l1-norm-method-simplifies-nonparallel-support-vector-quantile-regression/</guid>

					<description><![CDATA[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 [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>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.</p>
<p>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.</p>
<p>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.</p>
<p>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.</p>
<p>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.</p>
<p>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.</p>
<p>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.</p>
<p>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.</p>
<p>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.</p>
<p>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&#8217; 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.</p>
<p>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.</p>
<div class="scienmag-article-metadata"><strong>Subject of Research:</strong> 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.</p>
<p><strong>Article Title:</strong> &#040;L_1&#041;-norm nonparallel hyperplane support vector quantile regression</p>
<p><strong>Article References:</strong> Ye, Y., Shi, Z., Tian, J., Weng, J., &amp; Li, C. (2026). $$L_1$$-norm nonparallel hyperplane support vector quantile regression. <em>International Journal of Machine Learning and Cybernetics, 17</em>(9), Article 448. <a href="https://doi.org/10.1007/s13042-026-03278-z" target="_blank" rel="noopener noreferrer">https://doi.org/10.1007/s13042-026-03278-z</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s13042-026-03278-z" target="_blank" rel="noopener noreferrer">10.1007/s13042-026-03278-z</a></p>
<p><strong>Keywords:</strong> 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</p>
</div>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">189215</post-id>	</item>
	</channel>
</rss>
