CVSep 30, 2024

CBAM-SwinT-BL: Small Rail Surface Defect Detection Method Based on Swin Transformer with Block Level CBAM Enhancement

arXiv:2409.20113v213 citationsh-index: 5
Originality Incremental advance
AI Analysis

This work provides an incremental improvement in rail surface defect detection for railway operators, specifically targeting small-scale defects that are difficult to identify with existing methods.

This paper addresses the challenge of efficiently identifying small-scale rail defects by enhancing the Swin Transformer (SwinT) with the Convolutional Block Attention Module (CBAM). The proposed CBAM-SwinT-BL framework significantly improves detection accuracy for small defects, with mAP-50 increasing by +23.0% for dirt and +38.3% for dent categories in the RIII dataset, and +13.2% for squat in the MUET dataset, while increasing overall precision by +5% and +7% in the MUET and RIII datasets respectively.

Under high-intensity rail operations, rail tracks endure considerable stresses resulting in various defects such as corrugation and spellings. Failure to effectively detect defects and provide maintenance in time would compromise service reliability and public safety. While advanced models have been developed in recent years, efficiently identifying small-scale rail defects has not yet been studied, especially for categories such as Dirt or Squat on rail surface. To address this challenge, this study utilizes Swin Transformer (SwinT) as baseline and incorporates the Convolutional Block Attention Module (CBAM) for enhancement. Our proposed method integrates CBAM successively within the swin transformer blocks, resulting in significant performance improvement in rail defect detection, particularly for categories with small instance sizes. The proposed framework is named CBAM-Enhanced Swin Transformer in Block Level (CBAM-SwinT-BL). Experiment and ablation study have proven the effectiveness of the framework. The proposed framework has a notable improvement in the accuracy of small size defects, such as dirt and dent categories in RIII dataset, with mAP-50 increasing by +23.0% and +38.3% respectively, and the squat category in MUET dataset also reaches +13.2% higher than the original model. Compares to the original SwinT, CBAM-SwinT-BL increase overall precision around +5% in the MUET dataset and +7% in the RIII dataset, reaching 69.1% and 88.1% respectively. Meanwhile, the additional module CBAM merely extend the model training speed by an average of +0.04s/iteration, which is acceptable compared to the significant improvement in system performance.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes