<?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>overcoming knowledge loss in AI security models &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/overcoming-knowledge-loss-in-ai-security-models/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Sat, 12 Sep 2026 15:53:30 +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>overcoming knowledge loss in AI security models &#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>Calibrated Prototypes Help AI Spot New Cyberattacks Without Forgetting Old Ones</title>
		<link>https://scienmag.com/calibrated-prototypes-help-ai-spot-new-cyberattacks-without-forgetting-old-ones/</link>
		
		<dc:creator><![CDATA[Hailey Crawford]]></dc:creator>
		<pubDate>Sat, 12 Sep 2026 15:53:30 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[adaptive cybersecurity systems]]></category>
		<category><![CDATA[catastrophic forgetting]]></category>
		<category><![CDATA[catastrophic forgetting in neural networks]]></category>
		<category><![CDATA[CICIDS2017]]></category>
		<category><![CDATA[continual learning]]></category>
		<category><![CDATA[continuous learning in intrusion detection systems]]></category>
		<category><![CDATA[cyberattack detection]]></category>
		<category><![CDATA[cybersecurity]]></category>
		<category><![CDATA[few-shot class-incremental learning]]></category>
		<category><![CDATA[few-shot learning for cyber threats]]></category>
		<category><![CDATA[incremental machine learning for cybersecurity]]></category>
		<category><![CDATA[intrusion detection]]></category>
		<category><![CDATA[Machine learning]]></category>
		<category><![CDATA[network security]]></category>
		<category><![CDATA[neural network stability in cybersecurity]]></category>
		<category><![CDATA[neural networks]]></category>
		<category><![CDATA[new methods for detecting evolving cyberattacks]]></category>
		<category><![CDATA[overcoming knowledge loss in AI security models]]></category>
		<category><![CDATA[preserving knowledge in AI-based threat detection]]></category>
		<category><![CDATA[prototype calibration]]></category>
		<category><![CDATA[prototype calibration for intrusion detection]]></category>
		<category><![CDATA[scalable cyberattack classification techniques]]></category>
		<category><![CDATA[semantic similarity]]></category>
		<category><![CDATA[UNSW-NB15]]></category>
		<guid isPermaLink="false">https://scienmag.com/?p=196043</guid>

					<description><![CDATA[Researchers in India have developed BiPC-IFS, a few-shot class-incremental learning framework that lets intrusion detection systems learn new cyberattacks from minimal samples without catastrophically forgetting previous ones.]]></description>
										<content:encoded><![CDATA[<p>Cybersecurity has long suffered from a paradox at the heart of machine learning: the models that defend our networks are often the slowest to adapt to the very threats they are meant to stop. When attackers deploy a new form of intrusion, defenders must retrain their detection systems, and in doing so they frequently erase the knowledge those systems already hold about earlier attacks. Researchers at Malaviya National Institute of Technology Jaipur in India have now unveiled a framework designed to break this cycle. Their approach, called BiPC-IFS, short for Biased Prototype Calibration For Incremental Few Shot Intrusion Detection, allows an intrusion detection system to learn brand-new attack types from only a handful of examples while preserving, rather than overwriting, what it has already learned about older threats.</p>
<p>The work, published in the journal Neural Computing and Applications by Parvati Bhurani, Satyendra Singh Chouhan and Namita Mittal, addresses one of the most stubborn problems in applied machine learning, known formally as catastrophic forgetting. First documented in the late 1980s by psychologists studying connectionist networks, the phenomenon describes what happens when a neural network trained sequentially on multiple tasks loses proficiency on earlier tasks as it absorbs new ones. In the context of network security, this is not an academic curiosity. An intrusion detection system that forgets how to recognize a denial-of-service flood because it has just been taught to spot a novel botnet signature is a system that has become a liability, not a safeguard.</p>
<p>The framework the Indian team proposes falls under an emerging learning paradigm known as few-shot class-incremental learning, or FSCIL. The idea is to structure the learning problem so that a model first learns a broad set of base classes from a fully labeled dataset, and then progressively incorporates novel classes from just a few labeled samples per class, all without revisiting the original training data. This mirrors the operational reality of cybersecurity. Organizations typically possess abundant examples of well-known attacks, but when a new exploit appears in the wild, security teams may have only a few confirmed instances of it before the next wave of probes arrives. A detection model suited to this environment must therefore extract maximum information from minimal new evidence while keeping its existing knowledge intact.</p>
<p>BiPC-IFS achieves this balance through two core components: a fixed feature extractor and a prototype calibration module. The feature extractor is trained only during the base session, on the well-populated set of established attack classes, and is then frozen for the remainder of the system&#8217;s operational life. Although this might seem restrictive, the researchers found that the frozen extractor still captures meaningful similarity relationships between the base classes and the novel classes that arrive later. Because the extractor encodes the geometry of network traffic in a stable feature space, new attack types can be located within that space even when only a handful of examples exist, simply by measuring where their feature representations fall relative to everything the model already knows.</p>
<p>The second component, prototype calibration, is where the approach earns its distinctive name. In prototype-based classification, each class is represented by a single representative vector, or prototype, typically computed as the mean of the feature vectors of its training samples. With only a few samples, these novel-class prototypes are biased, pulled away from their true class centers by sampling noise and by the tendency of a model trained on base classes to interpret everything through the lens of what it already knows. Calibration corrects this bias by adjusting the prototypes before classification. The crucial design question, the authors note, is determining how much to adjust: a calibration factor that is too high can distort the original representation of the novel class, effectively overcorrecting and making the system worse than it would have been with no calibration at all.</p>
<p>What sets BiPC-IFS apart from earlier calibration techniques is the way it computes that correction. Rather than relying solely on distances in feature space, the proposed calibrated class prototype aggregates both feature-based similarity and semantic similarity among different classes. In practical terms, this means the system considers not only how close a novel attack&#8217;s samples sit to the prototypes of known attacks in the learned feature space, but also how conceptually related the classes are. Two attack types that share characteristics, for example variants of the same malware family, can inform each other&#8217;s prototypes in a way that purely geometric calibration cannot achieve. This dual-source aggregation allows the model to draw richer inferences from the sparse evidence available in each incremental session, producing prototypes that better represent the true structure of the new classes.</p>
<p>To test whether these design choices translate into real-world performance, the researchers evaluated BiPC-IFS on two of the most widely used benchmark datasets in intrusion detection research: UNSW-NB15 and CICIDS2017. The UNSW-NB15 dataset, created at the Australian Centre for Cyber Security, combines real normal traffic with nine categories of synthesized modern attacks, including backdoors, exploits, and reconnaissance activity. CICIDS2017, produced by the Canadian Institute for Cybersecurity, captures several days of benign and attack traffic covering brute-force assaults, heartbleed exploits, botnets, denial-of-service attacks, web attacks, and infiltration attempts. Together, these benchmarks provide a demanding testbed, with realistic class distributions and attack behaviors that differ substantially across categories, exactly the conditions under which incremental learning systems tend to falter.</p>
<p>The results were striking. BiPC-IFS surpassed the baseline methods it was compared against and achieved the strongest performance metrics for novel classes across both datasets. The system recorded an average accuracy of 94.91 percent across all incremental sessions, a novel class accuracy of 74.25 percent, and a performance drop, measured as the decline in accuracy over the course of learning new classes, of just 8.67 percent. That final figure is the one that matters most to security practitioners, because it quantifies how much the system forgets as it learns. A small drop means that the model&#8217;s knowledge of old attacks remains largely intact even as it absorbs new ones, which is precisely the property that conventional retraining pipelines fail to deliver.</p>
<p>The implications extend well beyond one laboratory result. Networks today face an adversary that evolves continuously, probing for unpatched vulnerabilities and mutating attack tooling faster than human analysts can label large datasets. Systems like BiPC-IFS point toward a generation of defenses that can be updated on the fly, in operational settings, without the downtime and cost of full retraining and without the silent erosion of previously learned protections. Because the feature extractor remains frozen, the computational cost of incorporating a new attack class is minimal, and the approach avoids the need to store sensitive raw traffic data from past sessions. The researchers also note that the datasets used in the study are publicly available, which should make it straightforward for other teams to reproduce the results and build on them.</p>
<p>There remain, of course, open questions. The frozen feature extractor, though shown to capture useful base-novel similarity, was never trained to see the novel classes, and future work may explore how well this holds as threat landscapes diverge further from historical attack patterns. The authors&#8217; own framing acknowledges the delicate trade-off at the center of the method: the calibration factor must be chosen carefully, since too aggressive a correction distorts the very representations it is meant to refine. Even so, the demonstration that biased prototype calibration, informed jointly by feature and semantic similarity, can push novel-class detection to over 74 percent accuracy from just a few examples marks a meaningful advance. As artificial intelligence becomes the front line of network defense, techniques that let models learn like analysts do, quickly, from limited evidence, and without forgetting hard-won lessons, may prove indispensable.</p>
<p><strong>Subject of Research:</strong> A biased prototype calibration framework for incremental few-shot learning in network intrusion detection systems.</p>
<p><strong>Article Title:</strong> BiPC-IFS: Biased Prototype Calibration For Incremental Few Shot Intrusion Detection</p>
<p><strong>Article References:</strong> Bhurani, P., Chouhan, S. S., &amp; Mittal, N. (2026). BiPC-IFS: Biased Prototype Calibration For Incremental Few Shot Intrusion Detection. <em>Neural Computing and Applications, 38</em>(17), Article 736. <a href="https://doi.org/10.1007/s00521-026-12455-8" rel="noopener noreferrer">https://doi.org/10.1007/s00521-026-12455-8</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s00521-026-12455-8" rel="noopener noreferrer">10.1007/s00521-026-12455-8</a></p>
<p><strong>Keywords:</strong> intrusion detection, few-shot class-incremental learning, catastrophic forgetting, prototype calibration, machine learning, cybersecurity, network security, semantic similarity, UNSW-NB15, CICIDS2017, neural networks, continual learning</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">196043</post-id>	</item>
	</channel>
</rss>
