paper-with-me

홈 › Papers

Colonoscopy Landmark Detection using Vision Transformers

2022-09-22 · Aniruddha Tamhane, Tse'ela Mida, Erez Posner, Moshe Bouhnik

Colonoscopy is a routine outpatient procedure used to examine the colon and rectum for any abnormalities including polyps, diverticula and narrowing of colon structures. A significant amount of the clinician's time is spent in post-processing snapshots taken during the colonoscopy procedure, for maintaining medical records or further investigation. Automating this step can save time and improve the efficiency of the process. In our work, we have collected a dataset of 120 colonoscopy videos and 2416 snapshots taken during the procedure, that have been annotated by experts. Further, we have developed a novel, vision-transformer based landmark detection algorithm that identifies key anatomical landmarks (the appendiceal orifice, ileocecal valve/cecum landmark and rectum retroflexion) from snapshots taken during colonoscopy. Our algorithm uses an adaptive gamma correction during preprocessing to maintain a consistent brightness for all images. We then use a vision transformer as the feature extraction backbone and a fully connected network based classifier head to categorize a given frame into four classes: the three landmarks or a non-landmark frame. We compare the vision transformer (ViT-B/16) backbone with ResNet-101 and ConvNext-B backbones that have been trained similarly. We report an accuracy of 82% with the vision transformer backbone on a test dataset of snapshots.

📄 PDF Abstract BibTeX arXiv:2209.11304

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Test 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Residual Connection 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Multi-Head Attention 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…

Similar Papers 제목 키워드 기반

Deep Learning-based Biological Anatomical Landmark Detection in Colonoscopy Videos

2021-08-06 · Kaiwei Che, Chengwei Ye, Yibing Yao, Nachuan Ma 외

Colonoscopy is a standard imaging tool for visualizing the entire gastrointestinal (GI) tract of patients to capture lesion areas. However, it takes the clinicians excessive time to review a large number of images extrac…

Anatomical Landmark DetectionDeep Learning

SegCol Challenge: Semantic Segmentation for Tools and Fold Edges in Colonoscopy data

2024-12-20 · Xinwei Ju, Rema Daher, Razvan Caramalau, Baoru Huang 외

Colorectal cancer (CRC) remains a leading cause of cancer-related deaths worldwide, with polyp removal being an effective early screening method. However, navigating the colon for thorough polyp detection poses significa…

Semantic Segmentation

Semantic Parsing of Colonoscopy Videos with Multi-Label Temporal Networks

2023-06-12 · Ori Kelner, Or Weinstein, Ehud Rivlin, Roman Goldenberg

Following the successful debut of polyp detection and characterization, more advanced automation tools are being developed for colonoscopy. The new automation tasks, such as quality metrics or report generation, require …

Semantic Parsing

Unsupervised Segmentation of Colonoscopy Images

2023-12-19 · Heming Yao, Jérôme Lüscher, Benjamin Gutierrez Becker, Josep Arús-Pous 외

Colonoscopy plays a crucial role in the diagnosis and prognosis of various gastrointestinal diseases. Due to the challenges of collecting large-scale high-quality ground truth annotations for colonoscopy images, and more…

image-classificationImage ClassificationMedical Image Analysisobject-detection+3

Enhancing Landmark Detection in Cluttered Real-World Scenarios with Vision Transformers

2023-08-25 · Mohammad Javad Rajabi, Morteza Mirzai, Ahmad Nickabadi

Visual place recognition tasks often encounter significant challenges in landmark detection due to the presence of irrelevant objects such as humans, cars, and trees, despite the remarkable progress achieved by previous …

Visual Place Recognition