paper-with-me

Papers

Self-supervision on Unlabelled OR Data for Multi-person 2D/3D Human Pose Estimation

2020-07-16 · Vinkle Srivastav, Afshin Gangi, Nicolas Padoy

2D/3D human pose estimation is needed to develop novel intelligent tools for the operating room that can analyze and support the clinical activities. The lack of annotated data and the complexity of state-of-the-art pose estimation approaches limit, however, the deployment of such techniques inside the OR. In this work, we propose to use knowledge distillation in a teacher/student framework to harness the knowledge present in a large-scale non-annotated dataset and in an accurate but complex multi-stage teacher network to train a lightweight network for joint 2D/3D pose estimation. The teacher network also exploits the unlabeled data to generate both hard and soft labels useful in improving the student predictions. The easily deployable network trained using this effective self-supervision strategy performs on par with the teacher network on \emph{MVOR+}, an extension of the public MVOR dataset where all persons have been fully annotated, thus providing a viable solution for real-time 2D/3D human pose estimation in the OR.

📄 PDF Abstract BibTeX arXiv:2007.08354

Code (1)

CAMMA-public/ORPose-color 공식 구현 pytorch

Tasks

3D Human Pose Estimation3D Pose EstimationKnowledge DistillationPose Estimation

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

Better Self-training for Image Classification through Self-supervision

2021-09-02 · Attaullah Sahito, Eibe Frank, Bernhard Pfahringer

Self-training is a simple semi-supervised learning approach: Unlabelled examples that attract high-confidence predictions are labelled with their predictions and added to the training set, with this process being repeate…

Classificationimage-classificationImage Classification

Consistency Based Unsupervised Self-training For ASR Personalisation

2024-01-22 · Jisi Zhang, Vandana Rajan, Haaris Mehmood, David Tuckey 외

On-device Automatic Speech Recognition (ASR) models trained on speech data of a large population might underperform for individuals unseen during training. This is due to a domain shift between user data and the original…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)speech-recognitionSpeech Recognition

BRAVEn: Improving Self-Supervised Pre-training for Visual and Auditory Speech Recognition

2024-04-02 · Alexandros Haliassos, Andreas Zinonos, Rodrigo Mira, Stavros Petridis 외

Self-supervision has recently shown great promise for learning visual and auditory speech representations from unlabelled data. In this work, we propose BRAVEn, an extension to the recent RAVEn method, which learns speec…

speech-recognitionSpeech Recognition

Memorizing Comprehensively to Learn Adaptively: Unsupervised Cross-Domain Person Re-ID with Multi-level Memory

2020-01-13 · Xin-Yu Zhang, Dong Gong, Jiewei Cao, Chunhua Shen

Unsupervised cross-domain person re-identification (Re-ID) aims to adapt the information from the labelled source domain to an unlabelled target domain. Due to the lack of supervision in the target domain, it is crucial …

Person Re-Identification

A critical analysis of self-supervision, or what we can learn from a single image

2019-04-30 · ICLR 2020 1 · Yuki M. Asano, Christian Rupprecht, Andrea Vedaldi

We look critically at popular self-supervision techniques for learning deep convolutional neural networks without manual labels. We show that three different and representative methods, BiGAN, RotNet and DeepCluster, can…

Data AugmentationRepresentation Learning