
Renal CT Image Classification Based on Densely Connected
Convolutional Networks
Guangjie Qian
Data Science and Big Data Technology, Changzhou University, Changzhou, Jiangsu, 213164, China
Keywords: DenseNet121, CNN, Image Classification, Kidney Disease.
Abstract: In response to the current situation of the increasing incidence of kidney diseases worldwide, the efficiency
of traditional clinical diagnosis may not be enough to cope with future needs. Compared with traditional
methods of clinical diagnosis, the automatic classification of renal computed tomography (CT) images based
on convolutional neural networks (CNN) in this study has the potential to significantly improve the efficiency
and accuracy of clinical diagnosis. In the paper, the Densely Connected Convolutional Networks 121
(DenseNet121) model is selected for training on 12,446 CT images, which include categories such as kidney
cysts, kidney stones, tumors, and normal tissues. The model training was performed using an early stopping
strategy and multi-cycle validation loss assessment. Subsequently, the model was tested on an independent
test set to achieve an impressive accuracy of 0.9351 and a precision of 0.9393. The experiments conducted in
this study have garnered a good response, and their high accuracy could potentially enhance the efficiency of
clinical diagnosis and provide better safety for patients.
1 INTRODUCTION
Nowadays, the incidence of renal diseases has
become higher due to factors such aspersonal life
habits and deterioration of the external environment
(Zhang et al., 2019). Kidneys are one of the very
important organs in the human body, which are
responsible for maintaining various functions of the
body. Such as metabolism, fluid balance, and
endocrine functions. Therefore, kidney disease may
have a serious impact on health. Therefore, the ability
to accurately and quickly determine kidney health is
crucial for the timely detection, prevention, and
treatment of kidney diseases.
Currently, most of the clinical diagnosis of kidney
health is done manually by testing of CT (Zhang et
al., 2019). CT, as a medical imaging technique,
utilizes X-rays and computer technology to produce
detailed cross-sectional images of the internal
structures of the body (Goldman, 2007). These scans
offer clearer and more detailed images than ordinary
X-rays, enabling doctors to accurately view organs,
blood vessels, and more within the body. Kidney
diseases, including kidney cysts and kidney stones,
are likely to grow in the patient base with the effects
of frequent diseases and an aging population.
Therefore, the efficiency of traditional manual CT
diagnosis may need some image recognition
algorithms to improve in the future.
At the present time, deep learning has been
applied to the problem of kidney CT image
classification, and CNNs are widely used in several
tasks of image processing (Alzu’bi et al., 2022;
Mehedi et al., 2022). Such as VGG16, ResNet,
MobileNetV2, they all play an important role in this
problem.
The dataset is made up of 12,446 distinct entries,
encompassing 3,709 instances of cysts, 5,077 normal
samples, 1,377 cases of stones, and 2,283 occurrences
of tumors (Islam et al., 2022). The study uses deep
learning model DenseNet121, Adam optimization,
and other methods. The main research process is as
follows: firstly, data preprocessing and data
enhancement are carried out on the original data, and
a model is constructed to classify and analyze renal
CT images using the DenseNet121 deep learning
framework. Then the loss rate, accuracy, precision,
recall, and other indexes of the model are tested on an
independent validation set to evaluate the model
(Arulananth et al., 2024; Magboo & Magboo, 2024),
and the classification result graphs of the test are
output at the same time.
This paper is divided into several parts: the first
and current part is the introduction; the second part
outlines the main methodology used in the study,
Qian and G.
Renal CT Image Classification Based on Densely Connected Convolutional Networks.
DOI: 10.5220/0013510200004619
In Proceedings of the 2nd International Conference on Data Analysis and Machine Learning (DAML 2024), pages 115-119
ISBN: 978-989-758-754-2
Copyright © 2025 by Paper published under CC license (CC BY-NC-ND 4.0)
115