paper-with-me

Papers

A Sequential Framework for Detection and Classification of Abnormal Teeth in Panoramic X-rays

2023-08-31 · Tudor Dascalu, Shaqayeq Ramezanzade, Azam Bakhshandeh, Lars Bjorndal, Bulat Ibragimov

This paper describes our solution for the Dental Enumeration and Diagnosis on Panoramic X-rays Challenge at MICCAI 2023. Our approach consists of a multi-step framework tailored to the task of detecting and classifying abnormal teeth. The solution includes three sequential stages: dental instance detection, healthy instance filtering, and abnormal instance classification. In the first stage, we employed a Faster-RCNN model for detecting and identifying teeth. In subsequent stages, we designed a model that merged the encoding pathway of a pretrained U-net, optimized for dental lesion detection, with the Vgg16 architecture. The resulting model was first used for filtering out healthy teeth. Then, any identified abnormal teeth were categorized, potentially falling into one or more of the following conditions: embedded, periapical lesion, caries, deep caries. The model performing dental instance detection achieved an AP score of 0.49. The model responsible for identifying healthy teeth attained an F1 score of 0.71. Meanwhile, the model trained for multi-label dental disease classification achieved an F1 score of 0.76. The code is available at https://github.com/tudordascalu/2d-teeth-detection-challenge.

📄 PDF Abstract BibTeX arXiv:2309.00027

Code (1)

tudordascalu/2d-teeth-detection-challenge 공식 구현 pytorch

Tasks

Lesion Detection

Similar Papers 제목 키워드 기반

Intergrated Segmentation and Detection Models for Dentex Challenge 2023

2023-08-27 · Lanshan He, Yusheng Liu, Lisheng Wang

Dental panoramic x-rays are commonly used in dental diagnosing. With the development of deep learning, auto detection of diseases from dental panoramic x-rays can help dentists to diagnose diseases more efficiently.The D…

Teeth-SEG: An Efficient Instance Segmentation Framework for Orthodontic Treatment based on Anthropic Prior Knowledge

2024-04-01 · Bo Zou, Shaofeng Wang, Hao liu, Gaoyue Sun 외

Teeth localization, segmentation, and labeling in 2D images have great potential in modern dentistry to enhance dental diagnostics, treatment planning, and population-based studies on oral health. However, general instan…

Image SegmentationInstance SegmentationSegmentationSemantic Segmentation

Teeth-SEG: An Efficient Instance Segmentation Framework for Orthodontic Treatment based on Multi-Scale Aggregation and Anthropic Prior Knowledge

2024-01-01 · CVPR 2024 1 · Bo Zou, Shaofeng Wang, Hao liu, Gaoyue Sun 외

Teeth localization segmentation and labeling in 2D images have great potential in modern dentistry to enhance dental diagnostics treatment planning and population-based studies on oral health. However general instanc…

Image SegmentationInstance SegmentationSegmentationSemantic Segmentation

DENTEX: An Abnormal Tooth Detection with Dental Enumeration and Diagnosis Benchmark for Panoramic X-rays

2023-05-30 · Ibrahim Ethem Hamamci, Sezgin Er, Enis Simsar, Atif Emre Yuksel 외

Panoramic X-rays are frequently used in dentistry for treatment planning, but their interpretation can be both time-consuming and prone to error. Artificial intelligence (AI) has the potential to aid in the analysis of t…

Instance Segmentation and Teeth Classification in Panoramic X-rays

2024-06-06 · Devichand Budagam, Ayush Kumar, Sayan Ghosh, Anuj Shrivastav 외

Teeth segmentation and recognition are critical in various dental applications and dental diagnosis. Automatic and accurate segmentation approaches have been made possible by integrating deep learning models. Although te…

Instance Segmentationobject-detectionObject DetectionSegmentation+1