{"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-2601-01064","title":"Efficient Hyperspectral Image Reconstruction Using Lightweight Separate Spectral Transformers","arxiv_id":"2601.01064","date":"2026-01-03","proceeding":null,"authors":["Jianan Li","Wangcai Zhao","Tingfa Xu"],"abstract":"Hyperspectral imaging (HSI) is essential across various disciplines for its capacity to capture rich spectral information. However, efficiently reconstructing hyperspectral images from compressive sensing measurements presents significant challenges. To tackle these, we adopt a divide-and-conquer strategy that capitalizes on the unique spectral and spatial characteristics of hyperspectral images. We introduce the Lightweight Separate Spectral Transformer (LSST), an innovative architecture tailored for efficient hyperspectral image reconstruction. This architecture consists of Separate Spectral Transformer Blocks (SSTB) for modeling spectral relationships and Lightweight Spatial Convolution Blocks (LSCB) for spatial processing. The SSTB employs Grouped Spectral Self-attention and a Spectrum Shuffle operation to effectively manage both local and non-local spectral relationships. Simultaneously, the LSCB utilizes depth-wise separable convolutions and strategic ordering to enhance spatial information processing. Furthermore, we implement the Focal Spectrum Loss, a novel loss weighting mechanism that dynamically adjusts during training to improve reconstruction across spectrally complex bands. Extensive testing demonstrates that our LSST achieves superior performance while requiring fewer FLOPs and parameters, underscoring its efficiency and effectiveness. The source code is available at: https://github.com/wcz1124/LSST.","url_abs":"https://arxiv.org/abs/2601.01064","url_pdf":"https://arxiv.org/pdf/2601.01064","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":"https://app.syntology.ai/?focus=2601.01064","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2601.01064"}},"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/wcz1124/LSST","reach":null}],"summary":{"ran":5,"ran_draft_wrong":2,"unverified":2},"by_repo_kind":{"found_in_text":{"samples":9,"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":9,"samples":[{"code_sha256_prefix":"e523e9784c501925","entry":"CBlock","repo":"wcz1124/LSST","repo_kind":"found_in_text","path":"train_code/architecture/LSST.py","file_url":"https://github.com/wcz1124/LSST/blob/HEAD/train_code/architecture/LSST.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":"e523e9784c501925"}},{"code_sha256_prefix":"55af4c7d123c46fd","entry":"ESS_MSEB","repo":"wcz1124/LSST","repo_kind":"found_in_text","path":"train_code/architecture/LSST.py","file_url":"https://github.com/wcz1124/LSST/blob/HEAD/train_code/architecture/LSST.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":"55af4c7d123c46fd"}},{"code_sha256_prefix":"2e7d789d4c3f721e","entry":"ESS_MSEG","repo":"wcz1124/LSST","repo_kind":"found_in_text","path":"train_code/architecture/LSST.py","file_url":"https://github.com/wcz1124/LSST/blob/HEAD/train_code/architecture/LSST.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":"2e7d789d4c3f721e"}},{"code_sha256_prefix":"68cb8b01666dc456","entry":"Gated_Dconv_FeedForward","repo":"wcz1124/LSST","repo_kind":"found_in_text","path":"train_code/architecture/LSST.py","file_url":"https://github.com/wcz1124/LSST/blob/HEAD/train_code/architecture/LSST.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":"68cb8b01666dc456"}},{"code_sha256_prefix":"cc9d675dfc986cf7","entry":"MS_MSA","repo":"wcz1124/LSST","repo_kind":"found_in_text","path":"train_code/architecture/LSST.py","file_url":"https://github.com/wcz1124/LSST/blob/HEAD/train_code/architecture/LSST.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":"cc9d675dfc986cf7"}},{"code_sha256_prefix":"f668481e58a0a0b4","entry":"channel_shuffle","repo":"wcz1124/LSST","repo_kind":"found_in_text","path":"train_code/architecture/LSST.py","file_url":"https://github.com/wcz1124/LSST/blob/HEAD/train_code/architecture/LSST.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":"f668481e58a0a0b4"}},{"code_sha256_prefix":"6dd22a052b6f93c8","entry":"channel_shuffle_back","repo":"wcz1124/LSST","repo_kind":"found_in_text","path":"train_code/architecture/LSST.py","file_url":"https://github.com/wcz1124/LSST/blob/HEAD/train_code/architecture/LSST.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":"6dd22a052b6f93c8"}},{"code_sha256_prefix":"d12e54af878a379c","entry":"ESS_BL","repo":"wcz1124/LSST","repo_kind":"found_in_text","path":"train_code/architecture/LSST.py","file_url":"https://github.com/wcz1124/LSST/blob/HEAD/train_code/architecture/LSST.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":"d12e54af878a379c"}},{"code_sha256_prefix":"12143d90a9194137","entry":"LSST","repo":"wcz1124/LSST","repo_kind":"found_in_text","path":"train_code/architecture/LSST.py","file_url":"https://github.com/wcz1124/LSST/blob/HEAD/train_code/architecture/LSST.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":"12143d90a9194137"}}]},"arxiv_metadata":{"licence":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)","fields":["title","abstract","authors","date"],"primary_category":"cs.CV","source":"arxiv_2026.jsonl"},"syntology_extracted_results":null}