菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-04-13
📄 Abstract - NeuVolEx: Implicit Neural Features for Volume Exploration

Direct volume rendering (DVR) aims to help users identify and examine regions of interest (ROIs) within volumetric data, and feature representations that support effective ROI classification and clustering play a fundamental role in volume exploration. Existing approaches typically rely on either explicit local feature representations or implicit convolutional feature representations learned from raw volumes. However, explicit local feature representations are limited in capturing broader geometric patterns and spatial correlations, while implicit convolutional feature representations do not necessarily ensure robust performance in practice, where user supervision is typically limited. Meanwhile, implicit neural representations (INRs) have recently shown strong promise in DVR for volume compression, owing to their ability to compactly parameterize continuous volumetric fields. In this work, we propose NeuVolEx, a neural volume exploration approach that extends the role of INRs beyond volume compression. Unlike prior compression methods that focus on INR outputs, NeuVolEx leverages feature representations learned during INR training as a robust basis for volume exploration. To better adapt these feature representations to exploration tasks, we augment a base INR with a structural encoder and a multi-task learning scheme that improve spatial coherence for ROI characterization. We validate NeuVolEx on two fundamental volume exploration tasks: image-based transfer function (TF) design and viewpoint recommendation. NeuVolEx enables accurate ROI classification under sparse user supervision for image-based TF design and supports unsupervised clustering to identify compact complementary viewpoints that reveal different ROI clusters. Experiments on diverse volume datasets with varying modalities and ROI complexities demonstrate NeuVolEx improves both effectiveness and usability over prior methods

顶级标签: computer vision systems model training
详细标签: implicit neural representations volume rendering feature learning multi-task learning visualization 或 搜索:

NeuVolEx:用于体数据探索的隐式神经特征 / NeuVolEx: Implicit Neural Features for Volume Exploration


1️⃣ 一句话总结

这篇论文提出了一种名为NeuVolEx的新方法,它利用训练隐式神经表示时学到的内部特征,而非最终输出,来更有效地辅助用户在三维体数据中识别和探索感兴趣区域,特别是在用户标注数据很少的情况下,该方法在功能设计和视角推荐等任务上表现优于现有技术。

源自 arXiv: 2604.11172