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
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.
HADT: A Heterogeneous Multi-Agent Differential Transformer for Autonomous Earth Observation Satellite Cluster
This paper proposes HADT, a transformer-based architecture for autonomous resource management in heterogeneous satellite clusters for Earth observation, using differential attention and relational tokenization. Experiments show significant improvements over baselines and strong adaptability to varying cluster sizes.
RF-DETR: Neural Architecture Search for Real-Time Detection Transformers
RF-DETR introduces a lightweight detection transformer that uses weight-sharing neural architecture search to achieve state-of-the-art real-time object detection, outperforming prior methods on COCO and Roboflow100-VL while running up to 20x faster.
Delta Attention Residuals
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.
SeDT: Sentence-Transformer Decision-Transformer Conditioning for Multi-Turn Conversation Reliability
The paper introduces SeDT, a training-free inference-time method that improves LLM reliability in multi-turn conversations by annotating conversation history with cumulative relevance scores from three signals, achieving up to +37.7% performance gains on the Lost-in-Conversation benchmark.