TL;DR
This paper introduces CoTAR, a centralized module replacing traditional decentralized attention in Transformer models, to better capture global patterns in medical time series data, improving accuracy and efficiency.
Contribution
Proposes CoTAR, a centralized MLP-based module that aligns with the inherent centralization of MedTS signals, reducing complexity and enhancing performance over standard attention mechanisms.
Findings
Achieves up to 11.6% improvement on the APAVA dataset.
Reduces memory usage to 33% and inference time to 20% of previous methods.
Demonstrates superior effectiveness and efficiency on five benchmark datasets.
Abstract
Accurate analysis of medical time series (MedTS) data, such as electroencephalography (EEG) and electrocardiography (ECG), plays a pivotal role in healthcare applications, including the diagnosis of brain and heart diseases. MedTS data typically exhibit two critical patterns: temporal dependencies within individual channels and channel dependencies across multiple channels. While recent advances in deep learning have leveraged Transformer-based models to effectively capture temporal dependencies, they often struggle with modeling channel dependencies. This limitation stems from a structural mismatch: MedTS signals are inherently centralized, whereas the Transformer's attention mechanism is decentralized, making it less effective at capturing global synchronization and unified waveform patterns. To address this mismatch, we propose CoTAR (Core Token Aggregation-Redistribution), a…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
