Startseite Optimal diagnosis of the skin cancer using a hybrid deep neural network and grasshopper optimization algorithm
Artikel Open Access

Optimal diagnosis of the skin cancer using a hybrid deep neural network and grasshopper optimization algorithm

  • Gengluo Li EMAIL logo und Giorgos Jimenez
Veröffentlicht/Copyright: 11. März 2022

Abstract

When skin cells divide abnormally, it can cause a tumor or abnormal lymph fluid or blood. The masses appear benign and malignant, with the benign being limited to one area and not spreading, but some can spread throughout the body through the body’s lymphatic system. Skin cancer is easier to diagnose than other cancers because its symptoms can be seen with the naked eye. This makes us to provide an artificial intelligence-based methodology to diagnose this cancer with higher accuracy. This article proposes a new non-destructive testing method based on the AlexNet and Extreme Learning Machine network to provide better results of the diagnosis. The method is then optimized based on a new improved version of the Grasshopper optimization algorithm (GOA). Simulation of the proposed method is then compared with some different state-of-the-art methods and the results showed that the proposed method with 98% accuracy and 93% sensitivity has the highest efficiency.

1 Introduction

The skin is the protective layer of the body that covers it all around and protects us from sunlight, heat, cold, superficial damage such as wounds and scratches, infection, and penetration of bacteria and viruses. Between the various layers of skin, there are two main layers called the epidermis and dermis that act as a protector. The dermis is a layer that contains blood, hair follicles, and glands. The epidermis contains three main types of cells called squamous cells, basal cells, and melanocytes.

When skin cells divide abnormally, it can cause a tumor or abnormal lymph fluid or blood. The masses appear benign and malignant, with the benign being limited to one area and not spreading, but some can spread throughout the body through the body’s lymphatic system [1]. Skin cancer is easier to diagnose than other cancers because its symptoms can be seen with the naked eye.

The most common causes of skin cancer are exposure to ultraviolet (UV) rays from direct sunlight or exposure to chemicals produced by certain types of light bulbs [2]. These two factors alter the DNA of the cells we talked about above, altering the growth and development of these cells and turning them into cancerous masses [3].

The initial formation of cancer in an organ is called primary cancer. A malignant mass that has not yet spread to other parts of the body is called a local. These masses can grow into their blood vessels by attacking the surrounding tissues. Secondary cancer or metastasis occurs when cancer cells grow elsewhere and form a new mass.

Therefore, the initial diagnosis of skin cancer can be so useful for the early detection of this cancer. Diagnosis of skin cancer is usually possible with a biopsy. But in most cases, this method is a suffering process in both pain and time for the patient. Recently, methods such as dermoscopy have been used to help diagnose suspected lesions, but ultimately a skin biopsy should be used to diagnose the nature of any suspected skin lesions. In recent years, research has been conducted on methods for rapid and accurate diagnosis of skin cancer from dermoscopic images with different diagnostic accuracy. For example, Zhang et al. [4] analyzed the diagnose of skin diseases using an optimum Convolution Neural Network (CNN). Quick diagnose of skin melanoma helps prevent the disease. One of the most widely used methods in the diagnosis of skin diseases is the use of image processing. In this study, a new method of CNN based on the Whale optimization algorithm was used to diagnose melanoma.

Xu et al. [5] diagnosed melanoma diseases using the K-Fuzzy C-, a technique based on the development of the Red fox optimization (RFO) algorithm. In this study, an optimum pipeline process was used to accurately detect the melanoma spots from dermoscopic images. First, after pre-processing of the image, areas of the skin were divided into parts by the C-means Kernel Fuzzy technique. Then, the main features of the divided skin are optimally selected by the optimized algorithm. The results showed that the optimum K-Fuzzy C-means was the accurate diagnosis of melanoma spots on the skin. K-Fuzzy C- a technique based on the development of the RFO algorithm provided more accurate and reliable results in the classification of the skin and the detection of melanoma spots on the skin.

Tan et al. [6] used an intelligent technique to detect melanoma spots on the skin. They used Particle swarm optimization (PSO) methods and deep learning techniques. The deep CNN is optimized by the PSO model. In this research, the PSO method was used to optimize the identification of melanoma areas on the skin. The results of the developed deep CNN were compared with classical methods and statistical tests. The results showed that developed deep CNN had a better ability to detect damaged areas of the skin and melanoma spots compared to classical methods.

Parsian et al. [7] detected melanoma spots in dermoscopic images using the Wildebeest herd optimization (WHO) algorithm. A common method for diagnosing skin cancer is a non-invasive dermatoscopic method based on ocular inference. Therefore, it is difficult for specialists to diagnose melanoma spots on the skin. Therefore, the use of artificial intelligence techniques can increase the accuracy of diagnosing melanoma. In this study, deep learning optimized by WHO algorithm was used to detect melanoma spots on the skin. The suggested model was implemented on the ISIC-2008 skin cancer dataset. The data analysis showed that this method has a high ability to diagnose the disease.

Khamparia et al. [8] used the deep learning method to detect the cancerous spots on the skin. Diagnosis and classification of skin cancer in the early stages of development can increase the possibility of recovery of patients. For this purpose, the CNN was used to distinguish benign from malignant spots. Observation of the results showed good performance of the CNN in the diagnosis and classification of malignant skin lesions.

It can be observed from the literature that there are different research works for the diagnosis of skin cancer from dermoscopy. The results also show that using metaheuristic algorithms for this purpose is exponentially increasing. This study uses a hybrid technique based on deep learning and metaheuristics for the diagnosis of skin cancer. The new metaheuristic is based on an improved version of the Grasshopper optimization algorithm (GOA) which provides results with higher accuracy and precision.

2 Materials and methods

2.1 Dataset

The designed module is an optimized deep learning-based system that includes a general form to diagnose cancer from the input images, directly. The designed diagnosis in this study has been programmed in MATLAB R2019b environment and its results are verified by applying to a database, called PH2 [9]. The PH2 database includes some different dermoscopic images that are gathered from the Dermatology Service of Hospital Pedro Hispano (Matosinhos, Portugal) under identical conditions. The dataset includes 8-bit 768 × 560 resolution RGB color images. The total dataset includes 200 dermoscopic images with 80 atypical nevi, 80 common nevi, and 40 melanomas. This database is available at: https://www.fc.up.pt/addi/ph2%20database.html.

The training and the test data for the benchmarks are set at 80 and 20%, respectively. Figure 1 shows some samples in the PH2 dataset in this study.

Figure 1 
                  Some samples of the PH2 dataset in this study.
Figure 1

Some samples of the PH2 dataset in this study.

2.2 AlexNet

AlexNet is a family of deep neural networks and a subdivision of the CNN, which is designed by Alex Krizhevsky and Ilya Sutskever, and Geoffrey Hinton [18]. The Alex network does well the diagnosis targets, for example, the classification of the ImageNet dataset with high precision [10]. In this study, we used the batch normalization (BN) technique for improving the AlexNet reliability to be used as a diagnostic system in skin cancer detection. Due to the higher complexity of the database images because of their higher variance in terms of brightness, the distributions of the inputs in AlexNet are different in each layer. This process increases the complexity of the system elapsed time during training of the parameters with good initialization. To resolve this problem, BN has been utilized [11]. With CNN training based on the minibatch technique, a normalization transform is used by the activations of the layer to recall the constant means and variances. So, with a random valuation of a set of variables, ( x i : i = 1 , 2 , , n ) , that S defines their mini-batch values, i.e., S = [ z 1 , z 2 , , z n ] , their mean value and variance are formulated as follows:

(1) mean S = 1 N j = 1 N z i ,

(2) StD S 2 = 1 N j = 1 N ( z i mean S ) 2 .

Consequently, the normalized values ( x i ^ ) are modeled as follows:

(3) z i ^ = z i mean S StD S 2 + ε ,

where ε is used for preventing steadiness.

Since, in some cases, the normalized activations are not the purpose of the learning goal, the following transformation is used for that target:

(4) y i = a + b × z ˆ i ,

where a and b are two adjustable parameters in the minibatch.

By considering the BN, the speed for training in the CNNs has been accelerated, such that their independence increases from the initial values of the parameters. Furthermore, BN adjusts and enhances the networkability generalization.

2.3 Extreme learning machine (ELM)

Because of the dependency of the AlexNet to the previous fully connected layers, it is better to improve it to get better results. Therefore, the network is combined with a popular efficient network, called ELM. This report presents the model and its relationship with SVM-based models. These models are in the field of binary classification. Of course, with techniques such as the one against all and one against one, they can be developed in several categories. The ELM is a simplified integration of the PSVM, LS-SVM, and regulatory algorithms. The hidden layers of the ELM model do not need to be tuned, and these layer functions are determined. Therefore, this network has been used for improving the accuracy of the model. A general form of an ELM model has been illustrated in Figure 2.

Figure 2 
                  A general form of an ELM model.
Figure 2

A general form of an ELM model.

In Figure 2, b defines the bias of the hidden layer, w , and β describe the input and output weights, respectively, x and O represent the input and output.

An important reason for utilizing the ELM network along with AlexNet for skin cancer diagnosis is that it doesn’t need more iterations for training, which enhances its efficiency in terms of convergence.

With assuming a training set M :

(5) M = [ ( x 1 , t 1 ) , ( x 2 , t 2 ) , , ( x n , t n ) ] ,

where x i and t i represent the input vector and label, respectively.

The output matrix for hidden layer H has been obtained by the following equation:

(6) H = l = 1 N f i × ( w i x i + b i ) , l = 1 , 2 , , L ,

where N describes the number of hidden nodes and f ( ) represents the hidden layer activation function. Finally, the target is to deliver the ELM model output, like the actual sample labels, that is:

(7) H θ = T ,

where T = [ t 1 , t 2 , , t L ] .

So, the θ obtained by the following equation:

(8) θ = H t T ,

where t defines the pseudo-inverse operator.

As mentioned before, the ELM model has been used to replace the preceding layers to decrease the complexity of the system for the diagnosis purpose.

One important case in designing the weights and biases in the conventional methods is that they are selected randomly. Here to provide a more optimal model for this study, the weights and biases are selected optimally based on a new improved version of the GOA.

3 Improved GOA

3.1 The concept of GOA

GOA optimization algorithm was presented for the first time in the year 2017 by Hamian et al. [12]. The proposed algorithm is mathematically modeled and proposed inspired by grasshopper attack behavior in nature to solve optimization problems. Grasshoppers are small insects. But because of the damage, they do to agricultural products, they are a serious pest for crops. Although grasshoppers are usually found alone in the wild, they belong to the largest group of insects. The size of a group of grasshoppers can be on a continental scale and can be a big nightmare to the farmers. A unique aspect of grasshoppers is their group behavior in childhood and adulthood. Millions of baby grasshoppers jump and move like rolling hoses, eating and destroying almost every product in their path.

When they grow up, they form groups in the air and travel long distances to migrate. The main feature of the grasshopper group in the larval stage is their slow movement and small steps. In contrast, sudden movement is the main feature of larger grasshoppers. Searching for food is another important feature of the grasshopper group.

The main article of the GOA claims that grasshopper life inherently has both exploitation and exploration. In this way, immature grasshoppers have smooth and continuous movements, and next to them, adult grasshoppers have completely random and mutant movements. Therefore, they have the role of exploitation and exploration, respectively. As a result, modeling the GOA leads to the creation of a powerful and appropriate algorithm [13].

Therefore, if this behavior is mathematically modeled, a new nature-inspired algorithm can be designed. The mathematical model used to simulate the group behavior of grasshoppers is as follows:

(9) X i = S i + G i + A i ,

where X i is the position of the i grasshopper, S i   is the social interaction, G i   is the gravitational force in the i grasshopper, and A i   is the horizontal motion of the wind. Note that to create a random behavior, the equation can be written as X i = r 1 S i + r 2 G i + r 3 A i where r 1 ,   r 2 , and r 3 are random numbers in the range [ 0 ,   1 ] . The S i   function, which defines social interaction, is calculated as follows:

(10) S i = j N = s ( d i j ) d ˆ i j , j i ,

where d i j   is the distance between grasshopper i and grasshopper j and is calculated as d i j = X j X i , S is a function to define the power of social forces, and d ` i j = X j X i d i j is a single vector of grasshopper i to the grasshopper j . The function S , which defines social forces, is calculated as follows:

(11) S ( r ) = f e r l e r ,

where f represents the adsorption intensity and l represents the adsorption length scale. The G i   factor in Equation is calculated as follows:

(12) G i = g e ¯ g ,

where g is the constant of gravity and e g represents a single vector toward the center of the earth. The factor A i   in equation is calculated as follows:

(13) A i = u e ¯ w ,

where u is a floating object constant and e w is a unit vector in the wind direction. Baby grasshoppers have no wings. As a result, their motion is highly dependent on the wind direction. By substituting G , S , and A in Equation this equation can be defined as follows:

(14) X i = j = 1 , i j N s ( X j X i ) X j X i d i j g × e ¯ g + u × e ¯ w .

The situation update is as follows:

(15) X i = β × j = 1 , i j N β × u b d l b d 2 × s × ( x j d x i d ) × x j x i d i j + T ¯ d ,

where   u b d   is the upper range in the D dimension, l b d is the low range in the D dimension, d is the value of the D dimension in the target (the best solution obtained), and β   is the reduction coefficient to minimize the neutral zone and the gravity-repulsion zone.

The equation shows that the next position of a grasshopper is defined based on the current position, the target position, and the position of the other grasshoppers. Note that the first factor in this equation is the current position of the grasshopper relative to the other grasshoppers. Keep in mind that all grasshoppers need to be able to determine the position of the search agents around the target.

To balance exploration and exploitation, a parameter is needed to reduce repetition. This increases the utilization factor, while also increasing the repetition rate. Parameter β   has been used twice in the above equation for the following reasons:

  1. Intra-sigma coefficient β   reduces the gravitational-repulsive zone and the neutral zone between the grasshoppers.

  2. The coefficient β   outside Sigma strikes a balance between exploration and exploitation

To balance the two characteristics of exploration and operation, the update coefficient is considered as a geometric sequence, which is calculated as follows:

(16) β = β max It MaxIt w ( β max β min ) ,

where β max is the maximum value and β min is the minimum value, w is the geometric coefficient, it is the current iteration, and MaxIt is the maximum number of iterations. For this purpose, the update coefficient w is calculated as follows:

(17) W = W max i t W max W min MaxIt ,

where W max is the maximum and W min is the minimum, it is the current iteration, and MaxIt is the maximum iteration.

3.2 Improved GOA

The original GOA has some shortcomings like premature convergence and lower consistency. This issue motivates us to design an improved version of this algorithm with modifications on it about the aforementioned issues. Here we used two modifications to improve the algorithm.

3.2.1 The quasi-oppositional learning (quasi-OBL)

Quasi-oppositional learning is studied here to improve the convergence speed of the algorithm. Based on the OBL mechanism, the randomly generated candidate has been compared with its symmetric value to select the best one during the process [14].

By considering the i th integer ( X i ) in a D-dimensional search space with Lb and Ub as lower and upper limitations, the symmetric value has been obtained by the following equation:

(18) X ¯ i = Lb i + Ub i X i ,

where, i = 1 , 2 , , D .

Besides, the quasi-opposite value ( X ˘ i ) of the i th integer ( X i ) is obtained by the following equation:

(19) X ˘ i = r and ( X i , 0.5 × Lb i + Ub i ) .

3.2.2 Merit function (MF)

The MF is another modification that can be utilized for improving the algorithm consistency. This mechanism provides a proper balance between exploration and exploitation. Based on this mechanism, the optimization process begins with large steps (exploration), and then, it gradually decreases its steps (exploitation). The MF can be formulated as follows:

(20) X ( t + 1 ) = m F ( X i 1 ) m F ( X i 1 ) X ( t ) , m F ( X i ) m F ( X i 1 ) X i , m F ( X i ) < m F ( X i 1 ) ,

where m F ( X i ) describes the MF that is obtained as follows:

(21) m F ( X i ) = X i T g ( X i ) X ( t ) T g ( X i ) g ( X i ) g ( X ( t ) ) 2 + ( X i ) 2 ( X 0 ) 2 ,

where X 0 and T g ( X i ) signify random value and the gradient vector of g ( X i j ) at point X i .

3.3 Algorithm authentication

To validate the effectiveness of the proposed improved GOA, it has been applied to four standard benchmark functions including two unimodal and two multimodal basic functions including Schwefel 2.22 function, Sphere function, Quartic function, and Rosenbrock function. The studied functions are explained completely in the following.

Schwefel 2.22: a function with 30 dimensions that is limited in the range [−10, 10]. The formula for this function is as follows:

(22) F 1 ( x ) = i = 1 n | X i | + i = 1 n | x i | .

Sphere: a function with 30 dimensions that is limited in the range [−100, 100]. The mathematical formula for this function is as follows:

(23) F 2 ( x ) = i = 1 n x i 2 .

Quartic: a function with 30 dimensions that is limited in the range [−128, 128]. The mathematical formula for this function is as follows:

(24) F 3 ( x ) = i = 1 n i x i 4 + random [ 0 , 1 )   .

Rosenbrock: a function with 30 dimensions that is limited in the range [−30, 30]. The mathematical formula for this function is as follows:

(25) F 4 ( x ) = i = 1 n 1 [ 100 ( x i + 1 x i 2 ) 2 + ( x i 1 ) 2 ] ,

where the minimum value of all the abovementioned functions is 0.

To verify the efficiency of the proposed improved GOA, it is compared with some popular and new algorithms including Black hole (BH) [15], Multi-verse optimizer (MVO) [16], Emperor penguin optimizer (EPO) [17], and the original GOA [18].

  1. BH [15]:

    a = [ 0 , 1 ] ; number of stars = 100

  2. MVO [16]:

    Traveling distance rate = [0.6, 1]; Wormhole existence prob. = [0.2, 1]

  3. EPO [17]

    A = 1 ; T = 100 ; M = 2 ; f = 2 ; S = 1 ; l = 1.5 .

  4. Bat Optimization [19]

    α = 0.9 ; γ = 0.9 .

  5. GOA [12]

c min = 1 ; c max = 0.00001 .

Due to the stochastic behavior of the presented improved GOA, it is run 30 times, independently.

To get a fair analysis, the maximum iteration number is set at 200 and the population size is set at 35. The programming has been implemented on a 64-bit MATLAB R2019b environment. The configuration of the system is given in Table 1.

Table 1

The configuration of the system

Name Setting
Hardware Intel® Core™ i7-4720HQ
CPU 1.60 GHz
RAM 16 GB
Frequency 1.99 GHz
Operating system Windows 10
Programming software MATLAB R2019b

Table 2 indicates the simulation results of the presented improved GOA and its comparison with some state-of-the-art metaheuristics based on the mean value (MEAN) and the standard deviation (SD) value.

Table 2

The simulation results of the suggested improved GOA compared with other studied algorithms

Algorithm Sphere Schwefel 2.22 Quartic Rosenbrock
BH [15] Min 6.5483 0.0125 0.0098 8.2547
Max 3.2648 × 102 2.2648 × 102 1.3471 × 103 0.2871 × 104
AVE 2.2543 × 102 2.0147 × 102 2.8471 × 103 25.3487
SD 2.0582 × 104 1.9347 × 102 2.0841 × 103 20.3481
MVO [16] Min 5.0348 1.0095 1.0041 2.4275
Max 254.3547 25.3147 9.1079 32.1284
AVE 145.2648 11.2647 5.2217 25.2647
SD 98.3547 10.2648 4.9647 14.2517
EPO [17] Min 3.9824 5.3473 × 10−3 2.859 × 10−3 1.2174
Max 201.6484 9.6471 5.0054 2.0364
AVE 82.2648 7.0021 2.0417 0.8217
SD 75.2648 5.0647 1.1654 0.6314
GOA [18] Min 1.2543 1.3481 × 10−5 1.2517 × 10−6 2.2581 × 10−7
Max 95.3487 1.6471 × 10−4 4.2476 × 10−5 0.6174 × 10−6
AVE 6.2648 1.1048 × 10−4 3.1507 × 10−5 1.6174 × 10−6
SD 44.2648 0.9421 × 10−4 4.5973 × 10−5 1.3416 × 10−6
IGOA Min 0.9358 6.3247 × 10−9 5.0641 × 10−10 3.5176 × 10−12
Max 55.0254 1.6471 × 10−8 1.9437 × 10−9 0.3728 × 10−11
AVE 2.3647 1.2517 × 10−8 2.6351 × 10−9 1.3481 × 10−11
SD 1.0254 1.1638 × 10−8 2.1647 × 10−9 1.0581 × 10−11

As can be inferred from Table 2, the presented IGOA has the minimum value of the results in terms of the mean value for all four benchmark functions which indicates the better accuracy of this algorithm toward the comparative algorithms. Also, on checking the standard deviation in the proposed algorithm, the minimum value of this parameter in the functions shows its higher consistency toward the other state-of-the-art algorithms.

4 The proposed network

This part of the article explains the method of optimization for the proposed combined AlexNet and ELM net by considering the batch normalized technique and the design improved GOA. The method starts with a pre-trained AlexNet for extracting the features from the dermoscopy images. To resolve the internal covariate shifting problem, BN is performed on the layers. Because of the number of classes in this study, i.e., cancerous and normal, the last three layers of the pre-trained network should be modified. Because the default output number for this network is 1,000 nodes.

We also added six numbers of normalization layers, after the convolution and pooling layers. Finally, the ELM network has been addended as the classifier part of the AlexNet. The best numbers of the layers are achieved based on trials and errors. For optimal designing of the ELM model, its weights and biases are optimally selected based on the proposed improved GOA. To use the proposed IGOA for the network optimization, the following objective function has been utilized:

(26) f ( w , b ) = j = 1 N ( d j y j ) 2 ,

where N defines the number of training samples, d and y i describe the output of the ELM network and the image label, respectively.

5 Experimental results

The performance analysis has been evaluated based on six parameters, accuracy, specificity, precision, F1 score, sensitivity, and Matthew’s correlation coefficient (MCC). The mathematical model of the mentioned measure formulations has been given below:

(27) Specificity = TN TN + FP × 100 ,

(28) Accuracy = TP + TN TP + TN + FP + FN × 100 ,

(29) Precision = TP TP + FP × 100 ,

(30) Sensitivity = TP TP + FN × 100 ,

(31) F 1 -score = 2 × Precision × Sensitivity Precision + Sensitivity × 100 ,

(32) MCC = TP × TN TP × FN ( TP + FP ) × ( TP + FN ) × ( TN + FP ) × ( TN + FN ) × 100 ,

where TP, TN, FP, and FN represent the true positive, true negative, false positive, and false negative, respectively.

Table 3 illustrates the performance analysis of the proposed method toward some other state-of-the-art methods including AlexNet [20], CNN [21], and RCNN [22] (Figure 3).

Table 3

The performance analysis of the proposed method toward some other state of the art methods

Method Accuracy Precision Specificity F1-score Sensitivity MCC
AlexNet [20] 0.85 0.95 0.97 0.86 0.77 0.56
CNN [21] 0.97 0.94 0.95 0.95 0.94 0.91
RCNN [22] 0.90 0.91 0.94 0.95 0.90 0.88
AlexNet-ELM-IGOA 0.98 0.96 0.98 0.94 0.93 0.91
Figure 3 
               The classification analysis of the proposed method toward some other state of the art methods.
Figure 3

The classification analysis of the proposed method toward some other state of the art methods.

From Table 3, it has been experimentally proved that the proposed AlexNet-ELM-IGOA technique outperforms the other analyzed methods. For more clarification, it is clear that the proposed methodology with 98% accuracy, 96% precision, 96% specificity, 94% F1-score, 93% sensitivity, and 91% MCC has the highest values for all the measurements.

To provide more analysis for the proposed AlexNet-ELM-IGOA technique, its results are compared with some other methods including Brinker et al. [23], Mustafa and Kimura [24], Babino et al. [25], Hagerty et al. [26], and Bi et al. [27] from literature. To perform the analysis, sensitivity, accuracy, specificity, and negative predictive value (NPV), and positive predictive value (PPV) measures are utilized where:

(33) PPV = TP TP + FP × 100 ,

(34) NPV = TN TN + FN × 100 ,

The comparison results of the simulation are given in Table 4.

Table 4

The comparison results of the simulation

Method Sensitivity Specificity PPV NPV Accuracy
Proposed Method 0.93 0.98 0.86 0.88 0.98
Brinker et al. [23] 0.84 0.86 0.78 0.81 0.84
Bi et al. [27] 0.79 0.75 0.68 0.87 0.75
Hagerty et al. [26] 0.75 0.72 0.64 0.83 0.72
Mustafa and Kimura [24] 0.74 0.72 0.63 0.85 0.70
Babino et al. [25] 0.80 0.88 0.79 0.76 0.82

To provide a graphical clarification, the results are also shown in Figure 4.

Figure 4 
               The classification analysis of the proposed method toward some other state of the art methods.
Figure 4

The classification analysis of the proposed method toward some other state of the art methods.

As can be seen from Table 3 and Figure 4, the proposed method has the highest accuracy again which shows its superiority toward the second series comparative algorithms; however, Brinker et al. and Babino et al. methods with 84 and 82% are placed in the second and the third ranks. Then, Bi’s method with 75% accuracy, Hagerty’s method with 72%, and Mustafa’s with 70% accuracy are in the next positions. Likewise, the proposed method with 93% sensitivity provides the highest reliability in solving the diagnosis problem. A higher value of the specificity (98%) of the proposed method toward the others specifies its sophisticated occurrence-independent values.

6 Conclusion

Melanoma is the most dangerous skin cancer with a high mortality rate, and the most worrying thing is that the more fashionable tanning becomes in the world, the higher the incidence of this disease. The main benefit of diagnosing the first symptoms of melanoma is seeing a doctor and getting treatment very quickly, which will be more helpful. One non-destructive test for this purpose is to use dermoscopy images. To reduce human errors, recently, image processing and artificial intelligence techniques have been utilized. Therefore, in this study, a new configuration of the deep learning based on the AlexNet and ELM network was utilized to provide better results of the diagnosis. To get better results, the weights and biases of the network were optimally selected based on an improved version of the GOA. The final results showed that the proposed method with 98% accuracy and 93% sensitivity provides the highest accuracy compared to the other methods.

  1. Funding information: The authors received no financial support for the research, authorship, and/or publication of this article.

  2. Conflict of interest: Authors state no conflict of interest.

  3. Data availability statement: The database for our study is available in: https://www.fc.up.pt/addi/ph2%20database.html.

References

[1] Pejin B, Jovanovic KK, Mojovic M, Savic AG. New and highly potent antitumor natural products from marine-derived fungi: covering the period from 2003 to 2012. Curr Top Medicinal Chem. 2013 Nov 1;13(21):2745–66.10.2174/15680266113136660197Suche in Google Scholar PubMed

[2] Pejin B, Mojovic M, Savic AG. Novel and highly potent antitumour natural products from cnidarians of marine origin. Nat Product Res. 2014 Dec 17;28(24):2237–44.10.1080/14786419.2014.934241Suche in Google Scholar PubMed

[3] Pejin B, Jovanovic KK, Savic AG. New antitumour natural products from marine red algae: covering the period from 2003 to 2012. Mini Rev Medicinal Chem. 2015 Jan 1;15(9):720–30.10.2174/1389557515666150511152251Suche in Google Scholar PubMed

[4] Zhang N, Cai YX, Wang YY, Tian YT, Wang XL, Badami B. Skin cancer diagnosis based on optimized convolutional neural network. Artif Intell Med. 2020 Jan 1;102:101756.10.1016/j.artmed.2019.101756Suche in Google Scholar PubMed

[5] Xu Z, Sheykhahmad FR, Ghadimi N, Razmjooy N. Computer-aided diagnosis of skin cancer based on soft computing techniques. Open Med. 2020 Jan 1;15(1):860–71.10.1515/med-2020-0131Suche in Google Scholar PubMed PubMed Central

[6] Tan TY, Zhang L, Lim CP. Intelligent skin cancer diagnosis using improved particle swarm optimization and deep learning models. Appl Soft Comput. 2019 Nov 1;84:105725.10.1016/j.asoc.2019.105725Suche in Google Scholar

[7] Parsian A, Ramezani M, Ghadimi N. A hybrid neural network-gray wolf optimization algorithm for melanoma detection. Biomed Res (0970-938X). 2017 Nov 18;28(8):3408–11.Suche in Google Scholar

[8] Khamparia A, Singh PK, Rani P, Samanta D, Khanna A, Bhushan B. An internet of health things-driven deep learning framework for detection and classification of skin cancer using transfer learning. Trans Emerg Telecommun Technol. 2021 Jul;32(7):e3963.10.1002/ett.3963Suche in Google Scholar

[9] Leng H, Li X, Zhu J, Tang H, Zhang Z, Ghadimi N. A new wind power prediction method based on ridgelet transforms, hybrid feature selection and closed-loop forecasting. Adv Eng Inform. 2018 Apr 1;36:20–30.10.1016/j.aei.2018.02.006Suche in Google Scholar

[10] Hagh MT, Ebrahimian H, Ghadimi N. Hybrid intelligent water drop bundled wavelet neural network to solve the islanding detection by inverter-based DG. Front Energy. 2015 Mar;9(1):75–90.10.1007/s11708-014-0337-3Suche in Google Scholar

[11] Razmjooy N, Sheykhahmad FR, Ghadimi N. A hybrid neural network–world cup optimization algorithm for melanoma detection. Open Med. 2018 Jan 1;13(1):9–16.10.1515/med-2018-0002Suche in Google Scholar PubMed PubMed Central

[12] Hamian M, Darvishan A, Hosseinzadeh M, Lariche MJ, Ghadimi N, Nouri A. A framework to expedite joint energy-reserve payment cost minimization using a custom-designed method based on mixed integer genetic algorithm. Eng Appl Artif Intell. 2018 Jun 1;72:203–12.10.1016/j.engappai.2018.03.022Suche in Google Scholar

[13] Ghadimi N. A new hybrid algorithm based on optimal fuzzy controller in multimachine power system. Complexity. 2015;21.1:78–93.10.1002/cplx.21544Suche in Google Scholar

[14] Razmjooy N, Ramezani M, Ghadimi N. Imperialist competitive algorithm-based optimization of neuro-fuzzy system parameters for automatic red-eye removal. Int J Fuzzy Syst. 2017 Aug;19(4):1144–56.10.1007/s40815-017-0305-2Suche in Google Scholar

[15] Mirzapour F, Lakzaei M, Varamini G, Teimourian M, Ghadimi N. A new prediction model of battery and wind-solar output in hybrid power system. J Ambient Intell Humanized Comput. 2019 Jan;10(1):77–87.10.1007/s12652-017-0600-7Suche in Google Scholar

[16] Khodaei H, Hajiali M, Darvishan A, Sepehr M, Ghadimi N. Fuzzy-based heat and power hub models for cost-emission operation of an industrial consumer using compromise programming. Appl Therm Eng. 2018 Jun 5;137:395–405.10.1016/j.applthermaleng.2018.04.008Suche in Google Scholar

[17] Dhiman G, Kumar V. Emperor penguin optimizer: a bio-inspired algorithm for engineering problems. Knowl Syst. 2018 Nov 1;159:20–50.10.1016/j.knosys.2018.06.001Suche in Google Scholar

[18] Abualigah L, Yousri D, Abd Elaziz M, Ewees AA, Al-qaness MA, Gandomi AH. Aquila Optimizer: a novel metaheuristic optimization algorithm. Computers Ind Eng. 2021 Jul 1;157:107250.10.1016/j.cie.2021.107250Suche in Google Scholar

[19] Yang XS, Gandomi AH. Bat algorithm: a novel approach for global engineering optimization. Eng Comput. 2012;29:464–83.10.1108/02644401211235834Suche in Google Scholar

[20] Hosny KM, Kassem MA, Fouad MM. Classification of skin lesions into seven classes using transfer learning with AlexNet. J Digital Imaging. 2020;33(5):1325–34.10.1007/s10278-020-00371-9Suche in Google Scholar PubMed PubMed Central

[21] Chabi Adjobo E, Sanda Mahama AT, Gouton P, Tossa J. Proposition of convolutional neural network based system for skin cancer detection. In 2019 15th International Conference on Signal-Image Technology & Internet-Based Systems (SITIS). 2019. p. 35–39, 10.1109/SITIS.2019.00018.10.1109/SITIS.2019.00018Suche in Google Scholar

[22] Liu J, Chen C, Liu Z, Jermsittiparsert K, Ghadimi N. An IGDT-based risk-involved optimal bidding strategy for hydrogen storage-based intelligent parking lot of electric vehicles. J Energy Storage. 2020 Feb 1;27:101057.10.1016/j.est.2019.101057Suche in Google Scholar

[23] Brinker TJ, Hekler A, Enk AH, Berking C, Haferkamp S, Hauschild A, et al. Deep neural networks are superior to dermatologists in melanoma image classification. Eur J Cancer. 2019 Sep 1;119:11–7.10.1016/j.ejca.2019.05.023Suche in Google Scholar PubMed

[24] Mustafa S, Kimura A. A SVM-based diagnosis of melanoma using only useful image features. In 2018 International Workshop on Advanced Image Technology (IWAIT). IEEE; 2018.10.1109/IWAIT.2018.8369646Suche in Google Scholar

[25] Babino G, Lallas A, Agozzino M, Alfano R, Apalla Z, Brancaccio G, et al. Melanoma diagnosed on digital dermoscopy monitoring: a side-by-side image comparison is needed to improve early detection. J Am Acad Dermatol. 2021 Sep 1;85(3):619–25.10.1016/j.jaad.2020.07.013Suche in Google Scholar PubMed

[26] Hagerty JR, Stanley RJ, Almubarak HA, Lama N, Kasmi R, Guo P, et al. Deep learning and handcrafted method fusion: higher diagnostic accuracy for melanoma dermoscopy images. IEEE J Biomed Health Inform. 2019 Jan 4;23(4):1385–91.10.1109/JBHI.2019.2891049Suche in Google Scholar PubMed

[27] Bi L, Kim J, Ahn E, Kumar A, Feng D, Fulham M. Step-wise integration of deep class-specific learning for dermoscopic image segmentation. Pattern Recognit. 2019 Jan 1;85:78–89.10.1016/j.patcog.2018.08.001Suche in Google Scholar

Received: 2021-06-29
Revised: 2022-01-25
Accepted: 2022-01-26
Published Online: 2022-03-11

© 2022 Gengluo Li and Giorgos Jimenez, published by De Gruyter

This work is licensed under the Creative Commons Attribution 4.0 International License.

Artikel in diesem Heft

  1. Research Articles
  2. AMBRA1 attenuates the proliferation of uveal melanoma cells
  3. A ceRNA network mediated by LINC00475 in papillary thyroid carcinoma
  4. Differences in complications between hepatitis B-related cirrhosis and alcohol-related cirrhosis
  5. Effect of gestational diabetes mellitus on lipid profile: A systematic review and meta-analysis
  6. Long noncoding RNA NR2F1-AS1 stimulates the tumorigenic behavior of non-small cell lung cancer cells by sponging miR-363-3p to increase SOX4
  7. Promising novel biomarkers and candidate small-molecule drugs for lung adenocarcinoma: Evidence from bioinformatics analysis of high-throughput data
  8. Plasmapheresis: Is it a potential alternative treatment for chronic urticaria?
  9. The biomarkers of key miRNAs and gene targets associated with extranodal NK/T-cell lymphoma
  10. Gene signature to predict prognostic survival of hepatocellular carcinoma
  11. Effects of miRNA-199a-5p on cell proliferation and apoptosis of uterine leiomyoma by targeting MED12
  12. Does diabetes affect paraneoplastic thrombocytosis in colorectal cancer?
  13. Is there any effect on imprinted genes H19, PEG3, and SNRPN during AOA?
  14. Leptin and PCSK9 concentrations are associated with vascular endothelial cytokines in patients with stable coronary heart disease
  15. Pericentric inversion of chromosome 6 and male fertility problems
  16. Staple line reinforcement with nebulized cyanoacrylate glue in laparoscopic sleeve gastrectomy: A propensity score-matched study
  17. Retrospective analysis of crescent score in clinical prognosis of IgA nephropathy
  18. Expression of DNM3 is associated with good outcome in colorectal cancer
  19. Activation of SphK2 contributes to adipocyte-induced EOC cell proliferation
  20. CRRT influences PICCO measurements in febrile critically ill patients
  21. SLCO4A1-AS1 mediates pancreatic cancer development via miR-4673/KIF21B axis
  22. lncRNA ACTA2-AS1 inhibits malignant phenotypes of gastric cancer cells
  23. circ_AKT3 knockdown suppresses cisplatin resistance in gastric cancer
  24. Prognostic value of nicotinamide N-methyltransferase in human cancers: Evidence from a meta-analysis and database validation
  25. GPC2 deficiency inhibits cell growth and metastasis in colon adenocarcinoma
  26. A pan-cancer analysis of the oncogenic role of Holliday junction recognition protein in human tumors
  27. Radiation increases COL1A1, COL3A1, and COL1A2 expression in breast cancer
  28. Association between preventable risk factors and metabolic syndrome
  29. miR-29c-5p knockdown reduces inflammation and blood–brain barrier disruption by upregulating LRP6
  30. Cardiac contractility modulation ameliorates myocardial metabolic remodeling in a rabbit model of chronic heart failure through activation of AMPK and PPAR-α pathway
  31. Quercitrin protects human bronchial epithelial cells from oxidative damage
  32. Smurf2 suppresses the metastasis of hepatocellular carcinoma via ubiquitin degradation of Smad2
  33. circRNA_0001679/miR-338-3p/DUSP16 axis aggravates acute lung injury
  34. Sonoclot’s usefulness in prediction of cardiopulmonary arrest prognosis: A proof of concept study
  35. Four drug metabolism-related subgroups of pancreatic adenocarcinoma in prognosis, immune infiltration, and gene mutation
  36. Decreased expression of miR-195 mediated by hypermethylation promotes osteosarcoma
  37. LMO3 promotes proliferation and metastasis of papillary thyroid carcinoma cells by regulating LIMK1-mediated cofilin and the β-catenin pathway
  38. Cx43 upregulation in HUVECs under stretch via TGF-β1 and cytoskeletal network
  39. Evaluation of menstrual irregularities after COVID-19 vaccination: Results of the MECOVAC survey
  40. Histopathologic findings on removed stomach after sleeve gastrectomy. Do they influence the outcome?
  41. Analysis of the expression and prognostic value of MT1-MMP, β1-integrin and YAP1 in glioma
  42. Optimal diagnosis of the skin cancer using a hybrid deep neural network and grasshopper optimization algorithm
  43. miR-223-3p alleviates TGF-β-induced epithelial-mesenchymal transition and extracellular matrix deposition by targeting SP3 in endometrial epithelial cells
  44. Clinical value of SIRT1 as a prognostic biomarker in esophageal squamous cell carcinoma, a systematic meta-analysis
  45. circ_0020123 promotes cell proliferation and migration in lung adenocarcinoma via PDZD8
  46. miR-22-5p regulates the self-renewal of spermatogonial stem cells by targeting EZH2
  47. hsa-miR-340-5p inhibits epithelial–mesenchymal transition in endometriosis by targeting MAP3K2 and inactivating MAPK/ERK signaling
  48. circ_0085296 inhibits the biological functions of trophoblast cells to promote the progression of preeclampsia via the miR-942-5p/THBS2 network
  49. TCD hemodynamics findings in the subacute phase of anterior circulation stroke patients treated with mechanical thrombectomy
  50. Development of a risk-stratification scoring system for predicting risk of breast cancer based on non-alcoholic fatty liver disease, non-alcoholic fatty pancreas disease, and uric acid
  51. Tollip promotes hepatocellular carcinoma progression via PI3K/AKT pathway
  52. circ_0062491 alleviates periodontitis via the miR-142-5p/IGF1 axis
  53. Human amniotic fluid as a source of stem cells
  54. lncRNA NONRATT013819.2 promotes transforming growth factor-β1-induced myofibroblastic transition of hepatic stellate cells by miR24-3p/lox
  55. NORAD modulates miR-30c-5p-LDHA to protect lung endothelial cells damage
  56. Idiopathic pulmonary fibrosis telemedicine management during COVID-19 outbreak
  57. Risk factors for adverse drug reactions associated with clopidogrel therapy
  58. Serum zinc associated with immunity and inflammatory markers in Covid-19
  59. The relationship between night shift work and breast cancer incidence: A systematic review and meta-analysis of observational studies
  60. LncRNA expression in idiopathic achalasia: New insight and preliminary exploration into pathogenesis
  61. Notoginsenoside R1 alleviates spinal cord injury through the miR-301a/KLF7 axis to activate Wnt/β-catenin pathway
  62. Moscatilin suppresses the inflammation from macrophages and T cells
  63. Zoledronate promotes ECM degradation and apoptosis via Wnt/β-catenin
  64. Epithelial-mesenchymal transition-related genes in coronary artery disease
  65. The effect evaluation of traditional vaginal surgery and transvaginal mesh surgery for severe pelvic organ prolapse: 5 years follow-up
  66. Repeated partial splenic artery embolization for hypersplenism improves platelet count
  67. Low expression of miR-27b in serum exosomes of non-small cell lung cancer facilitates its progression by affecting EGFR
  68. Exosomal hsa_circ_0000519 modulates the NSCLC cell growth and metastasis via miR-1258/RHOV axis
  69. miR-455-5p enhances 5-fluorouracil sensitivity in colorectal cancer cells by targeting PIK3R1 and DEPDC1
  70. The effect of tranexamic acid on the reduction of intraoperative and postoperative blood loss and thromboembolic risk in patients with hip fracture
  71. Isocitrate dehydrogenase 1 mutation in cholangiocarcinoma impairs tumor progression by sensitizing cells to ferroptosis
  72. Artemisinin protects against cerebral ischemia and reperfusion injury via inhibiting the NF-κB pathway
  73. A 16-gene signature associated with homologous recombination deficiency for prognosis prediction in patients with triple-negative breast cancer
  74. Lidocaine ameliorates chronic constriction injury-induced neuropathic pain through regulating M1/M2 microglia polarization
  75. MicroRNA 322-5p reduced neuronal inflammation via the TLR4/TRAF6/NF-κB axis in a rat epilepsy model
  76. miR-1273h-5p suppresses CXCL12 expression and inhibits gastric cancer cell invasion and metastasis
  77. Clinical characteristics of pneumonia patients of long course of illness infected with SARS-CoV-2
  78. circRNF20 aggravates the malignancy of retinoblastoma depending on the regulation of miR-132-3p/PAX6 axis
  79. Linezolid for resistant Gram-positive bacterial infections in children under 12 years: A meta-analysis
  80. Rack1 regulates pro-inflammatory cytokines by NF-κB in diabetic nephropathy
  81. Comprehensive analysis of molecular mechanism and a novel prognostic signature based on small nuclear RNA biomarkers in gastric cancer patients
  82. Smog and risk of maternal and fetal birth outcomes: A retrospective study in Baoding, China
  83. Let-7i-3p inhibits the cell cycle, proliferation, invasion, and migration of colorectal cancer cells via downregulating CCND1
  84. β2-Adrenergic receptor expression in subchondral bone of patients with varus knee osteoarthritis
  85. Possible impact of COVID-19 pandemic and lockdown on suicide behavior among patients in Southeast Serbia
  86. In vitro antimicrobial activity of ozonated oil in liposome eyedrop against multidrug-resistant bacteria
  87. Potential biomarkers for inflammatory response in acute lung injury
  88. A low serum uric acid concentration predicts a poor prognosis in adult patients with candidemia
  89. Antitumor activity of recombinant oncolytic vaccinia virus with human IL2
  90. ALKBH5 inhibits TNF-α-induced apoptosis of HUVECs through Bcl-2 pathway
  91. Risk prediction of cardiovascular disease using machine learning classifiers
  92. Value of ultrasonography parameters in diagnosing polycystic ovary syndrome
  93. Bioinformatics analysis reveals three key genes and four survival genes associated with youth-onset NSCLC
  94. Identification of autophagy-related biomarkers in patients with pulmonary arterial hypertension based on bioinformatics analysis
  95. Protective effects of glaucocalyxin A on the airway of asthmatic mice
  96. Overexpression of miR-100-5p inhibits papillary thyroid cancer progression via targeting FZD8
  97. Bioinformatics-based analysis of SUMOylation-related genes in hepatocellular carcinoma reveals a role of upregulated SAE1 in promoting cell proliferation
  98. Effectiveness and clinical benefits of new anti-diabetic drugs: A real life experience
  99. Identification of osteoporosis based on gene biomarkers using support vector machine
  100. Tanshinone IIA reverses oxaliplatin resistance in colorectal cancer through microRNA-30b-5p/AVEN axis
  101. miR-212-5p inhibits nasopharyngeal carcinoma progression by targeting METTL3
  102. Association of ST-T changes with all-cause mortality among patients with peripheral T-cell lymphomas
  103. LINC00665/miRNAs axis-mediated collagen type XI alpha 1 correlates with immune infiltration and malignant phenotypes in lung adenocarcinoma
  104. The perinatal factors that influence the excretion of fecal calprotectin in premature-born children
  105. Effect of femoral head necrosis cystic area on femoral head collapse and stress distribution in femoral head: A clinical and finite element study
  106. Does the use of 3D-printed cones give a chance to postpone the use of megaprostheses in patients with large bone defects in the knee joint?
  107. lncRNA HAGLR modulates myocardial ischemia–reperfusion injury in mice through regulating miR-133a-3p/MAPK1 axis
  108. Protective effect of ghrelin on intestinal I/R injury in rats
  109. In vivo knee kinematics of an innovative prosthesis design
  110. Relationship between the height of fibular head and the incidence and severity of knee osteoarthritis
  111. lncRNA WT1-AS attenuates hypoxia/ischemia-induced neuronal injury during cerebral ischemic stroke via miR-186-5p/XIAP axis
  112. Correlation of cardiac troponin T and APACHE III score with all-cause in-hospital mortality in critically ill patients with acute pulmonary embolism
  113. LncRNA LINC01857 reduces metastasis and angiogenesis in breast cancer cells via regulating miR-2052/CENPQ axis
  114. Endothelial cell-specific molecule 1 (ESM1) promoted by transcription factor SPI1 acts as an oncogene to modulate the malignant phenotype of endometrial cancer
  115. SELENBP1 inhibits progression of colorectal cancer by suppressing epithelial–mesenchymal transition
  116. Visfatin is negatively associated with coronary artery lesions in subjects with impaired fasting glucose
  117. Treatment and outcomes of mechanical complications of acute myocardial infarction during the Covid-19 era: A comparison with the pre-Covid-19 period. A systematic review and meta-analysis
  118. Neonatal stroke surveillance study protocol in the United Kingdom and Republic of Ireland
  119. Oncogenic role of TWF2 in human tumors: A pan-cancer analysis
  120. Mean corpuscular hemoglobin predicts the length of hospital stay independent of severity classification in patients with acute pancreatitis
  121. Association of gallstone and polymorphisms of UGT1A1*27 and UGT1A1*28 in patients with hepatitis B virus-related liver failure
  122. TGF-β1 upregulates Sar1a expression and induces procollagen-I secretion in hypertrophic scarring fibroblasts
  123. Antisense lncRNA PCNA-AS1 promotes esophageal squamous cell carcinoma progression through the miR-2467-3p/PCNA axis
  124. NK-cell dysfunction of acute myeloid leukemia in relation to the renin–angiotensin system and neurotransmitter genes
  125. The effect of dilution with glucose and prolonged injection time on dexamethasone-induced perineal irritation – A randomized controlled trial
  126. miR-146-5p restrains calcification of vascular smooth muscle cells by suppressing TRAF6
  127. Role of lncRNA MIAT/miR-361-3p/CCAR2 in prostate cancer cells
  128. lncRNA NORAD promotes lung cancer progression by competitively binding to miR-28-3p with E2F2
  129. Noninvasive diagnosis of AIH/PBC overlap syndrome based on prediction models
  130. lncRNA FAM230B is highly expressed in colorectal cancer and suppresses the maturation of miR-1182 to increase cell proliferation
  131. circ-LIMK1 regulates cisplatin resistance in lung adenocarcinoma by targeting miR-512-5p/HMGA1 axis
  132. LncRNA SNHG3 promoted cell proliferation, migration, and metastasis of esophageal squamous cell carcinoma via regulating miR-151a-3p/PFN2 axis
  133. Risk perception and affective state on work exhaustion in obstetrics during the COVID-19 pandemic
  134. lncRNA-AC130710/miR-129-5p/mGluR1 axis promote migration and invasion by activating PKCα-MAPK signal pathway in melanoma
  135. SNRPB promotes cell cycle progression in thyroid carcinoma via inhibiting p53
  136. Xylooligosaccharides and aerobic training regulate metabolism and behavior in rats with streptozotocin-induced type 1 diabetes
  137. Serpin family A member 1 is an oncogene in glioma and its translation is enhanced by NAD(P)H quinone dehydrogenase 1 through RNA-binding activity
  138. Silencing of CPSF7 inhibits the proliferation, migration, and invasion of lung adenocarcinoma cells by blocking the AKT/mTOR signaling pathway
  139. Ultrasound-guided lumbar plexus block versus transversus abdominis plane block for analgesia in children with hip dislocation: A double-blind, randomized trial
  140. Relationship of plasma MBP and 8-oxo-dG with brain damage in preterm
  141. Identification of a novel necroptosis-associated miRNA signature for predicting the prognosis in head and neck squamous cell carcinoma
  142. Delayed femoral vein ligation reduces operative time and blood loss during hip disarticulation in patients with extremity tumors
  143. The expression of ASAP3 and NOTCH3 and the clinicopathological characteristics of adult glioma patients
  144. Longitudinal analysis of factors related to Helicobacter pylori infection in Chinese adults
  145. HOXA10 enhances cell proliferation and suppresses apoptosis in esophageal cancer via activating p38/ERK signaling pathway
  146. Meta-analysis of early-life antibiotic use and allergic rhinitis
  147. Marital status and its correlation with age, race, and gender in prognosis of tonsil squamous cell carcinomas
  148. HPV16 E6E7 up-regulates KIF2A expression by activating JNK/c-Jun signal, is beneficial to migration and invasion of cervical cancer cells
  149. Amino acid profiles in the tissue and serum of patients with liver cancer
  150. Pain in critically ill COVID-19 patients: An Italian retrospective study
  151. Immunohistochemical distribution of Bcl-2 and p53 apoptotic markers in acetamiprid-induced nephrotoxicity
  152. Estradiol pretreatment in GnRH antagonist protocol for IVF/ICSI treatment
  153. Long non-coding RNAs LINC00689 inhibits the apoptosis of human nucleus pulposus cells via miR-3127-5p/ATG7 axis-mediated autophagy
  154. The relationship between oxygen therapy, drug therapy, and COVID-19 mortality
  155. Monitoring hypertensive disorders in pregnancy to prevent preeclampsia in pregnant women of advanced maternal age: Trial mimicking with retrospective data
  156. SETD1A promotes the proliferation and glycolysis of nasopharyngeal carcinoma cells by activating the PI3K/Akt pathway
  157. The role of Shunaoxin pills in the treatment of chronic cerebral hypoperfusion and its main pharmacodynamic components
  158. TET3 governs malignant behaviors and unfavorable prognosis of esophageal squamous cell carcinoma by activating the PI3K/AKT/GSK3β/β-catenin pathway
  159. Associations between morphokinetic parameters of temporary-arrest embryos and the clinical prognosis in FET cycles
  160. Long noncoding RNA WT1-AS regulates trophoblast proliferation, migration, and invasion via the microRNA-186-5p/CADM2 axis
  161. The incidence of bronchiectasis in chronic obstructive pulmonary disease
  162. Integrated bioinformatics analysis shows integrin alpha 3 is a prognostic biomarker for pancreatic cancer
  163. Inhibition of miR-21 improves pulmonary vascular responses in bronchopulmonary dysplasia by targeting the DDAH1/ADMA/NO pathway
  164. Comparison of hospitalized patients with severe pneumonia caused by COVID-19 and influenza A (H7N9 and H1N1): A retrospective study from a designated hospital
  165. lncRNA ZFAS1 promotes intervertebral disc degeneration by upregulating AAK1
  166. Pathological characteristics of liver injury induced by N,N-dimethylformamide: From humans to animal models
  167. lncRNA ELFN1-AS1 enhances the progression of colon cancer by targeting miR-4270 to upregulate AURKB
  168. DARS-AS1 modulates cell proliferation and migration of gastric cancer cells by regulating miR-330-3p/NAT10 axis
  169. Dezocine inhibits cell proliferation, migration, and invasion by targeting CRABP2 in ovarian cancer
  170. MGST1 alleviates the oxidative stress of trophoblast cells induced by hypoxia/reoxygenation and promotes cell proliferation, migration, and invasion by activating the PI3K/AKT/mTOR pathway
  171. Bifidobacterium lactis Probio-M8 ameliorated the symptoms of type 2 diabetes mellitus mice by changing ileum FXR-CYP7A1
  172. circRNA DENND1B inhibits tumorigenicity of clear cell renal cell carcinoma via miR-122-5p/TIMP2 axis
  173. EphA3 targeted by miR-3666 contributes to melanoma malignancy via activating ERK1/2 and p38 MAPK pathways
  174. Pacemakers and methylprednisolone pulse therapy in immune-related myocarditis concomitant with complete heart block
  175. miRNA-130a-3p targets sphingosine-1-phosphate receptor 1 to activate the microglial and astrocytes and to promote neural injury under the high glucose condition
  176. Review Articles
  177. Current management of cancer pain in Italy: Expert opinion paper
  178. Hearing loss and brain disorders: A review of multiple pathologies
  179. The rationale for using low-molecular weight heparin in the therapy of symptomatic COVID-19 patients
  180. Amyotrophic lateral sclerosis and delayed onset muscle soreness in light of the impaired blink and stretch reflexes – watch out for Piezo2
  181. Interleukin-35 in autoimmune dermatoses: Current concepts
  182. Recent discoveries in microbiota dysbiosis, cholangiocytic factors, and models for studying the pathogenesis of primary sclerosing cholangitis
  183. Advantages of ketamine in pediatric anesthesia
  184. Congenital adrenal hyperplasia. Role of dentist in early diagnosis
  185. Migraine management: Non-pharmacological points for patients and health care professionals
  186. Atherogenic index of plasma and coronary artery disease: A systematic review
  187. Physiological and modulatory role of thioredoxins in the cellular function
  188. Case Reports
  189. Intrauterine Bakri balloon tamponade plus cervical cerclage for the prevention and treatment of postpartum haemorrhage in late pregnancy complicated with acute aortic dissection: Case series
  190. A case of successful pembrolizumab monotherapy in a patient with advanced lung adenocarcinoma: Use of multiple biomarkers in combination for clinical practice
  191. Unusual neurological manifestations of bilateral medial medullary infarction: A case report
  192. Atypical symptoms of malignant hyperthermia: A rare causative mutation in the RYR1 gene
  193. A case report of dermatomyositis with the missed diagnosis of non-small cell lung cancer and concurrence of pulmonary tuberculosis
  194. A rare case of endometrial polyp complicated with uterine inversion: A case report and clinical management
  195. Spontaneous rupturing of splenic artery aneurysm: Another reason for fatal syncope and shock (Case report and literature review)
  196. Fungal infection mimicking COVID-19 infection – A case report
  197. Concurrent aspergillosis and cystic pulmonary metastases in a patient with tongue squamous cell carcinoma
  198. Paraganglioma-induced inverted takotsubo-like cardiomyopathy leading to cardiogenic shock successfully treated with extracorporeal membrane oxygenation
  199. Lineage switch from lymphoma to myeloid neoplasms: First case series from a single institution
  200. Trismus during tracheal extubation as a complication of general anaesthesia – A case report
  201. Simultaneous treatment of a pubovesical fistula and lymph node metastasis secondary to multimodal treatment for prostate cancer: Case report and review of the literature
  202. Two case reports of skin vasculitis following the COVID-19 immunization
  203. Ureteroiliac fistula after oncological surgery: Case report and review of the literature
  204. Synchronous triple primary malignant tumours in the bladder, prostate, and lung harbouring TP53 and MEK1 mutations accompanied with severe cardiovascular diseases: A case report
  205. Huge mucinous cystic neoplasms with adhesion to the left colon: A case report and literature review
  206. Commentary
  207. Commentary on “Clinicopathological features of programmed cell death-ligand 1 expression in patients with oral squamous cell carcinoma”
  208. Rapid Communication
  209. COVID-19 fear, post-traumatic stress, growth, and the role of resilience
  210. Erratum
  211. Erratum to “Tollip promotes hepatocellular carcinoma progression via PI3K/AKT pathway”
  212. Erratum to “Effect of femoral head necrosis cystic area on femoral head collapse and stress distribution in femoral head: A clinical and finite element study”
  213. Erratum to “lncRNA NORAD promotes lung cancer progression by competitively binding to miR-28-3p with E2F2”
  214. Retraction
  215. Expression and role of ABIN1 in sepsis: In vitro and in vivo studies
  216. Retraction to “miR-519d downregulates LEP expression to inhibit preeclampsia development”
  217. Special Issue Computational Intelligence Methodologies Meets Recurrent Cancers - Part II
  218. Usefulness of close surveillance for rectal cancer patients after neoadjuvant chemoradiotherapy
Heruntergeladen am 18.9.2025 von https://www.degruyterbrill.com/document/doi/10.1515/med-2022-0439/html
Button zum nach oben scrollen