2021
DOI: 10.3389/fcomp.2021.684521
|View full text |Cite
|
Sign up to set email alerts
|

Multi_Scale_Tools: A Python Library to Exploit Multi-Scale Whole Slide Images

Abstract: Algorithms proposed in computational pathology can allow to automatically analyze digitized tissue samples of histopathological images to help diagnosing diseases. Tissue samples are scanned at a high-resolution and usually saved as images with several magnification levels, namely whole slide images (WSIs). Convolutional neural networks (CNNs) represent the state-of-the-art computer vision methods targeting the analysis of histopathology images, aiming for detection, classification and segmentation. However, t… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

0
10
0

Year Published

2021
2021
2024
2024

Publication Types

Select...
7
2
1

Relationship

3
7

Authors

Journals

citations
Cited by 20 publications
(12 citation statements)
references
References 40 publications
0
10
0
Order By: Relevance
“…In this paper, multi-magnification images refer to images with different resolutions in the same field of view (FOV), while multi-scale images have different FOVs at the same or different resolutions. The method of multi-scale features [43] is thus different from those of the two we mentioned earlier. An example of each type of image pair is displayed in Fig.…”
Section: A Multi-magnification Histopathological Imagementioning
confidence: 90%
“…In this paper, multi-magnification images refer to images with different resolutions in the same field of view (FOV), while multi-scale images have different FOVs at the same or different resolutions. The method of multi-scale features [43] is thus different from those of the two we mentioned earlier. An example of each type of image pair is displayed in Fig.…”
Section: A Multi-magnification Histopathological Imagementioning
confidence: 90%
“…WSIs splitting is necessary to the gigapixel nature of WSIs, since modern GPUs hardware has limited memory and cannot handle large images. Images are split into patches of 224 × 224 pixels, extracted from magnification 10x, using Multi_Scale_Tools library 47 . The patch size is chosen considering that the ResNet34 backbone used as CNN requires this input data size.…”
Section: Methodsmentioning
confidence: 99%
“…Both WSIs and ROIs are split in patches of dimension 224x224 from magnification 10x, as shown in [11]. WSIs are split in a grid and only patches including tissue are extracted [12].…”
Section: Data Structure and Pre-processingmentioning
confidence: 99%