TL;DR
Temporomandibular joint osteoarthritis (TMJ OA) is difficult to detect using cone-beam CT (CBCT) due to subtle changes. A pipeline using self-supervised Vision Transformers, specifically DINOv2 with partial unfreezing, was developed for patient-level classification of OA versus normal.
✦ Why It Matters
Engineers can leverage these findings to improve automated detection systems in medical imaging with limited data.
Key Takeaways
How It Works
The study employs a slice-based pipeline where each axial CBCT slice is encoded using a Vision Transformer (ViT). The model uses attention-based multiple instance learning (MIL) to aggregate information across slices for patient-level classification, allowing it to effectively identify subtle changes indicative of TMJ OA.
Related