Next Article in Journal
Blockchain-Based Authentication Scheme for Collaborative Traffic Light Systems Using Fog Computing
Next Article in Special Issue
Exploring Personal Data Processing in Video Conferencing Apps
Previous Article in Journal
Trust-Degree-Based Secure Relay Selection in SWIPT-Enabled Relay Networks
Previous Article in Special Issue
Dynamic Feedback versus Varna-Based Techniques for SDN Controller Placement Problems
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Federated Auto-Meta-Ensemble Learning Framework for AI-Enabled Military Operations

by
Konstantinos Demertzis
1,*,
Panayotis Kikiras
2,
Charalabos Skianis
3,
Konstantinos Rantos
4,
Lazaros Iliadis
5 and
George Stamoulis
2
1
School of Science & Technology, Informatics Studies, Hellenic Open University, 26335 Patra, Greece
2
Department of Electrical and Computer Engineering, University of Thessaly, 38446 Volos, Greece
3
School of Engineering, Department of Information and Communication Systems Engineering, University of Aegean, 83200 Samos, Greece
4
School of Science, Department of Computer Science, International Hellenic University, 65404 Kavala, Greece
5
Department of Civil Engineering, School of Engineering, Democritus University of Thrace, 67100 Xanthi, Greece
*
Author to whom correspondence should be addressed.
Electronics 2023, 12(2), 430; https://doi.org/10.3390/electronics12020430
Submission received: 30 November 2022 / Revised: 11 January 2023 / Accepted: 12 January 2023 / Published: 13 January 2023
(This article belongs to the Special Issue Next Generation Networks and Systems Security)

Abstract

:
One of the promises of AI in the military domain that seems to guarantee its adoption is its broad applicability. In a military context, the potential for AI is present in all operational domains (i.e., land, sea, air, space, and cyber-space) and all levels of warfare (i.e., political, strategic, operational, and tactical). However, despite the potential, the convergence between needs and AI technological advances is still not optimal, especially in supervised machine learning for military applications. Training supervised machine learning models requires a large amount of up-to-date data, often unavailable or difficult to produce by one organization. An excellent way to tackle this challenge is federated learning by designing a data pipeline collaboratively. This mechanism is based on implementing a single universal model for all users, trained using decentralized data. Furthermore, this federated model ensures the privacy and protection of sensitive information managed by each entity. However, this process raises severe objections to the effectiveness and generalizability of the universal federated model. Usually, each machine learning algorithm shows sensitivity in managing the available data and revealing the complex relationships that characterize them, so the forecast has some severe biases. This paper proposes a holistic federated learning approach to address the above problem. It is a Federated Auto-Meta-Ensemble Learning (FAMEL) framework. FAMEL, for each user of the federation, automatically creates the most appropriate algorithm with the optimal hyperparameters that apply to the available data in its possession. The optimal model of each federal user is used to create an ensemble learning model. Hence, each user has an up-to-date, highly accurate model without exposing personal data in the federation. As it turns out experimentally, this ensemble model offers better predictability and stability. Its overall behavior smoothens noise while reducing the risk of a wrong choice resulting from under-sampling.

1. Introduction

With an increasing pace, artificial intelligence (AI) is becoming a significant and integral part of modern warfare because it offers new opportunities for the complete automation of large-scale infrastructure and the optimization of numerous defence or cyber-defence systems [1]. One of the promises of AI in the military domain [2] that seems to guarantee its adoption is its broad applicability. In a military context, the potential for AI is present in all operational domains (i.e., land, sea, air, space, and cyber-space) and all levels of warfare (i.e., political, strategic, operational, and tactical) [3]. Still, at the same time, the complexity is growing exponentially as the number of interconnected systems involved in continuous interconnection and uninterrupted information exchange services expands in real-time [4]. From a generalized point of view, it can be said that AI will have a significant impact on the following missions:
  • Too fast missions with reaction times of seconds or less to be executed in high complexity (data, context, type of mission).
  • Missions with operation duration beyond human endurance or implying high operational (personnel) costs over a long period.
  • Missions involving an overwhelming complexity which requires agility and adaptation to evolutions in context and objectives.
  • Missions challenging operational contexts implying severe risks to war fighters.
Applications supporting the missions above that monitor events in real-time are receiving a constant, unlimited stream of observations of interlinked approaches. These data exhibit high variability because their features vary substantially and unexpectedly over time, altering their typical, expected behaviour. The latest data are the most important in the typical case, as ageing is based on their timing.
Military AI-enabled intelligent systems that utilize data can transform military commanders’ and operators’ knowledge and experience into optimal valid and timely decisions [3,4]. However, the lack of detailed knowledge and expertise associated with using complex machine learning architectures can affect the performance of the intelligent model, prevent the periodic adjustment of some critical hyperparameters and ultimately reduce the algorithm’s reliability and the generalization that should characterize these systems. These disadvantages are preventing stakeholders of defence, at all echelons of the command chain, from trusting and making effective and systematic use of machine learning systems. In this context and given the inability of traditional decision-making systems to adapt to the changing environment, the adoption of intelligent solutions is imperative.
Furthermore, a general difficulty that reinforces distrust of machine learning systems in defence is the prospect of adopting a single data warehouse for the overall training of intelligent models [1], which could create severe technical challenges and severe issues of privacy [5], logic, and physical security due to the need of establishing a potential single point of failure and a potential strategic/primary target for the adversaries [6]. Accordingly, the exchange of data that could make more complete intelligent categorizers that would generalize also poses risks to the security and privacy of sensitive data, which military commanders and operators do not want to risk [7].
To overcome the above double challenge, this work proposes FAMEL. It is a holistic system that automates selecting and using the most appropriate algorithmic hyperparameters that optimally solve a problem under consideration, approaching it as a model for finding algorithmic solutions where it is solved by mapping between input and output data. The proposed framework uses meta-learning to identify similar knowledge accumulated in the past to speed up the process [8]. This knowledge is combined using heuristic techniques, implementing a single, constantly updated intelligent framework. Data remains in the local environment of the operators, and only the parameters of the models are exchanged through secure processes, thus making it harder for potential adversaries to intervene with the system [9,10].

2. Proposed Framework

In the proposed FAMEL framework, each user uses an automatic meta-learning system in a horizontal federated learning approach (horizontal federated learning uses datasets with the same feature space across all devices. Vertical federated learning uses different datasets of different feature space to jointly train a global model). The most appropriate algorithm with the optimal hyperparameters is selected in a fully automated way, which can optimally solve the given problem. The implementation is based on the entity’s available data and is not required to be disposed of in a remote repository or shared with a third party [11].
The whole process is described in Figure 1.
Specifically:
5.
Step 1—Fine-tune the best local model. The fine-tuning process will help to improve the accuracy of each machine learning model by integrating data from an existing dataset and using it as an initialization point to make the training process time- and resource-efficient.
6.
Step 2—Upload the local model to the federated server.
7.
Step 3—Ensemble the model by the federated server. This ensemble method uses multiple learning algorithms to obtain a better predictive performance than could be obtained from any of the constituent learning algorithms alone.
8.
Step 4—Dispatch the ensemble model to local devices.
The best models (winner algorithm) that result from the process are channelled to a federated server, where an ensemble learning model through a heuristic mechanism is created. This ensemble model essentially incorporates the knowledge represented by the local best models, which, as mentioned, came from the local data held by the users [12]. Hence, collectively, the ensemble model offers high generalization, better predictability, and stability. Its general behaviour smoothens noise while lowering the overall danger of making a false choice due to modelling or prejudice in handling scenarios of local data [13,14].

2.1. Federated Learning

Assuming that F i = 1 , 2 , , N data owners want to train a machine learning model using their data D = { D i ,   i = 1 , 2 , , N } . A traditional way would be to collect all data into a single set D s u m = D 1     D 1 · · ·   D N to train a model M s u m . The proposed federated learning system creates a single universal model [15]:
M f e d = k = 1 K n k n w t + 1 k
where K is the total number of nodes used in the process, n is the data points, and t is the number of federated learning rounds [16]. The model comes from local models Δ w 1 ,   Δ w 2 , , Δ w K , which are trained from the D i of each federal user separately. Data D1 of the user F1 is not exposed to other federal users. In addition, the accuracy V s u m and M s u m of the models V f e d and M f e d , must be close or equal. Specifically, if δ is a negative number, then the federal learning method suffers from a loss of accuracy, as indicated in the following formula [11,13]:
| V f e d V s u m   | < δ
The Auto-Machine Learning technique is used to develop an accurate and robust federal system that will remain stable in new information without the ability to generalize or suffer a considerable loss of δ -accuracy [17,18].

2.2. Auto-Machine Learning

Initially, each federation member has a set of D data containing attribute vectors and class tags on a supervised problem linked with a job. Data set D is specifically divided into two parts: a set of training S and a set of forecasts B for testing and testing so that D = S ,   B . Furthermore, the data set D contains vector-label pairings such that D = { ( x i ,   y i ) } . Each label represents a known class and belongs to a known set of L labels [19].
Considering P ( D ) the distribution of aggregate data held by federal agencies, we can sample the issuance of an individual data set such that P d = P d ( x , y ) . Our problem lies in creating a trained classifier λ : x y which is fully and optimally configured with λ ∈ Λ so that it can automatically generate predictions for samples from the P d distribution minimizing the expected generalization error so that [20]:
G E ( λ ) = E ( x , y ) P d [ ( λ ( x ) , y ) ]
The first phase is the best model selection procedure, which appears to be a standard learning procedure in which a data set is regarded as a sample of data. Furthermore, given that each data set of each independent body can only be observed through a set of n independent observations, i.e.,:
D d = { ( x 1 , y 1 ) , , ( x n , y n ) } P d
Implies that we can only empirically approach the generalization error in data samples, i.e., [20,21]:
G E ^ M λ , D d = 1 n i = 1 n L M λ x i , y i
From the above, we conclude that we have access to unconnected, finite samples in practice where D t r a i n and D t e s t ( D d , t r a i n ,   D d , t e s t   P d ) . Therefore, to search for the best machine learning algorithm, we only have access to D t r a i n . However, in the end, the performance is calculated once in D t e s t .
Assume a classifier f λ , the parameter λ obtains the likelihood that a data point belongs to the class y specified by the attribute vector x ,   P λ   ( y | x ) . The best model should increase the likelihood of correctly detecting tags over several training batches Β D so that [18,22]:
λ * = a r g m a x λ E B D [ ( x , y ) Β P λ ( y | x ) ]  
Given that there is only a limited collection of quick learning support that can act as fine-tuning, the objective, as with any other work using machine learning, is to minimize the prediction error made on data samples with unknown labels. It is possible that obtaining the best model is challenging to undertake. A fake data set is created with only a tiny fraction of labels to prevent releasing all labels in the model. The optimization technique is modified to make it easier to acquire knowledge quickly. According to this interpretation, each sample pair can be regarded as a data point. As a direct consequence, the model has been educated to the point where it can generalize to fresh, untested data sets. To summarize, the process of computing the best model through the application of the meta-learning approach is represented by the following function [20]:
λ * = a r g m a x λ E L s L [ E S L D , B L D [ ( x , y ) Β L P λ ( x , y , S L ) ] ]
Therefore, the proposed framework performs an automatic search in the solutions area to identify the optimal λ * :
λ * argmin λ Λ G E ^ ( λ , D train   )
For the calculation of GE, with cross-validation k-fold, the following relation is used [17,20,23]:
G E ^ CV M λ , D train = 1 K k = 1 K G E ^ M λ D train ( train , k ) , D train ( val , k )
where λ D train   ( train   , k ) denote that λ was trained based on the k-fold dataset D train   ( train   , k )       D train   and then evaluated by:
D train   ( val , k ) =   D train   D train   ( train , k )
Accordingly, the problem of optimizing the hyperparameters λ     Λ of the best learning algorithm A is essentially similar to selecting the best model. Some significant characteristics are that hyperparameters are frequently continuous, hyperparameter spaces are often vast, and we can benefit from the correlation between different hyperparameter settings λ 1 ,   λ 2 , , λ n     Λ .
Specifically, when n hyperparameters λ 1 ,   λ 2 , , λ n     Λ the hyperparameter space L includes the subsets Λ 1 ,   Λ 2 , , Λ n . This logic strictly defines each subset, so some hyperparameter settings make other hyperparameters inactive.
Specifically, the hyperparameter λ i is subject to the sub-constraints of another hyperparameter λ j , if λ is active only if the hyperparameter λ j takes values from a given set V i ( j ) Λ j . Based on this logic, the hyperparameters in the proposed framework create a structured solution space which is determined on the basis of a pair of variables with B = G ,   Θ (where G a graph). Graph G conveys the assumption that each variable λ i is independent of the inheritance undertaken by G . It determines the parameters of the network and, in particular, the whole θ λ i | π i = P B ( λ i | π i ) for each λ i     Λ i based on the constraint condition π i , for the set of constraints in G . Therefore, B defines a unique probability distribution such that [24]:
P B = ( Λ 1 , Λ 2 , , Λ n ) = i = 1 n P B ( π i ) = i = 1 n θ λ i | π i )
Finding the optimal graph path based on the Markov inequality is calculated as [25,26]:
k = ω n n k ( k 1 ) ! p k = k = ω n i = 0 k 1 ( n i ) n k λ k k k = ω n λ k = O λ ω
Hence, with the following equation, the calculation of its expectation is performed by Λ n :
E Λ n = k = 3 n n k ( k 1 ) ! p k
It follows from the above equation:
lim n E Λ n = lim n k = 3 n i = 0 k 1 ( n i ) n k λ k k k = 3 λ k k = log ( 1 λ ) λ λ 2 2 = a ( λ )
Hence, its r-to factor momentum Λ n is:
E Λ n r = θ ^ k 1 = 3 n k 2 = 3 n k 1 k r = 3 n i = 1 r 1 k i n k 1 , k 2 , , k r , n k 1 k r i = 1 r k i 1 ! p k i
Finally, given the above-structured solution space, the hyperparameter optimization issue is as follows [27,28]:
λ * argmin λ Λ 1 k i = 1 k L A λ , D train ( i ) , D valid ( i )
The Meta-Ensemble Learning technique is used for the proposed framework to lead to stable prediction models while offering generalization, minimizing bias, reducing variance, and eliminating overfitting.

2.3. Meta-Ensemble Learning

Once the above procedure has identified the most appropriate algorithm with the optimal hyperparameters to create a single model that improves generalization, the proposed framework creates a boosting ensemble model of all the optimal models that emerged by auto-machine learning.
The proposed technique is based on the logic of the boosting process, where through the creation of successive tree structures, information transfer is applied to solve a distributed problem [29]. Specifically, it is set f ( x ) = 0 and ε i = y i for each observation in the set of training data of each body.
The winning algorithm from the process of auto-machine learning f k ^ is trained in each round k with d nodes having as response variable the categorization errors resulting from the previous classification round (auto-machine learning process), which are denoted by ε i . For the most efficient, effective, and computable feasible implementation of the proposed framework, we consider a tree and even pruned version of a new tree so that [12,30]:
f ^ ( x ) f ^ ( x ) + λ f k ^ ( x )   or   ε i ε i λ f k ^ ( x )
Repeating the procedure K times (the user-specified K ), the final form of the model is obtained:
f ^ ( x ) = λ k = 1 K f k ^ ( x )
For the proposed technique to be effective, the user must specify the number and depth of trees to be created. The incredible depth of the trees can easily create over-adaptation processes and cannot be generalized. Accordingly, the number of trees controls the complexity of the process [31]. The λ parameter defines the learning rate of the model.
Its derivative is first calculated to find the total minimum of the function using the proposed technique, and then the inverse procedure of finding the derivative is used. The derivative measures whether the value of a process will change J ( θ ) if the variable θ (slope of the function) changes slightly. High values of the function indicate a significant slope and, therefore, a substantial change in its value 𝐽(𝜃) for small changes of θ .
This algorithm is iterative, initializes a random value in θ , calculates the derivative of the function at the given point, and changes θ so that [28,32]:
θ = θ ρ d j d θ
Taking as a function of loss the sum of the squares of the incorrect classifications ε i is divided by two so that: the parameter ρ determines how fast it will move in the negative direction of the derivative. The process is repeated until the algorithm converges, which proposes training trees in the negative derivative of the loss function:
L ( y i , y ^ i ) = 1 2 i = 1 N ( y i y ^ i ) 2
Calculating the above derivative, we have:
d L ( y i , y ^ i ) d y ^ i = y ^ i y i
The negative derivative of the loss function is equal to the classification errors ε i . Hence, essentially, the procedure provides for the training of a tree based on the classification errors ε i , to which a pruned version of the new tree is added. In this manner, the approach adds successive trees to the negative derivative of the loss function at each given time t , such that [33,34]:
y ^ i ( t ) = t = 1 K f t ( x i ) ,   f t F
where F = { f ( x ) = w q ( x ) } and q : R m T ,   w R T . The q represents the structure of each tree, the T the number of leaves, and each f t corresponds to an independent tree structure q with the leaf weights plotted as w . The loss function that is minimized at any time t has a formula:
L ( t ) = i = 1 n l ( y i , y ^ i t ) + k = 1 T Ω f ( t )
Two terms are important: the model’s capacity for learning from training data (low values imply good learning) and the complexity of each tree (adding a new term to the number of leaves ( Τ ) , which shrinks the weights of leaves so that:
Ω f ( t ) = γ T + 1 2 λ   j = 1 T w j 2
The parameter γ indicates the penalty value for the tree’s growth so that large values of γ will lead to small trees. Respectively small values of γ will lead to large trees. The parameter   λ regulates whether the tree weights will shrink so that as its value increases, the tree weights will shrink.
Thus, it follows that [33,35]:
y ^ i ( t ) = t = 1 K f t ( x i ) = y ^ i ( t 1 ) + f t ( x i )
Therefore, the problem now is deciding which f t ( x i ) minimizes the time loss function t :
L ( t ) = i = 1 n l ( y i , y ^ i ( t ) ) + k = 1 T Ω f ( t ) = i = 1 n l ( y i , y ^ i ( t 1 ) + f t ( x i ) ) + k = 1 T Ω f ( t )
Taylor’s Development shows:
f ( x + Δ x ) f ( x ) + f ( x ) Δ x + 1 2 f ( x ) ( Δ x ) 2
Hence, the resulting relationship is [33,35]:
L ( t ) i = 1 n [ l ( y i , y ^ i ( t 1 ) ) + g i f t ( x i ) + 1 2 h i f t 2 ( x i ) ] + Ω f ( t )
where:
g i = d y ^ i ( t 1 ) l ( y i , y ^ i ( t 1 ) )   a n d   h i = d y ^ i ( t 1 ) 2 l ( y i , y ^ i ( t 1 ) )
Subtracting the constants, the loss function becomes:
L ( t ) i = 1 n [ g i f t ( x i ) + 1 2 h i f t 2 ( x i ) ] + Ω f ( t )
where:
I j = { i | g ( x i ) = j }
The set of observations on a leaf j in the above relation is recorded as follows:
L ( t ) i = 1 n [ g i w q ( x i ) + 1 2 h i w q 2 ( x i ) ] + Ω f ( t ) = i = 1 T [ ( i I j g i ) w j + 1 2 ( i I j h i + λ ) w j 2 ] + γ T
where:
G j = i I j g i   a n d   H j = i I j h i
The following relation emerges:
L ( t ) = i = 1 T [ G j w j + 1 2 ( H j + λ ) w j 2 ] + γ T
If the structure of the tree ( q ( x ) ) is given, the optimal weight on each sheet is obtained by minimizing the concerning w j in the above relationship so that [22,36,37]:
w j = G j H j + λ
Finally, with its replacement w j , the following equation is obtained, which calculates the quality of the new tree:
L ( t ) = 1 2 j = 1 T G j 2 H j + λ + γ T
Finally, the algorithm creates divisions using the formula:
G a i n = 1 2 [ G L 2 H L + λ + G R 2 H R + λ ( G L + G R ) 2 H L + H R + λ ] γ
where the first fraction is the score of the left part of the partition, the second is the score of the right amount of the division, the third is the score if the division is not made, and γ measures the cost of the complexity of the partition.

3. Experiments and Results

For the experimental implementation of the proposed FAMEL and the performance of the scenario, a collaborative network of three federated partners (domain_alpha, domain_bravo and domain_charlie) was simulated (Figure 2).
We consider that the optimal model created by the Auto-Machine Learning process is an internal affair of each domain, which is implemented on a local server based on the respective architecture of each domain. In the Demilitarized Zone (DMZone) is the Federated Learning Server (LFS), which creates the ensemble model by applying the algorithmic process of assembling the optimal models with the technique discussed above. The proposed intelligent system was evaluated using one of the most extensive datasets for web traffic analysis called CICDoS2019. This dataset was developed under the supervision of the Canadian Institute for Cybersecurity. The evaluation’s primary objective was to identify well-organized attacks in which the intruder’s identity remained a legal component of a third party [31]. Each domain includes 70 independent variables: characteristics or statistics of network analysis and six classes (Benign, Infiltration, SSH-Bruteforce, FTP-BruteForce, DoS Attack-Hulk, and DDOS attack-HOIC). The individual sets include Alpha_dataset 70553, Bravo_dataset 69551, and Charlie_dataset 70128 instances [38].
The initial results of the Auto-Machine Learning process based on the data available in each domain are presented in Table 1, Table 2, Table 3, Table 4, Table 5, Table 6, Table 7, Table 8 and Table 9 below, as well as the parameters of each optimal model that emerged for each collaborative domain. We used the Area under the ROC Curve (AUC) metric, which represents the degree or measure of separability. It tells how much the model is capable of distinguishing between classes. Specifically, AUC (also known as AUROC) is the Area beneath the entire ROC curve. AUC provides a convenient, single performance metric for our classifiers independent of the specific classification threshold. This enables us to compare models without even looking at their ROC curves.
AUC is measured on a scale of 0 to 1, with higher numbers indicating better performance. Scores in the [0.5, 1] range indicate good performance, while anything less than 0.5 indicates very poor performance. An AUC of 1 indicates a perfect classifier, while an AUC of 0.5 indicates a perfectly random classifier. A model that always predicts a negative sample is more likely than a positive sample to have a positive label. It will have an AUC of 0, indicating a severe modelling failure.
It should be noted that all the tests were performed with 10-fold cross-validation. Each of the ten subsets was used for the algorithm’s training and certainly once for its evaluation, so there was no case of misleading the algorithmic result.
Meta-Ensemble Learning is created with an ensemble model that includes the best classifiers. The ensemble model returns through the Federated Learning process in each domain and retests in each local dataset (Alpha_dataset, Bravo_dataset, and Charlie_dataset). Then, the three best models from each domain (LGBMClassifier, Gradient BoostingClassifier, and k-NeighborsClassifier) are sent with the Federated Learning process to FLS. Again, it should be emphasized that all the tests were performed with the method of 10-fold cross-validation so that there was no case of misleading the algorithmic result. The results of the process are presented in the following tables.
The ensemble model ensures an improved categorization accuracy and smoothening of the system. This dramatically simplifies trend detection and visualization by eliminating or reducing statistical noise in the data. The experimental results suggest that using the ensemble model ensures improved categorization accuracy. The categorization becomes more accurate with each instance, providing critical pointers to the failure problems that an individual algorithm’s bias could generate [39]. This allows for a precise diagnosis before embarking on a new condition or occurrence associated with adversarial attacks or zero-day exploits. This is one of the most effective strategies for predicting a trend’s strength and the likelihood of shifting direction [40].
The convergence achieved by employing multiple models provides more outstanding reliability than any of them could provide separately. This revelation, directly related to the experimental outcomes, significantly accelerates arriving at the optimum decision in ambiguous situations [41]. It is also important to remember that this process is dynamic, which must be emphasized. This dynamic process ensures the system’s adaptability by providing impartiality and generalization, resulting in a system that can respond to highly complicated events [42,43].

4. Conclusions

Applying machine learning to real-world problems is still particularly challenging [44]. This is because highly trained engineers and military specialists who have a wealth of experience and information will be required to coordinate the numerous parameters of the respective algorithms, correlate them with the specific problems, and use the data sets that are currently available. This is a lengthy, laborious, and expensive undertaking. However, the hyperparametric features of algorithms and the design choices for ideal parameters can be viewed as optimization problems because machine learning can be thought of as a search problem that attempts to approach an unknown underlying mapping function between input and output data.
Utilizing the above view, in the present work, FAMEL was presented, extending the idea of formulating a general framework of automatic machine learning with effective universal optimization, which operates at the federal level. It uses automated machine learning to find the optimal local model in the data held by each federal user and then, making extensive meta-learning, creates an ensemble model, which, as shown experimentally, can generalize, providing highly reliable results. In this way, the federal bodies have a dedicated, highly generalized model, the training of which does not require exposure to the federation of the data in their possession. In this regard, FAMEL can be applied to several military applications where continuous learning and environmental adaptation are critical for the supported operations and where the exchange of information might be difficult or not possible due to security reasons. For example, which is the case in the real-time optimization of information sharing concerning tasks and situations. The application of FAMEL would be of special interest in congested environments where IoT sensor grids are deployed, and many security constraints need to be met. Similarly, it can be applied in cyberspace operations to find and identify potential hostile activities in cluttered information environments and complex physical scenarios in real-time, including countering negative digital influence [45,46]. It must be noted that the proposed technique can be extended to cover a wider scientific area without reducing the main points that are currently described. It is a universal technic that develops and produces an open-frame holistic federated learning approach.
Although, in general, the methodology of the federated learning technique, the ensemble models, and recently the meta-learning methods have occupied the research community intensely, and relevant work has been proposed that has upgraded the relevant research area, this is the first time that such a comprehensive framework is presented in the international literature. The methodology offered herein is an advanced form of learning. The computational process is not limited to solving a problem but through a productive method of searching the solution space and selecting the optimal one in a meta-heuristic way [47,48].
On the other hand, the federated learning model should apply average aggregation methods to the set of cooperative training data. This raises serious concerns for the effectiveness of this universal approach and, therefore, for the validity of federated architectures in general. Generally, it flattens the unique needs of individual users without considering the local events to be managed. How one can create personalized intelligent models that solve the above limitations is currently a prominent research problem. For example, the study [49] is based on the needs and events that each user must address in a federated format. Explanations are the assortment of characteristics of the interpretable system, which, in the case of a specified illustration, helped to bring about a conclusion and provided the function of the model on both local and global levels. Retraining is suggested only for those features for which the degree of change is considered quite important for the evolution of its functionality.
Essential topics that could expand the research area of the proposed framework concern the Meta-Ensemble Learning process and, specifically, how to solve the problem of creating trees and their depth so that the process is automatically fully simplified. An automated process should also be identified for pruning each tree with optimal separations to avoid negative gain. Finally, explore procedures to add an optimally trimmed tree version to the model to maximize frame efficiency, accuracy, and speed.

Author Contributions

Conceptualization, K.D. and P.K.; methodology, K.D., P.K. and K.R.; software, K.D.; validation, K.D., P.K., C.S., K.R., L.I. and G.S.; formal analysis, C.S., K.R. and L.I.; investigation, K.D. and P.K.; resources, C.S., K.R., L.I. and G.S.; data curation, K.D., P.K., C.S., K.R., L.I. and G.S.; writing—original draft preparation, K.D. and P.K.; writing—review and editing, K.D., P.K., C.S., K.R., L.I. and G.S.; visualization, K.D. and K.R.; supervision, P.K. and C.S.; project administration, L.I. and G.S.; funding acquisition, C.S. and G.S. All authors have read and agreed to the published version of the manuscript.

Funding

This research received no external funding.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

Data Availability https://www.unb.ca/cic/datasets/ddos-2019.html (accessed on 29 November 2022).

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Nikoloudakis, Y.; Kefaloukos, I.; Klados, S.; Panagiotakis, S.; Pallis, E.; Skianis, C.; Markakis, E. Towards a Machine Learning Based Situational Awareness Framework for Cybersecurity: An SDN Implementation. Sensors 2021, 21, 4939. [Google Scholar] [CrossRef] [PubMed]
  2. Wang, W.; Liu, H.; Lin, W.; Chen, Y.; Yang, J.-A. Investigation on Works and Military Applications of Artificial Intelligence. IEEE Access 2020, 8, 131614–131625. [Google Scholar] [CrossRef]
  3. Lukman, S.; Nazaruddin, Y.Y.; Joelianto, E.; Ai, B. Military 5G Mobile Networking as Driver of UAVs in Detecting RAM for Stealth Operation. In Proceedings of the 2019 IEEE 6th Asian Conference on Defence Technology (ACDT), Bali, Indonesia, 13–15 November 2019; pp. 91–96. [Google Scholar] [CrossRef]
  4. Ghataoura, D.; Ogbonnaya, S. Application of Image Captioning and Retrieval to Support Military Decision Making. In Proceedings of the 2021 International Conference on Military Communication and Information Systems (ICMCIS), The Hague, The Netherlands, 4–5 May 2021; pp. 1–8. [Google Scholar] [CrossRef]
  5. Drosatos, G.; Rantos, K.; Karampatzakis, D.; Lagkas, T.; Sarigiannidis, P. Privacy-preserving solutions in the Industrial Internet of Things. In Proceedings of the 2020 16th International Conference on Distributed Computing in Sensor Systems (DCOSS), Marina del Rey, CA, USA, 25–27 May 2020; pp. 219–226. [Google Scholar] [CrossRef]
  6. D’Acquisto, G.; Domingo-Ferrer, J.; Kikiras, P.; Torra, V.; de Montjoye, Y.-A.; Bourka, A. Privacy by design in big data: An overview of privacy enhancing technologies in the era of big data analytics. arXiv 2015, arXiv:1512.06000. [Google Scholar]
  7. Neumann, N.M.P.; van Heesch, M.P.P.; Phillipson, F.; Smallegange, A.A.P. Quantum Computing for Military Applications. In Proceedings of the 2021 International Conference on Military Communication and Information Systems (ICMCIS), The Hague, The Netherlands, 4–5 May 2021; pp. 1–8. [Google Scholar] [CrossRef]
  8. Demertzis, K.; Tsiknas, K.; Takezis, D.; Skianis, C.; Iliadis, L. Darknet Traffic Big-Data Analysis and Network Management for Real-Time Automating of the Malicious Intent Detection Process by a Weight Agnostic Neural Networks Framework. Electronics 2021, 10, 781. [Google Scholar] [CrossRef]
  9. Demertzis, K.; Iliadis, L.; Pimenidis, E.; Tziritas, N.; Koziri, M.; Kikiras, P.; Tonkin, M. Federated Blockchained Supply Chain Management: A CyberSecurity and Privacy Framework. In Artificial Intelligence Applications and Innovations; Springer: Cham, Switzerland, 2021; pp. 769–779. [Google Scholar] [CrossRef]
  10. Demertzis, K.; Iliadis, L.; Pimenidis, E.; Tziritas, N.; Koziri, M.; Kikiras, P. Blockchained Adaptive Federated Auto MetaLearning BigData and DevOps CyberSecurity Architecture in Industry 4.0. In Proceedings of the 22nd Engineering Applications of Neural Networks Conference, Crete, Greece, 25–27 June 2021; Springer: Cham, Swizterland, 2021; pp. 345–363. [Google Scholar] [CrossRef]
  11. Chang, Y.; Fang, C.; Sun, W. A Blockchain-Based Federated Learning Method for Smart Healthcare. Comput. Intell. Neurosci. 2021, 2021, e4376418. [Google Scholar] [CrossRef]
  12. Alam, K.M.R.; Siddique, N.; Adeli, H. A dynamic ensemble learning algorithm for neural networks. Neural Comput. Appl. 2020, 32, 8675–8690. [Google Scholar] [CrossRef] [Green Version]
  13. Hou, R.; Tang, F.; Liang, S.; Ling, G. Multi-Party Verifiable Privacy-Preserving Federated k-Means Clustering in Outsourced Environment. Secur. Commun. Networks 2021, 2021, e3630312. [Google Scholar] [CrossRef]
  14. Xu, G.; Li, H.; Liu, S.; Yang, K.; Lin, X. VerifyNet: Secure and Verifiable Federated Learning. IEEE Trans. Inf. Forensics Secur. 2020, 15, 911–926. [Google Scholar] [CrossRef]
  15. Zheng, H.; Hu, H.; Han, Z. Preserving User Privacy for Machine Learning: Local Differential Privacy or Federated Machine Learning? IEEE Intell. Syst. 2020, 35, 5–14. [Google Scholar] [CrossRef]
  16. Felbab, V.; Kiss, P.; Horváth, T. Optimization in Federated Learning. In Proceedings of the Conference on Theory and Practice of Information Technologies, Donovaly, Slovakia, 20–24 September 2019. [Google Scholar]
  17. Alsaleh, M.N.; Al-Shaer, E. Automated Cyber Risk Mitigation: Making Informed Cost-Effective Decisions. In Adaptive Autonomous Secure Cyber Systems; Jajodia, S., Cybenko, G., Subrahmanian, V.S., Swarup, V., Wang, C., Wellman, M., Eds.; Springer International Publishing: Cham, Swizterland, 2020; pp. 131–157. [Google Scholar] [CrossRef]
  18. Feurer, M.; Klein, A.; Eggensperger, K.; Springenberg, J.T.; Blum, M.; Hutter, F. Efficient and robust automated machine learning. Neural Inf. Process. Syst. 2015, 28, 9. [Google Scholar]
  19. Ferrag, M.A.; Friha, O.; Maglaras, L.; Janicke, H.; Shu, L. Federated Deep Learning for Cyber Security in the Internet of Things: Concepts, Applications, and Experimental Analysis. IEEE Access 2021, 9, 138509–138542. [Google Scholar] [CrossRef]
  20. Feurer, M.; Eggensperger, K.; Falkner, S.; Lindauer, M.; Hutter, F. Auto-Sklearn 2.0: Hands-free AutoML via Meta-Learning. arXiv 2021, arXiv:2007.04074, Sep. [Google Scholar] [CrossRef]
  21. Kotthoff, L.; Thornton, C.; Hoos, H.H.; Hutter, F.; Leyton-Brown, K. Auto-WEKA: Automatic Model Selection and Hyperparameter Optimization in WEKA. In Automated Machine Learning: Methods, Systems, Challenges; Hutter, F., Kotthoff, L., Vanschoren, J., Eds.; Springer International Publishing: Cham, Swizterland, 2019; pp. 81–95. [Google Scholar] [CrossRef] [Green Version]
  22. Bing, X. Critical infrastructure protection based on memory-augmented meta-learning framework. Neural Comput. Appl. 2020, 32, 17197–17208. [Google Scholar] [CrossRef]
  23. Romero, V.; Ly, M.; Rasheed, A.H.; Charrondière, R.; Lazarus, A.; Neukirch, S.; Bertails-Descoubes, F. Physical validation of simulators in computer graphics: A new framework dedicated to slender elastic structures and frictional contact. ACM Trans. Graph. 2021, 40, 66:1–66:19. [Google Scholar] [CrossRef]
  24. Garrett, A.J.M. Review: Probability Theory: The Logic of Science, by E. T. Jaynes. Law Probab. Risk 2004, 3, 243–246. [Google Scholar] [CrossRef] [Green Version]
  25. Platis, A.; Limnios, N.; Le Du, M. Dependability analysis of systems modeled by non-homogeneous Markov chains. Reliab. Eng. Syst. Saf. 1998, 61, 235–249. [Google Scholar] [CrossRef]
  26. Cavazos-Cadena, R.; Montes-De-Oca, R. The Value Iteration Algorithm in Risk-Sensitive Average Markov Decision Chains with Finite State Space. Math. Oper. Res. 2003, 28, 752–776. [Google Scholar] [CrossRef]
  27. Ghannoum, E.; Kieloch, Z. Use of modern technologies and software to deliver efficient design and optimization of 1380 km long bipole III 500 kV HVDC transmission line, Manitoba, Canada. In Proceedings of the PES T&D 2012, Orlando, FL, USA, 7–10 May 2012; pp. 1–6. [Google Scholar] [CrossRef]
  28. Gupta, S.; Al-Obaidi, S.; Ferrara, L. Meta-Analysis and Machine Learning Models to Optimize the Efficiency of Self-Healing Capacity of Cementitious Material. Materials 2021, 14, 4437. [Google Scholar] [CrossRef]
  29. Zioviris, G.; Kolomvatsos, K.; Stamoulis, G. On the Use of a Sequential Deep Learning Scheme for Financial Fraud Detection. In Intelligent Computing; Springer: Cham, Swizterland, 2021; pp. 507–523. [Google Scholar] [CrossRef]
  30. Demertzis, K.; Iliadis, L.; Anezakis, V.-D. A Dynamic Ensemble Learning Framework for Data Stream Analysis and Real-Time Threat Detection. In Artificial Neural Networks and Machine Learning–ICANN; Springer: Cham, Swizterland, 2018; pp. 669–681. [Google Scholar] [CrossRef]
  31. Zioviris, G.; Kolomvatsos, K.; Stamoulis, G. Credit card fraud detection using a deep learning multistage model. J. Supercomput. 2022, 78, 14571–14596. [Google Scholar] [CrossRef]
  32. Ahmadlou, M.; Adeli, H. Enhanced probabilistic neural network with local decision circles: A robust classifier. Integr. Comput. Aided Eng. 2010, 17, 197–210. [Google Scholar] [CrossRef]
  33. Ke, G.; Meng, Q.; Finley, T.; Wang, T.; Chen, W.; Ma, W.; Ye, Q.; Liu, T.-Y. LightGBM: A Highly Efficient Gradient Boosting Decision Tree. In Advances in Neural Information Processing Systems; 2017; Volume 30, Available online: https://papers.nips.cc/paper/2017/hash/6449f44a102fde848669bdd9eb6b76fa-Abstract.html (accessed on 30 May 2022).
  34. Bellare, M.; Goldreich, O. On Probabilistic versus Deterministic Provers in the Definition of Proofs of Knowledge. In Studies in Complexity and Cryptography. Miscellanea on the Interplay between Randomness and Computation; Avigad, L., Bellare, M., Brakerski, Z., Goldwasser, S., Halevi, S., Kaufman, T., Levin, L., Nisan, N., Ron, D., Sudan, M., et al., Eds.; Springer: Berlin/Heidelberg, Germany, 2011; pp. 114–123. [Google Scholar] [CrossRef]
  35. Yu, Z.; Chen, F.; Liu, J.K. Sampling-Tree Model: Efficient Implementation of Distributed Bayesian Inference in Neural Networks. IEEE Trans. Cogn. Dev. Syst. 2020, 12, 497–510. [Google Scholar] [CrossRef] [Green Version]
  36. Melicher, V.; Slodička, M. Determination of missing boundary data for a steady-state Maxwell problem. Inverse Probl. 2006, 22, 297–310. [Google Scholar] [CrossRef]
  37. Wang, X.; Tu, S.; Zhao, W.; Shi, C. A novel energy-based online sequential extreme learning machine to detect anomalies over real-time data streams. Neural Comput. Appl. 2022, 34, 823–831. [Google Scholar] [CrossRef]
  38. Chauhan, R.; Heydari, S.S. Polymorphic Adversarial DDoS attack on IDS using GAN. In Proceedings of the 2020 International Symposium on Networks, Computers and Communications (ISNCC), Montreal, QC, Canada, 20–22 October 2020; pp. 1–6. [Google Scholar] [CrossRef]
  39. Hellen, N.; Marvin, G. Explainable AI for Safe Water Evaluation for Public Health in Urban Settings. In Proceedings of the 2022 International Conference on Innovations in Science, Engineering and Technology (ICISET), Chittagong, Bangladesh, 26–27 February 2022; pp. 1–6. [Google Scholar] [CrossRef]
  40. Demertzis, K.; Iliadis, L. GeoAI: A Model-Agnostic Meta-Ensemble Zero-Shot Learning Method for Hyperspectral Image Analysis and Classification. Algorithms 2020, 13, 61. [Google Scholar] [CrossRef] [Green Version]
  41. Demertzis, K.; Iliadis, L. Detecting invasive species with a bio-inspired semi-supervised neurocomputing approach: The case of Lagocephalus sceleratus. Neural Comput. Appl. 2017, 28, 1225–1234. [Google Scholar] [CrossRef]
  42. Holloway, L.E.; Krogh, B.H.; Giua, A. A Survey of Petri Net Methods for Controlled Discrete Event Systems. Discret. Event Dyn. Syst. 1997, 7, 151–190. [Google Scholar] [CrossRef]
  43. Lu, Y.; Huang, X.; Li, D.; Zhang, Y. Collaborative Graph-Based Mechanism for Distributed Big Data Leakage Prevention. In Proceedings of the 2018 IEEE Global Communications Conference (GLOBECOM), Abu Dhabi, United Arab Emirates, 9–13 December 2018; pp. 1–7. [Google Scholar]
  44. Tsimenidis, S.; Lagkas, T.; Rantos, K. Deep Learning in IoT Intrusion Detection. J. Netw. Syst. Manag. 2021, 30, 8. [Google Scholar] [CrossRef]
  45. Iezzi, M. Practical Privacy-Preserving Data Science With Homomorphic Encryption: An Overview. In Proceedings of the 2020 IEEE International Conference on Big Data (Big Data), Atlanta, GA, USA, 10–13 December 2020; pp. 3979–3988. [Google Scholar] [CrossRef]
  46. Apiecionek, L.; Makowski, W.; Biernat, D.; Lukasik, M. Practical implementation of AI for military airplane battlefield support system. In Proceedings of the 2015 8th International Conference on Human System Interaction (HSI), Warsaw, Poland, 25–27 June 2015; pp. 249–253. [Google Scholar] [CrossRef]
  47. Sharma, A.; Rani, R. C-HMOSHSSA: Gene selection for cancer classification using multi-objective meta-heuristic and machine learning methods. Comput. Methods Programs Biomed. 2019, 178, 219–235. [Google Scholar] [CrossRef]
  48. Huang, B.; Sun, Y.; Sun, Y.-M.; Zhao, C.-X. A hybrid heuristic search algorithm for scheduling FMS based on Petri net model. Int. J. Adv. Manuf. Technol. 2010, 48, 925–933. [Google Scholar] [CrossRef]
  49. Demertzis, K.; Iliadis, L.; Kikiras, P.; Pimenidis, E. An explainable semi-personalized federated learning model. Integr. Comput. AidedEng. 2022, Preprint, 1–16. [Google Scholar] [CrossRef]
Figure 1. The proposed block diagram of the FAMEL framework.
Figure 1. The proposed block diagram of the FAMEL framework.
Electronics 12 00430 g001
Figure 2. FAMEL architectural modelling.
Figure 2. FAMEL architectural modelling.
Electronics 12 00430 g002
Table 1. The best model for the Domain Alpha.
Table 1. The best model for the Domain Alpha.
Domain Alpha
ModelAccuracyAUCRecallPrecisionF1-Score
Light Gradient Boosting Machine0.8790.9260.8760.8790.879
Gradient Boosting Classifier0.8780.9260.8750.8780.878
K Neighbours Classifier0.8760.9270.8730.8760.876
Logistic Regression0.8730.9240.8690.8730.873
SVM—Linear Kernel0.8700.9250.8670.8700.870
Ada Boost Classifier0.8680.0000.8650.8680.868
Random Forest Classifier0.8650.9260.8620.8650.865
Linear Discriminant Analysis0.8640.9240.8610.8640.864
Ridge Classifier0.8600.0000.8570.8600.860
Extra Trees Classifier0.8530.9200.8520.8530.853
Decision Tree Classifier0.8240.8830.8240.8240.824
Naive Bayes0.7470.9040.7330.7700.734
Quadratic Discriminant Analysis0.3670.9000.4050.5750.321
Table 2. Best parameters of the winner model of the Domain Alpha.
Table 2. Best parameters of the winner model of the Domain Alpha.
Domain_Alpha
Best ModelBest Parameters of the Winner Model
LGBMClassifierboosting_type = ‘gbdt’, class_weight = None, colsample_bytree = 1.0, importance_type = ‘split’, learning_rate = 0.1, max_depth = −1, min_child_samples = 20, min_child_weight = 0.001, min_split_gain = 0.0, n_estimators = 100, n_jobs = −1, num_leaves = 31, objective = None, random_state = 1599, reg_alpha = 0.0, reg_lambda = 0.0, silent = ’warn’,subsample = 1.0, subsample_for_bin = 200,000, subsample_freq = 0
Table 3. The best model for the Domain Bravo.
Table 3. The best model for the Domain Bravo.
Domain_Bravo
ModelAccuracyAUCRecallPrecisionF1-Score
Gradient Boosting Classifier 0.8770.9260.8750.8770.877
Light Gradient Boosting Machine0.8760.9260.8740.8760.876
K Neighbours Classifier0.8760.9260.8730.8740.875
Ada Boost Classifier0.8700.9250.8680.8700.870
Random Forest Classifier0.8700.9230.8680.8700.870
Linear Discriminant Analysis0.8650.9230.8630.8650.865
SVM—Linear Kernel0.8650.0000.8630.8650.865
Logistic Regression 0.8630.9250.8610.8630.862
Ridge Classifier0.8610.0000.8590.8620.861
Extra Trees Classifier0.8490.9200.8490.8490.849
Decision Tree Classifier0.8160.8780.8160.8160.815
Naive Bayes0.7390.9050.7270.7650.724
Quadratic Discriminant Analysis0.5940.9170.5700.5720.545
Table 4. Best parameters of the winner model of the Domain Bravo.
Table 4. Best parameters of the winner model of the Domain Bravo.
Domain_Bravo
Best ModelBest Parameters of the Winner Model
GradientBoostingClassifierccp_alpha = 0.0, criterion = ‘friedman_mse’, init = None, learning_rate = 0.1, loss = ‘deviance’, max_depth = 3, max_features = None, max_leaf_nodes = None, min_impurity_decrease = 0.0, min_impurity_split = None, min_samples_leaf = 1, min_samples_split = 2, min_weight_fraction_leaf = 0.0, n_estimators = 100, n_iter_no_change = None, presort = ‘deprecated’, random_state = 8515, subsample = 1.0, tol = 0.0001, validation_fraction = 0.1, verbose = 0, warm_start = False
Table 5. The best model for the Domain Charlie.
Table 5. The best model for the Domain Charlie.
Domain_Charlie
ModelAccuracyAUCRecallPrecisionF1-Score
k-Neighbours Classifier0.8660.9270.8640.8670.866
Light Gradient Boosting Machine0.8650.9260.8640.8660.866
Gradient Boosting Classifier0.8650.9260.8650.8650.866
Ada Boost Classifier0.8610.9210.8610.8610.861
Logistic Regression0.8600.9220.8600.8610.860
SVM—Linear Kernel0.8550.9230.8520.8550.855
Random Forest Classifier0.8530.9250.8510.8530.853
Linear Discriminant Analysis0.8510.9230.8490.8520.851
Extra Trees Classifier 0.8470.9210.8470.8480.849
Ridge Classifier0.8470.9200.8480.8490.848
Decision Tree Classifier0.8190.8800.8210.8200.819
Naive Bayes0.6870.9000.6680.6800.644
Quadratic Discriminant Analysis0.5420.9140.5360.6620.528
Table 6. Best parameters of the winner model of the Domain Charlie.
Table 6. Best parameters of the winner model of the Domain Charlie.
Domain_Charlie
Best ModelBest Parameters of the Winner Model
KNeighborsClassifieralgorithm = ‘auto’, leaf_size = 30, metric = ‘minkowski’, metric_params = None, n_jobs = −1, n_neighbors = 5, p = 2, weights = ‘uniform’
Table 7. Ensemble model for the Domain Alpha.
Table 7. Ensemble model for the Domain Alpha.
Domain_Alpha
ModelAccuracyAUCRecallPrecisionF1-Score
Ensemble model0.8980.9330.8990.8970.898
Light Gradient Boosting Machine0.8790.9260.8760.8790.879
Gradient Boosting Classifier0.8780.9260.8750.8780.878
k-Neighbors Classifier0.8760.9270.8730.8760.876
Logistic Regression0.8730.9240.8690.8730.873
SVM—Linear Kernel 0.8700.9250.8670.8700.870
Ada Boost Classifier0.8680.0000.8650.8680.868
Random Forest Classifier0.8650.9260.8620.8650.865
Linear Discriminant Analysis0.8640.9240.8610.8640.864
Ridge Classifier0.8600.0000.8570.8600.860
Extra Trees Classifier0.8530.9200.8520.8530.853
Decision Tree Classifier0.8240.8830.8240.8240.824
Naive Bayes0.7470.9040.7330.7700.734
Quadratic Discriminant Analysis0.3670.9000.4050.5750.321
Table 8. Ensemble model for the Domain Bravo.
Table 8. Ensemble model for the Domain Bravo.
Domain_Bravo
ModelAccuracyAUCRecallPrecisionF1-Score
Ensemble model0.8910.9300.8900.8900.892
Gradient Boosting Classifier 0.8770.9260.8750.8770.877
Light Gradient Boosting Machine0.8760.9260.8740.8760.876
k-Neighbors Classifier0.8760.9260.8730.8740.875
Ada Boost Classifier0.8700.9250.8680.8700.870
Random Forest Classifier0.8700.9230.8680.8700.870
Linear Discriminant Analysis0.8650.9230.8630.8650.865
SVM—Linear Kernel0.8650.0000.8630.8650.865
Logistic Regression 0.8630.9250.8610.8630.862
Ridge Classifier0.8610.0000.8590.8620.861
Extra Trees Classifier0.8490.9200.8490.8490.849
Decision Tree Classifier0.8160.8780.8160.8160.815
Naive Bayes0.7390.9050.7270.7650.724
Quadratic Discriminant Analysis0.5940.9170.5700.5720.545
Table 9. Ensemble model for the Domain Charlie.
Table 9. Ensemble model for the Domain Charlie.
Domain_Charlie
ModelAccuracyAUCRecallPrecisionF1-Score
Ensemble model0.8710.9290.8710.8710.872
k-Neighbors Classifier0.8660.9270.8640.8670.866
Light Gradient Boosting Machine0.8650.9260.8640.8660.866
Gradient Boosting Classifier0.8650.9260.8650.8650.866
Ada Boost Classifier0.8610.9210.8610.8610.861
Logistic Regression0.8600.9220.8600.8610.860
SVM—Linear Kernel0.8550.9230.8520.8550.855
Random Forest Classifier0.8530.9250.8510.8530.853
Linear Discriminant Analysis0.8510.9230.8490.8520.851
Extra Trees Classifier 0.8470.9210.8470.8480.849
Ridge Classifier0.8470.9200.8480.8490.848
Decision Tree Classifier0.8190.8800.8210.8200.819
Naive Bayes0.6870.9000.6680.6800.644
Quadratic Discriminant Analysis0.5420.9140.5360.6620.528
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Demertzis, K.; Kikiras, P.; Skianis, C.; Rantos, K.; Iliadis, L.; Stamoulis, G. Federated Auto-Meta-Ensemble Learning Framework for AI-Enabled Military Operations. Electronics 2023, 12, 430. https://doi.org/10.3390/electronics12020430

AMA Style

Demertzis K, Kikiras P, Skianis C, Rantos K, Iliadis L, Stamoulis G. Federated Auto-Meta-Ensemble Learning Framework for AI-Enabled Military Operations. Electronics. 2023; 12(2):430. https://doi.org/10.3390/electronics12020430

Chicago/Turabian Style

Demertzis, Konstantinos, Panayotis Kikiras, Charalabos Skianis, Konstantinos Rantos, Lazaros Iliadis, and George Stamoulis. 2023. "Federated Auto-Meta-Ensemble Learning Framework for AI-Enabled Military Operations" Electronics 12, no. 2: 430. https://doi.org/10.3390/electronics12020430

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop