Miscellaneous Projects

ultasound_image

Interpreting Lung Ultrasound Scans

Worked on algorithms to interpret various artifacts in lung ultrasound scans that can expedite the diagnosis of COVID-19.




viewport_prediction

Viewport Prediction

Studied the problem of predicting future head trajectories based on the coorrelation between eye and head movements in a virtual environment.




ultasound_image

Detection of objects with reflective properties

Analyzed the effect of depth to detect reflective objects such as mirrors in images.




ultasound_image

Scene Text Detection And Recognition

Experimented with a two stage network to detect text from natural images.




ultasound_image

Brand Logo Detection

Trained FasterRCNN for detecting logos in natural images. The project also explores methods to detect logos using visual features from a few number of reference images




ultasound_image

Representation Learning and Random Projections for Sparse Data

Experimented with various hashing techniques for dimensionality reduction. We also explored multi-task setting for Named Entity Disambiguation (NED).




ultasound_image

Classifying Thermographic features for Breast Cancer Screening

Designed an algorithm to automatically classify thermographic images for the presence of breast cancer. We also enable automatic detection of the suspected malignant regions in images taken from various angles.




distributed_karzmarc

Distributed Matrix Operations using Spark

Designed an algorithm to compute the inverse of a high dimension symmetric positive definite matrix. We implemented the algorithm in Apache Spark in a distributed environment using HDFS for data storage