You might also read
Articles linked to this work by shared authors, journal, and citation graph.
Updated: Jun 26, 2026

Artificial Intelligence Approaches to Assessing Primary Cilia
Published on: May 1, 2021
Quan Thanh Huynh1, Phuc Hoang Nguyen1,2, Hieu Xuan Le1
1Medical AI Co., Ltd., Ho Chi Minh City 700000, Vietnam.
This study introduces a smartphone-based artificial intelligence system designed to automatically identify acne lesions and determine the severity of the condition from facial photographs. By combining deep learning for object detection and machine learning for clinical grading, the tool provides a standardized way to assess skin health. This technology aims to assist both patients in monitoring their skin and clinicians in making more consistent diagnostic evaluations.
Area of Science:
Background:
No prior work had resolved the challenge of creating a unified, mobile-based diagnostic tool for standardized acne assessment. Researchers have long sought reliable methods to quantify skin lesion counts from consumer-grade photographs. That uncertainty drove the development of automated systems capable of processing diverse facial images. Prior research has shown that manual grading often suffers from subjective variability among different clinicians. This gap motivated the creation of a system that integrates lesion identification with clinical severity scales. Existing approaches frequently lacked the ability to distinguish between multiple lesion types while simultaneously providing a severity score. The field required a robust framework to bridge the divide between raw image capture and actionable clinical data. This study addresses these limitations by leveraging advanced computational models to process smartphone-acquired data.
Purpose Of The Study:
The study aims to develop an artificial intelligence system for the automated detection of acne and the grading of its severity. Researchers sought to address the need for objective tools that analyze facial images captured by standard smartphones. This motivation stems from the prevalence of acne and the profound impact it has on patients. The authors intended to create a reliable method for quantifying different types of skin lesions. They also aimed to provide a standardized severity score based on clinical assessment scales. This project was driven by the goal of assisting both patients and medical professionals in the diagnostic process. The researchers focused on bridging the gap between mobile photography and clinical-grade skin evaluation. By developing this system, they hoped to improve the accessibility of dermatological monitoring for individuals worldwide.
Main Methods:
The research team implemented a two-stage computational pipeline to process facial images. They utilized a deep learning architecture for the initial identification of specific skin lesions. A separate machine learning algorithm subsequently performed the classification of clinical severity. The investigators curated a large repository of labeled photographs captured via mobile hardware. This review approach involved training the models on a diverse set of images from multiple operating systems. The design prioritized the integration of object counts as the primary feature for the grading model. They evaluated the performance of the detection component using mean average precision metrics. Finally, the severity grading accuracy was assessed against established clinical benchmarks to validate the system utility.
Main Results:
The detection model achieved a mean average precision of 0.54 across the four specified lesion categories. The severity grading component reached a mean accuracy of 0.85 during testing. These findings from the literature indicate that the system successfully processes images from both iOS and Android devices. The researchers observed that the integration of lesion counts effectively informs the severity assessment process. The system correctly identified blackheads, whiteheads, papules, pustules, nodules, cysts, and scars. The grading performance remained consistent when utilizing the Investigator's Global Assessment scale as the ground truth. This data demonstrates that the dual-model approach provides reliable outputs for automated skin analysis. The results confirm that the system can handle the variability inherent in smartphone-captured facial imagery.
Conclusions:
The authors propose that their dual-model architecture provides a viable framework for automated dermatological assessment. This synthesis suggests that combining object detection with clinical grading improves the consistency of acne evaluation. The researchers indicate that their system effectively translates lesion counts into standardized severity scores. These findings imply that mobile-based diagnostics could support clinical workflows by providing objective baseline data. The authors note that their approach assists patients in gaining a better understanding of their specific skin conditions. They suggest that such tools offer a pathway toward more accessible dermatological monitoring for the general public. The study demonstrates that deep learning techniques are suitable for analyzing complex skin features from standard smartphone hardware. Future applications might leverage these models to enhance the precision of remote diagnostic consultations.
The system employs a Faster R-CNN model to identify four distinct lesion categories, including papules, pustules, nodules, cysts, and scars. These counts then serve as inputs for a LightGBM regressor, which calculates the final severity score based on the Investigator's Global Assessment scale.
The researchers utilized a dataset comprising 1,572 labeled facial images. These photographs were collected from both iOS and Android mobile devices to ensure broad compatibility across different smartphone platforms.
The Faster R-CNN architecture is necessary to isolate individual lesion objects from complex facial backgrounds. This detection capability allows the system to quantify specific acne types, which is a prerequisite for the subsequent severity grading step.
The LightGBM model acts as the grading component. It processes the numerical output from the detection model to assign a severity level, whereas the Faster R-CNN model functions as the feature extractor that identifies and counts the lesions.
The system achieved a mean average precision of 0.54 for detecting individual acne lesions. In contrast, the severity grading component demonstrated a mean accuracy of 0.85 when compared against clinical standards.
The authors propose that this technology supports doctors by providing standardized diagnostic assistance. They suggest this tool helps patients monitor their skin health, contrasting this with traditional methods that rely solely on subjective visual inspection.