Figure 1: Example of Whole Slide Image.
to establish an automatic cartography of WSI. The
main objective is to propose a decision support tool to
help the pathologist to interpret the information con-
tained by the WSI.
It is widely accepted that segmentation of a full
gigapixel WSI is “impossible” due to time and mem-
ory constraints. We will show that it is in fact possi-
ble to segment such a large image in reasonable time
with minimum memory requirements. Furthermore,
the unexpected potential of simple color histogram to
describe complex textures will be illustrated.
Compared to former works on WSI analysis,
our contributions are: (i) an efficient computational
framework enabling the processing of WSI in reason-
able time, (ii) an efficient texture descriptor based on
an automatic quantification of color histograms and
(iii) a multiclass supervised classification based on
expert annotations allowing a complete cartography
of the WSI.
The paper is organized in 4 sections. First, ex-
isting approaches to analyze WSI are presented (Sec-
tion 2), followed by the different steps of the method
(Section 3). Then, experiments on WSI of breast can-
cer samples are described to evaluate the benefits of
this approach (Section 4). Finally, we conclude and
present some perspectives (Section 5).
2 RELATED WORK
As optical microscopy image analysis is a specific
field of image analysis, a great variety of general tech-
niques to extract or identify regions already exists.
The main distinctive characteristic of the whole slide
images (WSI) is their very large size, which makes
impossible the application of number of conventional
processing, despite of their potential interest.
Signolle and Plancoulaine (Signolle et al., 2008)
use a multi-resolution approach based on the wavelet
theory to identify the different biological components
in the image, according to their texture. The main
limitation of this approach is its speed: about 1 hour to
analyze a sub-image of size 2048 × 2048 pixels, and
several hundred hours for a complete image (60000 ×
40000 pixels).
To overcome this drawback, several methods have
been developed to avoid the need for analyzing entire
images at full resolution. Thus, Huang et al. (Huang
et al., 2010) noted that, to determine the histopatho-
logical grade of invasive ductal breast cancer using a
medical scale called Nottingham Grading System (El-
ston and Ellis, 1991; Tavassoli and Devilee, 2003),
it is important to detect areas of “nuclear pleomor-
phism” (i.e. areas presenting variability in the size
and shapes of cells or their nuclei), but such detection
is not possible at low resolution. So, they propose a
hybrid method based on two steps: (i) the identifica-
tion of regions of interest at low resolution, (ii) multi-
scale resolution algorithm to detect nuclear pleiomor-
phism in the regions of interest identified previously.
In addition, through the use of GPU technology, it is
possible to analyze a WSI in about 10 minutes, which
is comparable to the time for a human pathologist.
Indeed, the same technology is used by Ruiz (Ruiz
et al., 2007) to analyze an entire image (50000 ×
50000) in a few dozen seconds by splitting the im-
age into independent blocks. To manage even larger
images (dozen of gigapixel) and perform more com-
plex analyzes, Sertel (Sertel et al., 2009) uses a clas-
sifier that starts on low-resolution data, and only uses
higher resolutions if the current resolution does not
provide a satisfactory classification. In the same way,
Roullier (Roullier et al., 2011) proposed a multi-
resolution segmentation method based on a model
of the pathologist activity, starting from the coars-
est to the finest resolution: each region of interest
determined at one resolution is partitioned into 2 at
the higher resolution, through a clustering performed
in the color space. This unsupervised classification
can be performed in about 30 minutes (without paral-
lelism) on an image of size 45000 × 30000 pixels.
More recently, Homeyer (Homeyer et al., 2013)
used supervised classification on tile-based multi-
scale texture descriptors to detect necrosis in gi-
gapixel WSI in less than a minute. Their method
shares some traits with our own, but we have a more
straightforward workflow and use simpler texture de-
scriptors on which we will elaborate more later.
The characteristics of our method compared to
former ones are summarized in Table 1.
VISAPP2014-InternationalConferenceonComputerVisionTheoryandApplications
310