David Azcona
Applied Scientist - david.azcona@zalando.ie
Postdoctoral Researcher - david.azcona@dcu.ie
Fulbright Visiting scholar - david.azcona@asu.edu

Huawei's Future of Vision Challenge at Trinity

My team Insighters competed at the Huawei’s Future of Vision Challenge Trinity College Dublin this weekend.

It was an amazing event, really well organized where all teams competed on the same challenge: Celebrity Hunt! The goal was to identify whether a given was present or not at each second in a movie. We were given a sample movie and the celebrity to find was Tom Cruise just for us to test our approaches. On the last day, we were given another person and a completely different movie.

Our approach was to use Bing API to download pictures from the celebrity. Then, create embeddings (feature vectors) for each of the images collected in our dataset (128-D vectors extracted with CNN) using the official face_recognition library with GPU support. Then, used the face_recognition to detect faces each second using CNN and triplets (Similarity Learning) to compute the distance from each face detected to our embeddings.

We placed 4th overall and 2nd fastest in the challenge. We won a Huawei P20 Pro thanks to Huawei and a trip to visit Huawei HQ in China!

Did you get #CUDA to work for @HarrisonFordLA hunt challenge? @Huawei's #AI #Hackathon #HuaweiFOV Team @insight_centre & @DublinCityUni 🤖 Check it out here https://t.co/YyxnLui3IU pic.twitter.com/hUzZvBQHEe

— David Azcona (@dazconap) November 4, 2018

Back to blog