<?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>similarity transfer &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/similarity-transfer/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Sat, 12 Sep 2026 13:03:03 +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>similarity transfer &#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>AI Learns Better When It Explains Itself: New Method Tackles Missing Training Secrets</title>
		<link>https://scienmag.com/ai-learns-better-when-it-explains-itself-new-method-tackles-missing-training-secrets/</link>
		
		<dc:creator><![CDATA[Denise Maddox]]></dc:creator>
		<pubDate>Sat, 12 Sep 2026 13:03:03 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[Bo Liu AI research]]></category>
		<category><![CDATA[classification]]></category>
		<category><![CDATA[data imputation]]></category>
		<category><![CDATA[explainability-guided learning]]></category>
		<category><![CDATA[explainable AI]]></category>
		<category><![CDATA[Guangdong University of Technology]]></category>
		<category><![CDATA[handling incomplete training data]]></category>
		<category><![CDATA[improving classifier accuracy]]></category>
		<category><![CDATA[LIME]]></category>
		<category><![CDATA[LUPI]]></category>
		<category><![CDATA[LUPI paradigm]]></category>
		<category><![CDATA[Machine learning]]></category>
		<category><![CDATA[Neural Computing and Applications]]></category>
		<category><![CDATA[neural computing applications]]></category>
		<category><![CDATA[partial privileged learning]]></category>
		<category><![CDATA[partial privileged learning framework]]></category>
		<category><![CDATA[practical AI training methods]]></category>
		<category><![CDATA[privileged information]]></category>
		<category><![CDATA[privileged information in AI]]></category>
		<category><![CDATA[privileged information is available during training]]></category>
		<category><![CDATA[similarity transfer]]></category>
		<category><![CDATA[SVM+]]></category>
		<guid isPermaLink="false">https://scienmag.com/?p=194631</guid>

					<description><![CDATA[Researchers have developed a framework that uses explainable AI to reconstruct missing privileged information, keeping LUPI classifiers accurate even when most of the extra training knowledge is unavailable.]]></description>
										<content:encoded><![CDATA[<p>Machine learning models are often trained with a hidden advantage: extra information that is available during training but withheld at prediction time. This paradigm, known as Learning Using Privileged Information, or LUPI, was introduced by Vladimir Vapnik and colleagues and has become a powerful way to boost classifier accuracy. The idea is intuitive. A doctor diagnosing a disease might have access to detailed lab results during a retrospective study, but in a real-world deployment those tests may be too expensive or too slow to obtain for every patient. LUPI lets the model absorb that richer knowledge during training and then perform well using only the standard features at test time. The catch, however, is that most LUPI methods assume the privileged information is complete for every training example, an assumption that collapses the moment data acquisition budgets run dry.</p>
<p>A team of researchers at Guangdong University of Technology, led by Bo Liu of the School of Automation, has now tackled this practical weakness head-on. In a study published in Neural Computing and Applications, the authors introduce a framework called Explainability-Guided Partial Privileged Learning, abbreviated EPPL, which is designed to keep LUPI methods effective even when only a fraction of the privileged information is actually available. The work addresses a scenario that is far more common in industry and medicine than the idealized complete-privileged-information setting: some training samples come with the extra knowledge, and many do not, and nobody has the resources to fill in all the gaps.</p>
<p>The core challenge the researchers identified is how to reconstruct the missing privileged information without contaminating the learning process with noise. A natural strategy is similarity transfer: if two training examples look alike in their ordinary feature space, one might infer that their privileged descriptions are also similar, allowing the privileged representation of a fully documented example to stand in for a sparsely documented one. The trouble is that naive similarity calculations in high-dimensional spaces are notoriously fragile. Two samples may appear close together because of background texture, lighting artifacts, or other irrelevant signals, while being semantically far apart in terms of what actually distinguishes their classes. This semantic misalignment means that blind similarity transfer can inject misleading surrogate information into the training pipeline, degrading rather than improving the final classifier.</p>
<p>EPPL&#8217;s central innovation is to stop being blind. The framework integrates an Explainable AI mechanism, specifically LIME, the Local Interpretable Model-agnostic Explanations technique introduced by Marco Ribeiro and colleagues in 2016. LIME probes a classifier by perturbing its inputs and observing how predictions change, producing a local explanation that highlights which features actually drove a given decision. In EPPL, these LIME-derived masks act as filters that separate discriminative features, the ones that genuinely matter for classification, from background noise. When the system computes similarity between two training samples to transfer privileged information, it weights the comparison by these masks, so that the distance is dominated by features the classifier itself has identified as meaningful rather than by incidental similarities across the full high-dimensional representation.</p>
<p>On top of this explanation-guided similarity measure, the researchers designed a class-aware weighted similarity strategy with two jobs. First, it improves the accuracy of imputing missing privileged information, because samples of the same class tend to share relevant privileged structure that class-conscious matching can exploit. Second, and crucially, the same similarity machinery dynamically assigns confidence weights to the downstream SVM+ classifier. SVM+, Vapnik&#8217;s extension of the support vector machine to the LUPI setting, learns a correcting function over the privileged space alongside the main decision function. If the imputed privileged information for a given sample is unreliable, treating it with the same confidence as genuinely observed data would be a mistake. EPPL instead down-weights samples whose reconstructed privileged information rests on weak similarity evidence, letting the classifier lean harder on well-supported examples and more gently on uncertain ones.</p>
<p>The quantitative results reported in the study are striking, particularly in the hardest regime. When only 20 percent of the privileged information was available, a severe data-scarce scenario, EPPL outperformed state-of-the-art baseline methods by up to 3.12 percent in classification accuracy. Equally important is the framework&#8217;s stability. As the proportion of available privileged information dropped from 80 percent to 20 percent, EPPL&#8217;s performance degraded by only 9.32 percent, while other competitive models suffered drops exceeding 12 percent. In a field where the gap between a good model and a deployable model is often measured in fractions of a percentage point, both the accuracy advantage and the reduced degradation represent meaningful progress.</p>
<p>The experiments were conducted on four publicly available benchmark datasets spanning very different domains: the Handwritten Digital Images dataset from the UCI Machine Learning Repository, the Caltech-101 object recognition collection, the Animals with Attributes 2 dataset, and the Corel image dataset. Testing across handwritten digits, natural object photographs, animal categories, and generic imagery gives the results a breadth that single-dataset studies often lack, and the consistent advantage of EPPL across these benchmarks suggests that the benefit derives from the framework itself rather than from idiosyncrasies of any one data domain. All four datasets are freely accessible, which should make it straightforward for other groups to reproduce and extend the findings.</p>
<p>Beyond the headline numbers, the study carries a broader conceptual message about the relationship between explainability and learning efficiency. Explainable AI is usually framed as a tool for human trust: producing heatmaps, feature rankings, and textual justifications so that people can audit what a model is doing. EPPL repurposes those same explanations for a purely technical role, using them as a signal that improves the learning pipeline itself. The LIME masks do not exist to reassure a clinician or a regulator; they exist to decide which pixel or feature dimensions should carry weight when the algorithm judges whether two training examples are true semantic neighbors. This inversion, in which explanations become functional components rather than post-hoc reporting layers, hints at a productive research direction where interpretability methods pay for themselves in raw performance.</p>
<p>The practical implications reach into any domain where privileged information is expensive. Medical imaging is an obvious candidate: expert annotations, additional imaging modalities, and longitudinal follow-up data all function as privileged information that cannot be gathered for every case. Financial modeling is another, where analysts&#8217; private assessments or delayed regulatory filings provide training-time knowledge that is unavailable in real time. In settings such as these, the robustness curve matters as much as the peak. A method that performs brilliantly with complete information but craters when coverage drops to a fifth of the dataset forces practitioners into painful trade-offs between data budgets and model quality. EPPL&#8217;s comparatively gentle degradation suggests that partial coverage can be an acceptable operating point rather than a failure mode.</p>
<p>The research was supported by the Natural Science Foundation of China under Grant 62076074 and the Natural Science Foundation of Guangdong Province under Grant 2023A1515012560. The source code is available from the corresponding author upon reasonable request, and the authors report no competing financial interests. As privileged learning matures from a theoretical curiosity into a practical toolkit, the question of incomplete information is the question that will decide its real-world reach, and this work offers a concrete, explanation-driven answer to it.</p>
<p><strong>Subject of Research:</strong> Explainability-guided partial privileged learning using class-aware weighted similarity to handle incomplete privileged information in machine learning classifiers</p>
<p><strong>Article Title:</strong> Explainability-guided partial privileged learning: a class-aware weighted similarity approach</p>
<p><strong>Article References:</strong> Explainability-guided partial privileged learning: a class-aware weighted similarity approach. (n.d.). <a href="https://doi.org/10.1007/s00521-026-12316-4" rel="noopener noreferrer">https://doi.org/10.1007/s00521-026-12316-4</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s00521-026-12316-4" rel="noopener noreferrer">10.1007/s00521-026-12316-4</a></p>
<p><strong>Keywords:</strong> privileged information, LUPI, explainable AI, LIME, SVM+, similarity transfer, machine learning, classification, partial privileged learning, Neural Computing and Applications, Guangdong University of Technology, data imputation</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">194631</post-id>	</item>
	</channel>
</rss>
