paper-with-me

홈 › Papers

Self-Supervised Vision Transformers for CBCT-Based Detection of Temporomandibular Joint Osteoarthritis

2026-06-06 · Shradhdha Trivedi, Vrundan Sojitra, Mariela Padilla arxiv

Temporomandibular joint osteoarthritis (TMJ OA) is a prevalent degenerative condition whose osseous changes are often subtle on cone-beam CT (CBCT), making automated detection challenging. We study how well the DINO family of self-supervised vision transformers -- DINOv1, DINOv2, DINOv2+reg, and RAD-DINO (a radiology-pretrained variant) -- transfers to CBCT, asking how much backbone adaptation is needed and of what kind. We propose a simple slice-based pipeline using Vision Transformer (ViT) backbones: axial CBCT slices are encoded per-slice by a frozen or partially adapted ViT and aggregated via attention-based multiple instance learning (MIL) for patient-level binary OA/Normal classification. Through systematic ablation across unfreezing strategies and aggregation designs on a multi-source CBCT dataset, we find that partial unfreezing of the final two transformer blocks is the decisive factor, improving AUC from 0.671 (fully frozen DINOv2) to 0.902. This outperforms DINOv1 (0.867), DINOv2+reg (0.774), and a supervised ImageNet ViT-B/16 baseline (0.843). Our results provide practical guidance for adapting DINO-family foundation models in low-data medical imaging settings, showing that adaptation strategy is a stronger driver of performance than backbone choice alone.

📄 PDF Abstract BibTeX arXiv:2606.08364

Code (0)

등록된 구현이 없습니다.

Tasks

Multiple Instance Learning

Similar Papers 제목 키워드 기반

MARformer: An Efficient Metal Artifact Reduction Transformer for Dental CBCT Images

2023-11-16 · Yuxuan Shi, Jun Xu, Dinggang Shen

Cone Beam Computed Tomography (CBCT) plays a key role in dental diagnosis and surgery. However, the metal teeth implants could bring annoying metal artifacts during the CBCT imaging process, interfering diagnosis and dow…

Metal Artifact Reduction

DINOv3-Guided Cross Fusion Framework for Semantic-aware CT generation from MRI and CBCT

2025-11-15 · Xianhao Zhou, Jianghao Wu, Ku Zhao, Jinlong He 외 arxiv

Generating synthetic CT images from CBCT or MRI has a potential for efficient radiation dose planning and adaptive radiotherapy. However, existing CNN-based models lack global semantic understanding, while Transformers o…

Semantic Similarity

Vision Transformers: State of the Art and Research Challenges

2022-07-07 · Bo-Kai Ruan, Hong-Han Shuai, Wen-Huang Cheng

Transformers have achieved great success in natural language processing. Due to the powerful capability of self-attention mechanism in transformers, researchers develop the vision transformers for a variety of computer v…

3D ReconstructionImage Segmentationobject-detectionObject Detection+3

An Empirical Study Of Self-supervised Learning Approaches For Object Detection With Transformers

2022-05-11 · Gokul Karthik Kumar, Sahal Shaji Mullappilly, Abhishek Singh Gehlot

Self-supervised learning (SSL) methods such as masked language modeling have shown massive performance gains by pretraining transformer models for a variety of natural language processing tasks. The follow-up research ad…

image-classificationImage ClassificationImage ReconstructionLanguage Modeling+6

SiT: Self-supervised vIsion Transformer

2021-04-08 · Sara Atito, Muhammad Awais, Josef Kittler

Self-supervised learning methods are gaining increasing traction in computer vision due to their recent success in reducing the gap with supervised learning. In natural language processing (NLP) self-supervised learning …

Few-Shot LearningSelf-Supervised Learning