CVJul 16, 2020

Human Pose Estimation on Privacy-Preserving Low-Resolution Depth Images

arXiv:2007.08340v251 citations
AI Analysis

This addresses privacy issues for AI systems in operating rooms, but it is incremental as it combines existing super-resolution and pose estimation methods.

The paper tackles human pose estimation on low-resolution depth images to address privacy concerns in operating rooms, achieving results on 64x48 images comparable to those on full 640x480 resolution.

Human pose estimation (HPE) is a key building block for developing AI-based context-aware systems inside the operating room (OR). The 24/7 use of images coming from cameras mounted on the OR ceiling can however raise concerns for privacy, even in the case of depth images captured by RGB-D sensors. Being able to solely use low-resolution privacy-preserving images would address these concerns and help scale up the computer-assisted approaches that rely on such data to a larger number of ORs. In this paper, we introduce the problem of HPE on low-resolution depth images and propose an end-to-end solution that integrates a multi-scale super-resolution network with a 2D human pose estimation network. By exploiting intermediate feature-maps generated at different super-resolution, our approach achieves body pose results on low-resolution images (of size 64x48) that are on par with those of an approach trained and tested on full resolution images (of size 640x480).

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