| Literature DB >> 35062456 |
Arpad Gellert1, Radu Sorostinean1,2, Bogdan-Constantin Pirvu3.
Abstract
Manual work accounts for one of the largest workgroups in the European manufacturing sector, and improving the training capacity, quality, and speed brings significant competitive benefits to companies. In this context, this paper presents an informed tree search on top of a Markov chain that suggests possible next assembly steps as a key component of an innovative assembly training station for manual operations. The goal of the next step suggestions is to provide support to inexperienced workers or to assist experienced workers by providing choices for the next assembly step in an automated manner without the involvement of a human trainer on site. Data stemming from 179 experiment participants, 111 factory workers, and 68 students, were used to evaluate different prediction methods. From our analysis, Markov chains fail in new scenarios and, therefore, by using an informed tree search to predict the possible next assembly step in such situations, the prediction capability of the hybrid algorithm increases significantly while providing robust solutions to unseen scenarios. The proposed method proved to be the most efficient for next assembly step prediction among all the evaluated predictors and, thus, the most suitable method for an adaptive assembly support system such as for manual operations in industry.Entities:
Keywords: A* algorithm; Industry 4.0; Markov chains; artificial intelligence; assembly assistance systems; digital transformation; informed tree search; prediction; smart manufacturing; training stations
Mesh:
Year: 2022 PMID: 35062456 PMCID: PMC8779491 DOI: 10.3390/s22020495
Source DB: PubMed Journal: Sensors (Basel) ISSN: 1424-8220 Impact factor: 3.576
Figure 1UML representation of the anthropocentric cyber–physical system reference model.
Figure 2Assembly assistance prototype for manual operations.
Characteristics of Sensytouch ST43 SLIM.
| Component | Specifications |
|---|---|
| Display | 43-inch 4K touchscreen |
| Processor | Intel i7-7700 |
| Graphical Processor | NVIDIA GeForce GTX 1060 |
| Memory | 16 GB |
| Storage | 250 GB |
| Operating System | Windows 10 |
Figure 3User interface of the assembly assistance prototype.
Figure 4Example of a configuration for the modular, customizable product.
Notations.
| Notation | Meaning |
|---|---|
| R | The order of the Markov model |
|
| The state of the Markov model at time t |
| H(q) | Heuristic of the distance from state q to the final state |
| FSS(q) | Final state score of (q) |
| D(q) | The depth of the current state q |
| P(q) | The probability of the current state q being the next state |
Figure 5Prediction pipeline and data flow of the algorithm.
Figure 6Predictor coverage graph for underestimating heuristic on the mixed dataset.
Figure 7Predictor coverage graph for the perfect heuristic on the mixed dataset.
Figure 8Heuristic comparison on the mixed dataset.
Figure 9Predictor coverage graph for the perfect heuristic on the “Workers” dataset.
Figure 10Predictor coverage graph for the perfect heuristic on the “Students” dataset.
Comparison between different predictors on the mixed dataset.
| Algorithm | Accuracy | Coverage | Prediction Rate |
|---|---|---|---|
| Markov order 1 | 67.92 | 51.8 | 76.26 |
| A* with Markov order 1 | 67.63 | 67.63 | 100 |
| Naïve heuristic predictor | 16.91 | 16.91 | 100 |
| PPMN order 2 | 67.19 | 61.87 | 92.09 |
| GBDT | 65.11 | 65.11 | 100 |
| LSTM | 48.2 | 48.2 | 100 |