Code Monkey home page Code Monkey logo

16_3's Introduction

The code is for paper "Pattern Mining Saliency" by Yuqiu Kong, Lijun Wang, Xiuping Liu, Huchuan Lu, Xiang Ruan [1].

To appear the 14th European Conference on Computer Vision (ECCV 2016), Amsterdam, Netherlands, 2016.

Email: [email protected]

******************************************************************************************************************

The code is tested on Ubuntu 14.04 with MATLAB R2014b.
******************************************************************************************************************
Usage:

1. demo_single.m

Demo for single model promotion. Input an image and its corresponding saliency map generated by existing saliency model (i.e., CA[2]), output a refined saliency map (i.e., CA-PM).


2. demo_joint.m

Demo for joint promotion. Input an image and its corresponding saliency maps generated by several saliency models (i.e., CA, CB[3], LR[4]), output a jointly refined saliency map (i.e., CACBLR-PM)  



Toolbox:

1. Apriori algorithm

We use this toolbox (http://www.borgelt.net/src/apriori.tar.gz) to excute rule mining task.
You need to uncompress it and run 'make' to compile it in the 'apriori/apriori/src'. 
Detailed usage of this package can be found in http://www.borgelt.net/doc/apriori/apriori.html.


2. vlfeat toolbox
The code utilizes the vlfeat-0.9.20-bin external toolbox.
The download link: http://www.vlfeat.org/download/
You need to uncompress it to './PMcode/'.


References:

[1] Kong, Y., Wang, L., Liu, X., Lu, H., Ruan, X.: Pattern mining saliency. In: ECCV. (2016) 

[2] Goferman, S., Zelnik-Manor, L., Tal., A.: Context-aware saliency detection. In: CVPR. (2010)

[3] Jiang, H., Wang, J., Yuan, Z., Liu, T., Zheng, N., Li, S.: Automatic salient object segmentation based on context and shape prior. In: BMVC. (2011)

[4] Shen, X.S., Wu, Yu.: A unified approach to salient object detectioin via low rank matrix recovery. In: CVPR. (2012)

16_3's People

Contributors

zengxianyu avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.