paper-with-me

Papers

EndoOOD: Uncertainty-aware Out-of-distribution Detection in Capsule Endoscopy Diagnosis

2024-02-18 · Qiaozhi Tan, Long Bai, Guankun Wang, Mobarakol Islam, Hongliang Ren

Wireless capsule endoscopy (WCE) is a non-invasive diagnostic procedure that enables visualization of the gastrointestinal (GI) tract. Deep learning-based methods have shown effectiveness in disease screening using WCE data, alleviating the burden on healthcare professionals. However, existing capsule endoscopy classification methods mostly rely on pre-defined categories, making it challenging to identify and classify out-of-distribution (OOD) data, such as undefined categories or anatomical landmarks. To address this issue, we propose the Endoscopy Out-of-Distribution (EndoOOD) framework, which aims to effectively handle the OOD detection challenge in WCE diagnosis. The proposed framework focuses on improving the robustness and reliability of WCE diagnostic capabilities by incorporating uncertainty-aware mixup training and long-tailed in-distribution (ID) data calibration techniques. Additionally, virtual-logit matching is employed to accurately distinguish between OOD and ID data while minimizing information loss. To assess the performance of our proposed solution, we conduct evaluations and comparisons with 12 state-of-the-art (SOTA) methods using two publicly available datasets. The results demonstrate the effectiveness of the proposed framework in enhancing diagnostic accuracy and supporting clinical decision-making.

📄 PDF Abstract BibTeX arXiv:2402.11476

Code (0)

등록된 구현이 없습니다.

Tasks

Decision MakingDiagnosticOut-of-Distribution Detection

Methods 이 논문이 사용한 방법론

Mixup Mixup is a data augmentation technique that generates a weighted combination of random image pairs from the training data. Given two images and their ground truth labels:…

Similar Papers 제목 키워드 기반

Introducing Routing Uncertainty in Capsule Networks

2020-12-01 · NeurIPS 2020 12 · Fabio De Sousa Ribeiro, Georgios Leontidis, Stefanos Kollias

Rather than performing inefficient local iterative routing between adjacent capsule layers, we propose an alternative global view based on representing the inherent uncertainty in part-object assignment. In our formulati…

ObjectVariational Inference

Kernelized Capsule Networks

2019-06-07 · Taylor Killian, Justin Goodwin, Olivia Brown, Sung-Hyun Son

Capsule Networks attempt to represent patterns in images in a way that preserves hierarchical spatial relationships. Additionally, research has demonstrated that these techniques may be robust against adversarial perturb…

Gaussian Processes

Spatio-Temporal Analysis of Facial Actions using Lifecycle-Aware Capsule Networks

2020-11-17 · Nikhil Churamani, Sinan Kalkan, Hatice Gunes

Most state-of-the-art approaches for Facial Action Unit (AU) detection rely upon evaluating facial expressions from static frames, encoding a snapshot of heightened facial activity. In real-world interactions, however, f…

Anomaly Detection using Capsule Networks for High-dimensional Datasets

2021-12-27 · Inderjeet Singh, Nandyala Hemachandra

Anomaly detection is an essential problem in machine learning. Application areas include network security, health care, fraud detection, etc., involving high-dimensional datasets. A typical anomaly detection system alway…

Anomaly DetectionBinary ClassificationFraud DetectionOutlier Detection+1

NADS: Neural Architecture Distribution Search for Uncertainty Awareness

2020-06-11 · ICML 2020 1 · Randy Ardywibowo, Shahin Boluki, Xinyu Gong, Zhangyang Wang 외

Machine learning (ML) systems often encounter Out-of-Distribution (OoD) errors when dealing with testing data coming from a distribution different from training data. It becomes important for ML systems in critical appli…

Out of Distribution (OOD) Detection