MASH logo
Login | Register

Massive sets of heuristics

The MASH project is a three-year research initiative to investigate the open and collaborative design of complex priors for Machine Learning.

This project is funded by the Information and Communication Technologies division of the European Commission, Cognitive Systems and Robotics unit, under the 7th Research Framework Programme. The sub-project VELASH on object detection is funded by the The Swiss National Science Fundation.

Research started in January 2010 and will be carried out until the end of 2012 in Switzerland (IDIAP), France (CNRS and INRIA), Germany (WIAS) and Czech Republic (CVUT).

Contact francois.fleuret@idiap.ch for more information.

Objectives

The goal of the MASH project is to create new tools for the collaborative development of large families of feature extractors. It aims at starting a new generation of learning software with great prior model complexity.

The project is structured around this web platform which will get fully operational in the coming weeks. It already comprises collaborative tools, such as a wiki-based documentation and a forum, and will soon integrate an experiment center to run and analyze experiments continuously.

The applications targeted by the project are classical vision problems, and goal-planning in a 3D video game and with a real robotic arm.

The scientific issues to be tackled along the course of the project are numerous, from standard machine learning questions such as learning and prediction with very large feature spaces and tight computational constraints, to original problems related to clustering in a functional space.

Consortium

The five institutions members of the project are:

People

Latest news

MASH SDK 0.5.1 Released

2010-03-04 14:45:44 by Kanma

This is a maintenance release which fix some compilation problems when using a 64bits Linux operating system.

MASH SDK 0.5.0 Released

2010-02-26 11:17:45 by Kanma

New version of the SDK! Existing heuristics don't need to be rewritten.

Changes since version 0.3.0:
  • Fix a problem when using CMake 2.8.x and Visual Studio 2008
  • Add a README file
  • Newly created heuristics contain an example implementation of the Identity heuristic by default (you can ask for an 'empty' one if you want, see the documentation of create_heuristic.py for an example)
  • New test images (from the Caltech-256 database)
  • Black pixels are now added to non-square images before the computation of the features (previously they were cropped)
  • The test program don't stop when incorrect parameters are used for the generation of the results image. The image isn't generated, but the computation happens. This allows the user to more easily determine the size of the results image.

MASH SDK 0.3.0 Released

2009-10-19 17:06:48 by Kanma

New version of the SDK! There are less image file formats supported by default, to reduce a bit the compilation time.