医学图像LandMark整理

1、Landmark Localisation in 3D Medical Images

yuanwei1989/landmark-detection

This software implements a Convolutional Neural Network (CNN) for automatic simultaneous localisation of multiple landmarks in 3D medical images (eg. fetal head ultrasound).

Tensorflow implementation of the MICCAI 2018 paper Fast Multiple Landmark Localisation Using a Patch-based Iterative Network.

在这里插入图片描述

2、Medical-Detection3d-Toolkit

qinliuliuqin/Medical-Detection3d-Toolkit

在这里插入图片描述

3、Robust-Teeth-Detection-in-3D-Dental-Scans

tiborkubik/Robust-Teeth-Detection-in-3D-Dental-Scans

Robust Teeth Detection in 3D Dental Scans by Automated Multi-View Landmarking

This repository is the official implementation of link tbd presented at BIOIMAGING '22 Conference.

在这里插入图片描述

Abstract
Landmark detection is frequently an intermediate step in medical data analysis. More and more often, these data are represented in the form of 3D models. An example is a 3D intraoral scan of dentition used in orthodontics, where landmarking is notably challenging due to malocclusion, teeth shift, and frequent teeth missing. What’s more, in terms of 3D data, the DNN processing comes with high memory and computational time requirements, which do not meet the needs of clinical applications. We present a robust method for tooth landmark detection based on a multi-view approach, which transforms the task into a 2D domain, where the suggested network detects landmarks by heatmap regression from several viewpoints. Additionally, we propose a post-processing based on Multi-view Confidence and Maximum Heatmap Activation Confidence, which can robustly determine whether a tooth is missing or not. Experiments have shown that the combination of Attention U-Net, 100 viewpoints, and RANSAC consensus method is able to detect landmarks with an error of 0.75 ± 0.96 mm. In addition to the promising accuracy, our method is robust to missing teeth, as it can correctly detect the presence of teeth in 97.68% cases.

4、Vertebra-Focused Landmark Detection for Scoliosis Assessment

Vertebra-Focused Landmark Detection for Scoliosis Assessment

版权声明:本文为CSDN博主「juluwangriyue」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.csdn.net/juluwangriyue/article/details/122854341

juluwangriyue

我还没有学会写个人说明!

暂无评论

发表评论

相关推荐

医学图像3D目标检测

论文:3D Bounding Box Detection in Volumetric Medical Image Data: A Systematic Literature Review 这篇论文综述了近五年在三维医学数据中进行

单目3D目标检测调研

单目3D目标检测调研 一、 简介 现有的单目3D目标检测方案主要方案主要分为两类,分别为基于图片的方法和基于伪雷达点云的方法。   基于图片的方法一般通过2D-3D之间的几何约束来学习,包括目标形状信息&#xff0