Geometry-Aware Uncertainty Coresets for Robust Visual In-Context Learning in Histopathology

· Source: cs.CV updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Health & Medical Research · Depth: Expert, long

Summary

GAUC is a training-free coreset selection method designed to enhance the reliability of visual in-context learning (ICL) for vision-language models (VLMs) in computational histopathology. It addresses the high sensitivity of ICL to demonstration selection and prompt phrasing by operating directly in the pre-trained multimodal embedding space. GAUC jointly optimizes three objectives: Maximum Mean Discrepancy (MMD) for distributional fidelity, Effective Mutual Information Difference (EMID) for prompt robustness, and a predictive-variance penalty to suppress overconfident outputs. Evaluated on CRC-100K and MHIST datasets with Qwen and LLaVA VLM architectures, GAUC consistently improved accuracy (e.g., 0.610 on CRC-100K), calibration (reducing ECE from 0.153 to 0.145), and prompt robustness over existing ICL selection methods and dataset-distillation baselines, all without requiring any gradient updates.

Key takeaway

For AI Scientists and ML Engineers deploying VLMs in clinical settings, GAUC offers a critical solution for reliable in-context learning. You should consider integrating this training-free coreset selection to mitigate prompt sensitivity and overconfident predictions, ensuring more accurate and robust diagnostic support. This approach enhances VLM trustworthiness without costly fine-tuning, making it suitable for privacy-sensitive medical data.

Key insights

GAUC enables robust, training-free visual in-context learning for VLMs in histopathology by optimizing coreset selection.

Principles

Method

GAUC selects a query-independent coreset by jointly minimizing Maximum Mean Discrepancy, Effective Mutual Information Difference, and predictive variance in the VLM's frozen embedding space, without gradient updates.

In practice

Topics

Code references

Best for: Computer Vision Engineer, AI Scientist, Research Scientist, Machine Learning Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CV updates on arXiv.org.