LSDE2015 · LSDE2015-2016 · LSDE2016 · LSDE2017 · LSDE2018 · VU Canvas
LSDE: Large Scale Data Engineering 2018

Dataset. The Flickr hosts a staggering amount of pictures, of which a portion is publicly available. A subset of this public flickr is listed, by means of a textual description for which you can crawl the pictures and analyze them in various ways. ~

F1: FaceJoin. Crawl the flickr picture archive and use image recognition software to identify faces and match them (e.g. OpenFace) to a list of faces with known identity. A Join on Faces. The list of known faces could be for instance the FBI's most wanted list but may also be chosen differently (e.g. famous people from Wikipedia, or missing children). The visualization would show a ranked list of flickr matches per known portrait.

Summary. Rather than using Spark on the Hadoop cluster of SurfSara, this project was executed with a $450 budget on AWS (we got this at a heavy discount), using a GPU instance to learn a model that recognizes the faces of 20 famous people. This was then used to search for these people in 20M flickr images.

As we can see, deep learning can achieve some amazing results, though it works well for specific faces (e.g. Bush, Chavez, Saddam, Putin, Lula) but not for others. Given the little amount of time for hyperparameter tuning it still is an interesting result. Regrettably we do not get an analysis of the factors that may have led to success or failure.

Data Curiosity: **
Paper Writing: ****
Technical difficulties mastered: ****
Visualization coolness: ***

Face Join -- Azim Afroozeh, Ali Farid, Paul Klaassens (paper)