File size: 6,008 Bytes
a3366fb 3ec59dc 5fa5f15 bb571f5 5fa5f15 bb571f5 5fa5f15 bb571f5 5fa5f15 bb571f5 5fa5f15 bb571f5 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 | ---
license: apache-2.0
task_categories:
- visual-question-answering
language:
- en
- zh
tags:
- medical-imaging
- PET/CT
- 3D vision-language model
- multimodal learning
- anatomical reasoning
- metabolic reasoning
- radiology
- nuclear medicine
pretty_name: MetaStructAtlas
# Dataset status
private: false
---
# MetaStructAtlas: A Grounded 3D Vision-Language Dataset and Benchmark for Functional and Structural Reasoning in Whole-Body PET/CT
## Dataset Summary
MetaStructAtlas is a large-scale grounded 3D vision-language dataset designed for functional and structural reasoning in whole-body PET/CT imaging.
Unlike existing medical vision-language datasets that mainly focus on single-modality or regional imaging, MetaStructAtlas integrates:
- 3D PET metabolic information,
- 3D CT anatomical structure,
- organ-level segmentation masks,
- structured radiology reports,
- spatially grounded vision-language annotations.
The dataset provides a unified framework for developing and evaluating foundation models capable of understanding the relationship between anatomical structures and metabolic abnormalities in whole-body PET/CT.
MetaStructAtlas contains:
- **490 paired whole-body PET/CT volumetric scans**
- **50,470 organ-level segmentation masks**
- **103 anatomical structure classes**
- **305 fine-grained anatomical substructures**
- **100,565 grounded visual question-answering (VQA) pairs**
Each textual description is explicitly associated with corresponding anatomical regions and imaging evidence, enabling interpretable multimodal reasoning.
## Dataset Motivation
Whole-body PET/CT combines:
- PET-derived molecular metabolic information
- CT-derived anatomical morphology
and is widely used for oncology screening, staging, treatment response evaluation, and systemic disease assessment.
However, current medical vision-language datasets are mainly limited to:
- 2D images,
- regional CT analysis,
- ungrounded image-report pairs,
- anatomical-only reasoning.
MetaStructAtlas addresses these limitations by providing dense spatial grounding between:
PET image
|
CT image
|
Segmentation mask
|
Radiology description
|
Question-answer reasoning
This enables models to learn clinically meaningful relationships between:
- organ anatomy,
- morphological abnormalities,
- FDG metabolic activity.
## Dataset Construction
The dataset construction pipeline contains four major stages.
### 1. Whole-body PET/CT Collection
MetaStructAtlas was constructed from retrospectively collected whole-body
18F-FDG PET/CT examinations.
Each case contains:
- co-registered PET volume
- CT volume
- clinical radiology reports
All imaging data were anonymized before dataset construction.
### 2. Anatomical Segmentation and Spatial Grounding
CT volumes were processed using an automated anatomical segmentation pipeline.
The dataset provides:
- 103 standardized anatomical masks per subject
- 305 fine-grained anatomical structures
These masks provide spatial references for grounding textual findings.
The anatomical structures cover:
- brain
- thoracic organs
- abdominal organs
- pelvic organs
- cardiovascular structures
- gastrointestinal tract
- vertebrae and ribs
### 3. Clinical Report Structuring
Free-text radiology reports were transformed into structured annotations.
The extraction process identifies:
1. Anatomical entities
2. Morphological descriptions
Examples:
- normal morphology
- abnormal density
- lesion characteristics
- structural changes
3. FDG metabolic descriptions
Examples:
- increased FDG uptake
- physiological uptake
- abnormal metabolic activity
The extracted descriptions are spatially linked to corresponding anatomical masks.
### 4. MetaStructVQA Generation
Based on grounded annotations, we generated
MetaStructVQA, a hierarchical 3D VQA benchmark containing:
**100,565 QA pairs**.
## Benchmark Structure
MetaStructVQA contains three reasoning levels.
## Level 1: Foundational Grounding
Tasks:
### Organ Identification
Input:
- CT volume
- anatomical mask
- question
Output:
- anatomical structure classification
### Modality Identification
Input:
- PET or CT volume
Output:
- modality classification
Purpose:
Evaluate basic visual perception and anatomical localization.
---
## Level 2: Targeted Clinical Characterization
Tasks include:
### Morphological Description
Based on CT:
- lesion appearance
- density
- structural abnormalities
### FDG Metabolism Description
Based on PET/CT:
- FDG uptake pattern
- metabolic abnormalities
Both tasks include:
- mask-guided versions
- mask-free versions
Purpose:
Evaluate structure-aware clinical reasoning.
---
## Level 3: Comprehensive Multimodal Reasoning
Tasks integrate:
- anatomical information
- morphological characteristics
- metabolic activity
- quantitative measurements
Examples:
- SUVmax interpretation
- lesion localization
- anatomical relationship reasoning
- negative finding identification
Purpose:
Evaluate advanced whole-body PET/CT reasoning.
## Data Format
Each sample may contain:
{
"pet": "xxx.nii.gz",
"ct": "xxx.nii.gz",
"mask": "xxx.nii.gz",
"report": "...",
"question": "...",
"options": [],
"answer": ""
}
## Intended Use
MetaStructAtlas can support research in:
- 3D medical vision-language models
- multimodal foundation models
- PET/CT representation learning
- anatomical reasoning
- metabolic reasoning
- medical VQA
- radiology AI
## Limitations
Current version limitations:
1. Organ-level grounding
The dataset focuses on anatomical structures rather than lesion-level segmentation.
2. Single PET tracer
The dataset mainly includes 18F-FDG PET/CT.
3. Spatial alignment
Segmentation masks are derived from CT and transferred to PET space through registration.
## Current Release Status
🚧 Under preparation
The dataset repository currently provides documentation only.
The full imaging dataset will become available after publication acceptance. |