paper-with-me

Papers

pymia: A Python package for data handling and evaluation in deep learning-based medical image analysis

2020-10-07 · Alain Jungo, Olivier Scheidegger, Mauricio Reyes, Fabian Balsiger

Background and Objective: Deep learning enables tremendous progress in medical image analysis. One driving force of this progress are open-source frameworks like TensorFlow and PyTorch. However, these frameworks rarely address issues specific to the domain of medical image analysis, such as 3-D data handling and distance metrics for evaluation. pymia, an open-source Python package, tries to address these issues by providing flexible data handling and evaluation independent of the deep learning framework. Methods: The pymia package provides data handling and evaluation functionalities. The data handling allows flexible medical image handling in every commonly used format (e.g., 2-D, 2.5-D, and 3-D; full- or patch-wise). Even data beyond images like demographics or clinical reports can easily be integrated into deep learning pipelines. The evaluation allows stand-alone result calculation and reporting, as well as performance monitoring during training using a vast amount of domain-specific metrics for segmentation, reconstruction, and regression. Results: The pymia package is highly flexible, allows for fast prototyping, and reduces the burden of implementing data handling routines and evaluation methods. While data handling and evaluation are independent of the deep learning framework used, they can easily be integrated into TensorFlow and PyTorch pipelines. The developed package was successfully used in a variety of research projects for segmentation, reconstruction, and regression. Conclusions: The pymia package fills the gap of current deep learning frameworks regarding data handling and evaluation in medical image analysis. It is available at https://github.com/rundherum/pymia and can directly be installed from the Python Package Index using pip install pymia.

📄 PDF Abstract BibTeX arXiv:2010.03639

Code (1)

rundherum/pymia 공식 구현 tf

Tasks

Deep LearningMedical Image Analysisregression

Similar Papers 제목 키워드 기반

torchosr -- a PyTorch extension package for Open Set Recognition models evaluation in Python

2023-05-16 · Joanna Komorniczak, Pawel Ksieniewicz

The article presents the torchosr package - a Python package compatible with PyTorch library - offering tools and methods dedicated to Open Set Recognition in Deep Neural Networks. The package offers two state-of-the-art…

Open Set Learning

PTRAIL - A python package for parallel trajectory data preprocessing

2021-08-26 · SoftwareX 2021 8 · Salman Haidri, Yaksh J. Haranwala, Vania Bogorny, Chiara Renso 외

Trajectory data represent a trace of an object that changes its position in space over time. This kind of data is complex to handle and analyze, since it is generally produced in huge quantities, often prone to errors g…

Position

PTRAIL -- A python package for parallel trajectory data preprocessing

2021-08-26 · Salman Haidri, Yaksh J. Haranwala, Vania Bogorny, Chiara Renso 외

Trajectory data represent a trace of an object that changes its position in space over time. This kind of data is complex to handle and analyze, since it is generally produced in huge quantities, often prone to errors ge…

Feature EngineeringPositionTrajectory Modeling

SuSi: Supervised Self-Organizing Maps for Regression and Classification in Python

2019-03-26 · Felix M. Riese, Sina Keller

In many research fields, the sizes of the existing datasets vary widely. Hence, there is a need for machine learning techniques which are well-suited for these different datasets. One possible technique is the self-organ…

BIG-bench Machine LearningGeneral Classificationregression

An Empirical Study of Vulnerabilities in Python Packages and Their Detection

2025-09-04 · Haowei Quan, Junjie Wang, Xinzhe Li, Terry Yue Zhuo 외 arxiv

In the rapidly evolving software development landscape, Python stands out for its simplicity, versatility, and extensive ecosystem. Python packages, as units of organization, reusability, and distribution, have become a …

Vulnerability Detection