PulseAugur
EN
LIVE 09:43:58

CARVE framework enhances 3D medical volume understanding for LLMs

Researchers have developed CARVE, a novel framework designed to make 3D medical volume understanding more efficient for slice-based Multimodal Large Language Models (MLLMs). Current methods represent 3D volumes as sequences of 2D slices, leading to an overwhelming number of visual tokens that strain LLM backbones. CARVE addresses this by compressing visual tokens before LLM inference, treating token reduction as a budget-constrained allocation problem. It partitions the volume along the depth axis into windows and non-uniformly allocates tokens based on cross-slice evidence, creating spatial anchors on representative slices and retrieving local evidence from the full volume. This approach removes approximately 80% of visual tokens while preserving high performance, outperforming existing compression baselines on medical VQA benchmarks. AI

IMPACT This research could lead to more efficient processing of 3D medical data by LLMs, potentially improving diagnostic tools and research capabilities.

RANK_REASON The cluster contains an academic paper detailing a new method for improving AI model efficiency. [lever_c_demoted from research: ic=1 ai=1.0]

Read on arXiv cs.AI →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

CARVE framework enhances 3D medical volume understanding for LLMs

COVERAGE [1]

  1. arXiv cs.AI TIER_1 English(EN) · Zhenyu Yi, Qiang Hu, Zhenhao Li, Jiaxuan Zhao, Yusong Sun, Lichi Zhang ·

    CARVE: Cross-Slice Anisotropic Reallocation of Visual Evidence for Efficient 3D Medical Volume Understanding

    arXiv:2608.04515v1 Announce Type: cross Abstract: Slice-based MLLMs leverage mature 2D encoders by representing 3D volumes as sequences of 2D slices. However, this slice-wise formulation produces thousands of visual tokens that burden the LLM backbone, many of which capture overl…