Research

Remote Sensing 4

Selected work on remote-sensing segmentation, semantic change detection, visual state-space models, diffusion-based augmentation, and robust change detection.

  1. A Controlled Benchmark of Visual State-Space Backbones with Domain-Shift and Boundary Analysis for Remote-Sensing Segmentation

    IEEE International Geoscience and Remote Sensing Symposium (IGARSS) 2026 Washington, DC, USA Accepted

    This work presents a controlled benchmark of visual state-space model backbones for remote-sensing semantic segmentation. Instead of changing multiple pipeline components, the study fixes the decoder, training protocol, feature interface, loss, preprocessing, and evaluation setup while varying only the encoder backbone. The benchmark compares VMamba, MambaVision, and Spatial-Mamba on LoveDA and ISPRS Potsdam, analyzing in-domain accuracy, cross-domain robustness, boundary sensitivity, and practical efficiency. The results show that robustness under domain shift is backbone-dependent and asymmetric, while boundary delineation remains a major failure mode.

    Controlled benchmark pipeline connecting visual state-space backbones through a unified 4-stage feature pyramid and lightweight U-Net decoder.
    Controlled benchmark pipeline. All backbones are connected through a unified 4-stage feature pyramid and evaluated with the same lightweight U-Net decoder.
    Qualitative comparison on LoveDA and ISPRS Potsdam showing domain-shift behavior, boundary delineation, and segmentation differences across visual SSM backbones.
    Qualitative comparison on LoveDA Dataset.
    Efficiency analysis on LoveDA comparing mIoU and inference throughput across VMamba, MambaVision, and Spatial-Mamba backbones.
    Efficiency analysis on LoveDA Dataset.
    Paper GitHub
  2. Mitigating Long-Tail Bias in LoveDA via Prompt-Controlled Diffusion Augmentation

    IEEE International Geoscience and Remote Sensing Symposium (IGARSS) 2026 Washington, DC, USA Accepted

    This work addresses long-tail class imbalance in LoveDA semantic segmentation using prompt-controlled diffusion augmentation. The framework first generates domain-aware semantic layouts with class-ratio control using discrete diffusion, then translates those layouts into photorealistic remote-sensing images using Stable Diffusion with ControlNet guidance. By mixing the generated Urban and Rural image-label pairs with real training data, the method improves segmentation performance across multiple backbones, with gains concentrated on minority classes and cross-domain generalization.

    Dataset balancing and prompt-controllable synthesis on LoveDA with targeted Urban and Rural semantic ratios.
    Dataset balancing and prompt-controllable synthesis on LoveDA. The framework increases minority-class exposure while generating domain-consistent Urban and Rural image-label pairs with targeted semantic ratios.
    Stage A domain- and ratio-conditioned discrete diffusion for semantic layout generation on LoveDA.
    Stage A: domain- and ratio-conditioned discrete diffusion for semantic layout generation. A denoising U-Net generates label maps conditioned on Urban/Rural domain information and class-ratio targets.
    Stage B layout-guided latent diffusion for translating generated semantic layouts into photorealistic remote-sensing images.
    Stage B: layout-guided latent diffusion for image synthesis. Stable Diffusion with ControlNet guidance translates generated semantic layouts into photorealistic remote-sensing images.
    Paper GitHub
  3. Mamba-FCS: Joint Spatio-Frequency Feature Fusion, Change-Guided Attention, and SeK Inspired Loss for Enhanced Semantic Change Detection in Remote Sensing

    IEEE Journal of Selected Topics in Applied Earth Observations and Remote Sensing Published

    Mamba-FCS is a semantic change detection framework for remote sensing imagery built on a Visual State Space Model backbone. It introduces joint spatio-frequency feature fusion to combine spatial and frequency-domain cues, a Change-Guided Attention module to connect binary and semantic change detection, and a SeK-inspired loss to improve learning under class imbalance. Experiments on SECOND and Landsat-SCD show improved semantic change detection performance, especially for boundary refinement and rare land-cover transitions.

    Overview of the Mamba-FCS architecture for semantic change detection, with a shared VMamba encoder, binary change decoder, and two semantic map decoders.
    Overview of the Mamba-FCS architecture for semantic change detection, with a shared VMamba encoder, binary change decoder, and two semantic map decoders.
    Joint spatio-frequency feature fusion and binary change decoding. Frequency-domain cues, spatial features, and difference maps are fused to improve semantic change detection.
    Joint spatio-frequency feature fusion and binary change decoding. Frequency-domain cues, spatial features, and difference maps are fused to improve semantic change detection.
    Qualitative ablation showing the impact of the frequency branch. Frequency-domain cues improve edge precision and reduce hallucinated semantic changes.
    Qualitative ablation showing the impact of the frequency branch.
    Paper GitHub
  4. Precision Spatio-Temporal Feature Fusion for Robust Remote Sensing Change Detection

    2025 IEEE 19th International Conference on Industrial and Information Systems (ICIIS) Kandy, Sri Lanka Published

    This work improves remote sensing binary change detection by extending ChangeMamba with precision fusion blocks for fine-grained temporal comparison, an enhanced decoder for preserving local detail, and a combined Cross Entropy, Lovasz, and Dice loss for class-imbalanced change masks. The method was evaluated on SYSU-CD, LEVIR-CD+, and WHU-CD, showing stronger change detection performance across multiple metrics.

    Qualitative change detection results on LEVIR-CD+, SYSU-CD, and WHU-CD with correct predictions and error regions highlighted.
    Qualitative change detection results on LEVIR-CD+, SYSU-CD, and WHU-CD. White and black indicate correct predictions, while red and green highlight false positives and false negatives.
    Enhanced decoder with improved spatio-temporal state-space blocks for fine-grained binary change detection.
    Enhanced decoder with improved spatio-temporal state-space blocks for fine-grained binary change detection.
    Paper GitHub

Medical Imaging 2

Selected work on trustworthy medical image analysis, medical image re-identification, anatomy-aware representation learning, and clinically auditable AI.

  1. Graph-of-Differences: Anatomy-Structured Difference Alignment for Medical Image Re-Identification

    MICCAI 2026 Strasbourg, France Accepted

    Research conducted at MBZUAI, Abu Dhabi · Supervised by Prof. Imran Razzak & Prof. Dwarikanath Mahapatra

    Graph-of-Differences introduces an anatomy-structured framework for medical image re-identification. Instead of comparing arbitrary visual tokens, the method represents each image as an anatomy graph with named anatomical nodes, establishes soft node correspondence across image pairs, and aligns anatomy-matched differences with the global backbone difference signal. This makes retrieval decisions more auditable by producing explanations over named anatomical structures rather than unstable pixel-level heatmaps. Experiments on fundus and chest X-ray benchmarks show improved Rank-1 and mAP over a strong frozen-backbone baseline, with additional zero-shot external transfer gains.

    Graph-of-Differences architecture overview
    Overview of Graph-of-Differences. A frozen medical image re-identification backbone is combined with anatomy graph construction, graph encoding, soft node correspondence, and difference alignment for anatomy-grounded retrieval.
    CXR anatomy graph construction for Graph-of-Differences
    CXR anatomy graph construction using named anatomical regions such as lung boundary, lung interior, heart boundary, and heart interior. Node features are pooled from the frozen backbone feature map.
    CXR anatomy-aware retrieval explanations
    Chest X-ray anatomy-aware retrieval explanations. High-attribution graph nodes highlight named lung and heart structures that support correct or incorrect retrieval decisions.
    Fundus anatomy-aware retrieval explanations
    Fundus anatomy-aware retrieval explanations. High-attribution graph nodes highlight optic disc, macula, vessel junctions, and anatomical anchor regions used for retrieval decisions.
    Preprint Soon Code Soon
  2. PROTON: Prototype-based Test-time Online OOD Detection for Medical Vision-Language Models

    MICCAI 2026 Strasbourg, France Accepted

    Research conducted at MBZUAI, Abu Dhabi · Supervised by Prof. Imran Razzak, Prof. Dwarikanath Mahapatra & Prof. Shadab Khan

    Medical VLMs enable zero-shot clinical image classification, yet reliably detecting out-of-distribution (OOD) inputs at deployment remains an open problem. PROTON (PROtotype-based Test-time ONline OOD detection) is a lightweight post-hoc module that maintains an online prototype bank from high-confidence test predictions and adaptively fuses prototype distance with MCM scoring via stream-level variance statistics — requiring no model modification, training data, or prompt engineering. The approach exploits a structural mismatch overlooked by static scoring methods: covariate-shifted inputs are indistinguishable from in-distribution samples in softmax space, yet occupy distinct regions in the VLM's embedding space. On the full-spectrum ophthalmology benchmark (FLAIR + FIVES), PROTON improves MCM by +23.9 AUROC points on covariate shift, +8.8 on semantic shift, and +8.1 on far-OOD — the only zero-shot method to improve across all three shift types without hierarchical prompts or labeled data.

    PROTON architecture overview showing prototype bank construction and adaptive fusion of prototype distance with MCM scoring for online OOD detection.
    PROTON architecture overview. A lightweight post-hoc module maintains an online prototype bank from high-confidence test predictions and adaptively fuses prototype distance with MCM scoring via stream-level variance statistics.
    Analysis of OOD score distributions across covariate, semantic, and far-OOD shift types, motivating the embedding-space prototype approach in PROTON.
    Analysis motivating PROTON. Covariate-shifted inputs are indistinguishable from in-distribution samples in softmax space but occupy distinct regions in the VLM's embedding space, which the prototype bank exploits.
    Preprint Soon Code Soon

Systems Modeling 1

Selected work on parametric geometry generation, biomedical simulation, and reproducible computational workflows for pulmonary morphometry and airflow analysis.

  1. RespGeomLib: A Reproducible Parametric Engine for Generating Analysis-Ready Human Airway Lumen Geometry

    IEEE Mercon 2026 Accepted

    CT-derived airway models support pulmonary morphometry and airflow simulation, but are often limited by distal scan resolution and the need for substantial cleanup near bifurcations. Procedural alternatives are reproducible, yet many rely on stitched tubular primitives that introduce non-smooth junctions and poorly defined open boundaries. RespGeomLib is a reproducible parametric engine for generating analysis-ready human airway lumen surfaces from compact YAML specifications. The framework combines port-based assembly with implicit smooth-min junction blending to produce seamless junctions, while avoiding full-tree voxelization through analytic segments and local implicit extraction around bifurcations. RespGeomLib yields cleaner junctions than a Boolean/stitch baseline and is substantially faster and more memory-efficient than whole-tree global implicit extraction. The engine further supports morphometry-guided tree generation, controlled synthetic airway variants, and CFD-ready export with stable airflow simulation.

    RespGeomLib overview: parametric airway tree generation from compact YAML specifications using port-based assembly.
    RespGeomLib overview: parametric airway tree assembly from compact YAML specifications. Port-based assembly drives the geometry generation pipeline.
    Smooth-min implicit junction blending in RespGeomLib, producing seamless bifurcation surfaces without stitching artifacts.
    Implicit smooth-min junction blending produces seamless bifurcations, avoiding the non-smooth joints and poorly defined open boundaries common in stitched-primitive approaches.
    Junction quality comparison: RespGeomLib vs Boolean/stitch baseline showing cleaner curvature at airway bifurcations.
    Junction quality comparison. RespGeomLib yields cleaner junction curvature than the Boolean/stitch baseline, improving mesh quality for morphometry and CFD simulation.
    CFD-ready airway export with stable airflow simulation results generated by RespGeomLib.
    CFD-ready export and stable airflow simulation. RespGeomLib produces watertight, analysis-ready lumen geometry suitable for direct use in pulmonary airflow solvers.
    arXiv Website GitHub