Littérature scientifique sur le sujet « Medical image anonymization »
Créez une référence correcte selon les styles APA, MLA, Chicago, Harvard et plusieurs autres
Consultez les listes thématiques d’articles de revues, de livres, de thèses, de rapports de conférences et d’autres sources académiques sur le sujet « Medical image anonymization ».
À côté de chaque source dans la liste de références il y a un bouton « Ajouter à la bibliographie ». Cliquez sur ce bouton, et nous générerons automatiquement la référence bibliographique pour la source choisie selon votre style de citation préféré : APA, MLA, Harvard, Vancouver, Chicago, etc.
Vous pouvez aussi télécharger le texte intégral de la publication scolaire au format pdf et consulter son résumé en ligne lorsque ces informations sont inclues dans les métadonnées.
Articles de revues sur le sujet "Medical image anonymization"
Ueda, Satoshi. « Activities for Anonymization in Image Medical Systems ». Japanese Journal of Radiological Technology 75, no 9 (2019) : 1109–11. http://dx.doi.org/10.6009/jjrt.2019_jsrt_75.9.1109.
Texte intégralGießler, Fina, Maximilian Thormann, Bernhard Preim, Daniel Behme et Sylvia Saalfeld. « Facial Feature Removal for Anonymization of Neurological Image Data ». Current Directions in Biomedical Engineering 7, no 1 (1 août 2021) : 130–34. http://dx.doi.org/10.1515/cdbme-2021-1028.
Texte intégralSun, Hanxi, Jason Plawinski, Sajanth Subramaniam, Amir Jamaludin, Timor Kadir, Aimee Readie, Gregory Ligozio, David Ohlssen, Mark Baillie et Thibaud Coroller. « A deep learning approach to private data sharing of medical images using conditional generative adversarial networks (GANs) ». PLOS ONE 18, no 7 (6 juillet 2023) : e0280316. http://dx.doi.org/10.1371/journal.pone.0280316.
Texte intégralShibata, Hisaichi, Shouhei Hanaoka, Takahiro Nakao, Tomohiro Kikuchi, Yuta Nakamura, Yukihiro Nomura, Takeharu Yoshikawa et Osamu Abe. « Practical Medical Image Generation with Provable Privacy Protection Based on Denoising Diffusion Probabilistic Models for High-Resolution Volumetric Images ». Applied Sciences 14, no 8 (20 avril 2024) : 3489. http://dx.doi.org/10.3390/app14083489.
Texte intégralYordanova, Mariana. « Recent Applications of Cloud Computing in Medical Imaging : Advances in Medical Image Analysis and Storage of Medical Imaging Data ». Advances in Social Sciences Research Journal 11, no 5 (31 mai 2024) : 267–71. http://dx.doi.org/10.14738/assrj.115.16941.
Texte intégralJeong, Yeon Uk, Soyoung Yoo, Young-Hak Kim et Woo Hyun Shim. « De-Identification of Facial Features in Magnetic Resonance Images : Software Development Using Deep Learning Technology ». Journal of Medical Internet Research 22, no 12 (10 décembre 2020) : e22739. http://dx.doi.org/10.2196/22739.
Texte intégralDavid Odera. « A survey on techniques, methods and security approaches in big data healthcare ». Global Journal of Engineering and Technology Advances 14, no 2 (28 février 2023) : 093–106. http://dx.doi.org/10.30574/gjeta.2023.14.2.0035.
Texte intégralChin, Trisha J. M., Gillian X. M. Chin, James Sutherland, Andrew Coon, Colin Morton et Colin Fleming. « BT24 Pseudonymization for artificial intelligence skin lesion datasets : a real-world feasibility study ». British Journal of Dermatology 191, Supplement_1 (28 juin 2024) : i199—i200. http://dx.doi.org/10.1093/bjd/ljae090.421.
Texte intégralSulema, Ye S., et A. I. Dychka. « Software system of automatic identification and distributed storage of patient medical data ». System technologies 3, no 146 (11 mai 2023) : 134–48. http://dx.doi.org/10.34185/1562-9945-3-146-2023-13.
Texte intégralCordeiro, Natália, Gil Facina, Afonso Nazário, Vanessa Sanvido, Joaquim Araujo Neto, Morgana Silva et Simone Elias. « Abstract PO2-29-02 : Towards Precision Medicine in Breast Imaging : A Novel Open Mammography Database with Tailor-Made 3D Image Retrieval for Artificial Intelligence and Teaching ». Cancer Research 84, no 9_Supplement (2 mai 2024) : PO2–29–02—PO2–29–02. http://dx.doi.org/10.1158/1538-7445.sabcs23-po2-29-02.
Texte intégralThèses sur le sujet "Medical image anonymization"
Li, Huiyu. « Exfiltration et anonymisation d'images médicales à l'aide de modèles génératifs ». Electronic Thesis or Diss., Université Côte d'Azur, 2024. http://www.theses.fr/2024COAZ4041.
Texte intégralThis thesis aims to address some specific safety and privacy issues when dealing with sensitive medical images within data lakes. This is done by first exploring potential data leakage when exporting machine learning models and then by developing an anonymization approach that protects data privacy.Chapter 2 presents a novel data exfiltration attack, termed Data Exfiltration by Compression (DEC), which leverages image compression techniques to exploit vulnerabilities in the model exporting process. This attack is performed when exporting a trained network from a remote data lake, and is applicable independently of the considered image processing task. By exploring both lossless and lossy compression methods, this chapter demonstrates how DEC can effectively be used to steal medical images and reconstruct them with high fidelity, using two public CT and MR datasets. This chapter also explores mitigation measures that a data owner can implement to prevent the attack. It first investigates the application of differential privacy measures, such as Gaussian noise addition, to mitigate this attack, and explores how attackers can create attacks resilient to differential privacy. Finally, an alternative model export strategy is proposed which involves model fine-tuning and code verification.Chapter 3 introduces the Generative Medical Image Anonymization framework, a novel approach to balance the trade-off between preserving patient privacy while maintaining the utility of the generated images to solve downstream tasks. The framework separates the anonymization process into two key stages: first, it extracts identity and utility-related features from medical images using specially trained encoders; then, it optimizes the latent code to achieve the desired trade-off between anonymity and utility. We employ identity and utility encoders to verify patient identities and detect pathologies, and use a generative adversarial network-based auto-encoder to create realistic synthetic images from the latent space. During optimization, we incorporate these encoders into novel loss functions to produce images that remove identity-related features while maintaining their utility to solve a classification problem. The effectiveness of this approach is demonstrated through extensive experiments on the MIMIC-CXR chest X-ray dataset, where the generated images successfully support lung pathology detection.Chapter 4 builds upon the work from Chapter 4 by utilizing generative adversarial networks (GANs) to create a more robust and scalable anonymization solution. The framework is structured into two distinct stages: first, we develop a streamlined encoder and a novel training scheme to map images into a latent space. In the second stage, we minimize the dual-loss functions proposed in Chapter 3 to optimize the latent representation of each image. This method ensures that the generated images effectively remove some identifiable features while retaining crucial diagnostic information. Extensive qualitative and quantitative experiments on the MIMIC-CXR dataset demonstrate that our approach produces high-quality anonymized images that maintain essential diagnostic details, making them well-suited for training machine learning models in lung pathology classification.The conclusion chapter summarizes the scientific contributions of this work, and addresses remaining issues and challenges for producing secured and privacy preserving sensitive medical data
Chapitres de livres sur le sujet "Medical image anonymization"
Shin, Hoo-Chang, Neil A. Tenenholtz, Jameson K. Rogers, Christopher G. Schwarz, Matthew L. Senjem, Jeffrey L. Gunter, Katherine P. Andriole et Mark Michalski. « Medical Image Synthesis for Data Augmentation and Anonymization Using Generative Adversarial Networks ». Dans Simulation and Synthesis in Medical Imaging, 1–11. Cham : Springer International Publishing, 2018. http://dx.doi.org/10.1007/978-3-030-00536-8_1.
Texte intégral« Cybersecurity in Medical Sector ». Dans Advances in Web Technologies and Engineering, 117–48. IGI Global, 2024. http://dx.doi.org/10.4018/978-1-6684-8686-3.ch005.
Texte intégralKokomoto, Kazuma, Rena Okawa, Kazuhiko Nakano et Kazunori Nozaki. « Panoramic Radiograph Generation and Image Reconstruction from Latent Vectors Using a Generative Adversarial Network ». Dans Studies in Health Technology and Informatics. IOS Press, 2024. http://dx.doi.org/10.3233/shti231263.
Texte intégralAlicherif, Nora. « Privacy Preserving in the Medical Sector ». Dans Advanced Bioinspiration Methods for Healthcare Standards, Policies, and Reform, 221–39. IGI Global, 2022. http://dx.doi.org/10.4018/978-1-6684-5656-9.ch012.
Texte intégralHudedagaddi, Deepthi P., et B. K. Tripathy. « Clustering Approaches in Decision Making Using Fuzzy and Rough Sets ». Dans Handbook of Research on Fuzzy and Rough Set Theory in Organizational Decision Making, 116–36. IGI Global, 2017. http://dx.doi.org/10.4018/978-1-5225-1008-6.ch006.
Texte intégralActes de conférences sur le sujet "Medical image anonymization"
Chen, Wei-Yu, Mulder Yu et Ceasar Sun. « Architecture and Building the Medical Image Anonymization Service : Cloud, Big Data and Automation ». Dans 2021 International Conference on Electronic Communications, Internet of Things and Big Data (ICEIB). IEEE, 2021. http://dx.doi.org/10.1109/iceib53692.2021.9686426.
Texte intégralSuzuki, H., M. Amano, M. Kubo, Y. Kawata, N. Niki et H. Nishitani. « Anonymization server system for DICOM images ». Dans Medical Imaging, sous la direction de Steven C. Horii et Katherine P. Andriole. SPIE, 2007. http://dx.doi.org/10.1117/12.709947.
Texte intégralPiano, Luca, Pietro Basci, Fabrizio Lamberti et Lia Morra. « Harnessing Foundation Models for Image Anonymization ». Dans 2024 IEEE Gaming, Entertainment, and Media Conference (GEM). IEEE, 2024. http://dx.doi.org/10.1109/gem61861.2024.10585484.
Texte intégral