All Projects → Telecommunication-Telemedia-Assessment → GBVS360-BMS360-ProSal

Telecommunication-Telemedia-Assessment / GBVS360-BMS360-ProSal

Licence: other
Extending existing saliency prediction models from 2D to omnidirectional images

Programming Languages

C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language
matlab
3953 projects

Projects that are alternatives of or similar to GBVS360-BMS360-ProSal

3D60
Tools accompanying the 3D60 spherical panoramas dataset
Stars: ✭ 83 (+232%)
Mutual labels:  360, omnidirectional
HyperSphereSurfaceRegression
Code accompanying the paper "360 Surface Regression with a Hyper-Sphere Loss", 3DV 2019
Stars: ✭ 13 (-48%)
Mutual labels:  360, omnidirectional
DeepPanoramaLighting
Deep Lighting Environment Map Estimation from Spherical Panoramas (CVPRW20)
Stars: ✭ 37 (+48%)
Mutual labels:  360, omnidirectional
ballbot
Firmware for self balancing ballbot
Stars: ✭ 11 (-56%)
Mutual labels:  omnidirectional
car-logos-dataset
Collection of 374 car logos images with few variations of sizes and JSON file for better usability.
Stars: ✭ 47 (+88%)
Mutual labels:  images
360-VJ
Add another dimension to your VJing with the 360-VJ effect pack! Rotate 360 and Fisheye videos, convert 360 and Flat videos to Fisheye. Great for fulldome and immersive VJing.
Stars: ✭ 81 (+224%)
Mutual labels:  360
react-crossfade-image
react-crossfade-image - Simple React component for crossfading images - No CSS needed
Stars: ✭ 33 (+32%)
Mutual labels:  images
django-content-gallery
A Django application allows to attach a collection of images to objects of any model in any app
Stars: ✭ 18 (-28%)
Mutual labels:  images
gopher-logos
adorable gopher logos
Stars: ✭ 106 (+324%)
Mutual labels:  images
wp-github-gos
利用 github api 实现的一个存储图片/附件的 wordpress 插件
Stars: ✭ 42 (+68%)
Mutual labels:  images
docker-bakery
Dockerfile hierarchy management tool with automatic rebuilding of dependent images when parent changes
Stars: ✭ 30 (+20%)
Mutual labels:  images
Waifu2x-Image-Saver
A Firefox extension to download any image and process them with Waifu2x with one click.
Stars: ✭ 13 (-48%)
Mutual labels:  images
image-storage
🌠 Image storage for Nette framework
Stars: ✭ 27 (+8%)
Mutual labels:  images
Project-Padoru
Collection of Padoru Images
Stars: ✭ 20 (-20%)
Mutual labels:  images
code2img
Open REST API to create beautiful images of code snippets with 20+ color themes and syntax highlighting support for 10+ languages.
Stars: ✭ 25 (+0%)
Mutual labels:  images
icons
a collection of custom icons for use with the notion-enhancer's "icon sets" integration
Stars: ✭ 29 (+16%)
Mutual labels:  images
server-media
This repository collects icons, logos & information about game servers.
Stars: ✭ 29 (+16%)
Mutual labels:  images
PanoDR
Code and models for "PanoDR: Spherical Panorama Diminished Reality for Indoor Scenes" presented at the OmniCV workshop of CVPR21.
Stars: ✭ 22 (-12%)
Mutual labels:  360
gatsby-remark-images-anywhere
Handle images with relative, absolute & remote path for gatsby-transformer-remark & gatsby-plugin-mdx
Stars: ✭ 22 (-12%)
Mutual labels:  images
Router-RePlugin
针对360的RePlugin插件化框架适配的路由Router框架
Stars: ✭ 82 (+228%)
Mutual labels:  360

GBVS360, BMS360, ProSal: Extending existing saliency prediction models from 2D to omnidirectional images

In this project, it is studied how existing visual saliency models designed for 2D images can be extended and applied to Omnidirectional images in the equirectangular format. Three different frameworks, BMS360, GBVS360 and Projected Saliency (ProSal) were designed to address this task. In the particular case of BMS360 and GBVS360, the 2D models Boolean Map Saliency (BMS) and Graph-Based Visual Saliency (GBVS) were rigorously extended to integrate the specific properties of equirectangular images to model visual attention in omnidirectional images watched using Head Mounted Displays (HMDs). With the proposed extensions, the saliency prediction performance in comparison to their original design could significantly be improved.

Context

This project was intiated to address the ICME2017 Grand Challenge on Visual attention for 360 images. Two track of this challenged are considered:

  • The prediction of saliency maps obtained from Head motion data (on still images)

  • The prediction of saliency maps obtained from Head and Eye motion data (on still images)

Binaries

In the release section of GitHub, different set of binaries can be found. The version 1.0 correspond to the models submitted to the ICME2017 Grand Challenge. These models were ranked as 1st at addressing Head motion-based saliency maps out of 13 submissions. And was ranked and was ranked 6th (5.75) out of 16 submissions when Head/Eye motion-based saliency maps are addressed.

The release with a version higher than 1.0 were the result of work performed after the end of the competition. Version 2.0 includes the BMS360 model.

Build from source

To compile the project, only two dependencies are required:

  • fftw (optional: it adds support of a CSF extention to GBVS)

  • boost (>= 1.63)

  • OpenCV (>= 3.0)

UNIX system

run make.

Windows:

A visual studio solution file is provided (tested using the 2015 Community edition). A complete set of all depending libraries can be found at the following URL: https://1drv.ms/u/s!AqL868MBKJ4Gh-guxlbtLEQ4h6VqXw Unzip the folder Library next to the clone of the repository. Then, open the visual studio solution file, and you can compile the project (The path to the external library folder is set relatively to the root folder).

Citation

The journal paper related to this work has been accepted for publication. In case you use this work, please cite:

@article{lebreton2018GBVS360,
  title={GBVS360, BMS360, ProSal: Extending existing saliency prediction models from 2D to omnidirectional images},
  author={Lebreton, Pierre and Raake, Alexander},
  journal={Signal Processing: Image Communication},
  volume={69},
  pages={69--78},
  year={2018},
  month={november},
  publisher={Elsevier}
}

For the evaluation scripts used in this study, please refer and cite:

@article{Gutierrez2018Toolbox, 
  title={Toolbox and Dataset for the Development of Saliency and Scanpath Models for Omnidirectional / 360{$^{\circ}$} Still Images}, 
  author={Guti{\'e}rrez, Jes{\'u}s and David, Erwan and Rai, Yashas and Le Callet, Patrick 
}, 
  journal={Signal Processing: Image Communication}, 
  volume={69}, 
  pages={35--42}, 
  month={november},
  year={2018}, 
  publisher={Elsevier} 
}

License

The MIT License (MIT)

Copyright (c) 2017 Pierre Lebreton

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].