<?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>adversarial attacks on unsupervised AI &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/adversarial-attacks-on-unsupervised-ai/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Thu, 24 Sep 2026 01:41:57 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1.2</generator>

<image>
	<url>https://scienmag.com/wp-content/uploads/2024/07/cropped-scienmag_ico-32x32.jpg</url>
	<title>adversarial attacks on unsupervised 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&#8217;s Blind Spot: The Hidden Adversarial Threats to Unsupervised AI</title>
		<link>https://scienmag.com/machine-learnings-blind-spot-the-hidden-adversarial-threats-to-unsupervised-ai/</link>
		
		<dc:creator><![CDATA[Teresa Odom]]></dc:creator>
		<pubDate>Thu, 24 Sep 2026 01:41:57 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[adversarial attacks]]></category>
		<category><![CDATA[adversarial attacks on unsupervised AI]]></category>
		<category><![CDATA[adversarial defenses in unsupervised learning]]></category>
		<category><![CDATA[adversarial robustness]]></category>
		<category><![CDATA[adversarial robustness in unsupervised learning]]></category>
		<category><![CDATA[AI safety]]></category>
		<category><![CDATA[AI security gaps in modern machine learning]]></category>
		<category><![CDATA[autoencoders]]></category>
		<category><![CDATA[clustering]]></category>
		<category><![CDATA[data poisoning]]></category>
		<category><![CDATA[diffusion models]]></category>
		<category><![CDATA[diffusion models and adversarial attacks]]></category>
		<category><![CDATA[fragmentation in unsupervised AI research]]></category>
		<category><![CDATA[generative adversarial networks]]></category>
		<category><![CDATA[machine learning security]]></category>
		<category><![CDATA[security challenges in clustering algorithms]]></category>
		<category><![CDATA[security risks in unsupervised models]]></category>
		<category><![CDATA[systematic literature review of AI security]]></category>
		<category><![CDATA[systematic review]]></category>
		<category><![CDATA[systematic review of AI adversarial threats]]></category>
		<category><![CDATA[transformers]]></category>
		<category><![CDATA[unlabelled data vulnerabilities in AI]]></category>
		<category><![CDATA[unsupervised learning]]></category>
		<category><![CDATA[unsupervised machine learning vulnerabilities]]></category>
		<guid isPermaLink="false">https://scienmag.com/?p=212018</guid>

					<description><![CDATA[A systematic review of 93 studies reveals eight attack types and nine defence types across six categories of unsupervised machine learning models, exposing critical security gaps as industry increasingly relies on unlabelled data.]]></description>
										<content:encoded><![CDATA[<p>Unsupervised machine learning has quietly become the workhorse of modern artificial intelligence. From clustering customer data to generating photorealistic images with diffusion models, these systems learn patterns from unlabelled data without the hand-holding of human annotation. Yet a comprehensive new systematic review published in Artificial Intelligence Review warns that this rapidly expanding family of models carries adversarial vulnerabilities that have been far less studied than those of their supervised counterparts. The review, conducted by Mathias Lundteigen Mohus and Jingyue Li of the Norwegian University of Science and Technology in Trondheim, sifted through an initial pool of 21,195 papers and rigorously filtered them down to 93 published studies, producing the first broad synthesis of attacks and defences across six major categories of unsupervised models.</p>
<p>The scale of the screening effort underscores how fragmented the field has been. The authors began with a systematic search across the literature and applied structured filtration criteria to arrive at their final corpus of 93 papers. That ratio, fewer than half a percent of the initially identified publications, reflects both the explosive growth of machine learning research and the relative scarcity of work dedicated specifically to the security of models that learn without labels. The reviewed studies spanned clustering algorithms, super-resolution models, autoencoders, generative adversarial networks, diffusion models, and transformers, giving the researchers a panoramic view of where the technology stands and where it is exposed.</p>
<p>Why does unsupervised learning deserve its own security analysis? The answer lies in how these models differ fundamentally from supervised ones. A supervised classifier learns a mapping from inputs to known labels, and adversarial research in that domain has produced well-known attack families, such as small perturbations to images that flip a classifier&#8217;s decision. Unsupervised models, by contrast, extract structure from raw data: they group similar items, compress and reconstruct signals, or learn to generate new samples that mimic a training distribution. An adversary attacking such a system does not need to fool a label; instead, the attacker might corrupt the learned clusters, poison the data so that a generative model produces manipulated outputs, or degrade reconstruction quality in ways that are harder to detect because there is no ground-truth label to compare against.</p>
<p>The review&#8217;s synthesis identified eight distinct types of attacks and nine distinct types of defences across the six model categories. This taxonomy is one of the paper&#8217;s central contributions. By providing top-level descriptions of each attack and defence family and then comparing how they manifest across different unsupervised architectures, the authors offer researchers a common vocabulary for a field that has often studied each model type in isolation. An attack that works against a generative adversarial network, for example, may exploit very different mechanisms than one targeting a clustering algorithm, yet the literature had lacked a unified framework for seeing those similarities and differences side by side.</p>
<p>Generative models receive particular attention in the analysis, and for good reason. Generative adversarial networks and diffusion models now power image synthesis, data augmentation, and creative tools used by hundreds of millions of people. Because these models learn the underlying distribution of their training data, an adversary who can influence that data, or the training process itself, can potentially shape what the model generates. The review highlights how poisoning attacks, in which malicious samples are injected into training data, pose a distinct threat in unsupervised settings, where there are no labels to act as a sanity check on the data. A poisoned generative model may look perfectly normal on the surface while harbouring hidden behaviours that only emerge under specific conditions.</p>
<p>Autoencoders and super-resolution models present a different attack surface. These systems compress inputs into lower-dimensional representations and then reconstruct them, a process that can be destabilised by carefully crafted perturbations. In applications such as medical imaging enhancement or satellite imagery analysis, a subtly corrupted reconstruction could have serious consequences. The review notes that defences developed for these architectures often borrow ideas from supervised adversarial training, but the absence of labels complicates the picture: without a correct output to train toward, robustness must be defined in terms of reconstruction fidelity, representation stability, or distributional consistency, each of which can be measured and attacked in different ways.</p>
<p>Clustering algorithms, among the oldest unsupervised techniques, turn out to be far from immune. The review documents how adversaries can manipulate cluster assignments by poisoning a small fraction of the training data or by crafting inputs that sit ambiguously between clusters. Because clustering is widely used in anomaly detection, network intrusion detection, and customer segmentation, such manipulation can have cascading effects: an attacker who can shift cluster boundaries may be able to hide malicious activity inside a cluster of benign examples, defeating the very purpose of the detection system. Transformers, too, appear in the review&#8217;s scope, reflecting their growing use in self-supervised and unsupervised pipelines beyond their original supervised applications.</p>
<p>One of the most valuable aspects of the study is its explicit comparison of how attacks and defences differ between supervised and unsupervised settings. The authors systematically synthesised these differences, pointing out that many defences validated on supervised classifiers cannot be transferred directly to unsupervised models. Adversarial training, the dominant defence in supervised learning, requires labelled examples of adversarial inputs and their correct outputs, something unsupervised pipelines simply do not have. Defences for unsupervised models therefore tend to rely on alternative strategies, such as anomaly detection over the training data, robust statistics, representation regularisation, and architectural safeguards. The review catalogues these nine defence types and evaluates where each has been demonstrated to work, and where the evidence remains thin.</p>
<p>That thin evidence base leads directly to the paper&#8217;s identification of critical gaps. Across the 93 studies, coverage is uneven: some model categories and attack types have attracted substantial research attention while others remain nearly unexamined. The authors argue that as industry increasingly deploys unsupervised models on unlabelled data, precisely because labelling is expensive and slow, the security community has not kept pace with the deployment curve. Their recommendations for future research call for more systematic evaluation of defences across model families, better benchmarks for measuring robustness without ground-truth labels, and greater attention to the intersection of data poisoning and generative modelling, where the consequences of compromise are potentially the most far-reaching.</p>
<p>The timing of this review could hardly be more significant. Foundation models and self-supervised pretraining, both heavily reliant on unlabelled data, now underpin everything from search engines to scientific discovery tools. If the systems that learn from the raw, uncurated internet are vulnerable to adversaries who can plant poisoned content in that data, the security of the entire AI stack is at stake. By mapping the terrain, eight attack types, nine defence types, six model families, and the crucial differences between labelled and unlabelled learning, Mohus and Li have given researchers and practitioners a foundational reference for hardening the next generation of machine learning. The work, funded through an NTNU PhD scholarship and published open access, arrives as a timely reminder that in artificial intelligence, learning without supervision should never mean defending without vigilance.</p>
<p><strong>Subject of Research:</strong> Adversarial attacks and defences in unsupervised machine learning models</p>
<p><strong>Article Title:</strong> Adversarial vulnerabilities and mitigations in unsupervised machine learning: a systematic review</p>
<p><strong>Article References:</strong> Mohus, M. L., &amp; Li, J. (2026). Adversarial vulnerabilities and mitigations in unsupervised machine learning: a systematic review. <em>Artificial Intelligence Review</em>. <a href="https://doi.org/10.1007/s10462-026-11695-3" rel="noopener noreferrer">https://doi.org/10.1007/s10462-026-11695-3</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s10462-026-11695-3" rel="noopener noreferrer">10.1007/s10462-026-11695-3</a></p>
<p><strong>Keywords:</strong> unsupervised learning, adversarial attacks, machine learning security, generative adversarial networks, diffusion models, autoencoders, clustering, transformers, data poisoning, adversarial robustness, systematic review, AI safety</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">212018</post-id>	</item>
	</channel>
</rss>
