Papers › Binarized Spectral Compressive Imaging

Binarized Spectral Compressive Imaging

17 May 2023NeurIPS 2023 11arXiv:2305.10299archive 2025-07-28

Yuanhao Cai, Yuxin Zheng, Jing Lin, Xin Yuan, Yulun Zhang, Haoqian Wang

Existing deep learning models for hyperspectral image (HSI) reconstruction achieve good performance but require powerful hardwares with enormous memory and computational resources. Consequently, these methods can hardly be deployed on resource-limited mobile devices. In this paper, we propose a novel method, Binarized Spectral-Redistribution Network (BiSRNet), for efficient and practical HSI restoration from compressed measurement in snapshot compressive imaging (SCI) systems. Firstly, we redesign a compact and easy-to-deploy base model to be binarized. Then we present the basic unit, Binarized Spectral-Redistribution Convolution (BiSR-Conv). BiSR-Conv can adaptively redistribute the HSI representations before binarizing activation and uses a scalable hyperbolic tangent function to closer approximate the Sign function in backpropagation. Based on our BiSR-Conv, we customize four binarized convolutional modules to address the dimension mismatch and propagate full-precision information throughout the whole network. Finally, our BiSRNet is derived by using the proposed techniques to binarize the base model. Comprehensive quantitative and qualitative experiments manifest that our proposed BiSRNet outperforms state-of-the-art binarization methods and achieves comparable performance with full-precision algorithms. Code and models are publicly available at https://github.com/caiyuanhao1998/BiSCI and https://github.com/caiyuanhao1998/MST

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2305.10299")

Code

Syntology Ran 13 of 32 code samples harvested from 2 repositories linked to this paper; 19 have no recorded run. Of those that ran: 1 ran · fixture could not drive it; 12 ran with no contract checked.

By repository: official repository: 32 samples from 2 repositories, 13 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

caiyuanhao1998/MST officialmentioned in papermentioned on GitHubpytorch report
caiyuanhao1998/bisci officialmentioned in paperpytorchMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

32 samples harvested; 13 ran; 0 honoured the contract we drafted; 19 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · fixture could not drive it
12ran
19unverified

Licence: 0 of the 32 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: 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. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

BinaryConv2d caiyuanhao1998/MST/real/test_code/architecture/BiSRNet.py official repository ran MIT (permissive) · fb3430508c0a3333 · report
BinaryConv2d_Down caiyuanhao1998/MST/real/test_code/architecture/BiSRNet.py official repository ran MIT (permissive) · d52650d854407102 · report
BinaryConv2d_Down caiyuanhao1998/bisci/real/test_code/architecture/BiSRNet.py official repository ran MIT (permissive) · c33ccd52313d598c · report
BinaryConv2d_Fusion_Decrease caiyuanhao1998/bisci/real/test_code/architecture/BiSRNet.py official repository ran MIT (permissive) · 8da579fe8c29f239 · report
BinaryConv2d_Fusion_Increase caiyuanhao1998/MST/real/test_code/architecture/BiSRNet.py official repository ran fingerprinted MIT (permissive) · de2394f77e6f55a2 · report
HardBinaryConv caiyuanhao1998/MST/real/test_code/architecture/BiSRNet.py official repository ran fingerprinted MIT (permissive) · 2282b5a48c53b6f2 · report
LearnableBias caiyuanhao1998/MST/real/test_code/architecture/BiSRNet.py official repository ran · metamorphic tier: invariant fingerprinted MIT (permissive) · 1edc0f0d06ec8a08 · report
RPReLU caiyuanhao1998/MST/real/test_code/architecture/BiSRNet.py official repository ran · metamorphic tier: invariant fingerprinted MIT (permissive) · 557c18172cb9afb3 · report
ReDistribution caiyuanhao1998/MST/real/test_code/architecture/BiSRNet.py official repository ran MIT (permissive) · bb9c18d123ac21b0 · report
compare_mse caiyuanhao1998/BiSCI/real/test_code/utils.py official repository ran fingerprinted MIT (permissive) · 71b435ef5d23a28c · report
compare_psnr caiyuanhao1998/BiSCI/real/test_code/utils.py official repository ran MIT (permissive) · 1f36c05f85bb9769 · report
psnr caiyuanhao1998/BiSCI/real/test_code/utils.py official repository ran fingerprinted MIT (permissive) · ef668407de8e4f52 · report
shift_back caiyuanhao1998/BiSCI/real/test_code/architecture/BiSRNet.py official repository ran · fixture could not drive it fingerprinted MIT (permissive) · d8d6ba766e739efd · report
BiSRNet caiyuanhao1998/MST/real/test_code/architecture/BiSRNet.py official repository unverified MIT (permissive) · 30b366b4cdb60550 · report
BiSRNet caiyuanhao1998/bisci/real/test_code/architecture/BiSRNet.py official repository unverified MIT (permissive) · 52ec403a09f9ec94 · report
BiSRNet_Block caiyuanhao1998/MST/real/test_code/architecture/BiSRNet.py official repository unverified MIT (permissive) · c80465fe8fdadd47 · report
BiSRNet_Block caiyuanhao1998/bisci/real/test_code/architecture/BiSRNet.py official repository unverified MIT (permissive) · c9128cc5a3062c50 · report
BiSRNet_body caiyuanhao1998/MST/real/test_code/architecture/BiSRNet.py official repository unverified MIT (permissive) · e365575c7ffa2057 · report
BiSRNet_body caiyuanhao1998/bisci/real/test_code/architecture/BiSRNet.py official repository unverified MIT (permissive) · 0a7e54f0b4bbac3c · report
BinaryConv2d_Fusion_Decrease caiyuanhao1998/MST/real/test_code/architecture/BiSRNet.py official repository unverified MIT (permissive) · 5abd7aed58a05422 · report
BinaryConv2d_Fusion_Increase caiyuanhao1998/bisci/real/test_code/architecture/BiSRNet.py official repository unverified MIT (permissive) · 4dcd051857965e58 · report
BinaryConv2d_Up caiyuanhao1998/MST/real/test_code/architecture/BiSRNet.py official repository unverified MIT (permissive) · f96dabec82276fd1 · report
BinaryConv2d_Up caiyuanhao1998/bisci/real/test_code/architecture/BiSRNet.py official repository unverified MIT (permissive) · f2d8da7fa340a4e7 · report
FeedForward caiyuanhao1998/MST/real/test_code/architecture/BiSRNet.py official repository unverified MIT (permissive) · 8e91a93014587b75 · report
FeedForward caiyuanhao1998/bisci/real/test_code/architecture/BiSRNet.py official repository unverified MIT (permissive) · 1b97abd925d7af03 · report
Spectral_Binary_Activation caiyuanhao1998/MST/real/test_code/architecture/BiSRNet.py official repository unverified MIT (permissive) · 8ff3d9498f6a69fc · report
binaryconv1x1 caiyuanhao1998/BiSCI/real/test_code/architecture/BirealNet.py official repository unverified MIT (permissive) · 5792dd7496f9b2ab · report
binaryconv1x1 caiyuanhao1998/BiSCI/real/test_code/architecture/IRNet.py official repository unverified MIT (permissive) · 33b90c805ed89acc · report
binaryconv1x1 caiyuanhao1998/BiSCI/real/test_code/architecture/ReActNet.py official repository unverified MIT (permissive) · 74674288d8d538c8 · report
binaryconv3x3 caiyuanhao1998/BiSCI/real/test_code/architecture/BirealNet.py official repository unverified MIT (permissive) · 31e65d8d2a126bf7 · report
binaryconv3x3 caiyuanhao1998/BiSCI/real/test_code/architecture/IRNet.py official repository unverified MIT (permissive) · 73a38f446f78bba0 · report
binaryconv3x3 caiyuanhao1998/BiSCI/real/test_code/architecture/ReActNet.py official repository unverified MIT (permissive) · 0e5a72e209254e33 · report

Tasks

Binarization

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

BASEConvolution

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections