Skip to content

Commit af200f1

Browse files
aymanechilahAymane Chilah
and
Aymane Chilah
authored
update pipelines (#1752)
Co-authored-by: Aymane Chilah <aymane.chilah@inetum.com>
1 parent 963c93f commit af200f1

3 files changed

+7
-5
lines changed

docs/_posts/aymanechilah/2025-02-19-dicom_deid_full_anonymization_en_3_4.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,9 @@ use_language_switcher: "Python-Scala-Java"
2020

2121
## Description
2222

23-
This is a pretrained pipeline designed for DICOM De-identification, aimed at removing all text within the images as well as most of the sensitive metadata tags. The model effectively identifies and eliminates personal identifiers and other confidential information, ensuring the privacy and security of medical images.
24-
25-
In addition to removing visible text within the image itself, the pipeline also processes and anonymizes the DICOM metadata, stripping out sensitive tags such as patient identifiers, physician information, and hospital details. This makes the pipeline an essential tool for preparing DICOM images for public sharing, research, or collaboration.
23+
This pipeline provides the highest level of anonymization by completely removing all identifying text from both the image and metadata. It is ideal for preparing DICOM files for public sharing, research, or regulatory compliance, ensuring that no traceable information remains.
2624

25+
Comprehensive removal: Eliminates all visible text within images and removes or anonymizes most metadata fields, including patient identifiers, physician details, and hospital information.
2726

2827
## Predicted Entities
2928

docs/_posts/aymanechilah/2025-02-19-dicom_deid_generic_augmented_minimal_en_3_4.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@ use_language_switcher: "Python-Scala-Java"
2020

2121
## Description
2222

23-
Pretrained pipeline for doing Dicom De-identification, attempting to remove the least possible amount of tags and image texts.
23+
This pipeline performs the least intrusive form of DICOM de-identification, removing only the most critical personal identifiers while preserving as much metadata as possible. It ensures that Protected Health Information (PHI) is stripped from both the image and metadata, but all non-sensitive details remain intact for research and analysis.
2424

25+
Minimal removal: Eliminates only Personally Identifiable Information (PII) from images and the most essential metadata fields while keeping the majority of the DICOM tags untouched.
2526

2627
## Predicted Entities
2728

docs/_posts/aymanechilah/2025-02-19-dicom_deid_generic_augmented_pseudonym_en_3_4.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ use_language_switcher: "Python-Scala-Java"
2020

2121
## Description
2222

23-
This is a pretrained pipeline designed for DICOM De-identification, focused on replacing sensitive metadata values with pseudonyms while ensuring the privacy of Protected Health Information (PHI). The model carefully anonymizes the metadata by replacing personal identifiers, such as patient names, IDs, and other sensitive details, with pseudonyms.
23+
This pipeline anonymizes DICOM metadata by replacing personal identifiers with pseudonyms instead of removing them. It ensures that PHI is no longer traceable while maintaining data integrity for longitudinal studies and collaborations.
24+
25+
Obfuscation mode: Removes PII from images and replaces sensitive metadata values (e.g., patient names, IDs) with randomized or pseudonymized data, preserving the overall structure and usability of the metadata.
2426

2527
## Predicted Entities
2628

0 commit comments

Comments
 (0)