CVAug 27, 2020

Learning Representations of Endoscopic Videos to Detect Tool Presence Without Supervision

arXiv:2008.12321v1Has Code
Originality Incremental advance
AI Analysis

This work addresses the need for automated tool detection in medical imaging, offering an unsupervised alternative that could reduce labeling costs, though it is incremental as it builds on existing VAE and MMD techniques.

The paper tackles the problem of detecting surgical tool presence in endoscopic video frames without supervision, achieving average precision scores of 71.56, 73.93, and 76.18 with three methods, comparable to supervised approaches.

In this work, we explore whether it is possible to learn representations of endoscopic video frames to perform tasks such as identifying surgical tool presence without supervision. We use a maximum mean discrepancy (MMD) variational autoencoder (VAE) to learn low-dimensional latent representations of endoscopic videos and manipulate these representations to distinguish frames containing tools from those without tools. We use three different methods to manipulate these latent representations in order to predict tool presence in each frame. Our fully unsupervised methods can identify whether endoscopic video frames contain tools with average precision of 71.56, 73.93, and 76.18, respectively, comparable to supervised methods. Our code is available at https://github.com/zdavidli/tool-presence/

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes