Friday, January 28, 2011

snowy in Boston, SUn-ny at MIT

Today is SUnS 2011 @ MIT.
Artwork by Antonio Torralba

SUnS 2011 is a multi-disciplinary symposium with speakers and poster presenters from a variety of disciplines (neurophysiology, cognitive neuroscience, visual cognition and computer vision) who will address a range of topics related to scene understanding and spatial cognition, object recognition, attention, visual search, etc.

ORGANIZERS: Aude Oliva, Thomas Serre, Antonio Torralba

I will be there and will try to update the world about the most exciting stuff I learn about.  I'm really excited about Moshe Bar's talk, his research has been a great influence of mine.

Wednesday, January 26, 2011

if you are starting your research in the field of object recognition / object detection...

If you are an aspiring computer vision graduate student and hope to one day shatter the boundaries of machine perception, a good place to start is on the shoulders of giants.  A key ingredient to successful object recognition research is a powerful codebase, which you will hopefully one day outgrow and/or extend.  The single best place to get starter-code is at the following work, titled:

Discriminatively Trained Deformable Part Models




Why not start with some easy-to-understand MATLAB code so you can starting advancing your research this year, not this decade!?!  Also, if you are able to build on this work, you will have an easy time publishing object detection papers that will actually be treated seriously by contemporary vision researchers.  So my advice is to get voc-release-3.1, and read the following PAMI paper.

P. Felzenszwalb, R. Girshick, D. McAllester, D. Ramanan
Object Detection with Discriminatively Trained Part Based Models
IEEE Transactions on Pattern Analysis and Machine Intelligence, Vol. 32, No. 9, September 2010
pdf Source code

Be warned that pff is probably smarter than you so you will not be able to understand 100% of everything he says, but because it is well-written code you will not have to understand all of it. If you want to be a Vision Jedi, look at the code, read the paper, discard the downloaded code, and write it yourself.