Skip to content

ChenglongWang/divmbest

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DivMBest

This is the source release accompanying the following various publications:

@inproceedings{divmbest_ECCV2012,
    Author = {Dhruv Batra, Payman Yadollahpour, Abner Guzman-Rivera, Greg Shakhnarovich}
    Title = {Diverse M-Best Solutions in Markov Random Fields}
    Booktitle = {European Conference on Computer Vision (ECCV)}
    year = {2012}
}


@inproceedings{embr_CVPR2014,
    Author = {Vittal Premachandran, Daniel Tarlow and Dhruv Batra},
    Title = {Empirical Minimum Bayes Risk Prediction: How to extract an extra few % performance from vision models with just three more parameters}
    Booktitle = {CVPR},
    Year = {2014},
}

Abstract

Much effort has been directed at algorithms for obtaining the highest probability (MAP) configuration in probabilistic (random field) models. In many situations, one could benefit from additional high-probability solutions. Current methods for computing the M most probable configurations produce solutions that tend to be very similar to the MAP solution and each other. This is often an undesirable property. In this paper we propose an algorithm for the Diverse M-Best problem, which involves finding a diverse set of highly probable solutions under a discrete probabilistic model. Given a dissimilarity function measuring closeness of two solutions, our formulation involves maximizing a linear combination of the probability and dissimilarity to previous solutions. Our formulation generalizes the M-Best MAP problem and we show that for certain families of dissimilarity functions we can guarantee that these solutions can be found as easily as the MAP solution.

##Instructions

Please move into each directory and read the respective README files for instructions on how to use the code.

Code Contributors

Abner Guzman-Rivera, Vittal Premachandran, Senthil Purushwalkam, Payman Yadollahpour

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 30.6%
  • MATLAB 28.9%
  • C++ 24.1%
  • HTML 3.4%
  • Makefile 2.9%
  • Fortran 2.8%
  • Other 7.3%