DAStatFormer: A Hybrid Multibranch Transformer with Statistical Feature Integration for DAS-Based Pattern Recognitions

arXiv cs.LG Papers

Summary

DAStatFormer is a hybrid multibranch Transformer that integrates statistical features with gated attention for efficient and accurate event classification in Distributed Acoustic Sensing (DAS), achieving up to 99.4% accuracy with significantly lower computational cost.

arXiv:2606.00081v1 Announce Type: new Abstract: Distributed Acoustic Sensing (DAS) enables large-scale monitoring through optical fibers, but its high dimensionality and complex spatio-temporal patterns make event classification demanding. Existing deep learning approaches-CNNs, recurrent models, and Transformer variants-either fail to capture long-range dependencies or require processing raw DAS matrices at prohibitive cost. We propose DAStatFormer, a hybrid multibranch Transformer that combines compact multidomain statistical features with Gated Transformer Networks. Instead of raw signals, we extract 24 ANOVA-selected attributes per channel from the temporal, waveform, and spectral domains, reducing data size by orders of magnitude while preserving discriminative information. Each domain is processed via dedicated step-wise and channel-wise attention branches, fused by an adaptive gating mechanism. Experiments on the open $\Phi$-OTDR benchmark and a real-scenario DAS dataset show that DAS-tatFormer achieves up to 99.4% accuracy and near-perfect real-world performance, while using significantly fewer parameters and lower inference cost than models such as DASFormer and DeepViT. These results demonstrate its suitability for scalable, real-time DAS-based monitoring. We release our code at https://github.com/MichelD-git/DAStatFormer
Original Article
View Cached Full Text

Cached at: 06/02/26, 03:39 PM

# DAStatFormer: A Hybrid Multibranch Transformer with Statistical Feature Integration for DAS-Based Pattern Recognitions
Source: [https://arxiv.org/abs/2606.00081](https://arxiv.org/abs/2606.00081)
[View PDF](https://arxiv.org/pdf/2606.00081)

> Abstract:Distributed Acoustic Sensing \(DAS\) enables large\-scale monitoring through optical fibers, but its high dimensionality and complex spatio\-temporal patterns make event classification demanding\. Existing deep learning approaches\-CNNs, recurrent models, and Transformer variants\-either fail to capture long\-range dependencies or require processing raw DAS matrices at prohibitive cost\. We propose DAStatFormer, a hybrid multibranch Transformer that combines compact multidomain statistical features with Gated Transformer Networks\. Instead of raw signals, we extract 24 ANOVA\-selected attributes per channel from the temporal, waveform, and spectral domains, reducing data size by orders of magnitude while preserving discriminative information\. Each domain is processed via dedicated step\-wise and channel\-wise attention branches, fused by an adaptive gating mechanism\. Experiments on the open $\\Phi$\-OTDR benchmark and a real\-scenario DAS dataset show that DAS\-tatFormer achieves up to 99\.4% accuracy and near\-perfect real\-world performance, while using significantly fewer parameters and lower inference cost than models such as DASFormer and DeepViT\. These results demonstrate its suitability for scalable, real\-time DAS\-based monitoring\. We release our code at[this https URL](https://github.com/MichelD-git/DAStatFormer)

## Submission history

From: Michel Dione \[[view email](https://arxiv.org/show-email/ca05c4a0/2606.00081)\] \[via CCSD proxy\] **\[v1\]**Fri, 22 May 2026 13:58:37 UTC \(5,851 KB\)

Similar Articles

Delta Attention Residuals

Hugging Face Daily Papers

Delta Attention Residuals improve layer-wise routing in transformer models by attending to feature changes (deltas) rather than cumulative hidden states, achieving 1.7–8.2% validation perplexity gains across scales from 220M to 7.6B parameters.