AI TECH
룰루랩은 전 세계 200만개 이상의 피부 데이터를 보유하고 있습니다.
전문평가기관 공인 92% 이상의 정확도는 당신의 피부를 누구보다 견고하게 분석해냅니다.
룰루랩은 전 세계 200만개 이상의 피부 데이터를 보유하고 있습니다.
전문평가기관 공인 92% 이상의 정확도는 당신의 피부를 누구보다 견고하게 분석해냅니다.
2023.06.23
Semin Kim; Chanhyuk Lee; Geunho Jung; Huisu Yoon; Jongha Lee
Facial acne is a common skin condition that can easily occur in oily skin. Since acne is a small area and its occurrence largely depends on the skin condition, it is difficult to detect it accurately. In this paper, we propose a new method for detecting f
APA: IEEE CBMS 2023
Abstract
Facial acne is a common skin condition that can
easily occur in oily skin. Since acne is a small area and its
occurrence largely depends on the skin condition, it is difficult
to detect it accurately. In this paper, we propose a new method
for detecting facial acne based on semantic segmentation. As the
layers in a typical CNN-based deep learning model become
deeper, the spatial dimension decreases and the number of
channels increases. However, since acne is a small object, its
spatial information can be lost as the layers get deeper, and it is
critical for detecting facial acne. To alleviate this problem, we
propose a center point loss, which maintains the center of the
acne even in the reduced spatial dimension of the layers and
improves the detection performance. First, we generated a
center point ground truth indicating the center of each acne
from an acne ground truth and applied two max-pooling layers
having different kernel sizes, respectively. Following that, center
point maps were obtained from the acne segmentation model's
two deep decoders, and center point losses were calculated with
the center point ground truth. In addition, a semantic
segmentation loss was computed by comparing the final feature
map and the acne ground truth. Finally, we used the center point
losses and the segmentation loss to train the acne segmentation
model. Our proposed method was tested using images obtained
from a commercial image acquisition system using facial skin
analysis equipment. In our experiments, the performance was
improved by using the center point loss, which showed higher
IoU performance than the existing deep supervision method that
used multi-losses for decoders.