IVCVSep 10, 2023

Anatomy Completor: A Multi-class Completion Framework for 3D Anatomy Reconstruction

arXiv:2309.04956v19 citationsh-index: 24Has Code
Originality Synthesis-oriented
AI Analysis

This work addresses a domain-specific need in medical imaging for applications like 3D bio-printing and forensic imaging, but it is incremental as it builds on existing auto-encoder methods.

The paper tackles the problem of reconstructing missing anatomical structures from incomplete 3D imaging data, proposing a multi-class completion framework based on 3D denoising auto-encoders, and shows it produces reasonable reconstructions for instances with varying levels of incompleteness on a CT dataset.

In this paper, we introduce a completion framework to reconstruct the geometric shapes of various anatomies, including organs, vessels and muscles. Our work targets a scenario where one or multiple anatomies are missing in the imaging data due to surgical, pathological or traumatic factors, or simply because these anatomies are not covered by image acquisition. Automatic reconstruction of the missing anatomies benefits many applications, such as organ 3D bio-printing, whole-body segmentation, animation realism, paleoradiology and forensic imaging. We propose two paradigms based on a 3D denoising auto-encoder (DAE) to solve the anatomy reconstruction problem: (i) the DAE learns a many-to-one mapping between incomplete and complete instances; (ii) the DAE learns directly a one-to-one residual mapping between the incomplete instances and the target anatomies. We apply a loss aggregation scheme that enables the DAE to learn the many-to-one mapping more effectively and further enhances the learning of the residual mapping. On top of this, we extend the DAE to a multiclass completor by assigning a unique label to each anatomy involved. We evaluate our method using a CT dataset with whole-body segmentations. Results show that our method produces reasonable anatomy reconstructions given instances with different levels of incompleteness (i.e., one or multiple random anatomies are missing). Codes and pretrained models are publicly available at https://github.com/Jianningli/medshapenet-feedback/ tree/main/anatomy-completor

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes