Code for co-segmentation

  • Notice

    • 25/09/2012:
      The new version is released. It does not require to install any external library (everything is included). Also, minor bugs have been corrected.
    • 20/07/2012:
      The code is slightly different from the version used in the papers (different superpixel code, modifications in the optimization, different preprocessing of the data...) to make it work on any images without any required preprocessing from the user. As a consequence, the results may change from the one in the paper and feel free to report the one you prefer. If you notice any problem, bug or a huge drop in performances please send an email to: rf.sne@niluoj.dnamra

  • Download

    Click here (MATLAB code) to download the latest version of the co-segmentation code. This version contains the code for the following papers:
    • Discriminative Clustering for Image Co-segmentation
      Armand Joulin, Francis Bach and Jean Ponce. CVPR, 2010.
    • Multi-Class Cosegmentation
      Armand Joulin, Francis Bach and Jean Ponce. CVPR, 2012.
    Please cite these papers if you use this code.

  • Requirements

  • The new version of the code does not require the installation of any external toolbox. However, note that our code contains parts of Mark Schmidt's optimization toolbox and Vlfeat image toolbox by Andrea Vedaldi and Brian Fulkerson.

  • Older versions