paper-with-me

Papers

Adaloss: Adaptive Loss Function for Landmark Localization

2019-08-02 · Brian Teixeira, Birgi Tamersoy, Vivek Singh, Ankur Kapoor

Landmark localization is a challenging problem in computer vision with a multitude of applications. Recent deep learning based methods have shown improved results by regressing likelihood maps instead of regressing the coordinates directly. However, setting the precision of these regression targets during the training is a cumbersome process since it creates a trade-off between trainability vs localization accuracy. Using precise targets introduces a significant sampling bias and hence makes the training more difficult, whereas using imprecise targets results in inaccurate landmark detectors. In this paper, we introduce "Adaloss", an objective function that adapts itself during the training by updating the target precision based on the training statistics. This approach does not require setting problem-specific parameters and shows improved stability in training and better localization accuracy during inference. We demonstrate the effectiveness of our proposed method in three different applications of landmark localization: 1) the challenging task of precisely detecting catheter tips in medical X-ray images, 2) localizing surgical instruments in endoscopic images, and 3) localizing facial features on in-the-wild images where we show state-of-the-art results on the 300-W benchmark dataset.

📄 PDF Abstract BibTeX arXiv:1908.01070

Code (1)

mikgur/MADE_CV_1000_facial_landmarks pytorch

Tasks

Facial Landmark Detection

Similar Papers 제목 키워드 기반

AdaLoss: A computationally-efficient and provably convergent adaptive gradient method

2021-09-17 · Xiaoxia Wu, Yuege Xie, Simon Du, Rachel Ward

We propose a computationally-friendly adaptive learning rate schedule, "AdaLoss", which directly uses the information of the loss function to adjust the stepsize in gradient descent methods. We prove that this schedule e…

regression

Adaptive Wing Loss for Robust Face Alignment via Heatmap Regression

2019-04-16 · ICCV 2019 10 · Xinyao Wang, Liefeng Bo, Li Fuxin

Heatmap regression with a deep network has become one of the mainstream approaches to localize facial landmarks. However, the loss function for heatmap regression is rarely studied. In this paper, we analyze the ideal lo…

Face AlignmentregressionRobust Face Alignment

Aortic root landmark localization with optimal transport loss for heatmap regression

2024-07-06 · Tsuyoshi Ishizone, Masaki Miyasaka, Sae Ochi, Norio Tada 외

Anatomical landmark localization is gaining attention to ease the burden on physicians. Focusing on aortic root landmark localization, the three hinge points of the aortic valve can reduce the burden by automatically det…

regression

LOTR: Face Landmark Localization Using Localization Transformer

2021-09-21 · Ukrit Watchareeruetai, Benjaphan Sommana, Sanjana Jain, Pavit Noinongyao 외

This paper presents a novel Transformer-based facial landmark localization network named Localization Transformer (LOTR). The proposed framework is a direct coordinate regression approach leveraging a Transformer network…

Face AlignmentFace Recognition

Scalable Semi-supervised Landmark Localization for X-ray Images using Few-shot Deep Adaptive Graph

2021-04-29 · Xiao-Yun Zhou, Bolin Lai, Weijian Li, Yirui Wang 외

Landmark localization plays an important role in medical image analysis. Learning based methods, including CNN and GCN, have demonstrated the state-of-the-art performance. However, most of these methods are fully-supervi…

Medical Image Analysis