{"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-2602-01585","title":"A Lightweight Sparse Interaction Network for Time Series Forecasting","arxiv_id":"2602.01585","date":"2026-02-02","proceeding":null,"authors":["Xu Zhang","Qitong Wang","Peng Wang","Wei Wang"],"abstract":"Recent work shows that linear models can outperform several transformer models in long-term time-series forecasting (TSF). However, instead of explicitly performing temporal interaction through self-attention, linear models implicitly perform it based on stacked MLP structures, which may be insufficient in capturing the complex temporal dependencies and their performance still has potential for improvement. To this end, we propose a Lightweight Sparse Interaction Network (LSINet) for TSF task. Inspired by the sparsity of self-attention, we propose a Multihead Sparse Interaction Mechanism (MSIM). Different from self-attention, MSIM learns the important connections between time steps through sparsity-induced Bernoulli distribution to capture temporal dependencies for TSF. The sparsity is ensured by the proposed self-adaptive regularization loss. Moreover, we observe the shareability of temporal interactions and propose to perform Shared Interaction Learning (SIL) for MSIM to further enhance efficiency and improve convergence. LSINet is a linear model comprising only MLP structures with low overhead and equipped with explicit temporal interaction mechanisms. Extensive experiments on public datasets show that LSINet achieves both higher accuracy and better efficiency than advanced linear models and transformer models in TSF tasks. The code is available at the link https://github.com/Meteor-Stars/LSINet.","url_abs":"https://arxiv.org/abs/2602.01585","url_pdf":"https://arxiv.org/pdf/2602.01585","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":{"syntology_url":null,"atlas_url":"https://app.syntology.ai/?focus=2602.01585","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2602.01585"}},"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/Meteor-Stars/LSINet","reach":null}],"summary":{"ran":4,"ran_draft_wrong":3,"unverified":1},"by_repo_kind":{"found_in_text":{"samples":8,"ran":7,"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":8,"samples":[{"code_sha256_prefix":"5d325c847b523a93","entry":"PatchIntegration","repo":"Meteor-Stars/LSINet","repo_kind":"found_in_text","path":"models/LSINet.py","file_url":"https://github.com/Meteor-Stars/LSINet/blob/HEAD/models/LSINet.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":"5d325c847b523a93"}},{"code_sha256_prefix":"ea77163247e3f096","entry":"SSConnectionLearning","repo":"Meteor-Stars/LSINet","repo_kind":"found_in_text","path":"models/LSINet.py","file_url":"https://github.com/Meteor-Stars/LSINet/blob/HEAD/models/LSINet.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":"ea77163247e3f096"}},{"code_sha256_prefix":"35520b2c7cd9dec7","entry":"TimeInvariant","repo":"Meteor-Stars/LSINet","repo_kind":"found_in_text","path":"models/LSINet.py","file_url":"https://github.com/Meteor-Stars/LSINet/blob/HEAD/models/LSINet.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":"35520b2c7cd9dec7"}},{"code_sha256_prefix":"a74ea7017859e368","entry":"TimeUpdating","repo":"Meteor-Stars/LSINet","repo_kind":"found_in_text","path":"models/LSINet.py","file_url":"https://github.com/Meteor-Stars/LSINet/blob/HEAD/models/LSINet.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":"a74ea7017859e368"}},{"code_sha256_prefix":"447344e558aec603","entry":"gumbel_softmax","repo":"Meteor-Stars/LSINet","repo_kind":"found_in_text","path":"models/LSINet.py","file_url":"https://github.com/Meteor-Stars/LSINet/blob/HEAD/models/LSINet.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"447344e558aec603"}},{"code_sha256_prefix":"fce7e94284fafc48","entry":"gumbel_softmax_sample","repo":"Meteor-Stars/LSINet","repo_kind":"found_in_text","path":"models/LSINet.py","file_url":"https://github.com/Meteor-Stars/LSINet/blob/HEAD/models/LSINet.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"fce7e94284fafc48"}},{"code_sha256_prefix":"48797d13bd667d9f","entry":"sample_gumbel","repo":"Meteor-Stars/LSINet","repo_kind":"found_in_text","path":"models/LSINet.py","file_url":"https://github.com/Meteor-Stars/LSINet/blob/HEAD/models/LSINet.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"48797d13bd667d9f"}},{"code_sha256_prefix":"2bd3e0bea8b1883f","entry":"MultiheadSIM","repo":"Meteor-Stars/LSINet","repo_kind":"found_in_text","path":"models/LSINet.py","file_url":"https://github.com/Meteor-Stars/LSINet/blob/HEAD/models/LSINet.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":"2bd3e0bea8b1883f"}}]},"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":null}