Identifying Cause-and-Effect Relationships of Manufacturing Errors using Sequence-to-Sequence Learning
Jeff Reimer, Yandong Wang, Sofiane Laridi, Juergen Urdich, S\"oren, Wilmsmeier, Gregory Palmer

TL;DR
This paper presents a deep learning framework using sequence-to-sequence models to automatically identify and establish causal relationships between source and knock-on errors in automotive manufacturing, improving error analysis accuracy.
Contribution
It introduces a novel approach combining sequence-to-sequence models with a new composite metric to analyze manufacturing errors and their causal links in real-world production data.
Findings
Transformer outperforms LSTM and GRU in error prediction accuracy.
71.68% of sequences contain either source or knock-on errors.
The proposed method effectively identifies causal error relationships in manufacturing.
Abstract
In car-body production the pre-formed sheet metal parts of the body are assembled on fully-automated production lines. The body passes through multiple stations in succession, and is processed according to the order requirements. The timely completion of orders depends on the individual station-based operations concluding within their scheduled cycle times. If an error occurs in one station, it can have a knock-on effect, resulting in delays on the downstream stations. To the best of our knowledge, there exist no methods for automatically distinguishing between source and knock-on errors in this setting, as well as establishing a causal relation between them. Utilizing real-time information about conditions collected by a production data acquisition system, we propose a novel vehicle manufacturing analysis system, which uses deep learning to establish a link between source and knock-on…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsAttention Is All You Need · Linear Layer · Layer Normalization · Tanh Activation · Sigmoid Activation · Long Short-Term Memory · Byte Pair Encoding · Absolute Position Encodings · Residual Connection · Softmax
