DAStatFormer: A Hybrid Multibranch Transformer with Statistical Feature Integration for DAS-Based Pattern Recognitions
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.
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
DiScoFormer: One transformer for density and score, across distributions
DiScoFormer is a single transformer model that estimates both the density and score of a distribution from a set of data points in one forward pass without retraining, overcoming the trade-off between generalizability and accuracy of previous methods.
Dualformer: Efficient Feature Extractor for Complex-valued Blind Communication Signal Analysis
This paper proposes Dualformer, a dual-channel neural network architecture based on transformers, designed for efficient feature extraction from complex-valued signals in blind communication analysis tasks such as automatic modulation recognition, signal scheme recognition, and signal structure parsing. Extensive experiments show consistent performance improvements over existing methods.
Controlled Dynamics Attractor Transformer
The Controlled Dynamics Attractor Transformer (CDAT) combines a mixture von Mises-Fisher attention energy with a Hopfield refinement energy and CANN-inspired excitation-inhibition modulation, providing topology-constrained dynamical systems for stable inference. It achieves state-of-the-art performance on graph anomaly detection and classification benchmarks.
D2H-AD: A Hybrid Model Utilizing Hyperdimensional Computing for Advanced Anomaly Detection
D2H-AD is a novel anomaly detection framework using Hyperdimensional Computing (HDC) that combines distance-based and density-aware encoding. It outperforms five baselines across multiple benchmarks, offering lightweight, interpretable, and efficient performance for edge AI and IoT.
DataArc-SynData-Toolkit: A Unified Closed-Loop Framework for Multi-Path, Multimodal, and Multilingual Data Synthesis
The article introduces DataArc-SynData-Toolkit, an open-source framework designed to simplify multi-path, multimodal, and multilingual synthetic data generation. It aims to lower technical barriers and improve usability for training large language models through a unified, configuration-driven pipeline.