DeepFilter: A Transformer-style Framework for Accurate and Efficient Process Monitoring
Hao Wang, Zhichao Chen, Licheng Pan, Xiaoyu Jiang, Yichen Song, Qunshan He, Xinggao Liu
TL;DR
DeepFilter replaces self-attention in Transformer-based process monitoring with a real-FFT–based filtering block to capture long-term discriminative patterns efficiently. The method achieves higher accuracy and lower computational cost than a range of baselines, including Transformer variants, on nuclear monitoring datasets, while maintaining real-time applicability. Theoretical analysis links the filtering operation to a circular convolution with a history-length kernel and demonstrates decorrelation in the frequency domain, supporting improved representations. Empirical results and ablations confirm the necessity of the spectral filtering components and demonstrate favorable scalability and deployment viability in industrial settings.
Abstract
The process monitoring task is characterized by stringent demands for accuracy and efficiency. Current transformer-based methods, characterized by self-attention for temporal fusion, exhibit limitations in accurately understanding the semantic context and efficiently processing monitoring logs, rendering them inadequate for process monitoring. To address these limitations, we introduce DeepFilter, which revises the self-attention mechanism to improve both accuracy and efficiency. As a straightforward yet versatile approach, DeepFilter provides an instrumental baseline for practitioners in process monitoring, whether initiating new projects or enhancing existing capabilities.
