You are seeing it wrong. Please gaze in a right direction ๐
Hi Guys. I am a passionate engineer interested in Deep Learning, Computer Vision, Photogrammetry, and Generative AI. I love to develop deep learning based computer vision algorithms that can have a real imapct in terms of performance, generalizability, and outreach of its solution. Developing the algorithms for surviellance industry for more than six years have given me the โdeepโ understanding behind DNNs(Pun Intended !) and I will cherish and contine my chase for Applied AI in solving real world problems. My Masters thesis was based on Highway Traffic Analytics where I developed a real-time high performance analytics pipeline optimized for highway networks.
I also like to write the technnical explainations of the Deep Learning Research Papers. Dont forget to visit on my Medium Page.
Apart from the academica, I like to play cricket ๐, football โฝ, and badmintion ๐ธ. I also like to read books related to sci-fi, thriller, cosmology, and astrophysics.
Not to forget, I am a huge Real Madrid Fan. HALA MADRID !. ![]()
Last but not least, I am a Pokรฉmon freak. I judge a person based on which starter pokemon they choose. I choose Charmender! 
State-of-the-art object detector from Google Research using Recursive Feature Pyramids and Switchable Atrous Convolutions achieving 54.7% mAP on COCO.
Object Detection Google ResearchUnderstanding Mixed Depthwise Separable Convolutions from Google Brain for efficient ConvNets on edge devices.
CNN Architecture Google BrainSimple, Powerful, and Fast โ Understanding the RegNet architecture designed for efficient neural network scaling.
Neural Architecture Facebook AIA quick read on Channel and Spatial Attention mechanisms that help CNNs focus on important features.
Attention CNNComplete breakdown of YOLOv4 architecture, training strategies, and why it became the state-of-the-art detector.
YOLO Object DetectionDeep dive into YOLOv4 Bag of Specials โ attention modules, feature aggregation, and activation functions.
YOLO Deep LearningHow Focal Loss addresses class imbalance by down-weighting easy examples and focusing on hard negatives.
Loss Functions Object DetectionComprehensive introduction to object detection in Machine Vision โ from fundamentals to modern architectures.
Object Detection Tutorial| College/School | Degree | GPA/Percentage |
|---|---|---|
| Lassonde School of Engineering, York University | Masters in Computer Science - Thesis | 3.9 |
| Ahmedabad University | BTech. Information and Communication Technology | 3.61 |
| Swastik Sindoor | Higher Secondary Board | 92% |
| Swastik Sindoor | Secondary Board | 85% |
Data Analytics and Visualization

Graduate Teaching Assistant at Lassonde School of Engineering, York University (Sept 2022 - July 2025) 
| Semester | Course |
|---|---|
| Jan 2025 โ Apr 2025 | EECS1730 - Building Interactive Systems |
| Jan 2024 โ May 2024 | EECS2101 - Fundamentals of Data Structures |
| Sep 2023 โ Dec 2023 | EECS1015 - Introduction to Computer Programming |
| Jan 2023 โ Apr 2023 | EECS1720 - Building Interactive Systems |
| Sep 2022 โ Dec 2022 | EECS1015 - Introduction to Computer Programming |
Ablation Studies and Results can be obtained from my BTech Report: Link
One of the inventors of this patent focusing on edge-based image processing and automatic learning systems.
FreeMatch Algorithm - Unofficial implementation of FreeMatch algorithm for semi-supervised (SSL) image classification.
Cross Domain Adaptive Clustering - Contributor of Cross Domain Adaptive Clustering algorithm in Dassl.pytorch for unsupervised domain adaptation (UDA) image classification.
Multi Radius Deep SVDD - Authored Multi Radius Deep SVDD algorithm, an improvement on Deep One Class (DOC) Anomaly Detection.
Created a prototype for automating the traffic light timers by doing dynamic timer set-stop transitions at the crossroads for Ahmedabad. Density calculation was done through two different approaches viz Deep Learning: TFNet YOLO Detection and Computer Vision/ Image Processing: Foreground extraction.
Gender classification from Tweets and their profile description through Natural Language Processing for formatting the tweets and C 4.5 Decision for featurization and Shallow Neural Networks for classification of the gender from the formatted tweets. We reached 84% accuracy on the test set
We developed a thread management library to create, schedule, and kill threads(Operating System). All these operations were done on the kernel level with the use of Linux system calls. The library had similar functionalities as pThread in Linux.
Extraction of saliency maps from two different approaches i.e., Supervised and Semi-Supervised. The supervised approach follows discriminative features integration with superpixel image segmentation followed by finding saliency scores with Random Forest Regression. The semi-Supervised approach follows Autoencoder based approach with an attention layer to find the saliency maps from images.