paper-with-me

Papers

Point detection through multi-instance deep heatmap regression for sutures in endoscopy

2021-11-16 · Lalith Sharan, Gabriele Romano, Julian Brand, Halvar Kelm, Matthias Karck, Raffaele De Simone, Sandy Engelhardt

Purpose: Mitral valve repair is a complex minimally invasive surgery of the heart valve. In this context, suture detection from endoscopic images is a highly relevant task that provides quantitative information to analyse suturing patterns, assess prosthetic configurations and produce augmented reality visualisations. Facial or anatomical landmark detection tasks typically contain a fixed number of landmarks, and use regression or fixed heatmap-based approaches to localize the landmarks. However in endoscopy, there are a varying number of sutures in every image, and the sutures may occur at any location in the annulus, as they are not semantically unique. Method: In this work, we formulate the suture detection task as a multi-instance deep heatmap regression problem, to identify entry and exit points of sutures. We extend our previous work, and introduce the novel use of a 2D Gaussian layer followed by a differentiable 2D spatial Soft-Argmax layer to function as a local non-maximum suppression. Results: We present extensive experiments with multiple heatmap distribution functions and two variants of the proposed model. In the intra-operative domain, Variant 1 showed a mean F1 of +0.0422 over the baseline. Similarly, in the simulator domain, Variant 1 showed a mean F1 of +0.0865 over the baseline. Conclusion: The proposed model shows an improvement over the baseline in the intra-operative and the simulator domains. The data is made publicly available within the scope of the MICCAI AdaptOR2021 Challenge https://adaptor2021.github.io/, and the code at https://github.com/Cardio-AI/suture-detection-pytorch/. DOI:10.1007/s11548-021-02523-w. The link to the open access article can be found here: https://link.springer.com/article/10.1007%2Fs11548-021-02523-w

📄 PDF Abstract BibTeX arXiv:2111.08468

Code (1)

cardio-ai/suture-detection-pytorch 공식 구현 pytorch

Tasks

Anatomical Landmark Detectionregression

Methods 이 논문이 사용한 방법론

Repair 설명 없음
Heatmap 설명 없음

Similar Papers 제목 키워드 기반

TUSK: Task-Agnostic Unsupervised Keypoints

2022-06-16 · Yuhe Jin, Weiwei Sun, Jan Hosang, Eduard Trulls 외

Existing unsupervised methods for keypoint learning rely heavily on the assumption that a specific keypoint type (e.g. elbow, digit, abstract geometric shape) appears only once in an image. This greatly limits their appl…

Object DiscoveryUnsupervised Keypoints

Tooth Instance Segmentation from Cone-Beam CT Images through Point-based Detection and Gaussian Disentanglement

2021-02-02 · Jusang Lee, Minyoung Chung, Minkyung Lee, Yeong-Gil Shin

Individual tooth segmentation and identification from cone-beam computed tomography images are preoperative prerequisites for orthodontic treatments. Instance segmentation methods using convolutional neural networks have…

DisentanglementInstance SegmentationregressionSegmentation+1

Keypoints as Dynamic Centroids for Unified Human Pose and Segmentation

2025-05-17 · Niaz Ahmad, Jawad Khan, Kang G. Shin, Youngmoon Lee 외

The dynamic movement of the human body presents a fundamental challenge for human pose estimation and body segmentation. State-of-the-art approaches primarily rely on combining keypoint heatmaps with segmentation masks b…

Keypoint DetectionPose EstimationSegmentation

Dual-Thresholded Heatmap-Guided Proposal Clustering and Negative Certainty Supervision with Enhanced Base Network for Weakly Supervised Object Detection

2025-09-10 · Yuelin Guo, Haoyu He, Zhiyuan Chen, Zitong Huang 외 arxiv

Weakly supervised object detection (WSOD) has attracted significant attention in recent years, as it does not require box-level annotations. State-of-the-art methods generally adopt a multi-module network, which employs …

Weakly Supervised Object Detection

Multi-person Articulated Tracking with Spatial and Temporal Embeddings

2019-03-21 · CVPR 2019 6 · Sheng Jin, Wentao Liu, Wanli Ouyang, Chen Qian

We propose a unified framework for multi-person pose estimation and tracking. Our framework consists of two main components,~\ie~SpatialNet and TemporalNet. The SpatialNet accomplishes body part detection and part-level …

Multi-Object TrackingMulti-Person Pose EstimationMulti-Person Pose Estimation and TrackingObject Tracking+2