Intelligent Predictive Techniques for Better Product Quality 📊

: ; ; ; ; ; ;

How Artificial Neural Networks and Genetic Algorithms transform manufacturing with predictive decision-making to boost efficiency and product quality.

Published September 25, 2025 By EngiSphere Research Editors
A Smart Factory Assembly Line © AI Illustration
A Smart Factory Assembly Line © AI Illustration

TL;DR

A recent research combines Artificial Neural Networks and Genetic Algorithms in a closed-loop predictive technique to boost product quality by accurately forecasting performance and optimizing assembly decisions in real-time manufacturing.

Breaking it Down

🔍 Why Predictive Techniques Matter for Product Quality

In today’s fast-paced manufacturing world, every second ⏱️ and every component ⚙️ counts. The cost of producing defective products or wasting resources can be huge. That’s where predictive techniques come in—they help manufacturers foresee potential performance issues early in the design or assembly stage, before defects happen.

Traditionally, industries relied on statistical quality control—checking samples after production and fixing problems reactively. But modern factories need smarter, faster, and proactive methods that catch quality issues at the root.

The research we’re exploring today, presents a closed-loop system that marries two powerful tools from artificial intelligence:

  • Artificial Neural Networks (ANNs) 🧠 – great at learning patterns and predicting outcomes.
  • Genetic Algorithms (GAs) 🧬 – inspired by the evolution theory, excellent at finding the best combination among many possibilities.

Together, they create a predictive–optimization duo that not only forecasts product performance but also actively improves assembly quality in real-world manufacturing.

🧠 Phase I: Predicting Product Quality with ANNs

Imagine teaching a system to recognize the hidden rules that decide whether a product will perform well. That’s what ANNs do.

In this research, the ANN was trained to predict the performance of hermetic compressors (used in refrigeration systems). These machines are very sensitive—tiny differences in part dimensions can make or break efficiency.

📊 The Key Parameters Studied
  1. Valve plate thickness (Tv)
  2. Gasket thickness (Tg)
  3. Valve orifice diameter (Dv)
  4. Crankcase orifice diameter (Dcc)

These four factors were fed into the ANN. By running 32 carefully designed experiments (using the Design of Experiments method), the researchers created a dataset.

The ANN model architecture looked like this:

  • Input layer: 4 neurons (the 4 parameters above).
  • Hidden layer: 18 neurons (where the magic of pattern recognition happens ✨).
  • Output layer: 1 neuron (the predicted performance index).

🎯 The results?

  • Correlation coefficient R = 0.98 → meaning predictions almost perfectly matched real results.
  • Mean square error (MSE) < 0.01 → showing the model was highly accurate.

In short, the ANN could reliably predict compressor performance just from input dimensions, without the need for lengthy testing.

🧬 Phase II: Optimizing Assemblies with Genetic Algorithms

Prediction alone isn’t enough. You also need to decide: Which combination of parts will give the best final product? That’s where Genetic Algorithms (GAs) come in.

GA works like evolution in nature:

  • Selection – choosing the best candidates.
  • Crossover – mixing their traits to create new “offspring.”
  • Mutation – introducing small random tweaks for diversity.

In this study, the GA used the ANN’s predictions as fitness criteria. Essentially, ANN acted as the evaluator, while GA searched through possible part combinations until it found the best assembly configurations.

🎯 Quality Classes Defined
  • Class A (High quality): Performance Index ≥ 0.85
  • Class B (Medium): 0.70 ≤ PI < 0.85
  • Class C (Low): PI < 0.70

The GA was programmed to maximize the number of Class A parts in final assemblies. It ran thousands of “generations” until the best results emerged.

📈 Results: A Leap in Product Quality

The closed-loop ANN–GA system produced remarkable improvements:

  • Before optimization, only 30% of assemblies reached Class A quality.
  • After optimization, 60% of assemblies reached Class A ✅—a 100% improvement.
  • Class C (low-quality) products dropped from 20% to just 5%.

Not only that, the whole process was fast:

  • ANN training + validation: ~12.4 seconds.
  • GA optimization (1000 generations): ~18.6 seconds.
  • Total runtime: under 35 seconds ⏱️.

This makes it practical for real-world smart factories where quick decisions are essential.

🔄 Why Closed-Loop Matters

A big innovation in this study is the closed-loop design:

  • ANN predicts performance.
  • GA optimizes assemblies using ANN predictions.
  • Optimized results can then retrain and refine the ANN.

This creates a self-improving cycle—a system that learns and adapts continuously.

Compared to older open-loop methods (where ANN and GA work separately), this integration makes decisions more accurate, adaptable, and realistic for industrial settings.

Future Prospects 🔭

The study shows a strong proof-of-concept, but the possibilities go way beyond compressors:

  1. Multi-objective optimization – Not just quality, but also cost 💰, energy efficiency ⚡, and production time ⏳.
  2. Real-time integration – With sensor data from production lines, predictions could adapt instantly to machine conditions.
  3. Scalability – Apply the same framework to automotive, electronics, aerospace, or biomedical manufacturing.
  4. Dynamic part classification – Incorporating real-time quality inspection so that even incoming parts are evaluated on the fly.

In essence, ANN–GA frameworks could become the standard backbone of Industry 4.0 quality control systems.

🎯 Key Takeaways
  • Predictive techniques like ANNs can forecast product quality with near-perfect accuracy.
  • Optimization techniques like GAs ensure the best combinations of components are chosen.
  • Together, they boost product quality, reduce waste, and save time in manufacturing.
  • The closed-loop approach enables continuous learning and adaptation, fitting perfectly into the vision of smart factories.
💡 Final Thoughts

This research is an exciting leap in how we think about predictive quality management. By combining brain-inspired prediction 🧠 with evolution-inspired optimization 🧬, manufacturing can move from reactive problem-solving to proactive excellence.

The dream? A future where every product rolling off the line is optimized, efficient, and high-quality—by design 🌟.


Terms to Know

Predictive Technique - A smart method that uses past data 📊 and models to forecast future outcomes—like predicting product performance before it’s even built.

Product Quality - How well a product performs compared to what it was designed to do 💡—covering durability, efficiency, and customer satisfaction.

Artificial Neural Network (ANN) - A computer model inspired by the human brain 🧠 that learns patterns from data to make predictions, like guessing performance from part dimensions. - More about this concept in the article "Smarter, Stable Smart Grids ⚡ Hybrid AI".

Genetic Algorithm (GA) - An optimization method inspired by evolution 🧬—it tries many “solutions,” keeps the best ones, and mixes them until the best design is found. - More about this concept in the article "Digital Twin Boosts Vertical Farming 🌱".

Closed-Loop System - A feedback-driven setup 🔄 where predictions and optimizations continuously improve each other instead of working separately. - More about this concept in the article "AUV Solar Optimization 🌊 The Next Wave in Marine Robotics".

Design of Experiments (DOE) - A structured way to test different factors systematically 🧪—helping scientists figure out which variables really matter.

Performance Index (PI) - A numerical score 📏 that measures how well a product performs compared to its design target.

Optimization - The process of finding the best possible solution among many choices ✅—in this case, the best combination of parts for top product quality. - More about this concept in the article "Harnessing Nature: How Harris Hawks Optimization Is Revolutionizing Power Grids 🦅 ⚡".

Smart Manufacturing - The modern approach to production 🏭 where AI, sensors, and data-driven techniques make factories faster, smarter, and more efficient.


Source: El-Baz, M.A.; Abd-Elwahed, M.S. Enhancing Product Quality Using Artificial Neural Networks and Genetic Algorithms. J. Manuf. Mater. Process. 2025, 9, 322. https://doi.org/10.3390/jmmp9090322

From: King Abdulaziz University.

© 2025 EngiSphere.com