CVLGNov 7, 2023

Dual-Stream Attention Transformers for Sewer Defect Classification

arXiv:2311.16145v1h-index: 9Has Code
Originality Incremental advance
AI Analysis

This work addresses sewer defect classification for infrastructure maintenance, but it is incremental as it builds on existing multi-scale vision transformers by adding attention regularization between modalities.

The paper tackles sewer defect classification by proposing a dual-stream multi-scale vision transformer that jointly processes RGB and optical flow inputs, using self-attention regularization to align attention maps between streams, and it outperforms existing CNN and transformer models on public and novel datasets.

We propose a dual-stream multi-scale vision transformer (DS-MSHViT) architecture that processes RGB and optical flow inputs for efficient sewer defect classification. Unlike existing methods that combine the predictions of two separate networks trained on each modality, we jointly train a single network with two branches for RGB and motion. Our key idea is to use self-attention regularization to harness the complementary strengths of the RGB and motion streams. The motion stream alone struggles to generate accurate attention maps, as motion images lack the rich visual features present in RGB images. To facilitate this, we introduce an attention consistency loss between the dual streams. By leveraging motion cues through a self-attention regularizer, we align and enhance RGB attention maps, enabling the network to concentrate on pertinent input regions. We evaluate our data on a public dataset as well as cross-validate our model performance in a novel dataset. Our method outperforms existing models that utilize either convolutional neural networks (CNNs) or multi-scale hybrid vision transformers (MSHViTs) without employing attention regularization between the two streams.

Code Implementations1 repo
Foundations

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

Your Notes