Improving Failure Prediction in Aircraft Fastener Assembly Using Synthetic Data in Imbalanced Datasets
Gustavo J. G. Lahr, Ricardo V. Godoy, Thiago H. Segreto, Jose O. Savazzi, Arash Ajoudani, Thiago Boaventura, Glauco A. P. Caurin
TL;DR
This work tackles failure prediction in aircraft fastener collar assembly under severe data imbalance by evaluating deep learning models directly on raw multivariate time-series from force/torque and rotation data. Through hyperparameter optimization and 10-fold cross-validation, it compares MLP, CNN, LSTM, Transformer, and Vision Transformer architectures across original, balanced, and synthetic datasets generated via SMOTE, with and without class weighting. The results show that SMOTE-based oversampling and balanced data improve jammed recall while maintaining high mounted precision, with ViT on balanced data delivering the best jammed detection (0.92±0.08), albeit with high compute needs; a lighter Transformer without rotation on synthetic data also offers strong performance for constrained environments. The study advances a task-focused evaluation framework that moves beyond accuracy, highlights data-imbalance strategies, and outlines practical directions for synthetic data generation and anomaly detection to enhance safety and efficiency in aircraft assembly.
Abstract
Automating aircraft manufacturing still relies heavily on human labor due to the complexity of the assembly processes and customization requirements. One key challenge is achieving precise positioning, especially for large aircraft structures, where errors can lead to substantial maintenance costs or part rejection. Existing solutions often require costly hardware or lack flexibility. Used in aircraft by the thousands, threaded fasteners, e.g., screws, bolts, and collars, are traditionally executed by fixed-base robots and usually have problems in being deployed in the mentioned manufacturing sites. This paper emphasizes the importance of error detection and classification for efficient and safe assembly of threaded fasteners, especially aeronautical collars. Safe assembly of threaded fasteners is paramount since acquiring sufficient data for training deep learning models poses challenges due to the rarity of failure cases and imbalanced datasets. The paper addresses this by proposing techniques like class weighting and data augmentation, specifically tailored for temporal series data, to improve classification performance. Furthermore, the paper introduces a novel problem-modeling approach, emphasizing metrics relevant to collar assembly rather than solely focusing on accuracy. This tailored approach enhances the models' capability to handle the challenges of threaded fastener assembly effectively.
