[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"doc-detail-81669-en":3,"doc-seo-81669-105":30,"detail-sidebar-cat-0-en-105":91},{"code":4,"msg":5,"data":6},0,"success",{"doc_id":7,"user_id":8,"nickname":9,"user_avatar":10,"doc_module":4,"category_id":11,"category_name":12,"doc_title":13,"doc_description":14,"doc_content":15,"file_id":16,"file_url":17,"file_type":18,"file_size":19,"view_count":20,"is_deleted":4,"is_public":21,"is_downloadable":21,"audit_status":21,"page_count":22,"language":23,"language_code":24,"site_id":25,"html_lang":24,"table_of_contents":26,"faqs":27,"seo_title":13,"seo_description":14,"update_tm":28,"read_time":29},81669,16904993612988,"Olivia Brown","https://ap-avatar.wpscdn.com/davatar_a8503ba1806abce46bf441b54a3ca4cd",8,"Research & Report","AnchorMoE: Interpretable Time Series Classification via Anchor-Routed MoE","Multivariate time series classification (MTSC) supports high-stakes decisions in areas such as clinical diagnosis and industrial fault detection, where trustworthy deployment requires transparent reasoning. Yet identifying the temporal segments that actually drive predictions is difficult because discriminative cues are sparse, heterogeneous, and masked by background noise. AnchorMoE introduces an interpretable-by-construction Mixture-of-Experts framework whose predictions are an exact additive decomposition over input segments. A geometric orthogonality constraint prevents redundant expert representations, and an uncertainty-aware reliability gate suppresses residual noise. Extensive experiments show competitive accuracy with faithful, time-localized explanations grounded in raw signals.","AnchorMoE: Interpretable Time Series Classification via  \nAnchor-Routed MoE  \nTao Xie  \nGuangdong University of Technology Guangzhou, China [3123001085@mail2.gdut.edu.cn](3123001085@mail2.gdut.edu.cn)  \nZexi Tan  \nGuangdong University of Technology Guangzhou, China [3123004194@mail2.gdut.edu.cn](3123004194@mail2.gdut.edu.cn)  \nHaoyi Xiao  \nGuangdong University of Technology Guangzhou, China [3124004599@mail2.gdut.edu.cn](3124004599@mail2.gdut.edu.cn)  \nMengke Li  \nShenzhen University Shenzhen, China [mengkeli@szu.edu.cn](mengkeli@szu.edu.cn)  \nYiqun Zhang∗ Guangdong University of Technology Guangzhou, China [yqzhang@gdut.edu.cn](yqzhang@gdut.edu.cn)  \nYang Lu  \nXiamen University Xiamen, China [luyang@xmu.edu.cn](luyang@xmu.edu.cn)  \narXiv :2606 .0363 1v 3 [ cs .LG] 10 Jul 2026  \nCuie Yang  \nNortheastern University Shenyang, China [yangcuie@mail.neu.edu.cn](yangcuie@mail.neu.edu.cn)  \nAbstract  \nMultivariate time series classification (MTSC) is pivotal in highstakes domains, such as clinical diagnosis and industrial fault detection, where safe deployment necessitates transparent decisionmaking. However, isolating the temporal segments that drive model predictions is challenging because discriminative signals in realworld time series are typically sparse, heterogeneous, and heavily obscured by background noise. This paper, therefore, proposes AnchorMoE, an interpretable-by-construction classification framework. Built upon a Mixture-of-Experts (MoE) architecture, AnchorMoE encodes multi-view representations of local patches and routes them to specialized experts, ensuring that the final prediction is formulated as an exact additive decomposition over the input segments, facilitating ante-hoc transparency rather than relying on post-hoc estimations. To maintain the reliability of this decomposition under sparse signal distributions, we introduce a geometric orthogonality constraint that penalizes representational redundancy, compelling distinct experts to specialize in heterogeneous predictive patterns. Furthermore, an uncertainty-aware reliability gate is designed to dynamically calibrate the contribution of each segment, effectively suppressing residual background noise. Extensive experiments on real-world and synthetic benchmarks demonstrate that AnchorMoE achieves highly competitive classification performance while faithfully grounding its decisions in the raw time series.  \nCCS Concepts  \n• Information systems → Data mining; • Computing methodologies → Machine learning.  \n∗ Corresponding author.  \nThis work is licensed under a Creative Commons Attribution 4 .0 International License. KDD’26, Jeju Island, Republic of Korea  \n© 2026 Copyright held by the owner/author(s) .  \nACM ISBN 979-8-4007-2259-2/2026/08  \n[https://doi.org/10.1145/3770855.3817786](https://doi.org/10.1145/3770855.3817786)  \nYiu-ming Cheung  \nHong Kong Baptist University Hong Kong SAR, China [ymc@comp.hkbu.edu.hk](ymc@comp.hkbu.edu.hk)  \nKeywords  \nMultivariate Time Series Classification, Interpretable Machine Learning, Self-Explaining Models, Mixture of Experts  \nACM Reference Format:  \nTao Xie, Zexi Tan, Haoyi Xiao, Mengke Li, Yiqun Zhang, Yang Lu, Cuie Yang, and Yiu-ming Cheung. 2026. AnchorMoE: Interpretable Time Series Classification via Anchor-Routed MoE. In Proceedings of the 32nd ACM SIGKDD Conference on Knowledge Discovery and Data Mining V.2 (KDD’26), August 09–13, 2026, Jeju Island, Republic of Korea. ACM, New York, NY, USA, 12 pages. [https://doi.org/10.1145/3770855.3817786](https://doi.org/10.1145/3770855.3817786)  \n[Resource Availability:](Resource Availability:)  \nThe source code of this paper has been made publicly available at [https://doi](https://doi). org/10.5281/zenodo.20449598 (GitHub: [https://github.com/kuxit/AnchorMoE](https://github.com/kuxit/AnchorMoE)).  \n1 Introduction  \nMultivariate Time Series (MTS) capture complex, co-evolving measurements pervasive in domains like network security, industrial monitoring [23, 24], and clinical c","cbCaijTD32bK4Qq6","https://ap.wps.com/l/cbCaijTD32bK4Qq6","pdf",4544161,4,1,12,"English","en",105,"# Introduction\n## Problem: sparse, heterogeneous temporal evidence\n## Limitations of post-hoc attribution\n## AnchorMoE overview","[{\"question\":\"What problem does AnchorMoE target in multivariate time series classification?\",\"answer\":\"AnchorMoE targets the difficulty of isolating the temporal segments that truly drive model predictions when discriminative signals are sparse, heterogeneous, and obscured by noise.\"},{\"question\":\"How does AnchorMoE make its decisions interpretable by construction?\",\"answer\":\"It uses a Mixture-of-Experts design that routes multi-view representations of local patches to specialized experts, producing predictions as an exact additive decomposition over input segments for ante-hoc transparency.\"},{\"question\":\"What mechanisms improve the reliability of the decomposition under sparse signals?\",\"answer\":\"AnchorMoE adds a geometric orthogonality constraint to reduce representational redundancy and an uncertainty-aware reliability gate to dynamically calibrate segment contributions and suppress residual background noise.\"}]",1784175312,30,{"code":4,"msg":31,"data":32},"ok",{"site_id":25,"language":24,"slug":33,"title":13,"keywords":34,"description":14,"schema_data":35,"social_meta":86,"head_meta":88,"extra_data":90,"updated_unix":28},"anchormoe-interpretable-time-series-classification-via-anchor-routed-moe","",{"@graph":36,"@context":85},[37,53,68],{"@type":38,"itemListElement":39},"BreadcrumbList",[40,44,48,51],{"item":41,"name":42,"@type":43,"position":21},"https://docshare.wps.com","Home","ListItem",{"item":45,"name":46,"@type":43,"position":47},"https://docshare.wps.com/document/","Document",2,{"item":49,"name":12,"@type":43,"position":50},"https://docshare.wps.com/document/research-report/",3,{"item":52,"name":13,"@type":43,"position":20},"https://docshare.wps.com/document/anchormoe-interpretable-time-series-classification-via-anchor-routed-moe/81669/",{"url":52,"name":13,"@type":54,"author":55,"headline":13,"publisher":57,"fileFormat":60,"inLanguage":24,"description":14,"dateModified":61,"datePublished":62,"encodingFormat":60,"isAccessibleForFree":63,"interactionStatistic":64},"DigitalDocument",{"name":9,"@type":56},"Person",{"url":41,"name":58,"@type":59},"DocShare","Organization","application/pdf","2026-07-25","2026-07-16",true,{"@type":65,"interactionType":66,"userInteractionCount":20},"InteractionCounter",{"@type":67},"ViewAction",{"@type":69,"mainEntity":70},"FAQPage",[71,77,81],{"name":72,"@type":73,"acceptedAnswer":74},"What problem does AnchorMoE target in multivariate time series classification?","Question",{"text":75,"@type":76},"AnchorMoE targets the difficulty of isolating the temporal segments that truly drive model predictions when discriminative signals are sparse, heterogeneous, and obscured by noise.","Answer",{"name":78,"@type":73,"acceptedAnswer":79},"How does AnchorMoE make its decisions interpretable by construction?",{"text":80,"@type":76},"It uses a Mixture-of-Experts design that routes multi-view representations of local patches to specialized experts, producing predictions as an exact additive decomposition over input segments for ante-hoc transparency.",{"name":82,"@type":73,"acceptedAnswer":83},"What mechanisms improve the reliability of the decomposition under sparse signals?",{"text":84,"@type":76},"AnchorMoE adds a geometric orthogonality constraint to reduce representational redundancy and an uncertainty-aware reliability gate to dynamically calibrate segment contributions and suppress residual background noise.","https://schema.org",{"og:url":52,"og:type":87,"og:title":13,"og:site_name":58,"og:description":14},"article",{"robots":89,"canonical":52},"index,follow",{"doc_id":7,"site_id":25},{"code":4,"msg":5,"data":92},[93,97,101,105,110,115,120,122,127,130,134],{"id":21,"doc_module":4,"doc_module_name":46,"category_name":94,"show_sort_weight":95,"slug":96},"Story & Novel",90,"story-novel",{"id":47,"doc_module":4,"doc_module_name":46,"category_name":98,"show_sort_weight":99,"slug":100},"Literature",80,"literature",{"id":20,"doc_module":4,"doc_module_name":46,"category_name":102,"show_sort_weight":103,"slug":104},"Exam",70,"exam",{"id":106,"doc_module":4,"doc_module_name":46,"category_name":107,"show_sort_weight":108,"slug":109},5,"Comic",60,"comic",{"id":111,"doc_module":4,"doc_module_name":46,"category_name":112,"show_sort_weight":113,"slug":114},6,"Technology",50,"technology",{"id":116,"doc_module":4,"doc_module_name":46,"category_name":117,"show_sort_weight":118,"slug":119},7,"Healthcare",40,"healthcare",{"id":11,"doc_module":4,"doc_module_name":46,"category_name":12,"show_sort_weight":29,"slug":121},"research-report",{"id":123,"doc_module":4,"doc_module_name":46,"category_name":124,"show_sort_weight":125,"slug":126},9,"Religion & Spirituality",20,"religion-spirituality",{"id":125,"doc_module":4,"doc_module_name":46,"category_name":128,"show_sort_weight":125,"slug":129},"World Cup","world-cup",{"id":131,"doc_module":4,"doc_module_name":46,"category_name":132,"show_sort_weight":131,"slug":133},10,"Lifestyle","lifestyle",{"id":135,"doc_module":4,"doc_module_name":46,"category_name":136,"show_sort_weight":106,"slug":137},19,"General","general"]