paper-with-me

Papers

Image Distillation for Safe Data Sharing in Histopathology

2024-06-19 · Zhe Li, Bernhard Kainz

Histopathology can help clinicians make accurate diagnoses, determine disease prognosis, and plan appropriate treatment strategies. As deep learning techniques prove successful in the medical domain, the primary challenges become limited data availability and concerns about data sharing and privacy. Federated learning has addressed this challenge by training models locally and updating parameters on a server. However, issues, such as domain shift and bias, persist and impact overall performance. Dataset distillation presents an alternative approach to overcoming these challenges. It involves creating a small synthetic dataset that encapsulates essential information, which can be shared without constraints. At present, this paradigm is not practicable as current distillation approaches only generate non human readable representations and exhibit insufficient performance for downstream learning tasks. We train a latent diffusion model and construct a new distilled synthetic dataset with a small number of human readable synthetic images. Selection of maximally informative synthetic images is done via graph community analysis of the representation space. We compare downstream classification models trained on our synthetic distillation data to models trained on real data and reach performances suitable for practical application.

📄 PDF Abstract BibTeX arXiv:2406.13536

Code (1)

ZheLi2020/InfoDist 공식 구현 pytorch

Tasks

Dataset DistillationPrognosis

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…
NON 설명 없음
Latent Diffusion Model Diffusion models applied to latent spaces, which are normally built with (Variational) Autoencoders.

Similar Papers 제목 키워드 기반

Dataset Distillation for Histopathology Image Classification

2024-08-19 · Cong Cong, Shiyu Xuan, Sidong Liu, Maurice Pagnucco 외

Deep neural networks (DNNs) have exhibited remarkable success in the field of histopathology image analysis. On the other hand, the contemporary trend of employing large models and extensive datasets has underscored the …

ClassificationDataset Distillationimage-classificationImage Classification

Enhancing Weakly-Supervised Histopathology Image Segmentation with Knowledge Distillation on MIL-Based Pseudo-Labels

2024-07-14 · Yinsheng He, Xingyu Li, Roger J. Zemp

Segmenting tumors in histological images is vital for cancer diagnosis. While fully supervised models excel with pixel-level annotations, creating such annotations is labor-intensive and costly. Accurate histopathology i…

Image SegmentationKnowledge DistillationModel OptimizationMultiple Instance Learning+2

A Morphology Focused Diffusion Probabilistic Model for Synthesis of Histopathology Images

2022-09-27 · Puria Azadi Moghadam, Sanne Van Dalen, Karina C. Martin, Jochen Lennerz 외

Visual microscopic study of diseased tissue by pathologists has been the cornerstone for cancer diagnosis and prognostication for more than a century. Recently, deep learning methods have made significant advances in the…

Color Normalization

GUIDE-US: Grade-Informed Unpaired Distillation of Encoder Knowledge from Histopathology to Micro-UltraSound

2026-02-22 · Emma Willis, Tarek Elghareb, Paul F. R. Wilson, Minh Nguyen Nhat To 외 arxiv

Purpose: Non-invasive grading of prostate cancer (PCa) from micro-ultrasound (micro-US) could expedite triage and guide biopsies toward the most aggressive regions, yet current models struggle to infer tissue micro-struc…

Image Registration

Dataset Distillation for Medical Dataset Sharing

2022-09-29 · Guang Li, Ren Togo, Takahiro Ogawa, Miki Haseyama

Sharing medical datasets between hospitals is challenging because of the privacy-protection problem and the massive cost of transmitting and storing many high-resolution medical images. However, dataset distillation can …

Dataset Distillation