All Projects → ysyscool → DINet

ysyscool / DINet

Licence: other
A dilated inception network for visual saliency prediction (TMM 2019)

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to DINet

RGBD-SODsurvey
RGB-D Salient Object Detection: A Survey
Stars: ✭ 171 (+584%)
Mutual labels:  saliency
pytorch-smoothgrad
SmoothGrad implementation in PyTorch
Stars: ✭ 135 (+440%)
Mutual labels:  saliency-map
Stellargraph
StellarGraph - Machine Learning on Graphs
Stars: ✭ 2,235 (+8840%)
Mutual labels:  saliency-map
Boundary-Aware-PoolNet
Boundary Aware PoolNet = PoolNet + BASNet : Deeply supervised PoolNet using the hybrid loss in BASNet for Salient Object Detection
Stars: ✭ 20 (-20%)
Mutual labels:  saliency
Tensorwatch
Debugging, monitoring and visualization for Python Machine Learning and Data Science
Stars: ✭ 3,191 (+12664%)
Mutual labels:  saliency
WhiteBox-Part1
In this part, I've introduced and experimented with ways to interpret and evaluate models in the field of image. (Pytorch)
Stars: ✭ 34 (+36%)
Mutual labels:  saliency-map
dcsp segmentation
No description or website provided.
Stars: ✭ 34 (+36%)
Mutual labels:  saliency
ICON
(TPAMI2022) Salient Object Detection via Integrity Learning.
Stars: ✭ 125 (+400%)
Mutual labels:  saliency
Pytorch Cnn Visualizations
Pytorch implementation of convolutional neural network visualization techniques
Stars: ✭ 6,167 (+24568%)
Mutual labels:  saliency
Deepgaze
Computer Vision library for human-computer interaction. It implements Head Pose and Gaze Direction Estimation Using Convolutional Neural Networks, Skin Detection through Backprojection, Motion Detection and Tracking, Saliency Map.
Stars: ✭ 1,552 (+6108%)
Mutual labels:  saliency-map
WSCNNTDSaliency
[BMVC17] Weakly Supervised Saliency Detection with A Category-Driven Map Generator
Stars: ✭ 19 (-24%)
Mutual labels:  saliency
GuidedLabelling
Exploiting Saliency for Object Segmentation from Image Level Labels, CVPR'17
Stars: ✭ 35 (+40%)
Mutual labels:  saliency
CP-360-Weakly-Supervised-Saliency
CP-360-Weakly-Supervised-Saliency
Stars: ✭ 20 (-20%)
Mutual labels:  saliency-map
Saliency-Evaluation-Toolbox
This Toolbox contains E-measure, S-measure, weighted F & F-measure, MAE and PR curves or bar metrics for salient object detection.
Stars: ✭ 78 (+212%)
Mutual labels:  saliency
smartImgProcess
手工实现的智能图片处理系统 包含基础的图片处理功能 各类滤波 seam carving算法 以及结合精细语义分割信息 实现智能去除目标的功能
Stars: ✭ 22 (-12%)
Mutual labels:  saliency
p2016-rss-small-target
Jing Lou, Wei Zhu, Huan Wang, Mingwu Ren*, “Small Target Detection Combining Regional Stability and Saliency in a Color Image,” Multimedia Tools and Applications, vol. 76, no. 13, pp. 14781-14798, 2017.
Stars: ✭ 25 (+0%)
Mutual labels:  saliency
CS231n
My solutions for Assignments of CS231n: Convolutional Neural Networks for Visual Recognition
Stars: ✭ 30 (+20%)
Mutual labels:  saliency-map
GBVS360-BMS360-ProSal
Extending existing saliency prediction models from 2D to omnidirectional images
Stars: ✭ 25 (+0%)
Mutual labels:  saliency
ViNet
ViNet Pushing the limits of Visual Modality for Audio Visual Saliency Prediction
Stars: ✭ 36 (+44%)
Mutual labels:  saliency
U-2-Net-Demo
Demonstration using Google Colab to show how U-2-NET can be used for Background Removal, Changing Backgrounds, Bounding Box Creation, Salient Feature Highlighting and Salient Object Cropping.
Stars: ✭ 132 (+428%)
Mutual labels:  saliency-map

DINet

This repository contains the reference code for our TMM paper: arXiv Paper Version

If you use any part of our code, or DINet is useful for your research, please consider citing::

@article{yang2019dilated,
  title={A dilated inception network for visual saliency prediction},
  author={Yang, Sheng and Lin, Guosheng and Jiang, Qiuping and Lin, Weisi},
  journal={IEEE Transactions on Multimedia},
  volume={22},
  number={8},
  pages={2163--2176},
  year={2019},
  publisher={IEEE}
}

Requirements

  • Python 2.7
  • Keras 2.1.2
  • Tensorflow-gpu 1.3.0
  • opencv-python

Getting Started

Installation

  • Clone this repo:
git clone https://github.com/ysyscool/DINet
cd DINet
mkdir models
cd models

Train/Test

Download the SALICON 2015 dataset and modify the paths in config.yaml And then using the following command to train the model

python main.py --phase=train --batch_size=10

For testing, modify the variables of weightfile (in line 217) and imgs_test_path (in line 220) in the main.py. And then using the following command to test the model

python main.py --phase=test

Evaluation on SALICON dataset

Please refer to this link.

Acknowledgments

Code largely benefits from sam.

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].