Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Write Readme #2

Open
stevengogogo opened this issue Oct 19, 2021 · 2 comments
Open

Write Readme #2

stevengogogo opened this issue Oct 19, 2021 · 2 comments
Labels
documentation Improvements or additions to documentation

Comments

@stevengogogo
Copy link
Owner

No description provided.

@stevengogogo stevengogogo added the documentation Improvements or additions to documentation label Oct 19, 2021
@stevengogogo
Copy link
Owner Author

SegImage

@stevengogogo
Copy link
Owner Author

stevengogogo commented Oct 25, 2021

Calculus Segmentation from OCT imaging with U-Net

Segmentation

Dental calculus segmentation with U-Net (test set)

Why detecting dental calculus is hard?

Calculus formation is not always observable from the surface. This is a major obstacle to the early treatment of dental caries. Though X-ray is a standard tool for evaluating caries prognosis, the biofilm-formed calculus can be hardly detected. Furthermore, eye observation is limited to the surface, ignoring subgingival calculus that is the major cause of periodontitis.

How Optical coherence tomography (OCT) can improve the diagnosis?

image

Image source: Schneider, Hartmut, et al. 2017

Optical coherence tomography (OCT) provides a non-invasive way to observe calculus covered by the gingiva. The Fourier optic provides an adjustable focal plain that can visualize the calculus in the subgingival region with far-red light. It is also comparatively cheaper and possible to be portable in the near future.

Why image processing is needed for OCT imaging?

However, OCT imaging is noisy and distorted by the reflection of the enamel. Although The human eye can observe the calculus region slice by slice, the automatic segmentation can provide a window for diagnosis. On the other hand, OCT is able to acquire 3D sections. 3D reconstruction provides a new era of periodontology in diagnosis and treatment evaluation. Therefore, automatic segmentation is required in this application.

Why did I choose U-Net for automatic segmentation?

Due to sparse datasets and distorted images, U-Net provides a robust tool for primary data augmentation and high accuracy segmentation in small datasets. The overall training performance is listed in the following table:

Performance Training Testing
Dice score 98% 86%

Conclusion

U-Net is a promising way for the novel application of dental calculus detection via OCT imaging. We should acquire more labeled datasets and compare images under different material interference.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant