paper-with-me

Papers

FaceOff: Anonymizing Videos in the Operating Rooms

2018-08-06 · Evangello Flouty, Odysseas Zisimopoulos, Danail Stoyanov

Video capture in the surgical operating room (OR) is increasingly possible and has potential for use with computer assisted interventions (CAI), surgical data science and within smart OR integration. Captured video innately carries sensitive information that should not be completely visible in order to preserve the patient's and the clinical teams' identities. When surgical video streams are stored on a server, the videos must be anonymized prior to storage if taken outside of the hospital. In this article, we describe how a deep learning model, Faster R-CNN, can be used for this purpose and help to anonymize video data captured in the OR. The model detects and blurs faces in an effort to preserve anonymity. After testing an existing face detection trained model, a new dataset tailored to the surgical environment, with faces obstructed by surgical masks and caps, was collected for fine-tuning to achieve higher face-detection rates in the OR. We also propose a temporal regularisation kernel to improve recall rates. The fine-tuned model achieves a face detection recall of 88.05 % and 93.45 % before and after applying temporal-smoothing respectively.

📄 PDF Abstract BibTeX arXiv:1808.04440

Code (0)

등록된 구현이 없습니다.

Tasks

Face Detection

Methods 이 논문이 사용한 방법론

RPN A Region Proposal Network, or RPN, is a fully convolutional network that simultaneously predicts object bounds and objectness scores at each position. The RPN is trained…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
RoIPool 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Faster R-CNN Faster R-CNN is an object detection model that improves on Fast R-CNN by utilising a region proposal network…

Similar Papers 제목 키워드 기반

FaceOff: A Video-to-Video Face Swapping System

2022-08-21 · Aditya Agarwal, Bipasha Sen, Rudrabha Mukhopadhyay, Vinay Namboodiri 외

Doubles play an indispensable role in the movie industry. They take the place of the actors in dangerous stunt scenes or scenes where the same actor plays multiple characters. The double's face is later replaced with the…

Face Swapping

Adaptation of Surgical Activity Recognition Models Across Operating Rooms

2022-07-07 · Ali Mottaghi, Aidean Sharghi, Serena Yeung, Omid Mohareri

Automatic surgical activity recognition enables more intelligent surgical devices and a more efficient workflow. Integration of such technology in new operating rooms has the potential to improve care delivery to patient…

Activity RecognitionDomain AdaptationSemi-supervised Domain Adaptation

Anonymizing Egocentric Videos

2021-01-01 · ICCV 2021 10 · Daksh Thapar, Aditya Nigam, Chetan Arora

In egocentric videos, the face of a wearer capturing the video is never captured. This gives a false sense of security that the wearer's privacy is preserved while sharing such videos. However, egocentric cameras are…

Activity Recognitionobject-detectionObject DetectionOptical Flow Estimation

An Empirical Study on Activity Recognition in Long Surgical Videos

2022-05-05 · Zhuohong He, Ali Mottaghi, Aidean Sharghi, Muhammad Abdullah Jamal 외

Activity recognition in surgical videos is a key research area for developing next-generation devices and workflow monitoring systems. Since surgeries are long processes with highly-variable lengths, deep learning models…

Action DetectionActivity DetectionActivity RecognitionDomain Adaptation+1

ORB: Operating Room Bot, Automating Operating Room Logistics through Mobile Manipulation

2025-09-19 · Jinkai Qiu, Yungjun Kim, Gaurav Sethia, Tanmay Agarwal 외 arxiv

Efficiently delivering items to an ongoing surgery in a hospital operating room can be a matter of life or death. In modern hospital settings, delivery robots have successfully transported bulk items between rooms and fl…

Object RecognitionMotion Planning