Papers › MIMONets: Multiple-Input-Multiple-Output Neural Networks Exploiting Computation in...

MIMONets: Multiple-Input-Multiple-Output Neural Networks Exploiting Computation in Superposition

5 Dec 2023NeurIPS 2023 11arXiv:2312.02829archive 2025-07-28

Nicolas Menet, Michael Hersche, Geethan Karunaratne, Luca Benini, Abu Sebastian, Abbas Rahimi

With the advent of deep learning, progressively larger neural networks have been designed to solve complex tasks. We take advantage of these capacity-rich models to lower the cost of inference by exploiting computation in superposition. To reduce the computational burden per input, we propose Multiple-Input-Multiple-Output Neural Networks (MIMONets) capable of handling many inputs at once. MIMONets augment various deep neural network architectures with variable binding mechanisms to represent an arbitrary number of inputs in a compositional data structure via fixed-width distributed representations. Accordingly, MIMONets adapt nonlinear neural transformations to process the data structure holistically, leading to a speedup nearly proportional to the number of superposed input items in the data structure. After processing in superposition, an unbinding mechanism recovers each transformed input of interest. MIMONets also provide a dynamic trade-off between accuracy and throughput by an instantaneous on-demand switching between a set of accuracy-throughput operating points, yet within a single set of fixed parameters. We apply the concept of MIMONets to both CNN and Transformer architectures resulting in MIMOConv and MIMOFormer, respectively. Empirical evaluations show that MIMOConv achieves about 2-4 x speedup at an accuracy delta within [+0.68, -3.18]% compared to WideResNet CNNs on CIFAR10 and CIFAR100. Similarly, MIMOFormer can handle 2-4 inputs at once while maintaining a high average accuracy within a [-1.07, -3.43]% delta on the long range arena benchmark. Finally, we provide mathematical bounds on the interference between superposition channels in MIMOFormer. Our code is available at https://github.com/IBM/multiple-input-multiple-output-nets.

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="2312.02829")

Code

Syntology Ran 12 of 16 code samples harvested from 1 repository linked to this paper; 4 have no recorded run. Of those that ran: 12 ran with no contract checked.

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

ibm/multiple-input-multiple-output-nets officialmentioned in paperpytorchApache-2.0 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

16 samples harvested; 12 ran; 0 honoured the contract we drafted; 4 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.

12ran
4unverified

Licence: 0 of the 16 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 ibm/multiple-input-multiple-output-nets. “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.

AdjustedISOBlock ibm/multiple-input-multiple-output-nets/MIMOConv/src/models/superwideisonet.py official repository ran · metamorphic tier: deterministic Apache-2.0 (permissive) · 669d4ff1599a17f0 · report
BasicBlock ibm/multiple-input-multiple-output-nets/MIMOConv/src/models/superwideisonet.py official repository ran · metamorphic tier: deterministic Apache-2.0 (permissive) · efa72260d78717d1 · report
BasicISOBlock ibm/multiple-input-multiple-output-nets/MIMOConv/src/models/superwideisonet.py official repository ran · metamorphic tier: deterministic Apache-2.0 (permissive) · 7de9f896931b5aae · report
SReLU ibm/multiple-input-multiple-output-nets/MIMOConv/src/models/superwideisonet.py official repository ran · metamorphic tier: deterministic fingerprinted Apache-2.0 (permissive) · 3105bc27785bc6fa · report
Superposition ibm/multiple-input-multiple-output-nets/MIMOConv/src/models/superwideisonet.py official repository ran Apache-2.0 (permissive) · 59141695e5f08541 · report
append_cls IBM/multiple-input-multiple-output-nets/MIMOFormer/code/model_wrapper.py official repository ran Apache-2.0 (permissive) · defcc1e5e9bf48b2 · report
mixup_criterion IBM/multiple-input-multiple-output-nets/MIMOConv/src/mixup.py official repository ran Apache-2.0 (permissive) · 9b48dc4a035b2412 · report
mixup_data IBM/multiple-input-multiple-output-nets/MIMOConv/src/mixup.py official repository ran Apache-2.0 (permissive) · 112a7683003fa463 · report
noOrthoRegularization ibm/multiple-input-multiple-output-nets/MIMOConv/src/models/superwideisonet.py official repository ran Apache-2.0 (permissive) · 544ec69df8400808 · report
noOrthoRegularizationConv1d ibm/multiple-input-multiple-output-nets/MIMOConv/src/models/superwideisonet.py official repository ran · metamorphic tier: deterministic Apache-2.0 (permissive) · 57b78497fa0083bf · report
noOrthoRegularizationConv2d ibm/multiple-input-multiple-output-nets/MIMOConv/src/models/superwideisonet.py official repository ran · metamorphic tier: deterministic fingerprinted Apache-2.0 (permissive) · aa2e68450b551710 · report
pooling IBM/multiple-input-multiple-output-nets/MIMOFormer/code/model_wrapper.py official repository ran Apache-2.0 (permissive) · 9dbe45c9859b04e5 · report
SuperWideISONet ibm/multiple-input-multiple-output-nets/MIMOConv/src/models/superwideisonet.py official repository unverified Apache-2.0 (permissive) · 425195ab71f03e63 · report
SuperWideResnet ibm/multiple-input-multiple-output-nets/MIMOConv/src/models/superwideisonet.py official repository unverified Apache-2.0 (permissive) · e0f94d0375d9e207 · report
get_train_eval_test_sets IBM/multiple-input-multiple-output-nets/MIMOConv/src/datasets.py official repository unverified Apache-2.0 (permissive) · 88df50dd66680264 · report
train_epoch ibm/multiple-input-multiple-output-nets/MIMOConv/src/train_superposition.py official repository unverified Apache-2.0 (permissive) · dd579f5afe72bd6a · report

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Absolute Position EncodingsAdamAttentionAverage PoolingBPEBatch NormalizationConvolutionDense ConnectionsDropoutGlobal Average PoolingKaiming InitializationLabel SmoothingLayer NormalizationLinear LayerMulti-Head AttentionPosition-Wise Feed-Forward LayerReLUResidual ConnectionSETSoftmaxTransformerWide Residual BlockWideResNet

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