{"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/self-supervised-neural-networks-for-spectral","title":"Self-supervised Neural Networks for Spectral Snapshot Compressive Imaging","arxiv_id":"2108.12654","date":"2021-08-28","proceeding":"ICCV 2021 10","authors":["Ziyi Meng","Zhenming Yu","Kun Xu","Xin Yuan"],"abstract":"We consider using {\\bf\\em untrained neural networks} to solve the reconstruction problem of snapshot compressive imaging (SCI), which uses a two-dimensional (2D) detector to capture a high-dimensional (usually 3D) data-cube in a compressed manner. Various SCI systems have been built in recent years to capture data such as high-speed videos, hyperspectral images, and the state-of-the-art reconstruction is obtained by the deep neural networks. However, most of these networks are trained in an end-to-end manner by a large amount of corpus with sometimes simulated ground truth, measurement pairs. In this paper, inspired by the untrained neural networks such as deep image priors (DIP) and deep decoders, we develop a framework by integrating DIP into the plug-and-play regime, leading to a self-supervised network for spectral SCI reconstruction. Extensive synthetic and real data results show that the proposed algorithm without training is capable of achieving competitive results to the training based networks. Furthermore, by integrating the proposed method with a pre-trained deep denoising prior, we have achieved state-of-the-art results. {Our code is available at \\url{https://github.com/mengziyi64/CASSI-Self-Supervised}.}","url_abs":"https://arxiv.org/abs/2108.12654v1","url_pdf":"https://arxiv.org/pdf/2108.12654v1.pdf","source":{"archive":"pwc-archive (Hugging Face), CC BY-SA 4.0","snapshot":"2025-07-28","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","row_kind":"abstracts"},"code_links":[{"paper_slug":"self-supervised-neural-networks-for-spectral","repo_url":"https://github.com/mengziyi64/cassi-self-supervised","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"pytorch","reach":null}],"tasks":[{"task_slug":"denoising","task_name":"Denoising"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"syntology_url":null,"atlas_url":"https://app.syntology.ai/?focus=2108.12654","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2108.12654"}},"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":[{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/mengziyi64/cassi-self-supervised","reach":null},{"provenance":"deterministic:regex_extraction","url":"https://github.com/mengziyi64/TSA-Net","reach":null}],"summary":{"ran_honours":1,"unverified":4},"by_repo_kind":{"official":{"samples":1,"ran":0,"repositories":1},"found_in_text":{"samples":4,"ran":1,"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":5,"samples":[{"code_sha256_prefix":"a831216beb4fe718","entry":"Spectral_Mask","repo":"mengziyi64/TSA-Net","repo_kind":"found_in_text","path":"TSA_pytorch/architecture/TSA_Module.py","file_url":"https://github.com/mengziyi64/TSA-Net/blob/HEAD/TSA_pytorch/architecture/TSA_Module.py","link_basis":"first_harvest_node","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"a831216beb4fe718"}},{"code_sha256_prefix":"9cd4839cd8a220a2","entry":"DIP_denoiser","repo":"mengziyi64/cassi-self-supervised","repo_kind":"official","path":"Real_smem_ADMM_DIP/real_smem_admm_dip/DIP_denoising.py","file_url":"https://github.com/mengziyi64/cassi-self-supervised/blob/HEAD/Real_smem_ADMM_DIP/real_smem_admm_dip/DIP_denoising.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":"9cd4839cd8a220a2"}},{"code_sha256_prefix":"2efdf8984ec9eeed","entry":"Feature_Spatial","repo":"mengziyi64/TSA-Net","repo_kind":"found_in_text","path":"TSA_pytorch/architecture/TSA_Module.py","file_url":"https://github.com/mengziyi64/TSA-Net/blob/HEAD/TSA_pytorch/architecture/TSA_Module.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":"2efdf8984ec9eeed"}},{"code_sha256_prefix":"ef405ffdf47fe029","entry":"Feature_Spectral","repo":"mengziyi64/TSA-Net","repo_kind":"found_in_text","path":"TSA_pytorch/architecture/TSA_Module.py","file_url":"https://github.com/mengziyi64/TSA-Net/blob/HEAD/TSA_pytorch/architecture/TSA_Module.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":"ef405ffdf47fe029"}},{"code_sha256_prefix":"0b28b56e0579b1b3","entry":"TSA_Transform","repo":"mengziyi64/TSA-Net","repo_kind":"found_in_text","path":"TSA_pytorch/architecture/TSA_Module.py","file_url":"https://github.com/mengziyi64/TSA-Net/blob/HEAD/TSA_pytorch/architecture/TSA_Module.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":"0b28b56e0579b1b3"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}