Papers › DeepGaze IIE: Calibrated prediction in and out-of-domain for state-of-the-art saliency modeling

DeepGaze IIE: Calibrated prediction in and out-of-domain for state-of-the-art saliency modeling

26 May 2021ICCV 2021 10arXiv:2105.12441archive 2025-07-28

Akis Linardos, Matthias Kümmerer, Ori Press, Matthias Bethge

Since 2014 transfer learning has become the key driver for the improvement of spatial saliency prediction; however, with stagnant progress in the last 3-5 years. We conduct a large-scale transfer learning study which tests different ImageNet backbones, always using the same read out architecture and learning protocol adopted from DeepGaze II. By replacing the VGG19 backbone of DeepGaze II with ResNet50 features we improve the performance on saliency prediction from 78% to 85%. However, as we continue to test better ImageNet models as backbones (such as EfficientNetB5) we observe no additional improvement on saliency prediction. By analyzing the backbones further, we find that generalization to other datasets differs substantially, with models being consistently overconfident in their fixation predictions. We show that by combining multiple backbones in a principled manner a good confidence calibration on unseen datasets can be achieved. This new model, "DeepGaze IIE", yields a significant leap in benchmark performance in and out-of-domain with a 15 percent point improvement over DeepGaze II to 93% on MIT1003, marking a new state of the art on the MIT/Tuebingen Saliency Benchmark in all available metrics (AUC: 88.3%, sAUC: 79.4%, CC: 82.4%).

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

Code

Syntology Ran 13 of 20 code samples harvested from 2 repositories linked to this paper; 7 have no recorded run. Of those that ran: 3 ran · our draft was wrong; 1 ran · fixture could not drive it; 9 ran with no contract checked.

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

matthias-k/DeepGaze officialmentioned on GitHubpytorch report
islab-sophia/odisal mentioned on GitHubpytorch 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

20 samples harvested; 13 ran; 0 honoured the contract we drafted; 7 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
1ran · fixture could not drive it
9ran
7unverified

Licence: 16 of the 20 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.

Bias matthias-k/DeepGaze/deepgaze_pytorch/deepgaze2e.py official repository ran fingerprinted no licence file found · pointer only · 782fbc775dc6b910 · report
Conv2dMultiInput matthias-k/DeepGaze/deepgaze_pytorch/deepgaze2e.py official repository ran no licence file found · pointer only · b459556b97135112 · report
DeepGazeIIIMixture matthias-k/DeepGaze/deepgaze_pytorch/deepgaze2e.py official repository ran no licence file found · pointer only · 81c3534e413bef0d · report
FeatureExtractor matthias-k/DeepGaze/deepgaze_pytorch/deepgaze2e.py official repository ran fingerprinted no licence file found · pointer only · 05a7be491393286d · report
Finalizer matthias-k/DeepGaze/deepgaze_pytorch/deepgaze2e.py official repository ran no licence file found · pointer only · 89450c83c8ee18d4 · report
GaussianFilterNd matthias-k/DeepGaze/deepgaze_pytorch/deepgaze2e.py official repository ran no licence file found · pointer only · 9ed0d69c62c3b5dc · report
LayerNorm matthias-k/DeepGaze/deepgaze_pytorch/deepgaze2e.py official repository ran no licence file found · pointer only · 17f528f7b814b15f · report
LayerNormMultiInput matthias-k/DeepGaze/deepgaze_pytorch/deepgaze2e.py official repository ran no licence file found · pointer only · 4581eabb812cb3ff · report
MixtureModel matthias-k/DeepGaze/deepgaze_pytorch/deepgaze2e.py official repository ran no licence file found · pointer only · 9be88f282c69b1b4 · report
build_saliency_network matthias-k/DeepGaze/deepgaze_pytorch/deepgaze2e.py official repository ran · our draft was wrong no licence file found · pointer only · 4b5054af2d648043 · report
encode_scanpath_features matthias-k/DeepGaze/deepgaze_pytorch/deepgaze2e.py official repository ran · fixture could not drive it fingerprinted no licence file found · pointer only · 325af44c6cd8829e · report
gaussian_filter_1d matthias-k/DeepGaze/deepgaze_pytorch/deepgaze2e.py official repository ran · our draft was wrong no licence file found · pointer only · 27f99b6bedd193fb · report
import_class matthias-k/DeepGaze/deepgaze_pytorch/deepgaze2e.py official repository ran · our draft was wrong no licence file found · pointer only · fb1d63f8099f907a · report
DeepGazeIIE matthias-k/DeepGaze/deepgaze_pytorch/deepgaze2e.py official repository unverified no licence file found · pointer only · 070fdd717ed94582 · report
build_deepgaze_mixture matthias-k/DeepGaze/deepgaze_pytorch/deepgaze2e.py official repository unverified no licence file found · pointer only · 7d46769a9a82cd86 · report
build_fixation_selection_network matthias-k/DeepGaze/deepgaze_pytorch/deepgaze2e.py official repository unverified no licence file found · pointer only · 2d1db431509c80ca · report
build_deepgaze_mixture islab-sophia/odisal/program/models/deepgaze2e.py community (archive-listed) unverified Apache-2.0 (permissive) · 4e411ff28ffe758d · report
build_fixation_selection_network islab-sophia/odisal/program/models/deepgaze2e.py community (archive-listed) unverified Apache-2.0 (permissive) · 633b7efb12453cdd · report
build_saliency_network islab-sophia/odisal/program/models/deepgaze2e.py community (archive-listed) unverified Apache-2.0 (permissive) · 9141b2bb636a8297 · report
deepgaze2e islab-sophia/odisal/program/models/deepgaze2e.py community (archive-listed) unverified Apache-2.0 (permissive) · fa03a00d81540b0f · report

Tasks

PredictionSaliency PredictionTransfer 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