Papers › Inverse Compositional Spatial Transformer Networks

Inverse Compositional Spatial Transformer Networks

12 Dec 2016CVPR 2017 7arXiv:1612.03897archive 2025-07-28

Chen-Hsuan Lin, Simon Lucey

In this paper, we establish a theoretical connection between the classical Lucas & Kanade (LK) algorithm and the emerging topic of Spatial Transformer Networks (STNs). STNs are of interest to the vision and learning communities due to their natural ability to combine alignment and classification within the same theoretical framework. Inspired by the Inverse Compositional (IC) variant of the LK algorithm, we present Inverse Compositional Spatial Transformer Networks (IC-STNs). We demonstrate that IC-STNs can achieve better performance than conventional STNs with less model capacity; in particular, we show superior performance in pure image alignment tasks as well as joint alignment/classification problems on real-world problems.

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

Code

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

By repository: official repository: 21 samples from 1 repository, 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.

chenhsuanlin/inverse-compositional-STN officialmentioned on GitHubtfMIT 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

21 samples harvested; 2 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.

2ran
19unverified

Licence: 0 of the 21 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 chenhsuanlin/inverse-compositional-STN. “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.

toGreen chenhsuanlin/inverse-compositional-STN/MNIST-pytorch/util.py official repository ran fingerprinted MIT (permissive) · 045caed495c3be39 · report
toRed chenhsuanlin/inverse-compositional-STN/MNIST-pytorch/util.py official repository ran fingerprinted MIT (permissive) · 23debb41fe868b57 · report
CNN chenhsuanlin/inverse-compositional-STN/MNIST-tensorflow/graph.py official repository unverified MIT (permissive) · 18200a028bb94600 · report
CNN chenhsuanlin/inverse-compositional-STN/traffic-sign-tensorflow/graph.py official repository unverified MIT (permissive) · 927d2eba9569f165 · report
compose chenhsuanlin/inverse-compositional-STN/MNIST-pytorch/warp.py official repository unverified MIT (permissive) · 2c9f16bc5becd024 · report
compose chenhsuanlin/inverse-compositional-STN/MNIST-tensorflow/warp.py official repository unverified MIT (permissive) · 596305e0db476c13 · report
fit chenhsuanlin/inverse-compositional-STN/MNIST-tensorflow/warp.py official repository unverified MIT (permissive) · 5dfbbadd25cd659e · report
fit chenhsuanlin/inverse-compositional-STN/MNIST-pytorch/warp.py official repository unverified MIT (permissive) · 91f76d01aa3d7d32 · report
fullCNN chenhsuanlin/inverse-compositional-STN/MNIST-tensorflow/graph.py official repository unverified MIT (permissive) · c573e2402b9ab542 · report
fullCNN chenhsuanlin/inverse-compositional-STN/traffic-sign-tensorflow/graph.py official repository unverified MIT (permissive) · 1b6acb34c9c1f141 · report
genPerturbations chenhsuanlin/inverse-compositional-STN/MNIST-pytorch/data.py official repository unverified MIT (permissive) · 33a8241e6552df9f · report
genPerturbations chenhsuanlin/inverse-compositional-STN/MNIST-tensorflow/data.py official repository unverified MIT (permissive) · d8fc92d0acf479c7 · report
imread chenhsuanlin/inverse-compositional-STN/MNIST-pytorch/util.py official repository unverified MIT (permissive) · 4497ff1ceb01b614 · report
inverse chenhsuanlin/inverse-compositional-STN/MNIST-pytorch/warp.py official repository unverified MIT (permissive) · 84120307d6fea550 · report
inverse chenhsuanlin/inverse-compositional-STN/MNIST-tensorflow/warp.py official repository unverified MIT (permissive) · f3f178e78c6f4924 · report
loadGTSRB chenhsuanlin/inverse-compositional-STN/traffic-sign-tensorflow/data.py official repository unverified MIT (permissive) · d110495f61819df2 · report
loadMNIST chenhsuanlin/inverse-compositional-STN/MNIST-pytorch/data.py official repository unverified MIT (permissive) · 3b5d766ce4e302bd · report
loadMNIST chenhsuanlin/inverse-compositional-STN/MNIST-tensorflow/data.py official repository unverified MIT (permissive) · e06edf719e4e194f · report
makeBatch chenhsuanlin/inverse-compositional-STN/MNIST-pytorch/data.py official repository unverified MIT (permissive) · 7c3e5774c45de093 · report
makeBatch chenhsuanlin/inverse-compositional-STN/MNIST-tensorflow/data.py official repository unverified MIT (permissive) · ff53e728d97c7cf1 · report
makeBatch chenhsuanlin/inverse-compositional-STN/traffic-sign-tensorflow/data.py official repository unverified MIT (permissive) · 52c91f01d037ba45 · report

Tasks

ClassificationGeneral Classification

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