Bidisha Mondal - Developer Portfolio

Case Study - Landmark Recognition

Landmark Recognition is a solution for identifying and recognizing landmarks from images, addressing key challenges and leveraging both algorithmic and human expertise to achieve high accuracy and reliability.

Industry
Computer Software
Year
Service
Predictive Analysis

Overview

Landmark Recognition is a personal project that offers a solution for identifying and recognizing landmarks from images, addressing key challenges and leveraging both algorithmic and human expertise to achieve high accuracy and reliability. I utilised a training dataset from Kaggle. The training set was created by clustering photos based on their geolocation and visual similarity using an algorithm. Matches between training images were identified through local feature matching.

Note that a single landmark may have multiple clusters, typically representing different views or sections of the landmark. To avoid bias, no computer vision algorithms were used for generating ground truth. Instead, human annotators established ground truth correspondences between test images and landmarks.

Implementation

I used a combination of the following techniques, to build a solution for identifying and recognizing landmarks from images, addressing key challenges and leveraging both algorithmic and human expertise to achieve high accuracy and reliability. High level implementaion details are outlined as follows -

  • Clustering Photos by Geolocation and Visual Similarity - I clustered photos based on their geolocation and visual similarity using an algorithm. This clustering helped me organize the data and identify potential landmarks.

  • Local Feature Matching - I established matches between training images using local feature matching techniques. This step ensures that visually similar images are accurately grouped together, which is crucial for recognizing landmarks from different angles and perspectives.

  • Multiple Clusters per Landmark - I accounted for multiple clusters per landmark, typically corresponding to different views or parts of the landmark. This allows my system to recognize landmarks even when they are viewed from various angles or when only parts of the landmark are visible.

  • Human Annotation for Ground Truth - To avoid bias and ensure accuracy, I established ground truth correspondences between test images and landmarks using human annotators instead of relying solely on computer vision algorithms. This human-in-the-loop approach improves the reliability of the training data.

  • Comprehensive Dataset Preparation - By preparing a comprehensive dataset that includes diverse views and parts of landmarks, I tried to ensure that the recognition system can handle a wide range of scenarios, improving its robustness and accuracy.

  • Utilization of Advanced Algorithms - I leveraged advanced algorithms for clustering and feature matching, ensuring that the system is capable of high-precision landmark recognition.

Visit website

Technologies

Python

Numpy

Jupyter

Pandas

Matplotlib

Scikit-Learn

Git Cli

Github

More Applications

main*
Go Live