← Search

Phi Le Nguyen

17 accepted papers

2026

Beyond the Global Scores: Fine-Grained Token Grounding as a Robust Detector of LVLM Hallucinations

CVPR 2026

Large vision-language models (LVLMs) achieve strong performance on visual reasoning tasks but remain highly susceptible to hallucination. Existing detection methods predominantly rely on coarse, whole-image measures of how an object token relates to the input image. This global strategy is limited:

Cited by 0SourceScholar
2026

Cross-Modal Knowledge Distillation without Paired Data: Theoretical Foundations and Algorithms

ICML 2026poster

Cross-modal knowledge distillation (CMKD) aims to transfer knowledge from a teacher model in one modality to a student model in another modality. Existing CMKD methods have demonstrated strong empirical performance when paired multimodal data with aligned semantics are available, but such paired dat…

Cited by 0SourceScholar
2026

Med-StepBench: A Hierarchical Reasoning Framework for Evaluating Hallucinations in Medical Vision-Language Models

IJCAI 2026

Large vision-language models (VLMs) demonstrate strong performance in medical image understanding, but frequently generate clinically plausible yet incorrect statements, raising significant safety concerns. Existing medical hallucination benchmarks primarily focus on 2D imaging with one-shot diagnos

Cited by 0Scholar
2025

ConstStyle: Robust Domain Generalization with Unified Style Transformation

ICCV 2025poster

Deep neural networks often suffer performance drops when test data distribution differs from training data. Domain Generalization (DG) aims to address this by focusing on domain-invariant features or augmenting data for greater diversity. However, these methods often struggle with limited training d…

Cited by 0SourcePDFScholar
2025

Federated Prompt-Tuning with Heterogeneous and Incomplete Multimodal Client Data

ICCV 2025poster

This paper introduces a generalized federated prompt-tuning framework for practical scenarios where local datasets are multi-modal and exhibit different distributional patterns of missing features at the input level. The proposed framework bridges the gap between federated learning and multi-modal p…

Cited by 0SourcePDFScholar
2025

Foundation Model and Temporal Priors-guided Transductive Few-shot Action Recognition

ICASSP 2025accepted

Dynamic Time Warping (DTW) is a widely used metric for time series matching. However, when applied to few-shot action recognition (FSAR), DTW often encounters the "identical matching" issue, where multiple frames from one video are matched to a single frame from another. To address this, we introduc…

Cited by 0SourceScholar
2025

Learning Reconfigurable Representations for Multimodal Federated Learning with Missing Data

NeurIPS 2025poster

Multimodal federated learning in real-world settings often encounters incomplete and heterogeneous data across clients. This results in misaligned local feature representations that limit the effectiveness of model aggregation. Unlike prior work that assumes either differing modality sets without mi…

Cited by 0SourcecodeScholar
2025

Localizing Before Answering: A Benchmark for Grounded Medical Visual Question Answering

IJCAI 2025

Medical Large Multi-modal Models (LMMs) have demonstrated remarkable capabilities in medical data interpretation. However, these models frequently generate hallucinations contradicting source evidence, particularly due to inadequate localization reasoning. This work reveals a critical limitation in

Cited by 0SourcePDFScholar
2025

MLAlgo-Bench: Can Machines Implement Machine Learning Algorithms?

EMNLP 2025

As machine learning (ML) application continues to expand across diverse fields, there is a rising demand for ML code generation. In this paper, we aim at a critical research question: Can machines autonomously generate ML code for sophisticated, human-designed algorithms or solutions? To answer this

Cited by 0SourcePDFScholar
2025

NeurFlow: Interpreting Neural Networks through Neuron Groups and Functional Interactions

ICLR 2025poster

Understanding the inner workings of neural networks is essential for enhancing model performance and interpretability. Current research predominantly focuses on examining the connection between individual neurons and the model's final predictions, which suffers from challenges in interpreting the in…

2025

ROOT: Rethinking Offline Optimization as Distributional Translation via Probabilistic Bridge

NeurIPS 2025spotlight

This paper studies the black-box optimization task which aims to find the maxima of a black-box function using a static set of its observed input-output pairs. This is often achieved via learning and optimizing a surrogate function with that offline data. Alternatively, it can also be framed as an i…

Cited by 0SourcecodeScholar
2025

Region-Level Data Attribution for Text-to-Image Generative Models

ICCV 2025poster

Data attribution in text-to-image generative models is a crucial yet underexplored problem, particularly at the regional level, where identifying the most influential training regions for generated content can enhance transparency, copyright protection, and error diagnosis. Existing data attribution…

2025

Seeing the Trees for the Forest: Rethinking Weakly-Supervised Medical Visual Grounding

ICCV 2025poster

Visual grounding (VG) is the capability to identify the specific regions in an image associated with a particular text description. In medical imaging, VG enhances interpretability by highlighting relevant pathological features corresponding to textual descriptions, improving model transparency and…

Cited by 0SourcePDFScholar
2025

Toward a Vision-Language Foundation Model for Medical Data: Multimodal Dataset and Benchmarks for Vietnamese PET/CT Report Generation

NeurIPS 2025poster

Vision-Language Foundation Models (VLMs), trained on large-scale multimodal datasets, have driven significant advances in Artificial Intelligence (AI) by enabling rich cross-modal reasoning. Despite their success in general domains, applying these models to medical imaging remains challenging due to…

Cited by 0SourceScholar
2024

Boosting Offline Optimizers with Surrogate Sensitivity

ICML 2024poster

Offline optimization is an important task in numerous material engineering domains where online experimentation to collect data is too expensive and needs to be replaced by an in silico maximization of a surrogate of the black-box function. Although such a surrogate can be learned from offline data,…

Cited by 6SourcePDFScholar
2024

CARER - ClinicAl Reasoning-Enhanced Representation for Temporal Health Risk Prediction

EMNLP 2024main

The increasing availability of multimodal data from electronic health records (EHR) has paved the way for deep learning methods to improve diagnosis accuracy. However, deep learning models are data-driven, requiring large-scale datasets to achieve high generalizability. Inspired by how human experts…

2024

Incorporating Surrogate Gradient Norm to Improve Offline Optimization Techniques

NeurIPS 2024poster

Offline optimization has recently emerged as an increasingly popular approach to mitigate the prohibitively expensive cost of online experimentation. The key idea is to learn a surrogate of the black-box function that underlines the target experiment using a static (offline) dataset of its previous…