paper-with-me

Papers

TorchIO: A Python library for efficient loading, preprocessing, augmentation and patch-based sampling of medical images in deep learning

2020-03-09 · Fernando Pérez-García, Rachel Sparks, Sébastien Ourselin

Processing of medical images such as MRI or CT presents unique challenges compared to RGB images typically used in computer vision. These include a lack of labels for large datasets, high computational costs, and metadata to describe the physical properties of voxels. Data augmentation is used to artificially increase the size of the training datasets. Training with image patches decreases the need for computational power. Spatial metadata needs to be carefully taken into account in order to ensure a correct alignment of volumes. We present TorchIO, an open-source Python library to enable efficient loading, preprocessing, augmentation and patch-based sampling of medical images for deep learning. TorchIO follows the style of PyTorch and integrates standard medical image processing libraries to efficiently process images during training of neural networks. TorchIO transforms can be composed, reproduced, traced and extended. We provide multiple generic preprocessing and augmentation operations as well as simulation of MRI-specific artifacts. Source code, comprehensive tutorials and extensive documentation for TorchIO can be found at https://torchio.rtfd.io/. The package can be installed from the Python Package Index running 'pip install torchio'. It includes a command-line interface which allows users to apply transforms to image files without using Python. Additionally, we provide a graphical interface within a TorchIO extension in 3D Slicer to visualize the effects of transforms. TorchIO was developed to help researchers standardize medical image processing pipelines and allow them to focus on the deep learning experiments. It encourages open science, as it supports reproducibility and is version controlled so that the software can be cited precisely. Due to its modularity, the library is compatible with other frameworks for deep learning with medical images.

📄 PDF Abstract BibTeX arXiv:2003.04696

Code (7)

fepegar/torchio 공식 구현 pytorch
DiamondLightSource/gas-hydrate-segmentation-unets pytorch
MitraDP/Pancreas-CT-image-and-volumetric-segmentation pytorch
MitraDP/Pancreas-CT-image-and-volumetric-semantic-segmentation pytorch
fepegar/SlicerTorchIO pytorch
kondratevakate/mri-epilepsy-segmentation pytorch
zl2860/InterpretableDL pytorch

Tasks

Data Augmentation

Similar Papers 제목 키워드 기반

fastMONAI: A low-code deep learning library for medical image analysis

2023-09-26 · Software Impacts 2023 9 · Satheshkumar Kaliyugarasan, Alexander S. Lundervold

We introduce fastMONAI, an open-source Python-based deep learning library for 3D medical imaging. Drawing upon the strengths of fastai, MONAI, and TorchIO, fastMONAI simplifies the use of advanced techniques for tasks li…

Medical Image AnalysisMedical Image ClassificationMedical Image Segmentationregression

MVOS_HSI: A Python Library for Preprocessing Agricultural Crop Hyperspectral Data

2026-04-08 · Rishik Aggarwal, Krisha Joshi, Pappu Kumar Yadav, Jianwei Qin 외 arxiv

Hyperspectral imaging (HSI) allows researchers to study plant traits non-destructively. By capturing hundreds of narrow spectral bands per pixel, it reveals details about plant biochemistry and stress that standard camer…

Data Augmentation

Augmenty: A Python Library for Structured Text Augmentation

2023-12-09 · Kenneth Enevoldsen

Augmnety is a Python library for structured text augmentation. It is built on top of spaCy and allows for augmentation of both the text and its annotations. Augmenty provides a wide range of augmenters which can be combi…

Dependency Parsingnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+3

scikit-fda: A Python Package for Functional Data Analysis

2022-11-04 · Carlos Ramos-Carreño, José Luis Torrecilla, Miguel Carbajo-Berrocal, Pablo Marcos 외

The library scikit-fda is a Python package for Functional Data Analysis (FDA). It provides a comprehensive set of tools for representation, preprocessing, and exploratory analysis of functional data. The library is built…

Model Selection

audb -- Sharing and Versioning of Audio and Annotation Data in Python

2023-03-01 · Hagen Wierstorf, Johannes Wagner, Florian Eyben, Felix Burkhardt 외

Driven by the need for larger and more diverse datasets to pre-train and fine-tune increasingly complex machine learning models, the number of datasets is rapidly growing. audb is an open-source Python library that suppo…

Management