I was gratified to be selected to represent India at the New York Abu Dhabi Hackathon. Hackathons are always great and this was another great one. We developed a web app ‘Orphan Locator’. Before the hackathon, ideation had already begun on Google Groups and this forced us to put our thinking caps and suggest ideas. As more ideas came in, people started discussing their implementation and use cases and it felt like we were already part of the hackathon.

Basic Idea: Lost Person Application

An application for lost or missing people was answering the need of the hour because Gaza was grief stricken with the war. So, this app would come in handy for finding all missing people. The idea behind the application was that when a person went missing, there were two existing databases that contained information about the person. First the police station, where the person was reported missing and the second, where the person was living. Given the war zone, the person would be living in a refugee camp or would be admitted in a hospital, or another similar place. Now, the job was to compare these two databases for a match of the persons profile. This is exactly what our team at NYUAD did. Data from NGO’s was obtained by coordinating with Baraka Bits founder and Chief Optimist Rama Chakaki and a test person was employed for locating purposes. Face profiles and information about the person, both were compared to obtain a confidence value. These confidence values were then sorted and the profile with the highest confidence value were displayed as results on the website to the user. Viola Jones algorithm for face recognition and Levenshtein distance for textual information was used.

Special Case: Orphan Locator

Using fuzzy matching and face recognition algorithms, we are able to connect a orphan and his parents. When a child goes missing, his parents provide a photo, first name, last name, age, gender, last seen location, and other data on which we perform “fuzzy matching”, matching that takes into consideration the variations in data considering time lapses and errors in data entry. Our matching technology allows NGOs or orphanages to find missing kids. Certain identity cards are maintained with full logs of photo, name and other valid details about the missing child.

Using these two sets of data, (from the parent’s side and from the orphanage) a match can be performed that gives approximate prediction value that helps us to understand what is the probability that the child could be the missing one. We use used open source OpenCV algorithms, the Viola-Jones method, Eigen Faces, with Local Binary Pattern Histogram to train the data set, perform face detection first and then face recognition. Apart from this, fuzzy matching is performed on the additional data so that even without the photo a suitable match can be found.

Also for further development a SMS feature can be developed so that people without access to internet will be able to receive information about missing children that they reported to the system.



blog comments powered by Disqus

Published

01 March 2014