<?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>label noise handling in AI &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/label-noise-handling-in-ai/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Sat, 12 Sep 2026 23:16:33 +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>label noise handling in AI &#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>Machine Learning Gets a Robustness Boost by Turning Labels into Preferences</title>
		<link>https://scienmag.com/machine-learning-gets-a-robustness-boost-by-turning-labels-into-preferences/</link>
		
		<dc:creator><![CDATA[Teresa Odom]]></dc:creator>
		<pubDate>Sat, 12 Sep 2026 23:16:33 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[advances in multi-label classification techniques]]></category>
		<category><![CDATA[Bayes-optimal prediction]]></category>
		<category><![CDATA[calibrated label ranking]]></category>
		<category><![CDATA[dealing with rare categories in AI]]></category>
		<category><![CDATA[imbalanced labels]]></category>
		<category><![CDATA[improving multi-label model accuracy]]></category>
		<category><![CDATA[integer linear programming]]></category>
		<category><![CDATA[label noise handling in AI]]></category>
		<category><![CDATA[label ranking]]></category>
		<category><![CDATA[Machine learning]]></category>
		<category><![CDATA[multi-label classification]]></category>
		<category><![CDATA[multi-label classification robustness]]></category>
		<category><![CDATA[multi-object tagging in AI]]></category>
		<category><![CDATA[noisy labels]]></category>
		<category><![CDATA[order structure in machine learning]]></category>
		<category><![CDATA[order structures]]></category>
		<category><![CDATA[partial abstention]]></category>
		<category><![CDATA[preference learning]]></category>
		<category><![CDATA[preference learning in machine learning]]></category>
		<category><![CDATA[preference-based labeling methods]]></category>
		<category><![CDATA[ranking and ordering in machine learning]]></category>
		<category><![CDATA[ranking-based multi-label classification]]></category>
		<category><![CDATA[robustness]]></category>
		<category><![CDATA[robustness to noisy labels]]></category>
		<guid isPermaLink="false">https://scienmag.com/?p=199604</guid>

					<description><![CDATA[Researchers have recast multi-label classification as an order structure learning problem, yielding classifiers that better withstand noisy and imbalanced labels and can abstain on uncertain predictions.]]></description>
										<content:encoded><![CDATA[<p>Multi-label classification, the machine learning task of assigning several labels at once to a single object, is everywhere in modern artificial intelligence. A photograph may be tagged with multiple objects, a medical image may indicate several conditions, and a document may belong to many topics simultaneously. Yet despite its ubiquity, the task remains fragile in practice: when labels are noisy, when some categories are far rarer than others, or when a model is forced to commit to a prediction even when the evidence is thin, conventional methods often stumble. A new study published in the journal Machine Learning proposes an unexpected remedy, one drawn from a different corner of the field entirely: preference learning, the mathematics of ranking and ordering.</p>
<p>The research, led by Vu-Linh Nguyen of the Université de technologie de Compiègne in France and Xuan-Truong Hoang of the Japan Advanced Institute of Science and Technology, together with Sébastien Destercke, Cassio de Campos and Van-Nam Huynh, recasts multi-label classification as a problem of learning order structures. Instead of treating each label as an independent yes-or-no question, the authors model the relationships between labels as preferences: one label may be strictly preferred to another, the two may be considered equivalent, or they may be incomparable. The result is a richer representation that, the authors argue, can be exploited to make multi-label learning both more accurate and more robust.</p>
<p>The core idea is a formal transformation. For any pair of labels, the possible joint outcomes form four categories: the first label is relevant and the second is not, the reverse, both are relevant, or neither is. A standard multi-label classifier predicts a binary vector, but the new framework maps that vector onto a relation between the two labels. A label vector in which one label is active and the other inactive becomes a strict preference between them; two active labels become an equivalence; and two inactive labels become another form of indifference or incomparability, depending on the chosen structure. Learning to classify instances then becomes learning to predict the most probable order structure, a problem the authors call Bayes-optimal order structure prediction.</p>
<p>This reframing is not merely cosmetic. Because order structures obey transitivity, they carry constraints that ordinary independent binary predictions lack. The authors show that finding the most probable preorder, an order structure that allows both strict preferences and equivalences, can be formulated as an integer linear programming problem. The transitivity conditions translate naturally into linear constraints, and the logarithm of the probability of an order structure decomposes into a sum over label pairs, making the optimization tractable with standard solvers. The framework also accommodates partial orders, which are more parsimonious but, as the authors demonstrate through careful examples, can lose crucial information by lumping together the cases where both labels are relevant and where neither is.</p>
<p>The distinction matters in high-stakes applications. The authors illustrate the point with a medical scenario involving two diseases encoded as two labels. A patient whose predicted joint outcome places both diseases as almost certainly present should clearly be sent for further diagnosis, while a patient in whom both are almost certainly absent should not. A framework based on partial orders treats these two situations as the same relation and would issue identical recommendations for both patients. The preorder representation, by contrast, distinguishes them, preserving exactly the kind of information that separates a useful clinical decision support system from a dangerous one.</p>
<p>The new approach also exposes weaknesses in an established preference-learning method for multi-label classification known as calibrated label ranking. That earlier technique ranks labels by pairwise comparison and uses a threshold, estimated from the expected number of irrelevant labels, to separate relevant from irrelevant ones. Through worked examples, the authors show that calibrated label ranking can misclassify the most probable preference relation in cases where the two labels are most likely equivalent, because its scoring scheme collapses the four joint outcome probabilities into a single pairwise score. The richer representation, which keeps all four probabilities, avoids these failures by construction.</p>
<p>On the theoretical side, the paper establishes which order structures are Bayes-optimal under different evaluation metrics. Under subset accuracy, the optimal prediction is simply the most probable order structure. Under Hamming-style accuracies, which score each pairwise relation independently, the optimal structure can be obtained pair by pair, a considerable computational simplification. The authors further extend their results to cost-sensitive variants, where different errors carry different penalties, and sketch how confusion-matrix-derived metrics such as the F-measure and the Jaccard index can be generalized to the order-structure setting, while noting that efficient optimization for those generalized metrics remains an open problem.</p>
<p>The empirical study covers ten publicly available multi-label datasets, with random forests and LightGBM as base learners to estimate the pairwise probabilities. The experiments focus on two regimes where order structures should shine. The first is robustness: the researchers artificially corrupted training labels at varying noise levels and with imbalanced classes, then measured how well each method predicted the true binary vectors. The second is partial abstention, where a classifier is allowed to withhold predictions on individual labels it is unsure about rather than guessing. In both regimes, the preorder-based classifiers consistently outperformed established baselines including binary relevance, classifier chains, calibrated label ranking and ensembles of classifier chains, particularly on the F-measure, a balanced metric that rewards both precision and recall.</p>
<p>The abstention results are especially striking. Allowing predictions with abstention led to impressive improvements in F-measure, and the preorder-based classifiers achieved competitive gains with significantly lower abstention rates than their partial-order counterparts. In other words, the richer structure not only made better predictions when it did predict, but also needed to hedge less often. Runtime experiments on the Enron email dataset, which has 53 labels, showed that the integer linear programming approach exhibits polynomial-like scaling in the number of labels, with per-instance prediction times of at most a few seconds when implemented with open-source solvers, a practical footprint attributable in part to the sparse constraint matrices of the underlying optimization problems.</p>
<p>The work, supported by funding from the French National Research Agency, the Office of Naval Research Global, the European Defence Fund and the Dutch Research Council, points toward a broader lesson for machine learning: sometimes the path to robustness lies not in bigger models or more data, but in choosing a representation whose structure matches the problem. By treating labels not as isolated switches but as elements of an ordered system, the researchers have shown that the rich mathematics of preferences and orders can absorb noise, tolerate imbalance and signal uncertainty in ways that conventional multi-label pipelines cannot. As datasets grow noisier and applications demand more honest predictions, that shift in perspective may prove increasingly hard to ignore.</p>
<p><strong>Subject of Research:</strong> Transforming multi-label classification into order structure learning via preference learning to improve robustness against noisy and imbalanced labels and to enable partial abstention</p>
<p><strong>Article Title:</strong> Robust Multi-label Classification via Preference Learning</p>
<p><strong>Article References:</strong> Nguyen, V.-L., Hoang, X.-T., Destercke, S., de Campos, C., &amp; Huynh, V.-N. (2026). Robust Multi-label Classification via Preference Learning. <em>Machine Learning, 115</em>(9), Article 211. <a href="https://doi.org/10.1007/s10994-026-07147-2" rel="noopener noreferrer">https://doi.org/10.1007/s10994-026-07147-2</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s10994-026-07147-2" rel="noopener noreferrer">10.1007/s10994-026-07147-2</a></p>
<p><strong>Keywords:</strong> multi-label classification, preference learning, order structures, robustness, noisy labels, imbalanced labels, partial abstention, Bayes-optimal prediction, integer linear programming, calibrated label ranking, machine learning, label ranking</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">199604</post-id>	</item>
	</channel>
</rss>
