Deep Learning | Computer Vision | Problem Solving | Leadership
Lead AI Product Engineer with 7+ years of industry experience, across big-techs and startups, in building scalable, high performant, and power-efficient AI systems. I specialize in designing and optimizing deep neural networks for edge/compute-constrained devices.
I have done Post-Graduation in AI and Leadership from Plaksha TLF(in collaboration with UC Berkeley), Founding batch of 2020.
My journey has been about understanding complex CNN-based architectures and building a knowledge base to translate business problems into simple technical tasks that can be solved using AI.
Since I remember and think through images, I believe working in deep learning-based computer vision will help me figure out how to make machines realize human intelligence and perceive the world the way we do.
Application checks if examinee is looking at screen or not with Accuracy = 92%. Used RetinaNet with ResNet50 backbone on WiderFace Dataset. mAP (IoU=0.5): 94.62% (Easy); 81.94% (hard)
A RESTful API using Flask that accepts a font family and a number between -1.0 to 1.0 that tells whether to fetch similar, contrasting or pleasingly contrast fonts. Based on a Resnet-50 feature extractor and a custom similarity scrore calculator.
Recognize a person from their Gait, based on the temporal flow of their pose keypoints. Recognition Accuracy - 86%
Attention Heatmap generation for visual designs, based on the observers' attention.
Pytorch based Object detection on Kitti Dataset. Used Faster-RCNN with Resnet-50 backbone having feature pyramid network. [ mAP (0.50) = 0.944 ]
Pytorch based Facial Expression recognition system using the CK+ dataset on Mobilenet v2. Six classes {Anger, Disgust, Fear, Happiness, Sad, Surprise, Neutral} [Accuracy = 94.64]
Keras based Yolo-v3, trained on Pascal VOC-2012 dataset. Improved performance and accuracy optimization using Online Hard Example Mining (OHEM). [mAP = 0.75]
Pytorch based Neural style transfer that utilizes the ImageNet pretrained VGG-16 model to stylize an image by extracting content from one image and style from the other.