Md Mahmuddun, Nabi Murad, Yasin Yilmaz
We lifted 5 functions out of this paper's own repositories and ran 4 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.
| Repository | Role | Ran |
|---|---|---|
| Secure-and-Intelligent-Systems-Lab/CCM-TAD | — | 4 of 5 |
| Function | Status | Where it lives |
|---|---|---|
| CausalLinearLayer | Ran | Secure-and-Intelligent-Systems-Lab/CCM-TAD/models/CCM_TAD.py code served (permissive licence) · get_code("03552dd8ba9641df") |
| CausalMixer | Ran | Secure-and-Intelligent-Systems-Lab/CCM-TAD/models/CCM_TAD.py code served (permissive licence) · get_code("90038318ebf8293c") |
| TemporalMixer | Ran | Secure-and-Intelligent-Systems-Lab/CCM-TAD/models/CCM_TAD.py code served (permissive licence) · get_code("34996fd269f08307") |
| create_anti_diagonal_mat | Ran | Secure-and-Intelligent-Systems-Lab/CCM-TAD/models/CCM_TAD.py code served (permissive licence) · get_code("2e5fded8865ee515") |
| Permute | Not yet run | Secure-and-Intelligent-Systems-Lab/CCM-TAD/models/CCM_TAD.py code served (permissive licence) · get_code("d4795591e916fda7") |
Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.
Early and accurate detection of anomalies in timeseries data is critical due to the substantial risks associated with false or missed detections. While MLP-based mixer models have shown promise in time-series analysis, they do not maintain temporal causality during data processing. Moreover, real-world multivariate time series often contain numerous channels with diverse inter-channel correlations. Spurious correlations in the reconstructed time series lead to noisy representations, resulting in inaccurate anomaly detection. In addition, anomaly scoring methods that ignore temporal continuity can mislead sequential detection. To address these challenges, we propose a clusteraware causal mixer for multivariate time-series anomaly detection. Channels are grouped into clusters based on their correlations, and each cluster is embedded through a dedicated embedding layer. A causal mixer is introduced to integrate information while maintaining temporal causality. We further develop a sequential anomalyscoring method that accumulates evidence over time and refines anomaly boundaries. Our proposed model operates in an online fashion, making it suitable for real-time time-series anomaly detection. Experimental evaluations across six public benchmark datasets demonstrate that the proposed approach consistently achieves superior performance.
The same record, over MCP at https://syntology.ai/mcp:
get_harvested_code_for_paper("2506.00188")
get_code_for_paper("2506.00188")
have("2506.00188")
Connect an agent — have() is free.