Papers › Structured Receptive Fields in CNNs

Structured Receptive Fields in CNNs

10 May 2016CVPR 2016 6arXiv:1605.02971archive 2025-07-28

Jörn-Henrik Jacobsen, Jan van Gemert, Zhongyu Lou, Arnold W. M. Smeulders

Learning powerful feature representations with CNNs is hard when training data are limited. Pre-training is one way to overcome this, but it requires large datasets sufficiently similar to the target domain. Another option is to design priors into the model, which can range from tuned hyperparameters to fully engineered representations like Scattering Networks. We combine these ideas into structured receptive field networks, a model which has a fixed filter basis and yet retains the flexibility of CNNs. This flexibility is achieved by expressing receptive fields in CNNs as a weighted sum over a fixed basis which is similar in spirit to Scattering Networks. The key difference is that we learn arbitrary effective filter sets from the basis rather than modeling the filters. This approach explicitly connects classical multiscale image analysis with general CNNs. With structured receptive field networks, we improve considerably over unstructured CNNs for small and medium dataset scenarios as well as over Scattering for large datasets. We validate our findings on ILSVRC2012, Cifar-10, Cifar-100 and MNIST. As a realistic small dataset example, we show state-of-the-art classification results on popular 3D MRI brain-disease datasets where pre-training is difficult due to a lack of large public datasets in a similar domain.

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

Code

Syntology Ran 3 of 14 code samples harvested from 3 repositories linked to this paper; 11 have no recorded run. Of those that ran: 3 ran · our draft was wrong.

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

jhjacobsen/RFNN officialmentioned in papermentioned on GitHubMIT report
kazemSafari/convrf mentioned on GitHubpytorch report
nkarantzas/quick_draw mentioned on GitHubpytorchMIT 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

14 samples harvested; 3 ran; 0 honoured the contract we drafted; 11 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.

3ran · our draft was wrong
11unverified

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

array_to_blobproto jhjacobsen/RFNN/caffe-rfnn/python/caffe/io.py official repository unverified MIT (permissive) · 61cfa43a945cbe3b · report
arraylist_to_blobprotovecor_str jhjacobsen/RFNN/caffe-rfnn/python/caffe/io.py official repository unverified MIT (permissive) · 5810172a0b523a23 · report
blobproto_to_array jhjacobsen/RFNN/caffe-rfnn/python/caffe/io.py official repository unverified MIT (permissive) · 093b959c347fd2f5 · report
choose_color_by_layertype jhjacobsen/RFNN/caffe-rfnn/python/caffe/draw.py official repository unverified MIT (permissive) · a847938e3819a686 · report
get_edge_label jhjacobsen/RFNN/caffe-rfnn/python/caffe/draw.py official repository unverified MIT (permissive) · 2876e38623f7acbc · report
mnist jhjacobsen/RFNN/theano-rfnn/mnist_loader.py official repository unverified MIT (permissive) · e0c1940893a8d18e · report
one_hot jhjacobsen/RFNN/theano-rfnn/mnist_loader.py official repository unverified MIT (permissive) · b51dff9353a0c6e8 · report
conv1x1 nkarantzas/quick_draw/quickdraw/code/resnet_one.py community (archive-listed) ran · our draft was wrong MIT (permissive) · d9def42110729a85 · report
conv3x3 nkarantzas/quick_draw/quickdraw/code/resnet_one.py community (archive-listed) ran · our draft was wrong MIT (permissive) · 160bb14bd76201b4 · report
kaiming_uniform_mod kazemSafari/convrf/convrf/convrf.py community (archive-listed) ran · our draft was wrong MIT (permissive) · add437ed8ace7c35 · report
class_encoding nkarantzas/quick_draw/quickdraw/code/load_tensor_data.py community (archive-listed) unverified MIT (permissive) · c5d074fc472ecffa · report
get_batch_top3score nkarantzas/quick_draw/quickdraw/code/scoring_functions.py community (archive-listed) unverified MIT (permissive) · ca791e27612c025a · report
train_function nkarantzas/quick_draw/quickdraw/code/training_functions.py community (archive-listed) unverified MIT (permissive) · dbcec1f72e41cc02 · report
validation_summary nkarantzas/quick_draw/quickdraw/code/training_functions.py community (archive-listed) unverified MIT (permissive) · 3090c2466499fadb · report

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