Skip to content
View immohamedadhil's full-sized avatar
🎯
Focusing
🎯
Focusing
  • TCS
  • Tamil Nadu, India

Block or report immohamedadhil

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
immohamedadhil/README.md

Hi there πŸ‘‹, I'm Mohamed Adhil

πŸ”¬ Research

Probing Frozen Vision Foundation Model Features for Tropical Cyclone Intensity: A Leakage-Free Study on the Digital Typhoon Benchmark
Sole author. Under review at IEEE Geoscience and Remote Sensing Letters, 2026.
Code and results

I study how much tropical cyclone intensity information is linearly decodable from the frozen features of vision foundation models. A linear probe on frozen DINOv2 features classifies the four ordinal JMA intensity grades at 62.7% accuracy across 189,364 infrared images and 1,099 storms, evaluated under typhoon-grouped cross-validation so that no storm appears in both training and test.

The evaluation protocol is the main contribution. The benchmark's standard five-class "intensity" task is not an intensity scale: one of its classes is a storm type rather than a higher intensity, and another is an administrative code. Separately, splitting by image rather than by storm inflates accuracy by roughly three points through storm-identity leakage. The attention analysis is reported as a negative result, and the paper claims no state of the art, since frozen features remain behind supervised models.

Research interests: self-supervised and foundation-model representations, remote sensing, label-efficient learning, and evaluation validity.

πŸ™‹β€β™‚οΈ About me

profile view count

I'm an AI Engineer at TCS with a data engineering background, from Tamil Nadu, IndiaπŸ“. Python, open source, and code that runs fast πŸ’».

πŸ“« How to reach me

imadhilmo@gmail.com

Pinned Loading

  1. cyclone-foundation-probe cyclone-foundation-probe Public

    Leakage-free probing of frozen DINOv2/SAM features for tropical cyclone intensity on the Digital Typhoon benchmark. Code and result artifacts for a GRSL submission.

    Python

  2. rag-from-scratch rag-from-scratch Public

    RAG pipeline on Azure OpenAI and Azure AI Search, no frameworks. Section-aware chunking, hybrid vector plus BM25 retrieval, answers cited back to handbook sections.

    Python

  3. databricks-excel-reader databricks-excel-reader Public

    Read large binary Excel files from Delta tables on small Databricks clusters. 3x faster than pandas and pyspark, handles files that cause OOM with traditional approaches.

    Python