<?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>manufacturing process optimization &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/manufacturing-process-optimization/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Sat, 12 Sep 2026 14:07:04 +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>manufacturing process optimization &#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>Petri Net Method Captures Hidden Similarities in Manufacturing Processes</title>
		<link>https://scienmag.com/petri-net-method-captures-hidden-similarities-in-manufacturing-processes/</link>
		
		<dc:creator><![CDATA[Denise Maddox]]></dc:creator>
		<pubDate>Sat, 12 Sep 2026 14:07:04 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[advanced process comparison methods]]></category>
		<category><![CDATA[behavioral profiles]]></category>
		<category><![CDATA[Cluster Computing]]></category>
		<category><![CDATA[component consumption in manufacturing]]></category>
		<category><![CDATA[difference analysis]]></category>
		<category><![CDATA[manufacturing process modeling techniques]]></category>
		<category><![CDATA[manufacturing process optimization]]></category>
		<category><![CDATA[manufacturing process similarity detection]]></category>
		<category><![CDATA[manufacturing processes]]></category>
		<category><![CDATA[operation profile]]></category>
		<category><![CDATA[Petri net process analysis]]></category>
		<category><![CDATA[Petri nets]]></category>
		<category><![CDATA[precision and recall]]></category>
		<category><![CDATA[process dependency relation analysis]]></category>
		<category><![CDATA[process documentation management]]></category>
		<category><![CDATA[process execution and state changes]]></category>
		<category><![CDATA[process merging and reuse strategies]]></category>
		<category><![CDATA[process mining]]></category>
		<category><![CDATA[process optimization]]></category>
		<category><![CDATA[process similarity metrics]]></category>
		<category><![CDATA[process workflow comparison]]></category>
		<category><![CDATA[rapid manufacturing]]></category>
		<category><![CDATA[similarity measurement]]></category>
		<category><![CDATA[t-test]]></category>
		<guid isPermaLink="false">https://scienmag.com/?p=195087</guid>

					<description><![CDATA[A new Petri net-based approach that links operations to the components they consume significantly outperforms traditional single-criterion methods for measuring the similarity of manufacturing processes.]]></description>
										<content:encoded><![CDATA[<p>Modern manufacturers are drowning in their own process documentation. Large enterprises routinely accumulate hundreds or even thousands of manufacturing processes covering everything from product design and production planning to quality inspection, and the ability to plan, review, recommend, merge and reuse those processes efficiently has become a genuine competitive necessity. A study published in Cluster Computing by Qianqian Wang of Anhui Science and Technology University and Chifeng Shao of Anhui University of Science and Technology now offers a substantially more accurate way to answer a deceptively simple question: when are two manufacturing processes truly alike, and where exactly do they differ?</p>
<p>The problem, the researchers argue, is that most existing similarity and difference analysis techniques rely on relatively single analysis criteria. Traditional methods typically consider only the dependency relations between activities in a process model. That works reasonably well for general business workflows, but manufacturing processes have a distinctive feature that such approaches ignore: the execution of every operation is accompanied by the consumption of a series of components and changes in their states. Two processes may look behaviorally identical on paper while consuming entirely different parts, or use identical parts while ordering their operations in critically different ways. When screening large process libraries for similar models, these blind spots cause numerous processes to be mistakenly flagged as highly similar, inflating review workloads and obscuring the real differences that matter for quality control.</p>
<p>To address this, the team first reformulated manufacturing processes as Petri net models, a formalism in which places represent products such as raw materials, items in progress or finished goods, transitions represent operations, and arcs capture the flow between them. Crucially, the model includes a function that assigns sets of components to each operation. Building on this representation, the authors introduce the concept of an operation profile, which characterizes how pairs of operations relate when a process executes. Five relations are distinguished: a strict relation in which one operation always precedes another, an interleaving relation that splits into circulation and parallel subtypes depending on whether the operations loop back to each other, and an exclusive relation in which two operations can never occur in the same execution.</p>
<p>A motivating example in the paper shows why a single criterion fails. When only operation profiles are compared, two processes with identical ordering relations score a similarity of exactly 1.0, implying equivalence, even though the components attached to their operations are not the same. Conversely, two processes sharing the same operation items but differing in whether two operations run strictly in sequence or in parallel are also hard to separate under a parts-only view. The lesson is that neither operation items nor operation profiles alone can deliver reliable judgments; both must be weighed together.</p>
<p>From this insight the researchers derive three similarity measurement methods. The operation items, or OI-based, method scores the similarity of corresponding operations by the Jaccard coefficient of their component sets, capturing how much the parts consumed by matching operations overlap. The operation profile, or OP-based, method instead counts how many operation pairs share the same occurrence relation, normalized by the number of possible pairs. The centerpiece, however, is the operation-aware profile, or COP-based, method, which fuses the two perspectives: for every operation pair it multiplies the pair&#8217;s component similarity by a binary indicator of whether the occurrence relation matches, then aggregates across the whole process. In a worked example, two processes that scored a perfect 1.0 under profile-only analysis drop to 0.87 once component differences are counted, and processes differing in both dimensions fall to 0.84, exactly the kind of downward correction that prevents false positives in process screening.</p>
<p>The same machinery extends to difference analysis. Given a newly created process, the method first retrieves all processes in the library whose COP similarity exceeds a threshold, set at 0.8 in the study. The operation profile matrices of these similar variants are aggregated into a single weighted matrix whose entries record the frequency of each occurrence relation across the variant set. Two quantitative indicators then drive an iterative clustering procedure. A separation value, computed with a weighted cosine measure, identifies which operations are most suitable to merge together, while a deviation value, measured against benchmark vectors for each relation type, determines which occurrence relation best characterizes the merged pair. Because different relations carry different constraint strength, from the weakly constrained interleaving relation to the strongly constrained exclusive relation, the weights are calibrated by combining domain rules with data-driven optimization rather than manual assignment. The result is a candidate operation profile matrix that summarizes the typical behavior of the whole variant family, against which the new process is compared entry by entry to expose every structural difference.</p>
<p>To test the approach, the team assembled a dataset of low-cost rapid manufacturing temperature sensors, establishing 12 reference processes with 4 variants each, drawn largely from the published literature and converted into Petri net form. A benchmark for true similarity was set with the help of eight experienced modelers, and the methods were evaluated on precision, recall, F1-score and accuracy. The COP method achieved a perfect precision of 1.0 in every case where similar variants existed, correctly rejecting dissimilar processes that the single-criterion methods accepted. The OP method, by contrast, reached recall of 1.0 in most cases, but its broad matching strategy came at the cost of substantial noise, with accuracy in some cases falling as low as 0.25. The COP method attained an average accuracy of 0.83 while the older OTV approach, which considers only part of the profile information, trailed behind in precision.</p>
<p>Statistical validation reinforced the picture. Paired t-tests at a significance level of 0.05 showed that the COP method&#8217;s improvements over the OI and OP methods were significant across both precision and accuracy, with all p-values below 0.05. Against the advanced OTV method, COP retained a statistically significant advantage in precision, while the difference in accuracy was not significant, with a p-value of approximately 0.1039, indicating at least comparable overall performance. The authors note that COP nonetheless offers greater theoretical completeness and interpretability, since it fully integrates both operation-component relations and the complete set of occurrence relations rather than a subset.</p>
<p>Perhaps the most practically significant finding concerns the method&#8217;s strictness toward small deviations. Rapid manufacturing processes are sensitive to environmental factors, and minor non-standard changes in operation sequence or execution logic frequently arise in production. The t-test results confirmed that when such substandard structural changes occur, the COP method assigns markedly lower similarity scores, flagging potential quality risks that looser methods gloss over. The authors therefore position the OI method for production resource arrangement and equipment scheduling, the OP method for macroscopic process planning and template construction, and the COP method for compliance verification and production quality control, where catching hidden deviations matters most.</p>
<p>In terms of difference mining, simulation experiments on grouped process models demonstrated that the iterative aggregation and clustering procedure correctly recovers candidate operation profiles, even when one process variant dominates the population with a 70 percent share, and that comparing candidate operation items against a new process pinpoints exactly which components deviate from established practice. The work was supported by the National Natural Science Foundation of China and several Anhui provincial programs. The authors acknowledge that, constrained by the availability of real industrial data and privacy limits, the evaluation relied on benchmark datasets from the literature; future work will apply the model to actual production logs with noise in real manufacturing workshops. If those trials succeed, factories could gain a rigorous, quantitative tool for managing sprawling process libraries, promoting reuse, and standardizing production on a scale that manual review has never been able to match.</p>
<p><strong>Subject of Research:</strong> A Petri net-based method for measuring similarity and detecting differences between manufacturing processes by jointly analyzing operation profiles and operation-component relations.</p>
<p><strong>Article Title:</strong> Analysis of similarity and difference in manufacturing processes based on petri nets</p>
<p><strong>Article References:</strong> Analysis of similarity and difference in manufacturing processes based on petri nets. (n.d.). <a href="https://doi.org/10.1007/s10586-026-06494-y" rel="noopener noreferrer">https://doi.org/10.1007/s10586-026-06494-y</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s10586-026-06494-y" rel="noopener noreferrer">10.1007/s10586-026-06494-y</a></p>
<p><strong>Keywords:</strong> Petri nets, manufacturing processes, similarity measurement, operation profile, process mining, difference analysis, behavioral profiles, process optimization, Cluster Computing, t-test, rapid manufacturing, precision and recall</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">195087</post-id>	</item>
		<item>
		<title>KAIST Unveils AI System Capable of Detecting Manufacturing Defects in Smart Factories Amid Changing Conditions</title>
		<link>https://scienmag.com/kaist-unveils-ai-system-capable-of-detecting-manufacturing-defects-in-smart-factories-amid-changing-conditions/</link>
		
		<dc:creator><![CDATA[Denise Maddox]]></dc:creator>
		<pubDate>Tue, 26 Aug 2025 21:15:26 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[adaptive AI systems]]></category>
		<category><![CDATA[AI defect detection]]></category>
		<category><![CDATA[AI in quality control]]></category>
		<category><![CDATA[applications of AI in diverse fields]]></category>
		<category><![CDATA[environmental factors in manufacturing]]></category>
		<category><![CDATA[innovative technologies in manufacturing]]></category>
		<category><![CDATA[KAIST research advancements]]></category>
		<category><![CDATA[manufacturing process optimization]]></category>
		<category><![CDATA[operational efficiency in factories]]></category>
		<category><![CDATA[reducing operational costs in AI]]></category>
		<category><![CDATA[smart manufacturing technology]]></category>
		<category><![CDATA[time-series domain adaptation]]></category>
		<guid isPermaLink="false">https://scienmag.com/kaist-unveils-ai-system-capable-of-detecting-manufacturing-defects-in-smart-factories-amid-changing-conditions/</guid>

					<description><![CDATA[In recent years, the integration of artificial intelligence (AI) into manufacturing processes has transformed operational efficiencies and quality control standards across industries. However, a significant challenge has surfaced: when manufacturing conditions change—whether due to machine replacements or fluctuations in environmental factors like temperature, pressure, and speed—the existing AI defect detection models often falter, leading to [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>In recent years, the integration of artificial intelligence (AI) into manufacturing processes has transformed operational efficiencies and quality control standards across industries. However, a significant challenge has surfaced: when manufacturing conditions change—whether due to machine replacements or fluctuations in environmental factors like temperature, pressure, and speed—the existing AI defect detection models often falter, leading to inaccurate outcomes. KAIST, South Korea’s prestigious Korea Advanced Institute of Science and Technology, announced groundbreaking advancements in this realm, paving the way for a new era of robust and adaptable AI in manufacturing.</p>
<p>KAIST&#8217;s research team, under the guidance of Professor Jae-Gil Lee from the School of Computing, has developed innovative “time-series domain adaptation” technology. This new method enhances the durability and performance of AI models, enabling them to detect defects accurately in changing manufacturing environments without necessitating retraining. Such an advancement promises to significantly reduce operational costs tied to AI deployment while broadening its applicability towards diverse fields, from smart factories to healthcare devices and urban infrastructures.</p>
<p>At the core of this research is a critical observation by Professor Lee&#8217;s team: existing AI models generally struggle with variations not solely due to differences in data distribution but also owing to alterations in defect occurrence patterns—the so-called label distribution. In manufacturing contexts, especially in semiconductor production, the prevalence of different defect types can change as a result of equipment upgrades or modifications; thus, a standard model may become obsolete under new manufacturing scenarios.</p>
<p>To tackle these hurdles, the research team devised a method to dissect incoming process sensor data into three distinctive components: trends, non-trends, and frequencies. This approach allows the AI to evaluate individual characteristics of data points similarly to how human operators detect anomalies by listening to diverse sound patterns or monitoring vibrations in machines. This multi-dimensional analysis equips the AI to maintain consistent performance even amid environmental transformations.</p>
<p>The culmination of their research has led to the creation of TA4LS, which stands for Time-series domain Adaptation for mitigating Label Shifts. This innovative technology leverages the principle of comparing existing model predictions against new data clustering information, thus facilitating automatic corrections in prediction outputs. The result is an AI that can adjust its bias away from outdated defect occurrence patterns and instead align with the nuances of the new production processes.</p>
<p>One of the standout features of this technology is its ease of integration. TA4LS can be attached to existing AI frameworks as an add-on module, eliminating the need for complex and resource-intensive redevelopments. This flexibility ensures that manufacturers can quickly adopt the innovation regardless of the AI technology they already employ, fostering a smoother transition into advanced defect detection systems.</p>
<p>During experimental trials involving four benchmark datasets reflecting changes in time-series data, the KAIST research team realized accuracy improvements of up to 9.42% over traditional methods. Remarkably, this performance enhancement was most pronounced in scenarios where modifications created steep discrepancies in label distributions. The research has provided critical evidence that the new technology can be effectively deployed even in environments producing low volumes of various products—a common challenge faced in smart manufacturing settings.</p>
<p>Professor Jae-Gil Lee emphasized the significance of this breakthrough, stating that overcoming the retraining dilemma has been a pivotal hurdle in the broader adoption of AI in manufacturing. He anticipates that once the technology is thoroughly commercialized, it will not only decrease maintenance costs but also markedly enhance defect detection efficiency across numerous sectors.</p>
<p>This transformative research was conducted in collaboration with doctoral candidates Jihye Na and Youngeun Nam, alongside LG AI Research team member Junhyeok Kang. The findings were presented at the prestigious KDD (ACM SIGKDD Conference on Knowledge Discovery and Data Mining) conference in August 2025, celebrated as one of the premier gatherings for advancements in artificial intelligence and data analytics.</p>
<p>The study contributes valuable insights and methodologies aimed at enhancing the resilience of AI applications in rapidly evolving industrial landscapes. The research was supported under a governmental initiative focusing on the development of original technology within the software industry, ensuring that such groundbreaking endeavors can effectively translate into practical applications that benefit a broad spectrum of industries, including healthcare and smart city infrastructures.</p>
<p>As industries set their sights on the future of manufacturing, innovations such as KAIST&#8217;s time-series domain adaptation technology may very well dictate the pace and success of AI integration into real-world applications. The prospect of operational systems that not only respond to change but adapt seamlessly, serves as a powerful testament to the potential futures that lie ahead in the intersection of AI and manufacturing.</p>
<p>This pivotal breakthrough not only stands to revolutionize defect detection but also sets the stage for deploying more sophisticated AI systems that are capable of evolving with the environments in which they function, ultimately ensuring higher standards of quality and efficiency in modern manufacturing processes.</p>
<hr />
<p><strong>Subject of Research</strong>: Time-Series Domain Adaptation Technology in Defect Detection<br />
<strong>Article Title</strong>: Mitigating Source Label Dependency in Time-Series Domain Adaptation under Label Shifts<br />
<strong>News Publication Date</strong>: 26-Aug-2025<br />
<strong>Web References</strong>: <a href="http://dx.doi.org/10.1145/3711896.3737050">DOI: 10.1145/3711896.3737050</a><br />
<strong>References</strong>: None available<br />
<strong>Image Credits</strong>: KAIST</p>
<h4><strong>Keywords</strong></h4>
<p>AI, Defect Detection, Smart Manufacturing, Time-Series Domain Adaptation, Assembly Line, Automation, KAIST, Technology Integration</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">69616</post-id>	</item>
	</channel>
</rss>
