← Search

Jean-Benoit Delbrouck

15 accepted papers

2026

Activation Matters: Test-time Activated Negative Labels for OOD Detection with Vision-Language Models

CVPR 2026

Out-of-distribution (OOD) detection aims to identify samples that deviate from in-distribution (ID). One popular pipeline addresses this by introducing negative labels distant from ID classes and detecting OOD based on their distance to these labels.However, such labels may present poor activation o

Cited by 0SourceScholar
2026

Learning Generalizable 3D Medical Image Representations from Mask-Guided Self-Supervision

CVPR 2026

Foundation models have transformed vision and language by learning general-purpose representations from large-scale unlabeled data, yet 3D medical imaging lacks analogous approaches. Existing self-supervised methods rely on low-level reconstruction or contrastive objectives that fail to capture the

Cited by 0SourcecodeScholar
2026

Symbal: Detecting Systematic Misalignments in Model-Generated Captions

ICML 2026poster

Multimodal large language models (MLLMs) often introduce errors when generating image captions, resulting in misaligned image-text pairs. Our work focuses on a class of captioning errors that we refer to as systematic misalignments, where a recurring error in MLLM-generated captions is closely assoc…

Cited by 0SourceScholar
2025

Automated Structured Radiology Report Generation

ACL 2025long

Automated radiology report generation from chest X-ray (CXR) images has the potential to improve clinical efficiency and reduce radiologists’ workload. However, most datasets, including the publicly available MIMIC-CXR and CheXpert Plus, consist entirely of free-form reports, which are inherently va…

Cited by 0SourcePDFScholar
2025

SMMILE: An expert-driven benchmark for multimodal medical in-context learning

NeurIPS 2025poster

Multimodal in-context learning (ICL) remains underexplored despite significant potential for domains such as medicine. Clinicians routinely encounter diverse, specialized tasks requiring adaptation from limited examples, such as drawing insights from a few relevant prior cases or considering a const…

Cited by 0SourcecodeScholar
2025

Structuring Radiology Reports: Challenging LLMs with Lightweight Models

EMNLP 2025

Radiology reports are critical for clinical decision-making but often lack a standardized format, limiting both human interpretability and machine learning (ML) applications. While large language models (LLMs) have shown strong capabilities in reformatting clinical text, their high computational req

Cited by 0SourcePDFScholar
2025

TRoVe: Discovering Error-Inducing Static Feature Biases in Temporal Vision-Language Models

NeurIPS 2025poster

Vision-language models (VLMs) have made great strides in addressing temporal understanding tasks, which involve characterizing visual changes across a sequence of images. However, recent works have suggested that when making predictions, VLMs may rely on static feature biases, such as background or…

Cited by 0SourcecodeScholar
2024

GREEN: Generative Radiology Report Evaluation and Error Notation

EMNLP 2024finding

Evaluating radiology reports is a challenging problem as factual correctness is extremely important due to its medical nature. Existing automatic evaluation metrics either suffer from failing to consider factual correctness (e.g., BLEU and ROUGE) or are limited in their interpretability (e.g., F1Che…

Cited by 19SourcePDFScholar
2024

RaVL: Discovering and Mitigating Spurious Correlations in Fine-Tuned Vision-Language Models

NeurIPS 2024poster

Fine-tuned vision-language models (VLMs) often capture spurious correlations between image features and textual attributes, resulting in degraded zero-shot performance at test time. Existing approaches for addressing spurious correlations (i) primarily operate at the global image-level rather than i…

2024

RadGraph-XL: A Large-Scale Expert-Annotated Dataset for Entity and Relation Extraction from Radiology Reports

ACL 2024findings

In order to enable extraction of structured clinical data from unstructured radiology reports, we introduce RadGraph-XL, a large-scale, expert-annotated dataset for clinical entity and relation extraction. RadGraph-XL consists of 2,300 radiology reports, which are annotated with over 410,000 entitie…

2023

RaLEs: a Benchmark for Radiology Language Evaluations

NeurIPS 2023poster

The radiology report is the main form of communication between radiologists and other clinicians. Prior work in natural language processing in radiology reports has shown the value of developing methods tailored for individual tasks such as identifying reports with critical results or disease detect…

2023

Toward Expanding the Scope of Radiology Report Summarization to Multiple Anatomies and Modalities

ACL 2023short

Radiology report summarization (RRS) is a growing area of research. Given the Findings section of a radiology report, the goal is to generate a summary (called an Impression section) that highlights the key observations and conclusions of the radiology study. However, RRS currently faces essential l…

2023

ViLLA: Fine-Grained Vision-Language Representation Learning from Real-World Data

ICCV 2023poster

Vision-language models (VLMs), such as CLIP and ALIGN, are generally trained on datasets consisting of image-caption pairs obtained from the web. However, real-world multimodal datasets, such as healthcare data, are significantly more complex: each image (e.g. X-ray) is often paired with text (e.g.…

Cited by 10PDFcodeScholar
2022

Domino: Discovering Systematic Errors with Cross-Modal Embeddings

ICLR 2022oral

Machine learning models that achieve high overall accuracy often make systematic errors on important subsets (or slices) of data. Identifying underperforming slices is particularly challenging when working with high-dimensional inputs (e.g. images, audio), where important slices are often unlabeled.…

Cited by 160SourcePDFScholar
2022

Improving the Factual Correctness of Radiology Report Generation with Semantic Rewards

EMNLP 2022finding

Neural image-to-text radiology report generation systems offer the potential to improve radiology reporting by reducing the repetitive process of report drafting and identifying possible medical errors. These systems have achieved promising performance as measured by widely used NLG metrics such as…