<?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>IoT intrusion detection &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/iot-intrusion-detection/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Tue, 22 Sep 2026 17:54:42 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1.1</generator>

<image>
	<url>https://scienmag.com/wp-content/uploads/2024/07/cropped-scienmag_ico-32x32.jpg</url>
	<title>IoT intrusion detection &#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 Ensemble Feature Selection Method Reaches Near-Perfect IoT Intrusion Detection</title>
		<link>https://scienmag.com/new-ensemble-feature-selection-method-reaches-near-perfect-iot-intrusion-detection/</link>
		
		<dc:creator><![CDATA[Hailey Crawford]]></dc:creator>
		<pubDate>Tue, 22 Sep 2026 17:54:42 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[anomaly detection in IoT]]></category>
		<category><![CDATA[boosting-based feature ranking]]></category>
		<category><![CDATA[class imbalance]]></category>
		<category><![CDATA[cybersecurity]]></category>
		<category><![CDATA[cybersecurity for connected devices]]></category>
		<category><![CDATA[dimensionality reduction]]></category>
		<category><![CDATA[ensemble feature selection]]></category>
		<category><![CDATA[ensemble learning]]></category>
		<category><![CDATA[feature ranking]]></category>
		<category><![CDATA[feature selection]]></category>
		<category><![CDATA[high-dimensional data]]></category>
		<category><![CDATA[high-dimensional traffic data analysis]]></category>
		<category><![CDATA[imbalanced dataset handling]]></category>
		<category><![CDATA[intrusion detection]]></category>
		<category><![CDATA[IoT intrusion detection]]></category>
		<category><![CDATA[IoT network security]]></category>
		<category><![CDATA[IoT security]]></category>
		<category><![CDATA[Machine learning]]></category>
		<category><![CDATA[machine learning cybersecurity]]></category>
		<category><![CDATA[mutual information]]></category>
		<category><![CDATA[optimized feature subset selection]]></category>
		<category><![CDATA[ranking with boosting]]></category>
		<category><![CDATA[real-time IoT threat identification]]></category>
		<category><![CDATA[scalable intrusion detection methods]]></category>
		<guid isPermaLink="false">https://scienmag.com/?p=207415</guid>

					<description><![CDATA[Researchers at Manipur University have developed EF²RB, an ensemble feature selection framework that boosts IoT intrusion detection accuracy to between 95 and 100 percent on benchmark datasets.]]></description>
										<content:encoded><![CDATA[<p>Researchers at Manipur University in India have unveiled a new machine learning framework that dramatically improves the way security systems detect intrusions in Internet of Things networks, achieving detection accuracy between 95 and 100 percent on several benchmark datasets. The method, called EF²RB, tackles one of the most stubborn problems in modern cybersecurity: the sheer size and messiness of the traffic data that billions of connected devices generate every second. By combining multiple feature selection techniques with an innovative boosting-style ranking mechanism, the team showed that a carefully chosen handful of features can outperform far larger feature sets, cutting computational cost while tightening detection performance.</p>
<p>The Internet of Things presents security analysts with an unusually hostile data environment. Unlike traditional enterprise networks, IoT ecosystems mix smart thermostats, cameras, medical sensors, and industrial controllers, each producing traffic with distinct statistical fingerprints. The resulting datasets are high-dimensional, often containing hundreds of numerical and categorical features, and severely imbalanced, with benign traffic dwarfing attack traffic by orders of magnitude. Attacks themselves range from botnet command-and-control traffic to application-layer exploits, so the signals that betray an intrusion vary enormously in character. Machine learning classifiers trained on such data struggle not because the information is absent but because it is buried under redundant, irrelevant, and noisy variables that dilute the learning signal.</p>
<p>Feature selection is the discipline of separating signal from this noise. Rather than transforming features into new abstract dimensions, as feature extraction methods such as autoencoders do, feature selection identifies and retains the original attributes that carry the most discriminative power, preserving interpretability. Filter methods, which rank features using statistical measures such as mutual information and correlation without consulting any classifier, are prized for their speed and scalability. Their weakness is that any single ranking criterion has blind spots; a measure that captures linear relationships may miss nonlinear ones, and vice versa. Ensemble feature selection addresses this by aggregating the verdicts of several ranking algorithms, in the same spirit that ensemble classifiers combine many weak learners into one strong predictor.</p>
<p>EF²RB, developed by Chandam Chinglensana Singh, Nazrul Hoque, and Khumukcham Robindro Singh, extends this ensemble philosophy with a concept the authors call Ranking with Boosting. The framework begins by partitioning the feature space into manageable segments, a decision that proved essential for scalability. Each partition is then evaluated by multiple filter ranking algorithms, including methods built on mutual information such as mRMR, JoMIC, and MIFS-ND, alongside correlation-based ranking. A consensus voting mechanism then reconciles the individual rankings to produce a common feature subset, and a correlation-pruning stage removes redundant variables that carry overlapping information. An iterative refinement loop, functioning as the ranker booster, progressively sharpens the subset across rounds, analogous to how boosting algorithms iteratively focus on the hardest examples.</p>
<p>The ablation experiments conducted by the team offer a revealing anatomy of the framework. Using the RT-IoT2022 dataset alongside three non-IoT benchmarks from the UCI Repository, namely Mice Protein Expression, Spambase, and Optical Recognition of Handwritten Digits, the researchers disabled each component in turn while holding the rest constant. The consensus mechanism emerged as the single most influential element: switching it off on RT-IoT2022 shrank the selected feature set from 21 features to just 5 and dragged accuracy down from roughly 98.94 percent to 94.77 percent. Correlation pruning, by contrast, mainly trims redundancy, expanding the retained features from 21 to 23 when disabled while leaving accuracy almost unchanged.</p>
<p>The most striking ablation result concerned feature-space partitioning. When the researchers allowed the ranking algorithms to process the entire feature space at once, runtimes exploded to extraordinary levels, with mRMR requiring more than 20,500 seconds, JoMIC nearly 50,000 seconds, and MIFS-ND more than 9,600 seconds on a single dataset. Worse, the consensus mechanism failed to produce any common feature subset at all, which prevented the classification stage from running. On the handwritten digits dataset, disabling partitioning likewise halted the pipeline entirely. These findings underline that for genuinely high-dimensional data, how you divide the problem can matter as much as the algorithms you apply to it. Iterative feature selection, interestingly, contributed only marginal gains, suggesting the framework remains robust even without that refinement layer.</p>
<p>Beyond the ablation study, the team embedded EF²RB in a full IoT intrusion detection system and tested it with baseline machine learning classifiers on high-dimensional IoT intrusion datasets that include Bot-IoT, Edge-IIoTset, NSL-KDD, UNSW-NB15, N-BaIoT, and Mu-IoT, alongside classical benchmarks. The resulting detector consistently achieved high performance, with accuracy between 95 and 100 percent on certain datasets, even though the classifier worked from a dramatically reduced feature subset. Because filter methods dominate the framework, the heavy computation happens once, offline, before deployment, leaving the live detector fast enough for resource-constrained IoT gateways that cannot afford heavyweight deep learning inference.</p>
<p>The comparison with existing approaches is instructive. Prior ensemble methods such as IDS-EFS and rank aggregation schemes in software defect prediction have shown that combining filters improves stability, while metaheuristic wrappers guided by multiple rankers have pushed accuracy on imbalanced data. EF²RB distinguishes itself by uniting partitioning, multi-ranker consensus, redundancy pruning, and iterative boosting in one pipeline, and by demonstrating each component&#8217;s contribution through systematic ablation rather than reporting only aggregate results. The authors have also released their implementation publicly on GitHub, which lowers the barrier for security teams and researchers to reproduce, audit, and adapt the framework for their own network environments.</p>
<p>The broader significance lies in what this means for defending the rapidly expanding IoT attack surface. Botnet campaigns such as Mirai demonstrated years ago that insecure connected devices can be weaponized at internet scale, and detection systems have struggled to keep pace with both the volume and heterogeneity of device traffic. A feature selection method that is dataset-agnostic, as the UCI benchmark results indicate, offers security engineers a reusable tool rather than a bespoke fix: the same pipeline that compresses IoT intrusion data can also condense spam indicators or biomedical measurements. As regulatory pressure and liability concerns push manufacturers toward hardened devices, methods like EF²RB supply the monitoring side of that equation, turning enormous, noisy traffic streams into compact feature sets that lightweight classifiers can act on in near real time.</p>
<p>Limitations remain, and the authors are candid about them. The evaluation relied on established benchmark datasets rather than newly generated traffic, so real-world deployment performance will depend on how faithfully those datasets mirror live networks, which constantly evolve as attackers adapt. The framework&#8217;s runtime, though far better with partitioning, still depends on computationally expensive mutual information estimates, which may need further optimization for streaming or federated deployments. Yet the core result stands: disciplined consensus among diverse ranking perspectives, guided by a boosting-inspired refinement, can extract a small, potent feature subset from the chaos of high-dimensional IoT data. In a field where every percentage point of detection accuracy translates into intercepted attacks, that is a consequential advance.</p>
<p><strong>Subject of Research:</strong> Ensemble filter feature selection with ranker boosting for high-dimensional IoT intrusion detection</p>
<p><strong>Article Title:</strong> EF&#040;^{2}&#041;RB: Ensemble of filter feature selection methods with ranker booster for classification of high-dimensional IoT intrusion data</p>
<p><strong>Article References:</strong> Chinglensana Singh, C., Hoque, N., &amp; Robindro Singh, K. (2026). EF$$^{2}$$RB: Ensemble of filter feature selection methods with ranker booster for classification of high-dimensional IoT intrusion data. <em>Knowledge and Information Systems, 68</em>(1), Article 252. <a href="https://doi.org/10.1007/s10115-026-02871-6" rel="noopener noreferrer">https://doi.org/10.1007/s10115-026-02871-6</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s10115-026-02871-6" rel="noopener noreferrer">10.1007/s10115-026-02871-6</a></p>
<p><strong>Keywords:</strong> feature selection, feature ranking, dimensionality reduction, ensemble learning, IoT security, intrusion detection, machine learning, mutual information, high-dimensional data, class imbalance, cybersecurity, ranking with boosting</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">207415</post-id>	</item>
	</channel>
</rss>
