<?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>imbalanced data classification in manufacturing &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/imbalanced-data-classification-in-manufacturing/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Sat, 12 Sep 2026 17:49:40 +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>imbalanced data classification in manufacturing &#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 Noise-Robust AI Method Tackles Imbalanced Data in Car Transmission Testing</title>
		<link>https://scienmag.com/new-noise-robust-ai-method-tackles-imbalanced-data-in-car-transmission-testing/</link>
		
		<dc:creator><![CDATA[Denise Maddox]]></dc:creator>
		<pubDate>Sat, 12 Sep 2026 17:49:40 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[addressing class imbalance in industrial machine learning]]></category>
		<category><![CDATA[advancements in AI]]></category>
		<category><![CDATA[automated acoustic data analysis for vehicle component testing]]></category>
		<category><![CDATA[automotive quality assurance]]></category>
		<category><![CDATA[class imbalance]]></category>
		<category><![CDATA[digital transformation in automotive quality assurance]]></category>
		<category><![CDATA[fault detection]]></category>
		<category><![CDATA[handling noisy and skewed datasets in quality control]]></category>
		<category><![CDATA[imbalanced data classification in manufacturing]]></category>
		<category><![CDATA[Machine learning]]></category>
		<category><![CDATA[machine learning for detecting defects in automotive production]]></category>
		<category><![CDATA[machine learning methods for detecting defective car transmissions]]></category>
		<category><![CDATA[mZ-cEAMD]]></category>
		<category><![CDATA[noise-resistant AI techniques for manufacturing inspection]]></category>
		<category><![CDATA[noise-robust machine learning for automotive transmission testing]]></category>
		<category><![CDATA[NVH testing]]></category>
		<category><![CDATA[NVH testing automation in automotive industry]]></category>
		<category><![CDATA[outlier and mislabeled data management in manufacturing datasets]]></category>
		<category><![CDATA[outlier detection]]></category>
		<category><![CDATA[over-sampling]]></category>
		<category><![CDATA[Short-Time Fourier Transform]]></category>
		<category><![CDATA[SMOTE]]></category>
		<category><![CDATA[spectral order tracking]]></category>
		<category><![CDATA[transmission manufacturing]]></category>
		<guid isPermaLink="false">https://scienmag.com/?p=197111</guid>

					<description><![CDATA[Researchers have developed a noise-robust over-sampling method called mZ-cEAMD that outperforms SMOTE-based techniques in classifying defective car transmissions from severely imbalanced and noisy production NVH data.]]></description>
										<content:encoded><![CDATA[<p>Every car transmission that rolls off a production line must prove it is quiet, smooth, and safe before it reaches a customer. At the end of the assembly process, engineers rely on Noise, Vibration and Harshness testing, known as NVH testing, to separate good units from defective ones. Accelerometers, microphones, and encoders capture the acoustic and dynamic fingerprints of each transmission under simulated road conditions, and skilled engineers then compare these signals against manually defined thresholds. The approach works, but it is labor intensive, costly, and increasingly out of step with the digital transformation sweeping through the automotive industry. Now, researchers at Magna International and FernUniversität in Hagen have unveiled a machine learning method designed to automate this critical quality gate, even when the data behind it is messy, noisy, and severely lopsided.</p>
<p>The challenge they set out to solve is one that plagues machine learning across manufacturing: class imbalance. In a typical transmission plant, the overwhelming majority of units are good, while defective transmissions are rare. A classifier trained on such data tends to favor the majority class, quietly waving defective units through the inspection process. Worse still, real production data contains outliers, mislabeled samples, and measurement noise from nearby machinery and inconsistent sensors, unlike the clean, balanced laboratory datasets that dominate the academic literature on fault diagnosis. Existing over-sampling techniques such as SMOTE and its many variants attempt to balance the classes by generating synthetic minority samples, but they are notoriously fragile in the presence of noise, often amplifying the very errors they should ignore.</p>
<p>Writing in the journal Knowledge and Information Systems, Emeka Ndupuechi and Christian Beecks introduce a new over-sampling framework called Modified Z-Score Cyclic Exponential Averaging of Minority Data, or mZ-cEAMD. The method operates in two stages. First, it cleans the dataset using the Modified Z-Score technique, a robust outlier detection approach based on the median and the Median Absolute Deviation rather than the mean and standard deviation. Because medians resist being dragged around by extreme values, the method can flag suspicious samples without the detection process itself being corrupted by them. Class-specific thresholds, tuned through an ablation study using master reference transmissions ranging from worst-of-worst to best-of-best units, determine which samples are removed before any synthetic data is created.</p>
<p>The second stage is where the method departs most sharply from its predecessors. Rather than relying on the fixed linear interpolation used by SMOTE, mZ-cEAMD generates synthetic minority samples through cycles of two-point exponential averaging between consecutive minority class feature vectors. Adjustable time constants control the interpolation weights: larger time constants produce synthetic samples that hug the original data closely, preserving precision, while smaller time constants spread samples across a broader range, boosting diversity. By cycling through a series of time constants, the algorithm builds up a balanced minority class whose synthetic members stay within the natural boundaries of the real data, minimizing overlap with the majority class and reducing the boundary ambiguity that degrades classifier performance.</p>
<p>The researchers paired their over-sampling method with a carefully engineered feature extraction pipeline tailored to transmission acoustics. From the raw vibration signal captured by an axial accelerometer and the angular position recorded by a 2048-pulse-per-revolution encoder, they extracted two complementary feature types. Spectral order tracking resamples the vibration data into the rotation domain, so that gear meshing frequencies remain fixed in the order spectrum regardless of shaft speed. The amplitude of the fundamental gear meshing order, tracked across every revolution and averaged in decibels, serves as a sensitive indicator of gear wear, pitting, scuffing, and misalignment. In parallel, the Short-Time Fourier Transform captures the time-frequency behavior of the signal, revealing broadband, non-synchronous defect signatures such as nicks or dents that order-based analysis would miss.</p>
<p>The study focused on the sixth gear of two seven-speed transmission variants produced on a real line: a hybrid dual-clutch transmission with an added e-Motor, and a conventional dual-clutch transmission. Each unit was tested at the end-of-line station by ramping the input shaft from 1000 to 4000 rpm and back under controlled loads, while the data acquisition system sampled vibration and encoder signals at 50 kilohertz for 4.5 seconds. Combining the order-track and STFT features produced two imbalanced datasets drawn directly from production: one with 3,947 transmissions, 113 attributes, and an imbalance ratio of 22.5, and another with 5,038 transmissions, 15 attributes, and an imbalance ratio of 20. Both contained mislabeled samples arising from human error in the predefined NVH thresholds, and the researchers deliberately injected additional label noise to stress-test their method.</p>
<p>For classification, the team selected a compact multilayer perceptron after an ablation study showed that deeper and wider networks offered only marginal gains while inflating training time and over-fitting risk, a crucial consideration on a production line where the interval between tests is measured in seconds. They benchmarked mZ-cEAMD against three established techniques, SMOTE, Borderline-SMOTE, and SVM-SMOTE, using the Matthews Correlation Coefficient and specificity as primary metrics, since accuracy is misleading under severe imbalance and minimizing false positives, meaning defective units wrongly passed as good, is the paramount operational concern.</p>
<p>The results were decisive. On the first dataset, mZ-cEAMD achieved a best MCC of 0.90 and a best specificity of 0.92, far ahead of SMOTE at 0.64, Borderline-SMOTE at 0.59, and SVM-SMOTE at 0.49. On the second, noisier dataset, the proposed method again led with an MCC of 0.77 and specificity of 0.86, compared with 0.58 and 0.83 for Borderline-SMOTE, 0.43 and 0.74 for SMOTE, and 0.47 and 0.69 for SVM-SMOTE. Confusion matrices confirmed that the new method produced the fewest defective transmissions misclassified as good and the fewest good units wrongly rejected, on both datasets.</p>
<p>The authors attribute this consistent advantage to the framework&#8217;s integrated noise detection, which prevents outliers and mislabeled samples from being amplified during over-sampling, together with the adaptive structure of exponential averaging, which preserves the intrinsic distribution of the minority class. Because the method was validated on genuinely imbalanced, noisy production data rather than curated laboratory datasets, the researchers argue it offers a realistic pathway toward machine learning based NVH testing that could complement or eventually replace manual threshold evaluation. Future work will focus on automating the selection of time constants, validating the framework across other domains and under injected noise scenarios such as Gaussian feature noise, and exploring the synchrosqueezing transform as an alternative to the STFT for feature extraction. If those efforts succeed, the humble end-of-line test stand could become one of the clearest examples of artificial intelligence quietly transforming quality assurance in automotive manufacturing.</p>
<p><strong>Subject of Research:</strong> Noise-robust over-sampling for imbalanced transmission production NVH data classification</p>
<p><strong>Article Title:</strong> A noise-robust over-sampling method for imbalanced transmission production data classification</p>
<p><strong>Article References:</strong> Ndupuechi, E., &amp; Beecks, C. (2026). A noise-robust over-sampling method for imbalanced transmission production data classification. <em>Knowledge and Information Systems, 68</em>(1), Article 257. <a href="https://doi.org/10.1007/s10115-026-02852-9" rel="noopener noreferrer">https://doi.org/10.1007/s10115-026-02852-9</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s10115-026-02852-9" rel="noopener noreferrer">10.1007/s10115-026-02852-9</a></p>
<p><strong>Keywords:</strong> machine learning, over-sampling, class imbalance, NVH testing, transmission manufacturing, SMOTE, outlier detection, spectral order tracking, Short-Time Fourier Transform, automotive quality assurance, fault detection, mZ-cEAMD</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">197111</post-id>	</item>
	</channel>
</rss>
