← Search

Imran Razzak

28 accepted papers

2026

CARL: Preserving Causal Structure in Representation Learning

ICLR 2026poster

Cross-modal representation learning is fundamental for extracting structured information from multimodal data to enable semantic understanding and reasoning. However, current methods optimize statistical objectives without explicit causal constraints, where nonlinear mappings can introduce spurious…

Cited by 0SourceScholar
2026

CHIPS: Efficient CLIP Adaptation via Curvature-aware Hybrid Influence-based Data Selection

CVPR 2026

Adapting CLIP to vertical domains is typically approached by novel fine-tuning strategies or by continual pre-training (CPT) on large domain-specific datasets. Yet, data itself remains an underexplored factor in this process. We revisit this task from a data-centric perspective: Can effective data s

Cited by 0SourcecodeScholar
2026

Cross-task Calibration for Asynchronous Federated Continual Learning

ICML 2026poster

Federated Continual Learning (FCL) aims to empower distributed devices to learn a sequence of tasks over time. However, existing FCL research largely relies on the impractical assumption of synchronous new task arrival. This overlooks the reality of asynchronous user behavior and system latencies, f…

Cited by 0SourceScholar
2026

Data-Centric Sequential Recommendation with Relation-Augmented Generation

AAAI 2026technical

Data-Centric Sequential Recommendation (DaCSR) has emerged as a promising technique that enhances dataset quality to better capture user preferences without increasing training complexity. However, mining item relations to improve data quality remains challenging due to the intricate nature of inter

Cited by 0SourcePDFScholar
2026

DeLo: Dual Decomposed Low-Rank Experts Collaboration for Continual Missing Modality Learning

AAAI 2026technical

Adapting Large Multimodal Models (LMMs) to real-world scenarios poses the dual challenges of learning from sequential data streams while handling frequent modality incompleteness, a task known as Continual Missing Modality Learning (CMML). However, existing works on CMML have predominantly relied on

Cited by 0SourcePDFScholar
2026

FedCD: Towards Consolidated Distillation for Heterogeneous Federated Learning

AAAI 2026technical

Knowledge Distillation (KD) serves as an effective approach to addressing heterogeneity issues in Federated Learning (FL), leveraging additional datasets to align local and global models better. There are two primary distillation paradigms: feature-based distillation, which utilizes intermediate-lay

Cited by 0SourcePDFScholar
2026

LATA: Laplacian-Assisted Transductive Adaptation for Conformal Uncertainty in Medical VLMs

CVPR 2026

Medical vision-language models (VLMs) are strong zero-shot recognizers for medical imaging, but their reliability under domain shift hinges on calibrated uncertainty with guarantees. Split conformal prediction (SCP) offers finite-sample coverage, yet prediction sets often become large (low efficienc

Cited by 0SourceScholar
2026

Lightweight Federated Incremental Learning via Decoupled Replay

ICML 2026poster

Federated Incremental Learning (FIL) aims to learn streaming tasks across distributed clients without catastrophic forgetting while preserving privacy. Most existing methods focus on sample-based replay techniques, which mitigate forgetting by replaying historical data samples. However, such methods…

Cited by 0SourceScholar
2026

MedMO: Grounding and Understanding Multimodal Large Language Model for Medical Images

CVPR 2026

Multimodal large language models (MLLMs) have rapidly advanced, yet their adoption in medicine remains limited by gaps in domain coverage, modality alignment, and grounded reasoning. In this work, we introduce MedMO, a medical foundation model built upon a generalized MLLM architecture and trained e

Cited by 0SourcecodeScholar
2026

RC-FCL: Combating Asynchronous Concept Drift in Federated Continual Learning via Retrospective Calibration

ICML 2026poster

Federated Continual Learning (FCL) enables the continuous acquisition of knowledge from streaming tasks, but inherently struggles with the temporal dynamics of client data distributions. These dynamics naturally induce asynchronous concept drift, where distribution shifts occur independently across …

Cited by 0SourceScholar
2026

Towards Efficient Medical Reasoning with Minimal Fine-Tuning Data

CVPR 2026

Supervised Fine-Tuning (SFT) of the language backbone plays a pivotal role in adapting Vision-Language Models (VLMs) to specialized domains such as medical reasoning. However, existing SFT practices often rely on unfiltered textual datasets that contain redundant and low-quality samples, leading to

Cited by 0SourcecodeScholar
2026

VALIANT: Prompt Instability for Active Learning in Black-Box Medical Imaging

AAAI 2026technical

The deployment of large, black-box foundation models for medical image classification is often hindered by the high cost of acquiring large, task-specific labeled datasets for fine-tuning. While active learning (AL) presents a promising solution, many state-of-the-art AL methods are computationally

Cited by 0SourcePDFScholar
2025

A Knowledge-driven Adaptive Collaboration of LLMs for Enhancing Medical Decision-making

EMNLP 2025

Medical decision-making often involves integrating knowledge from multiple clinical specialties, typically achieved through multidisciplinary teams. Inspired by this collaborative process, recent work has leveraged large language models (LLMs) in multi-agent collaboration frameworks to emulate exper

2025

CALM: Culturally Self-Aware Language Models

NeurIPS 2025poster

Cultural awareness in language models is the capacity to understand and adapt to diverse cultural contexts. However, most existing approaches treat culture as static background knowledge, overlooking its dynamic and evolving nature. This limitation reduces their reliability in downstream tasks that…

Cited by 0SourceScholar
2025

Decoding Causal Structure: End-to-End Mediation Pathways Inference

NeurIPS 2025poster

Causal mediation analysis is crucial for deconstructing complex mechanisms of action. However, in current mediation analysis, complex structures derived from causal discovery lack direct interpretation of mediation pathways, while traditional mediation analysis and effect estimation are limited by t…

Cited by 0SourceScholar
2025

Dual-Stage Value-Guided Inference with Margin-Based Reward Adjustment for Fast and Faithful VLM Captioning

NeurIPS 2025poster

Despite significant advances in inference-time search for vision–language models (VLMs), existing approaches remain both computationally expensive and prone to unpenalized, low-confidence generations which often lead to persistent hallucinations. We introduce \textbf{Value-guided Inference with Marg…

Cited by 0SourcecodeScholar
2025

From Generation to Detection: A Multimodal Multi-Task Dataset for Benchmarking Health Misinformation

EMNLP 2025

Infodemics and health misinformation have significant negative impact on individuals and society, exacerbating confusion and increasing hesitancy in adopting recommended health measures. Recent advancements in generative AI, capable of producing realistic, human-like text and images, have significan

2025

Leveraging Taxonomy and LLMs for Improved Multimodal Hierarchical Classification

COLING 2025main

Multi-level Hierarchical Classification (MLHC) tackles the challenge of categorizing items within a complex, multi-layered class structure. However, traditional MLHC classifiers often rely on a backbone model with n independent output layers, which tend to ignore the hierarchical relationships betwe…

Cited by 3SourcePDFScholar
2025

MMRC: A Large-Scale Benchmark for Understanding Multimodal Large Language Model in Real-World Conversation

ACL 2025long

Recent multimodal large language models (MLLMs) have demonstrated significant potential in open-ended conversation, generating more accurate and personalized responses. However, their abilities to memorize, recall, and reason in sustained interactions within real-world scenarios remain underexplored…

2025

Seeing Far and Clearly: Mitigating Hallucinations in MLLMs with Attention Causal Decoding

CVPR 2025poster

Recent advancements in multimodal large language models (MLLMs) have significantly improved performance in visual question answering. However, they often suffer from hallucinations. In this work, hallucinations are categorized into two main types: initial hallucinations and snowball hallucinations.…

Cited by 0SourcePDFScholar
2025

Towards Dynamic 3D Reconstruction of Hand-Instrument Interaction in Ophthalmic Surgery

NeurIPS 2025spotlight

Accurate 3D reconstruction of hands and instruments is critical for vision-based analysis of ophthalmic microsurgery, yet progress has been hampered by the lack of realistic, large-scale datasets and reliable annotation tools. In this work, we introduce OphNet-3D, the first extensive RGB-D dynamic 3…

Cited by 0SourceScholar
2025

Uncertainty Modelling in Under-Represented Languages with Bayesian Deep Gaussian Processes

COLING 2025main

NLP models often face challenges with under-represented languages due to a lack of sufficient training data and language complexities. This can result in inaccurate predictions and a failure to capture the inherent uncertainties within these languages. This paper introduces a new method for modellin…

Cited by 0SourcePDFScholar
2025

UniViT: Unifying Image and Video Understanding in One Vision Encoder

NeurIPS 2025poster

Despite the impressive progress of recent pretraining methods on multimodal tasks, existing methods are inherently biased towards either spatial modeling (e.g., CLIP) or temporal modeling (e.g., V-JEPA), limiting their joint capture of spatial details and temporal dynamics. To this end, we propose U…

Cited by 0SourceScholar
2024

Building Timeseries Dataset: Empowering Large-Scale Building Analytics

NeurIPS 2024poster

Buildings play a crucial role in human well-being, influencing occupant comfort, health, and safety. Additionally, they contribute significantly to global energy consumption, accounting for one-third of total energy usage, and carbon emissions. Optimizing building performance presents a vital opport…

2024

Construction and Application of Materials Knowledge Graph in Multidisciplinary Materials Science via Large Language Model

NeurIPS 2024poster

Knowledge in materials science is widely dispersed across extensive scientific literature, posing significant challenges for efficient discovery and integration of new materials. Traditional methods, often reliant on costly and time-consuming experimental approaches, further complicate rapid innovat…

Cited by 4SourcePDFScholar
2024

DHGCN: Dynamic Hop Graph Convolution Network for Self-Supervised Point Cloud Learning

AAAI 2024technical

Recent works attempt to extend Graph Convolution Networks (GCNs) to point clouds for classification and segmentation tasks. These works tend to sample and group points to create smaller point sets locally and mainly focus on extracting local features through GCNs, while ignoring the relationship bet…