All Projects → wenguanwang → ASNet

wenguanwang / ASNet

Licence: other
Salient Object Detection Driven by Fixation Prediction (CVPR2018)

Projects that are alternatives of or similar to ASNet

RGBD-SODsurvey
RGB-D Salient Object Detection: A Survey
Stars: ✭ 171 (+317.07%)
Mutual labels:  saliency, salient-object-detection
Boundary-Aware-PoolNet
Boundary Aware PoolNet = PoolNet + BASNet : Deeply supervised PoolNet using the hybrid loss in BASNet for Salient Object Detection
Stars: ✭ 20 (-51.22%)
Mutual labels:  saliency, salient-object-detection
PySODEvalToolkit
PySODEvalToolkit: A Python-based Evaluation Toolbox for Salient Object Detection and Camouflaged Object Detection
Stars: ✭ 59 (+43.9%)
Mutual labels:  saliency, salient-object-detection
STRA-Net
STRAL-Net
Stars: ✭ 21 (-48.78%)
Mutual labels:  visual-attention, saliency-prediction
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 (+90.24%)
Mutual labels:  saliency, salient-object-detection
IDN-pytorch
paper implement : Fast and Accurate Single Image Super-Resolution via Information Distillation Network
Stars: ✭ 40 (-2.44%)
Mutual labels:  cvpr2018
CoVA-Web-Object-Detection
A Context-aware Visual Attention-based training pipeline for Object Detection from a Webpage screenshot!
Stars: ✭ 18 (-56.1%)
Mutual labels:  visual-attention
S-measure
Structure-measure: A New Way to Evaluate Foreground Maps, IJCV2021 (ICCV 2017-Spotlight)
Stars: ✭ 43 (+4.88%)
Mutual labels:  saliency
DVQA dataset
DVQA Dataset: A Bar chart question answering dataset presented at CVPR 2018
Stars: ✭ 20 (-51.22%)
Mutual labels:  cvpr2018
VoxelMorph-PyTorch
An unofficial PyTorch implementation of VoxelMorph- An unsupervised 3D deformable image registration method
Stars: ✭ 68 (+65.85%)
Mutual labels:  cvpr2018
Saliency-Objectness
No description or website provided.
Stars: ✭ 25 (-39.02%)
Mutual labels:  saliency
dcsp segmentation
No description or website provided.
Stars: ✭ 34 (-17.07%)
Mutual labels:  saliency
DisguiseNet
Code for DisguiseNet : A Contrastive Approach for Disguised Face Verification in the Wild
Stars: ✭ 20 (-51.22%)
Mutual labels:  cvpr2018
saliency
Contextual Encoder-Decoder Network for Visual Saliency Prediction [Neural Networks 2020]
Stars: ✭ 126 (+207.32%)
Mutual labels:  saliency-prediction
G2LTex
Code for CVPR 2018 paper --- Texture Mapping for 3D Reconstruction with RGB-D Sensor
Stars: ✭ 104 (+153.66%)
Mutual labels:  cvpr2018
text-detection-fots.pytorch
FOTS text detection branch reimplementation, hmean: 83.3%
Stars: ✭ 80 (+95.12%)
Mutual labels:  cvpr2018
DPANet
DPANet : Depth Potentiality-Aware Gated Attention Network for RGB-D Salient Object Detection
Stars: ✭ 22 (-46.34%)
Mutual labels:  salient-object-detection
WSCNNTDSaliency
[BMVC17] Weakly Supervised Saliency Detection with A Category-Driven Map Generator
Stars: ✭ 19 (-53.66%)
Mutual labels:  saliency
saliency
Pytorch Implementation of the paper - "Tidying Deep Saliency Prediction Architectures"
Stars: ✭ 27 (-34.15%)
Mutual labels:  saliency-prediction
GazeToolkit
Toolkit for processing eye movement data, fixation filtering, smoothing, etc.
Stars: ✭ 21 (-48.78%)
Mutual labels:  fixation

ASNet

===========================================================================

Wenguan Wang, J. Shen, and A. Borji,

Salient object detection driven by fixation prediction,

IEEE Conference on Computer Vision and Pattern Recognition (CVPR), 2018

Wenguan Wang, J. Shen, X. Dong, A. Borji, and R. Yang,

Inferring salient objects from human fixations,

IEEE Trans. on Pattern Analysis and Machine Intelligence (TPAMI), 2019

===========================================================================

  1. Download our model from https://drive.google.com/file/d/1Ifoqjq1lTwNTe6dxGjJBK8eoohJaXQoK/view?usp=sharing

  2. Run "main.py".

  3. The computed saliency maps are stored in the "saliency_predictions" folder.

===========================================================================

Our results on DUTS-TE, ECCSD, HKU, PASCAL-S and SOD can be found at https://drive.google.com/file/d/16RSGrRe_0cj_owSLbmpbSYgnqRxMZii_/view?usp=sharing

===========================================================================

Citation:

@inproceedings{wang2018salientfix,
  title={Salient object detection driven by fixation prediction},
  author={Wang, Wenguan and Shen, Jianbing and Dong, Xingping and Borji, Ali},
  booktitle={Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition},
  pages={1711--1720},
  year={2018}
}

@article{wang2019inferringSODfix,
  title={Inferring Salient Objects from Human Fixations},
  author={Wang, Wenguan and Shen, Jianbing and Dong, Xingping and Borji, Ali and Yang, Ruigang},
  journal={IEEE transactions on pattern analysis and machine intelligence},
  year={2019},
}

===========================================================================

Contact Information Email:

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