All Projects → KuangJuiHsu → WSCNNTDSaliency

KuangJuiHsu / WSCNNTDSaliency

Licence: other
[BMVC17] Weakly Supervised Saliency Detection with A Category-Driven Map Generator

Programming Languages

matlab
3953 projects
C++
36643 projects - #6 most used programming language
M
324 projects

Projects that are alternatives of or similar to WSCNNTDSaliency

Tools To Design Or Visualize Architecture Of Neural Network
Tools to Design or Visualize Architecture of Neural Network
Stars: ✭ 1,143 (+5915.79%)
Mutual labels:  cnn, deeplearning
Deeplearning python
Deep Learning--深度学习
Stars: ✭ 123 (+547.37%)
Mutual labels:  cnn, deeplearning
Cnn Paper2
🎨 🎨 深度学习 卷积神经网络教程 :图像识别,目标检测,语义分割,实例分割,人脸识别,神经风格转换,GAN等🎨🎨 https://dataxujing.github.io/CNN-paper2/
Stars: ✭ 77 (+305.26%)
Mutual labels:  cnn, deeplearning
Twitter Sentiment Analysis
Sentiment analysis on tweets using Naive Bayes, SVM, CNN, LSTM, etc.
Stars: ✭ 978 (+5047.37%)
Mutual labels:  cnn, deeplearning
Hierarchical Attention Networks Pytorch
Hierarchical Attention Networks for document classification
Stars: ✭ 239 (+1157.89%)
Mutual labels:  cnn, deeplearning
Keras basic
keras를 이용한 딥러닝 기초 학습
Stars: ✭ 39 (+105.26%)
Mutual labels:  cnn, deeplearning
Wb color augmenter
WB color augmenter improves the accuracy of image classification and image semantic segmentation methods by emulating different WB effects (ICCV 2019) [Python & Matlab].
Stars: ✭ 89 (+368.42%)
Mutual labels:  cnn, deeplearning
Liteflownet
LiteFlowNet: A Lightweight Convolutional Neural Network for Optical Flow Estimation, CVPR 2018 (Spotlight paper, 6.6%)
Stars: ✭ 474 (+2394.74%)
Mutual labels:  cnn, deeplearning
Liteflownet2
A Lightweight Optical Flow CNN - Revisiting Data Fidelity and Regularization, TPAMI 2020
Stars: ✭ 195 (+926.32%)
Mutual labels:  cnn, deeplearning
Bilinear Cnn Tensorflow
This is an implementation of Bilinear CNN for fine grained visual recognition using TensorFlow.
Stars: ✭ 187 (+884.21%)
Mutual labels:  cnn, deeplearning
Servenet
Service Classification based on Service Description
Stars: ✭ 21 (+10.53%)
Mutual labels:  cnn, deeplearning
MatConvNet-oneclick
Train your own data with MatConvNet
Stars: ✭ 84 (+342.11%)
Mutual labels:  deeplearning, matconvnet
Quickdraw
Implementation of Quickdraw - an online game developed by Google
Stars: ✭ 805 (+4136.84%)
Mutual labels:  cnn, deeplearning
Jacinto Ai Devkit
Training & Quantization of embedded friendly Deep Learning / Machine Learning / Computer Vision models
Stars: ✭ 49 (+157.89%)
Mutual labels:  cnn, deeplearning
Deeplearning
深度学习入门教程, 优秀文章, Deep Learning Tutorial
Stars: ✭ 6,783 (+35600%)
Mutual labels:  cnn, deeplearning
Tf Mobilenet V2
Mobilenet V2(Inverted Residual) Implementation & Trained Weights Using Tensorflow
Stars: ✭ 85 (+347.37%)
Mutual labels:  cnn, deeplearning
In Prestissimo
A very fast neural network computing framework optimized for mobile platforms.QQ group: 676883532 【验证信息输:绝影】
Stars: ✭ 268 (+1310.53%)
Mutual labels:  cnn, deeplearning
Yolo V2 Pytorch
YOLO for object detection tasks
Stars: ✭ 302 (+1489.47%)
Mutual labels:  cnn, deeplearning
Deeplearning Notes
Notes for Deep Learning Specialization Courses led by Andrew Ng.
Stars: ✭ 126 (+563.16%)
Mutual labels:  cnn, deeplearning
Gordon cnn
A small convolution neural network deep learning framework implemented in c++.
Stars: ✭ 241 (+1168.42%)
Mutual labels:  cnn, deeplearning

Codes for Weakly Supervised Saliency Detection

Contact: Kuang-Jui Hsu

Last update: 2017/12/30

Platform: Ubuntu 14.04, MatConvnet 1.0-beta24 (We don's support any installation problem of MatConvnet.)


Paper: [BMVC17] Weakly Supervised Saliency Detection with A Category-Driven Map Generator

Authors: Kuang-Jui Hsu, Yen-Yu Lin, Yung-Yu Chuang

PDF: Link1, Link2

Please cite our paper if this code is useful for your research.


@inproceedings{HsuBMVC17,
  author = {K.-J. Hsu and Y.-Y. Lin and Y.-Y Chuang},
  booktitle = {British Machine Vision Conference (BMVC)},
  title = {Weakly Supervised Saliency Detection with A Category-Driven Map Generator},
  year = {2017}
}

Demo for training and test: "Run.m"

  • This code is only for demo and different from the origianl code because some files were overwrited when I worked for the journal extension.

  • The output size of the generator is W * H * 1 after a sigmoid normalization instead of W * H * 2 after a softmax normalization.

  • The parameters for weighting losses are not tuned.

  • The random seed and the number of total epoches may effect the performance.

  • The results are slightly better than ones reported in [BMVC'17] for Graz02 Dataset.

Bike Car Person Mean
80.4 63.1 66.5 70.0

Results used in BMVC'17:


Link: Some results in the journal extension (will be released until it is accepted).

  • Faster speed:

  • Better results:

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