SYNTOLOGY HomeExplorerAtlasCodeMethodologyAboutDevelopersFeedPricing
Paper · 2003.05477 · 2020

Unified Image and Video Saliency Modeling

arXiv · PDF · Open in the Atlas

Code that ran

We lifted 9 functions out of this paper's own repositories and ran 7 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.

RepositoryRoleRan
rdroste/unisal canonical 6 of 6
lcc157/code reimplementation 1 of 3
FunctionStatusWhere it lives
conv_1x1_bn Ran rdroste/unisal/unisal/models/MobileNetV2.py
code served (permissive licence) · get_code("a0131fb70c267a9e")
conv_bn Ran rdroste/unisal/unisal/models/MobileNetV2.py
code served (permissive licence) · get_code("e087cbfa1e53486d")
get_kwargs_dict Ran rdroste/unisal/unisal/utils.py
code served (permissive licence) · get_code("5b2e8323d628096d")
get_kwargs_names Ran rdroste/unisal/unisal/utils.py
code served (permissive licence) · get_code("2812f253b8a66480")
get_optimal_out_size Ran rdroste/unisal/unisal/data.py
code served (permissive licence) · get_code("c101e7bffe5bcda9")
load_module Ran rdroste/unisal/unisal/utils.py
code served (permissive licence) · get_code("11091601dda5e015")
normalize_map Ran lcc157/code/unisal/salience_metrics.py
code served (permissive licence) · get_code("2859db1f0821894e")
auc_judd Not yet run lcc157/code/unisal/salience_metrics.py
code served (permissive licence) · get_code("386eb8dd9e132cce")
auc_shuff_acl Not yet run lcc157/code/unisal/salience_metrics.py
code served (permissive licence) · get_code("e64aa209f895e3d2")

Repositories linked to this paper

Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.

Abstract

Visual saliency modeling for images and videos is treated as two independent tasks in recent computer vision literature. While image saliency modeling is a well-studied problem and progress on benchmarks like SALICON and MIT300 is slowing, video saliency models have shown rapid gains on the recent DHF1K benchmark. Here, we take a step back and ask: Can image and video saliency modeling be approached via a unified model, with mutual benefit? We identify different sources of domain shift between image and video saliency data and between different video saliency datasets as a key challenge for effective joint modelling. To address this we propose four novel domain adaptation techniques - Domain-Adaptive Priors, Domain-Adaptive Fusion, Domain-Adaptive Smoothing and Bypass-RNN - in addition to an improved formulation of learned Gaussian priors. We integrate these techniques into a simple and lightweight encoder-RNN-decoder-style network, UNISAL, and train it jointly with image and video saliency data. We evaluate our method on the video saliency datasets DHF1K, Hollywood-2 and UCF-Sports, and the image saliency datasets SALICON and MIT300. With one set of parameters, UNISAL achieves state-of-the-art performance on all video saliency datasets and is on par with the state-of-the-art for image saliency datasets, despite faster runtime and a 5 to 20-fold smaller model size compared to all competing deep methods. We provide retrospective analyses and ablation studies which confirm the importance of the domain shift modeling. The code is available at https://github.com/rdroste/unisal

For agents

The same record, over MCP at https://syntology.ai/mcp:

get_harvested_code_for_paper("2003.05477")
get_code_for_paper("2003.05477")
have("2003.05477")

Connect an agent — have() is free.