particular, TRS has been used to characterize the
presence of erythema due to reactive hyperemia or
Stage I pressure ulcers (Hagisawa, 1994). While TRS
is a data-collection technique, the absorption data
have to be processed by an algorithm to detect and
quantify the erythema. In Riordan et al. (Riordan,
2001), five different algorithms have been compared.
The authors found that most algorithms demonstrated
adequate validity across all subjects. However,
spectroscopic techniques have certain limitations.
Firstly, they are a single point measurement, which
precludes them from providing additional clinical
parameters, e.g., redness surface size, which can be
used by dermatologists, alergologists, and other
clinical specialists. Secondly, it may require contact
with the skin, which is undesirable in many cases.
Finally, they are labor- and time-consuming and
require specialized equipment, which cannot be
universally available.
With the proliferation of smartphones and
improvements in their cameras, they have become
standard tools for healthcare professionals to measure
and document wounds and skin conditions. These
measurements are remote and non-invasive. More
importantly, they can be performed in any setting,
including the patient's home. Thus, the ability to
detect erythema using a smartphone can have a
significant clinical value.
This study aims to evaluate and compare several
estimators that can be used for automated erythema
detection using a smartphone's camera.
Skin detection and tissue type analysis are fairly
active research areas. Skin detection is important for
many applications (e.g., automated screening for
adult content detection). Tissue type analysis and
classification are important for wound care
applications.
These areas use multiple approaches, which
typically fall into a) traditional image processing
methods (e.g., Mukherjee et al. (Mukherjee, 2014)) or
b) Machine Learning (ML) algorithms, and
particularly deep neural networks (DNN) (e.g., Wang
at al. (Wang, 2015)). In some cases (see, for example,
Veredas et al. (Veredas, 2010) or Li et al. (Li, 2018)),
hybrid methods are used.
Skin detection and segmentation are well
performed using conversion into YCbCr color space
(see Brancati et al. (Brancati, 2017)). In YCbCr
space, skin colors for healthy skin are clustered in a
compact area, which can be approximated by an oval
(Hsu, 2002)).
Machine learning methods require labeled
images. While Swift Medical has its own database of
labeled wound images, in our first proof of concept
study, we did not use any ML approaches. The reason
for this is the following. While wound tissue types
(namely epithelial, granulation tissue, slough, and
eschar) can be considered "absolute," i.e., their colors
are independent of the color (tone) of the surrounding
skin, erythema colors are "relative" with respect to the
surrounding skin. Thus, wound tissue types are ideal
candidates for the ML, and particularly for DNN-
based algorithms. However, the "relativeness" of
erythema colors makes it possible to apply traditional
image segmentation techniques. Moreover,
traditional methods can be useful to derive and
quantify underlying physiological information.
While several attempts were made to develop and
analyze such classifiers before (e.g., Roullot et al.
(Roullot, 2005)), these studies were conducted in a
well-controlled lab environment on healthy
volunteers. While it is useful as a proof of concept and
benchmarking, it is not clear how these classifiers will
perform in real-life scenarios on patients with
wounds, dressings, etc. This article aims to evaluate
the performance of classifiers in a realistic setting on
wound care patients.
The article is structured as follows:
First, we discuss several potential estimators,
which can be derived from simple physiological
considerations.
Then, we discuss the cluster segmentation
algorithm to segment the erythema cluster.
Finally, we evaluate the estimators' performances.
2 METHODS
2.1 Estimators
We can try to select candidates for an erythema
estimator based on simple physiological
considerations. It is known that erythema is
characterized by an elevated blood supply. Thus, one
can expect that erythema will be accompanied by
reduced reflectance in the green range of the spectrum
(oxyhemoglobin absorption peaks) and
approximately the same tissue reflectance in the red
range of the spectrum (oxyhemoglobin absorption is
small).
Based on these considerations, we can consider
several potential candidates for estimators.
Diffey et al. (Diffey 1991) proposed 𝐸
log R
/R
. Here R
635
and R
525
are the
reflectances of the skin at 635nm and 525nm,
respectively. Based on this idea, we can start from the