DDV-GNet: High-Throughput Defect Detection for Space Manufacturing via Deep Delta Gated Networks

Abstract

Real-time defect detection for space manufacturing and satellite components’ quality control necessitate processing rates beyond 600 frames per second with high classification accuracy under severe computational constraints. State-of-the-art deep learning models face an inherent problem, where convolutional neural networks like ResNet50 achieve high accuracy but fall short of satisfying real-time constraints for synchronized production lines, while efficient models compromise on detection accuracy. In this paper, we propose a novel hierarchical gated convolutional architecture called Deep Delta Vision Gated Network (DDV-GNet) that resolves the inherent problem of existing models by achieving high accuracy with linear complexity processing and hardware-optimized design. Our proposed model uses gated linear transformations with Deep Delta operators across eight specialized blocks divided into four stages with progressive feature expansion from 64 to 512 dimensions. Our proposed DDV-GNet architecture achieves 95.9% classification accuracy with 1.34M parameters and a throughput of 853 FPS, outperforming standard CNN and Vision Transformer models.

Key Methodologies & Contributions

Code & Resources