Papers › Semi-Parametric Inducing Point Networks and Neural Processes

Semi-Parametric Inducing Point Networks and Neural Processes

24 May 2022arXiv:2205.11718archive 2025-07-28

Richa Rastogi, Yair Schiff, Alon Hacohen, Zhaozhi Li, Ian Lee, Yuntian Deng, Mert R. Sabuncu, Volodymyr Kuleshov

We introduce semi-parametric inducing point networks (SPIN), a general-purpose architecture that can query the training set at inference time in a compute-efficient manner. Semi-parametric architectures are typically more compact than parametric models, but their computational complexity is often quadratic. In contrast, SPIN attains linear complexity via a cross-attention mechanism between datapoints inspired by inducing point methods. Querying large training sets can be particularly useful in meta-learning, as it unlocks additional training signal, but often exceeds the scaling limits of existing models. We use SPIN as the basis of the Inducing Point Neural Process, a probabilistic model which supports large contexts in meta-learning and achieves high accuracy where existing models fail. In our experiments, SPIN reduces memory requirements, improves accuracy across a range of meta-learning tasks, and improves state-of-the-art performance on an important practical problem, genotype imputation.

PaperPDFCodeCode 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="2205.11718")

Code

Syntology Ran 5 of 15 code samples harvested from 2 repositories linked to this paper; 10 have no recorded run. Of those that ran: 5 ran with no contract checked.

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

richrast/spin officialmentioned in paperpytorchApache-2.0 report
yair-schiff/ipnp officialmentioned in paperpytorch 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

15 samples harvested; 5 ran; 0 honoured the contract we drafted; 10 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.

5ran
10unverified

Licence: 0 of the 15 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.

ABLA yair-schiff/ipnp/regression/models/spin.py official repository ran · metamorphic tier: deterministic MIT (permissive) · 6fa65af7f5533c65 · report
MultiHeadAttn yair-schiff/ipnp/regression/models/spin.py official repository ran MIT (permissive) · 2951a42acbf4e4fe · report
Spin yair-schiff/ipnp/regression/models/spin.py official repository ran · metamorphic tier: deterministic MIT (permissive) · f67f53d5cfc5d972 · report
XABA yair-schiff/ipnp/regression/models/spin.py official repository ran · metamorphic tier: deterministic MIT (permissive) · bc272bd9454c2382 · report
XABD yair-schiff/ipnp/regression/models/spin.py official repository ran · metamorphic tier: deterministic MIT (permissive) · 8e028d9a1832af24 · report
SpinBlock yair-schiff/ipnp/regression/models/spin.py official repository unverified MIT (permissive) · ca69cbfc32a85b23 · report
build_dataloaders richrast/spin/baselines/models/dkl_run.py official repository unverified Apache-2.0 (permissive) · b7b4bab81728304c · report
build_dataloaders richrast/spin/baselines/models/mc_dropout_run.py official repository unverified Apache-2.0 (permissive) · bdaa232146fb8a71 · report
dataset_to_hypers richrast/spin/baselines/sklearn_models.py official repository unverified Apache-2.0 (permissive) · afcee76a5c006639 · report
get_CIFAR10 richrast/spin/image_npt.py official repository unverified Apache-2.0 (permissive) · c994c998c3aa199a · report
get_MNIST richrast/spin/image_npt.py official repository unverified Apache-2.0 (permissive) · c192f64d5f0fa0b2 · report
get_likelihood richrast/spin/baselines/models/dkl_run.py official repository unverified Apache-2.0 (permissive) · 9bae1334bc6bb067 · report
str2bool richrast/spin/npt/configs.py official repository unverified Apache-2.0 (permissive) · 2c47321c578191d0 · report
tabnet_add_eval_metric richrast/spin/baselines/sklearn_models.py official repository unverified Apache-2.0 (permissive) · cdd74cc2ab83119f · report
train_with_label_masking richrast/spin/image_npt.py official repository unverified Apache-2.0 (permissive) · de7de240e80643cc · report

Tasks

ImputationMeta-Learning

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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