{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/arxiv-2608-24033","title":"ChorusTIC: Training-Free Multivariate Time Series Classification via Chorus In-Context Learning","arxiv_id":"2608.24033","date":"2026-08-25","proceeding":null,"authors":["Juntao Fang","Shifeng Xie","Ruichu Cai","Shengji Zheng","Zijian Li","Keli Zhang","Lujia Pan","Themis Palpanas","Zhifeng Hao"],"abstract":"Time series classification underpins applications in healthcare, sensing, and industrial monitoring. Although time series foundation models support forecasting and transferable representation learning, classification still typically requires fitting a task-specific classifier on each target dataset, while individual channels of multivariate inputs are often encoded independently. We introduce ChorusTIC, a classification-native foundation model for in-context classification across heterogeneous channel configurations without target-task parameter updates. ChorusTIC combines episode-consistent Random Subchannel Slot Concatenation with a shared dual-axis encoder to model temporal and cross-channel interactions and map variable channel configurations into a fixed-width representation independent of the original channel count. It then calibrates feature axes using context-derived distributions and predicts query labels through leakage-protected in-context learning. We pretrain ChorusTIC solely on synthetic labeled episodes comprising context and query sets that share a task background, with classes distinguished by sparse temporal or cross-channel rules. Evaluations on the complete UEA-30 and UCR-128 archives show strong full-context and low-label performance without target-specific classifier fitting.","url_abs":"https://arxiv.org/abs/2608.24033","url_pdf":"https://arxiv.org/pdf/2608.24033","source":{"archive":null,"snapshot":"2025-07-28","note":"not in the Papers with Code archive (frozen at the snapshot)","row_kind":"graph","title_abstract_authors_date":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)"},"code_links":[],"tasks":[],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":null,"mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2608.24033"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-24T18:15:14+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/fangjuntao/ChorusTIC","reach":null}],"summary":{"ran":6,"unverified":4},"by_repo_kind":{"found_in_text":{"samples":10,"ran":6,"repositories":1}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted","community":"Not in the archive's code links for this paper; a community repository Syntology harvested"},"n_pointer_only_for_licence":10,"samples":[{"code_sha256_prefix":"7d7868f53a5361b7","entry":"ensure_3d_timeseries","repo":"fangjuntao/ChorusTIC","repo_kind":"found_in_text","path":"src/chorustic/evaluation/datasets.py","file_url":"https://github.com/fangjuntao/ChorusTIC/blob/HEAD/src/chorustic/evaluation/datasets.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"7d7868f53a5361b7"}},{"code_sha256_prefix":"3dae1e0ffba39de6","entry":"load_json","repo":"fangjuntao/ChorusTIC","repo_kind":"found_in_text","path":"src/chorustic/model/loading.py","file_url":"https://github.com/fangjuntao/ChorusTIC/blob/HEAD/src/chorustic/model/loading.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"3dae1e0ffba39de6"}},{"code_sha256_prefix":"9dde028ea08ba076","entry":"reduce_batch_size","repo":"fangjuntao/ChorusTIC","repo_kind":"found_in_text","path":"src/chorustic/evaluation/inference.py","file_url":"https://github.com/fangjuntao/ChorusTIC/blob/HEAD/src/chorustic/evaluation/inference.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"9dde028ea08ba076"}},{"code_sha256_prefix":"c898b0fe4e61acfc","entry":"remap_labels","repo":"fangjuntao/ChorusTIC","repo_kind":"found_in_text","path":"src/chorustic/evaluation/datasets.py","file_url":"https://github.com/fangjuntao/ChorusTIC/blob/HEAD/src/chorustic/evaluation/datasets.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"c898b0fe4e61acfc"}},{"code_sha256_prefix":"fa8166d67efadbad","entry":"sdpa_with_flattened_batch","repo":"fangjuntao/ChorusTIC","repo_kind":"found_in_text","path":"src/chorustic/model/task_level_chorus/attention.py","file_url":"https://github.com/fangjuntao/ChorusTIC/blob/HEAD/src/chorustic/model/task_level_chorus/attention.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"fa8166d67efadbad"}},{"code_sha256_prefix":"746027283b691912","entry":"select_context_indices","repo":"fangjuntao/ChorusTIC","repo_kind":"found_in_text","path":"src/chorustic/evaluation/inference.py","file_url":"https://github.com/fangjuntao/ChorusTIC/blob/HEAD/src/chorustic/evaluation/inference.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"746027283b691912"}},{"code_sha256_prefix":"1a4308ca15319a94","entry":"encode_with_mantis","repo":"fangjuntao/ChorusTIC","repo_kind":"found_in_text","path":"src/chorustic/model/signal_encoder/dual_axis_signal_encoder.py","file_url":"https://github.com/fangjuntao/ChorusTIC/blob/HEAD/src/chorustic/model/signal_encoder/dual_axis_signal_encoder.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"1a4308ca15319a94"}},{"code_sha256_prefix":"fd494bb7db4ef712","entry":"ensure_2d_timeseries","repo":"fangjuntao/ChorusTIC","repo_kind":"found_in_text","path":"src/chorustic/evaluation/datasets.py","file_url":"https://github.com/fangjuntao/ChorusTIC/blob/HEAD/src/chorustic/evaluation/datasets.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"fd494bb7db4ef712"}},{"code_sha256_prefix":"238c4594a2f0a5d0","entry":"is_cuda_oom_error","repo":"fangjuntao/ChorusTIC","repo_kind":"found_in_text","path":"src/chorustic/evaluation/inference.py","file_url":"https://github.com/fangjuntao/ChorusTIC/blob/HEAD/src/chorustic/evaluation/inference.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"238c4594a2f0a5d0"}},{"code_sha256_prefix":"e1e22d4e446fd0ba","entry":"resolve_hparams_path","repo":"fangjuntao/ChorusTIC","repo_kind":"found_in_text","path":"src/chorustic/model/loading.py","file_url":"https://github.com/fangjuntao/ChorusTIC/blob/HEAD/src/chorustic/model/loading.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"e1e22d4e446fd0ba"}}]},"arxiv_metadata":{"licence":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)","fields":["title","abstract","authors","date"],"primary_category":"cs.LG","source":"arxiv_2026.jsonl"},"syntology_extracted_results":{"kind":"leaderboard_placements","source":"Syntology's leaderboard-shaped extractor over the paper's own arXiv-HTML tables: a model pointed at a cell, the number was read from that cell and checked against the board's metric, dataset, split and scale, and an independent check accepted the entry; not reviewed by the paper's authors or the archive's editors","extractor_model":"global.anthropic.claude-sonnet-4-5-20250929-v1:0","verifier_model":"global.anthropic.claude-sonnet-4-5-20250929-v1:0","prompt_sha":"fa63d4bb9d755694","coverage":{"sentence":"Syntology has checked 6,264 of the 9,581 papers on this site that are newer than the archive; results from the others appear after they are checked.","papers_newer_than_archive":9581,"papers_checked":6264},"entries":[{"leaderboard":"/sota/time-series-classification-on","task":"Time Series Classification","dataset":"CharacterTrajectories","model":"CharacterTrajectories · ChorusTIC","row_label":"CharacterTrajectories","configuration":"ChorusTIC","configuration_in_model":true,"configuration_not_shown_because":null,"values":{"Accuracy":"0.9889"},"where_in_paper":"Table D.3, row “CharacterTrajectories”","caption_head":"Table D.3: Per-dataset classification accuracy on the complete UEA-30 archive.…","cells":[{"column":"Accuracy","cell_text":"0.9889","column_header":"ChorusTIC","table_index_0based":11,"row":4,"col":9}]},{"leaderboard":"/sota/time-series-classification-on-heartbeat","task":"Time Series Classification","dataset":"Heartbeat","model":"Heartbeat · ChorusTIC","row_label":"Heartbeat","configuration":"ChorusTIC","configuration_in_model":true,"configuration_not_shown_because":null,"values":{"Accuracy":"0.8000"},"where_in_paper":"Table D.3, row “Heartbeat”","caption_head":"Table D.3: Per-dataset classification accuracy on the complete UEA-30 archive.…","cells":[{"column":"Accuracy","cell_text":"0.8000","column_header":"ChorusTIC","table_index_0based":11,"row":15,"col":9}]},{"leaderboard":"/sota/time-series-classification-on-japanesevowels","task":"Time Series Classification","dataset":"JapaneseVowels","model":"JapaneseVowels · ChorusTIC","row_label":"JapaneseVowels","configuration":"ChorusTIC","configuration_in_model":true,"configuration_not_shown_because":null,"values":{"Accuracy":"0.9757"},"where_in_paper":"Table D.3, row “JapaneseVowels”","caption_head":"Table D.3: Per-dataset classification accuracy on the complete UEA-30 archive.…","cells":[{"column":"Accuracy","cell_text":"0.9757","column_header":"ChorusTIC","table_index_0based":11,"row":17,"col":9}]},{"leaderboard":"/sota/time-series-classification-on-libras","task":"Time Series Classification","dataset":"Libras","model":"Libras · ChorusTIC","row_label":"Libras","configuration":"ChorusTIC","configuration_in_model":true,"configuration_not_shown_because":null,"values":{"Accuracy":"0.9111"},"where_in_paper":"Table D.3, row “Libras”","caption_head":"Table D.3: Per-dataset classification accuracy on the complete UEA-30 archive.…","cells":[{"column":"Accuracy","cell_text":"0.9111","column_header":"ChorusTIC","table_index_0based":11,"row":19,"col":9}]},{"leaderboard":"/sota/time-series-classification-on-standwalkjump","task":"Time Series Classification","dataset":"StandWalkJump","model":"StandWalkJump · ChorusTIC","row_label":"StandWalkJump","configuration":"ChorusTIC","configuration_in_model":true,"configuration_not_shown_because":null,"values":{"Accuracy":"0.5333"},"where_in_paper":"Table D.3, row “StandWalkJump”","caption_head":"Table D.3: Per-dataset classification accuracy on the complete UEA-30 archive.…","cells":[{"column":"Accuracy","cell_text":"0.5333","column_header":"ChorusTIC","table_index_0based":11,"row":29,"col":9}]}],"not_placed":{"boards":5,"rejected_by_independent_check":5,"refused_by_a_rule":0,"check_did_not_answer":0,"proposed_without_a_cell":0,"declined_by_site":0}}}