paper-with-me

Papers

Medical Image Deidentification, Cleaning and Compression Using Pylogik

2023-04-20 · Adrienne Kline, Vinesh Appadurai, Yuan Luo, Sanjiv Shah

Leveraging medical record information in the era of big data and machine learning comes with the caveat that data must be cleaned and de-identified. Facilitating data sharing and harmonization for multi-center collaborations are particularly difficult when protected health information (PHI) is contained or embedded in image meta-data. We propose a novel library in the Python framework, called PyLogik, to help alleviate this issue for ultrasound images, which are particularly challenging because of the frequent inclusion of PHI directly on the images. PyLogik processes the image volumes through a series of text detection/extraction, filtering, thresholding, morphological and contour comparisons. This methodology de-identifies the images, reduces file sizes, and prepares image volumes for applications in deep learning and data sharing. To evaluate its effectiveness in processing ultrasound data, a random sample of 50 cardiac ultrasounds (echocardiograms) were processed through PyLogik, and the outputs were compared with the manual segmentations by an expert user. The Dice coefficient of the two approaches achieved an average value of 0.976. Next, an investigation was conducted to ascertain the degree of information compression achieved using the algorithm. Resultant data was found to be on average ~72% smaller after processing by PyLogik. Our results suggest that PyLogik is a viable methodology for data cleaning and de-identification, determining ROI, and file compression which will facilitate efficient storage, use, and dissemination of ultrasound data. Variants of the pipeline have also been created for use with other medical imaging data types.

📄 PDF Abstract BibTeX arXiv:2304.12322

Code (0)

등록된 구현이 없습니다.

Tasks

De-identificationText Detection

Methods 이 논문이 사용한 방법론

Library 설명 없음

Similar Papers 제목 키워드 기반

DIRI: Adversarial Patient Reidentification with Large Language Models for Evaluating Clinical Text Anonymization

2024-10-22 · John X. Morris, Thomas R. Campion, Sri Laasya Nutheti, Yifan Peng 외

Sharing protected health information (PHI) is critical for furthering biomedical research. Before data can be distributed, practitioners often perform deidentification to remove any PHI contained in the text. Contemporar…

De-identificationLanguage ModelingLanguage ModellingLarge Language Model+1

Face Deidentification with Generative Deep Neural Networks

2017-07-28 · Blaž Meden, Refik Can Malli, Sebastjan Fabijan, Hazim Kemal Ekenel 외

Face deidentification is an active topic amongst privacy and security researchers. Early deidentification methods relying on image blurring or pixelization were replaced in recent years with techniques based on formal an…

Pyclipse, a library for deidentification of free-text clinical notes

2023-11-05 · Callandra Moore, Jonathan Ranisau, Walter Nelson, Jeremy Petch 외

Automated deidentification of clinical text data is crucial due to the high cost of manual deidentification, which has been a barrier to sharing clinical text and the advancement of clinical natural language processing. …

De-Identification of Medical Imaging Data: A Comprehensive Tool for Ensuring Patient Privacy

2024-10-16 · Moritz Rempe, Lukas Heine, Constantin Seibold, Fabian Hörst 외

Medical data employed in research frequently comprises sensitive patient health information (PHI), which is subject to rigorous legal frameworks such as the General Data Protection Regulation (GDPR) or the Health Insuran…

De-identificationwhole slide images

Unsupervised Text Deidentification

2022-10-20 · John X. Morris, Justin T. Chiu, Ramin Zabih, Alexander M. Rush

Deidentification seeks to anonymize textual data prior to distribution. Automatic deidentification primarily uses supervised named entity recognition from human-labeled data points. We propose an unsupervised deidentific…

Named Entity RecognitionNamed Entity Recognition (NER)