Papers › Spatial Transformer Networks

Spatial Transformer Networks

5 Jun 2015NeurIPS 2015 12arXiv:1506.02025archive 2025-07-28

Max Jaderberg, Karen Simonyan, Andrew Zisserman, Koray Kavukcuoglu

Convolutional Neural Networks define an exceptionally powerful class of models, but are still limited by the lack of ability to be spatially invariant to the input data in a computationally and parameter efficient manner. In this work we introduce a new learnable module, the Spatial Transformer, which explicitly allows the spatial manipulation of data within the network. This differentiable module can be inserted into existing convolutional architectures, giving neural networks the ability to actively spatially transform feature maps, conditional on the feature map itself, without any extra training supervision or modification to the optimisation process. We show that the use of spatial transformers results in models which learn invariance to translation, scale, rotation and more generic warping, resulting in state-of-the-art performance on several benchmarks, and for a number of classes of transformations.

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

Code

Syntology Ran 2 of 31 code samples harvested from 6 repositories linked to this paper; 29 have no recorded run. Of those that ran: 1 ran · honoured contract; 1 ran with no contract checked.

By repository: community (archive-listed): 31 samples from 6 repositories, 2 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

45 repositories listed; official and paper-mentioned ones first.

AndreiMoraru123/PointNet mentioned on GitHubpytorch report
FingerRec/DSM mentioned on GitHubpytorch report
IBM/MAX-Spatial-Transformer-Network mentioned on GitHubtfApache-2.0 report
Legend94rz/spatial-transformer mentioned on GitHubtf report
Mugilvanan/stnbhwd mentioned on GitHubMIT report
N0Wire/Traffic-Sign-Detection mentioned on GitHubpytorch report
SkafteNicki/ddtn mentioned on GitHubtfNOASSERTION report
Sooram/cnn mentioned on GitHubtf report
Sooram/stn mentioned on GitHubtf report
TencentYoutuResearch/SelfSupervisedLearning-DSM mentioned on GitHubpytorchNOASSERTION report
chenwuperth/rgz_rcnn mentioned on GitHubtfMIT report
dabane-ghassan/int-lab-book mentioned on GitHubpytorchMIT report
darr/spatial_transformer_networks mentioned on GitHubpytorch report
dicksiano/Spatial-Transformer-Network mentioned on GitHubpytorch report
elisiojsj/Kuzushiji-49 mentioned on GitHubpytorch report
eonr/CompVision mentioned on GitHubpytorch report
fingerrec/dsm-decoupling-scene-motion mentioned on GitHubpytorch report
gjp1203/LIV360SV mentioned on GitHubtf report
iwyoo/tf_thinplatespline mentioned on GitHubtfApache-2.0 report
jun0wanan/stnbhwd mentioned on GitHubMIT report
kaushal-k/Deep-Emotion mentioned on GitHubtf report
leongkhing/stnbhwd mentioned on GitHubMIT report
maxmatical/pytorch-projects mentioned on GitHubpytorch report
mimikaan/Attention-Model mentioned on GitHubtfMIT report
moodstocks/gtsrb.torch mentioned on GitHubtorchMIT report
renato145/stn mentioned on GitHubpytorch report
sbillburg/CRNN-with-STN mentioned on GitHubtf report
shubhtuls/stn3d mentioned on GitHubMIT report
tensorpack/tensorpack mentioned on GitHubtf report
uam-biometrics/Transformer-Networks mentioned on GitHubpytorch report
vicsesi/PyTorch-STN mentioned on GitHubpytorch report
vinod377/STN-OCR mentioned on GitHubtf report
vinod377/STN-OCR-Tensorflow mentioned on GitHubtf 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

31 samples harvested; 2 ran; 1 honoured the contract we drafted; 29 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 · honoured contract
1ran
29unverified

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

bbox_transform_inv chenwuperth/rgz_rcnn/lib/fast_rcnn/bbox_transform.py community (archive-listed) ran · honoured contract fingerprinted MIT (permissive) · b3695ebe0c382b05 · report
get_initial_weights oarriaga/spatial_transformer_networks/src/models/utils.py community (archive-listed) ran MIT (permissive) · 254c0867f0a6fecb · report
MotionCloudNoise dabane-ghassan/int-lab-book/src/what_where/display.py community (archive-listed) unverified MIT (permissive) · 79325aefec89c096 · report
STN oarriaga/spatial_transformer_networks/src/models/STN.py community (archive-listed) unverified MIT (permissive) · fea0ac5e46a518e4 · report
ThinPlateSpline iwyoo/tf_thinplatespline/ThinPlateSpline.py community (archive-listed) unverified Apache-2.0 (permissive) · 8021de30a8d4e788 · report
ThinPlateSpline2 iwyoo/tf_thinplatespline/ThinPlateSpline2.py community (archive-listed) unverified Apache-2.0 (permissive) · 273b53d53de15ad7 · report
affine_grid_generator kevinzakka/spatial-transformer-network/stn/transformer.py community (archive-listed) unverified MIT (permissive) · 4da47c257ee7f2d5 · report
array2img kevinzakka/spatial-transformer-network/utils.py community (archive-listed) unverified MIT (permissive) · 8d48f06c0172ba12 · report
bbox_transform chenwuperth/rgz_rcnn/lib/fast_rcnn/bbox_transform.py community (archive-listed) unverified MIT (permissive) · e774ae94b0630877 · report
bias_variable mimikaan/Attention-Model/MNIST/ram/utils.py community (archive-listed) unverified MIT (permissive) · 4c60a7a3b18a04ae · report
clip_boxes chenwuperth/rgz_rcnn/lib/fast_rcnn/bbox_transform.py community (archive-listed) unverified MIT (permissive) · d24c99284beca7a6 · report
color_encode dabane-ghassan/int-lab-book/src/POLO/PYramid2.py community (archive-listed) unverified MIT (permissive) · eb493f3004a0f740 · report
deg2rad kevinzakka/spatial-transformer-network/utils.py community (archive-listed) unverified MIT (permissive) · 37ca698729436046 · report
get_data_loader dabane-ghassan/int-lab-book/src/what_where/display.py community (archive-listed) unverified MIT (permissive) · 5852a12af5d2eee4 · report
get_imdb chenwuperth/rgz_rcnn/lib/datasets/factory.py community (archive-listed) unverified MIT (permissive) · 9f3cea1708a8a9db · report
get_output_dir chenwuperth/rgz_rcnn/lib/fast_rcnn/config.py community (archive-listed) unverified MIT (permissive) · 4786edbc775d299d · report
get_pixel_value kevinzakka/spatial-transformer-network/stn/transformer.py community (archive-listed) unverified MIT (permissive) · aee541a70e048281 · report
img2array kevinzakka/spatial-transformer-network/utils.py community (archive-listed) unverified MIT (permissive) · 0636d4c4d3190d02 · report
inverse_pyramid dabane-ghassan/int-lab-book/src/POLO/PYramid2.py community (archive-listed) unverified MIT (permissive) · bfe7459e545240af · report
minmax dabane-ghassan/int-lab-book/src/what_where/display.py community (archive-listed) unverified MIT (permissive) · 55cf5bb59b4c12a8 · report
spatial_transformer_network kevinzakka/spatial-transformer-network/stn/transformer.py community (archive-listed) unverified MIT (permissive) · f091d5b52d603b24 · report
test dabane-ghassan/int-lab-book/src/what_where/what.py community (archive-listed) unverified MIT (permissive) · a5fa28bbc8a62fb2 · report
test dabane-ghassan/int-lab-book/src/what_where/where.py community (archive-listed) unverified MIT (permissive) · 6da6edb8aece76fb · report
unique_boxes chenwuperth/rgz_rcnn/lib/datasets/ds_utils.py community (archive-listed) unverified MIT (permissive) · 8a015c012f507631 · report
update_results dabane-ghassan/int-lab-book/src/what_where/params.py community (archive-listed) unverified MIT (permissive) · e821564998838029 · report
view_data dabane-ghassan/int-lab-book/src/utils.py community (archive-listed) unverified MIT (permissive) · 1d6d0f48d1aff5b7 · report
view_data_rand dabane-ghassan/int-lab-book/src/utils.py community (archive-listed) unverified MIT (permissive) · a174d68d46e60b26 · report
weight_variable mimikaan/Attention-Model/MNIST/ram/utils.py community (archive-listed) unverified MIT (permissive) · 9de931a21d52f0d1 · report
where_suffix dabane-ghassan/int-lab-book/src/what_where/where.py community (archive-listed) unverified MIT (permissive) · 0dfdbaf4296b86c7 · report
xywh_to_xyxy chenwuperth/rgz_rcnn/lib/datasets/ds_utils.py community (archive-listed) unverified MIT (permissive) · d3e019b11b709edb · report
xyxy_to_xywh chenwuperth/rgz_rcnn/lib/datasets/ds_utils.py community (archive-listed) unverified MIT (permissive) · a832e5017f504280 · report

Tasks

Translation

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Introduced by this paper: Spatial Transformer

ConvolutionSGDSpatial Transformer

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