Coder Social home page Coder Social logo

agreement's Introduction

Annotator Analysis Matlab Toolbox

Thomas A. Lampert, ICube, University of Strasbourg

This work was carried out as part of the FOSTER project, which is funded by the French Research Agency (Contract ANR Cosinus, ANR-10-COSI-012-03-FOSTER, 2011—2014): http://foster.univ-nc.nc/

Introduction

This toolbox accompanies the paper (a copy is included in the example_case_study subdirectory):

T. Lampert, A. Stumpf, and P. Gancarski, 'An Empirical Study into Annotator Agreement, Ground Truth Estimation, and Algorithm Evaluation’, IEEE Transactions on Image Processing 25 (6): 2557–2572, 2016.

It contains implementations of the functions described within the paper related to agreement analysis and the evaluation of detectors using different ground truth estimation techniques. It may also be used to recreate the figures for the fissure case study to gain a better understanding of the method (see the QUICK START section).

It is assumed that you have a number of annotations related to the same image.

To use the toolbox's functions, simply add the toolbox directory to Matlab's path. Within the header of each function may be found a short description of its purpose and in which section of the paper its mathematical derivation can be found.

The toolbox is separated into three main functions:

  1. The agreement_analysis function calculates the statistics outlined in our paper for the collection of annotations passed to it.
  2. The calculate_GTs function calculates ground truths using the methods outlined below:
  • the LSML algorithm;
  • the agreement of any annotator;
  • the agreement of 50% of annotators;
  • the agreement of 75% of annotators;
  • the STAPLE algorithm;
  • by excluding outliers of the annotator clustering evaluation;
  • by excluding outliers and then calculating the 50% agreement level.
  1. The detector_analysis function determines the detector's performance respective to each of the ground truths passed to the function, it then ranks the detectors based upon these performances.

If you are using the Berkeley segmentation evaluation methodology then you will need to execute the build function to compile the mex functions (if you don't know what this is then you probably don't need to use it).

Requirements

Some parts of the toolbox (the STAPLE method to calculate ground truth) uses java code, so a virtual machine (Java 1.5 or later) should be installed and the system's path setup so that it can be found. The default memory allocated to the virtual machine is 2GB, so your computer should have more than this. If you have less memory, or need to process large images, then change the memory_allocation variable in the file /functions/gt_estimation/STAPLE.m

Quick Start

The folder 'example_case_study' contains data and functions to recreate the fissure case study figures from within our publication (also located within that folder). This would be a good start to understand how to use the toolbox. To execute the function change Matlab's path to the 'example_case_study' folder and enter 'recreate_fissure_figures'.

Included Software

This toolbox contains parts of the following software:

Version History

v1.0 (4/10/2013) Initial Release

agreement's People

Contributors

testerti avatar

Watchers

James Cloos avatar  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.