EP4690703A1 - Apparatus and method for identifying base station behaviour - Google Patents
Apparatus and method for identifying base station behaviourInfo
- Publication number
- EP4690703A1 EP4690703A1 EP23932243.1A EP23932243A EP4690703A1 EP 4690703 A1 EP4690703 A1 EP 4690703A1 EP 23932243 A EP23932243 A EP 23932243A EP 4690703 A1 EP4690703 A1 EP 4690703A1
- Authority
- EP
- European Patent Office
- Prior art keywords
- node
- given
- data
- data instances
- nodes
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Pending
Links
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L41/00—Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
- H04L41/04—Network management architectures or arrangements
- H04L41/046—Network management architectures or arrangements comprising network management agents or mobile agents therefor
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N20/00—Machine learning
- G06N20/20—Ensemble learning
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N5/00—Computing arrangements using knowledge-based models
- G06N5/01—Dynamic search techniques; Heuristics; Dynamic trees; Branch-and-bound
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L41/00—Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
- H04L41/14—Network analysis or design
- H04L41/145—Network analysis or design involving simulating, designing, planning or modelling of a network
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L41/00—Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
- H04L41/16—Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks using machine learning or artificial intelligence
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L43/00—Arrangements for monitoring or testing data switching networks
- H04L43/06—Generation of reports
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L43/00—Arrangements for monitoring or testing data switching networks
- H04L43/16—Threshold monitoring
Definitions
- Embodiments described herein relate to a machine learning (ML) agent and method for identifying base station behaviour.
- a communications network is also disclosed.
- Networks such as 3 rd Generation Partnership Project (3GPP) 5 th Generation (5G) telecommunications networks, 3GPP 6 th Generation (6G) telecommunications networks, Institute of Electrical and Electronics Engineers (IEEE) standard 802.11 compliant networks (which may be referred to as WiFi networks), and so on, may be utilised to provide communication coverage to an environment.
- 3GPP 3 rd Generation Partnership Project
- 5G 5 th Generation
- 6G 6 th Generation
- WiFi networks Institute of Electrical and Electronics Engineers (IEEE) standard 802.11 compliant networks
- networks typically utilise a plurality of base stations distributed throughout the environment, wherein the base stations provide network connections for User Equipments (UEs) to the network, and typically also exchange information with one another and with other network components such as core network nodes (CNN).
- UEs User Equipments
- CNN core network nodes
- Base stations in a network are typically deployed across an environment (that is, a physical area, such as all or part of a country) and not directly supervised by an on-site observer; accordingly, anomalous behaviour by a base station may not be immediately detected.
- Anomalous behaviour in this context can result from, for example, a base station forming part of the telecommunications network developing a fault; this faulty base station may then not handle network traffic correctly or as would be expected.
- anomalous behaviour may result from the actions of a false base station.
- a false base station in this context may be a device owned by a different entity to the legitimate operator or user of the network and posing as a base station in the network.
- the false base station may be intended to perform active or passive attacks against "true" base stations (that is, base stations forming part of the network) and/or UEs to steal private information relating to users or the network. False base stations may also cause other issues, such as blocking user access to network operator services; this is particularly likely to occur when users connect to the false base stations erroneously believing the false base stations to form part of the network (that is, to be "true” base stations).
- One possible means for detecting anomalous base station behaviour would be to have observers (for example, human experts) permanently located at each true base station to monitor the base station behaviour; monitoring in this way would clearly be very time consuming and inefficient.
- An alternative means for potentially monitoring base station behaviour is through analysis of communications network report data.
- Obtaining communications network report data, such as Radio Resource Control (RRC) measurements from network components may be supported by existing communication networks.
- RRC Radio Resource Control
- detection of anomalous behaviour communications network report data may be a difficult and time-consuming task if performed, for example, by human experts. Detection of false base stations in particular may therefore be challenging; false base stations may be deactivated and removed before their operations are detected by network owners.
- the present disclosure provides a method for identifying anomalous base station behaviour in a communications network.
- the method comprises generating an ensemble algorithm ML model comprising a plurality of decision trees, wherein each of the decision trees comprises a root node and a plurality of levels of nodes, each node in a given level being connected to a maximum of two child nodes in a subsequent level.
- the method further comprises performing first training of each of the plurality of decision trees using a plurality of data instances, such that a first portion of the nodes in each decision tree act as selection nodes that direct a portion of received data instances to each of two child nodes, based on analysis of the feature values of the received data instances, and a second portion of the nodes in each decision tree act as anomaly detection nodes that direct a majority of the received data instances to one of two child nodes, based on analysis of the feature values of the received data instances, where the child node that receives a minority of the received data instances acts as an end node.
- the method also comprises performing second training of each of the plurality of decision trees.
- a given anomaly detection node in a given decision tree analyses all of the data instances analysed by the given decision tree in the first training, wherein a subset of at least one data instance is directed to the given end node of the given anomaly detection node, the subset directed to the given end node of the given anomaly detection node is analysed by the root node of the given decision tree. Also in the second training, paths of the at least one data instance through the given decision tree are monitored and the diversion nodes at which the at least one data instance from the subset are diverted from the path to the given end node are identified, and feature values of the diversion nodes are included in a feature contribution of the given anomaly detection node.
- the method further comprises processing communications network report data using the ensemble algorithm ML model, and detecting the presence of anomalous behaviour using the anomaly detection nodes.
- the method still further comprises identify a base station exhibiting anomalous behaviour using the feature contribution of the anomaly detection nodes, and generating an alert in response to the identification of a base station exhibiting anomalous behaviour.
- the present disclosure also provides a ML agent configured to host a ML model, the ML agent comprising processing circuitry and a memory containing instructions executable by the processing circuitry.
- the ML agent is operable to generate an ensemble algorithm ML model comprising a plurality of decision trees, wherein each of the decision trees comprises a root node and a plurality of levels of nodes, each node in a given level being connected to a maximum of two child nodes in a subsequent level.
- the ML agent is further operable to perform first training of each of the plurality of decision trees using a plurality of data instances, such that a first portion of the nodes in each decision tree act as selection nodes that are configured to direct a portion of received data instances to each of two child nodes, based on analysis of the feature values of the received data instances, and a second portion of the nodes in each decision tree act as anomaly detection nodes that are configured to direct a majority of the received data instances to one of two child nodes, based on analysis of the feature values of the received data instances, where the child node that receives a minority of the received data instances is configured to act as an end node.
- the ML agent is further operable to perform second training of each of the plurality of decision trees.
- a given anomaly detection node in a given decision tree is configured to analyse all of the data instances analysed by the given decision tree in the first training, wherein a subset of at least one data instance is directed to the given end node of the given anomaly detection node, the subset directed to the given end node of the given anomaly detection node is analysed by the root node of the given decision tree. Also in the second training, paths of the at least one data instance through the given decision tree are monitored and the diversion nodes at which the at least one data instance from the subset are diverted from the path to the given end node are identified, and feature values of the diversion nodes are included in a feature contribution of the given anomaly detection node.
- the ML agent is further operable to process communications network report data using the ensemble algorithm ML model, and detect the presence of anomalous behaviour using the anomaly detection nodes.
- the ML agent is also operable to identify a base stations exhibiting anomalous behaviour using the feature contribution of the anomaly detection nodes, and generate an alert in response to the identification of a base station exhibiting anomalous behaviour.
- Figure 1 is a schematic diagram illustrating a training process for anomaly detection trees
- FIG. 2 is a flowchart of a method in accordance with embodiments
- Figure 3A is schematic diagram of a ML agent in accordance with embodiments
- Figure 3B is schematic diagram of a ML agent in accordance with embodiments.
- Figure 3C is a schematic diagram of a computer-readable storage medium in accordance with embodiments.
- Figure 4 is diagram illustrating an example of a second training process used with a plurality of decision trees in accordance with embodiments
- Figure 5 schematic diagram illustrating an example of how a base station exhibiting anomalous behaviour may be identified using methods in accordance with embodiments.
- Figure 6A and Figure 6B are bar charts showing results of analysing the same data instances using a method in accordance with embodiments and several known methods.5
- Novelty detection algorithms may be well suited to the purpose of detecting anomalous base station behaviour. Novelty detection algorithms may be well suited for this purpose as they may be trained exclusively using benign data (that is, data not indicative of anomalous base station behaviour, or example data that only relates to traffic from normal operations without the presence of false base stations). Allowing training using benign data is useful, as real data (not simulated) that is indicative of anomalous base station behaviour may be difficult to acquire in sufficient quantities for training purposes. A trained algorithm would then be familiar with the properties of normal network data. If the trained algorithm is subsequently presented with data indicative of anomalous base station behaviour, the algorithm should flag this as unfamiliar (novel). "On Anomaly Interpretation via Shapley Values" by Takeshi, N.
- a further anomaly detection algorithm is discussed in WO 2020/244893 Al; this disclosure relates to a method and an apparatus for training a model for detecting anomalies in network data traffic between devices in a first part of a network and devices in a second part of the network.
- the method comprises collecting feature samples of network traffic, and training a model based on a plurality of anomaly detection trees collectively forming a random forest model. At least some of the trees comprise subspace selection nodes and anomaly-catching nodes.
- the subspace selection nodes are arranged to bisect a set of feature samples reaching the subspace selection node to at least one anomaly-catching node when a number of feature samples leaving the subspace selection node for the at least one anomaly-catching node is below a predetermined threshold.
- WO 2022/167607 Al discusses a computer-implemented method and arrangement for classifying anomalies in network traffic, in which feature-associated anomaly scores are determined for network data traffic samples, feature importance for each feature is determined, and the anomalies are classified based on the anomaly scores and feature importance.
- Figure 1 Is a schematic diagram illustrating a training process for anomaly detection trees in the anomaly detection algorithm discussed in WO 2020/244893 Al (see above).
- the anomaly detection trees comprise a root node and a plurality of further nodes arranged in layers (the number of layers may be referred to as the tree depth).
- the nodes bifurcate received data into one of two connected nodes in a subsequent layer, with the choice of destination node determined based on an analysis of a feature value of the data with respect to a split-value set at the node.
- each anomaly detection tree consists of two phases. In both phases each node in each anomaly detection tree selects a feature and a split-value. Typically, the feature is selected at random.
- the feature ( ) and split-value (y) are chosen such that the part of the subsample reaching the node during training is split into a right and left subset, as shown at step S101 in Figure 1, the created nodes are called subspace selection nodes.
- the split-value (a) is instead chosen outside the range of values for the chosen feature (g) in the subsample in that node such that one of the subsets, to the nodes in the subsequent layer, is empty .
- the nodes without samples in this phase become end nodes and may be referred to as anomaly leaves, with the parent nodes to the leaves referred to as anomaly catchers.
- data instances indicative of anomalous behaviour should be directed to anomaly leaves at a higher rate than data instances not indicative of anomalous behaviour.
- An anomaly score for a data sample may then be derived as a function of the length of the paths taken through the anomaly detection trees.
- the anomaly detection algorithm discussed in WO 2020/244893 Al may be used to obtain an indicator of how anomalous communications network report data is, that is, the anomaly detection algorithm may indicate the likely presence or absence of anomalous base station behaviour; this indicator may be referred to as an anomaly detection score.
- an anomaly detection score obtained using the anomaly detection algorithm discussed in WO 2020/244893 Al does not provide any information regarding the reason for the score.
- anomalous base station behaviour is suspected (due, for example, to a high anomaly detection score obtained as discussed above), it is desirable to know the specific ID of the base station or base stations causing the suspicions. Accordingly, it is desirable for any high anomaly score to be accompanied by the output of the cell I D(s) (that is, base station I D(s)) found to be most suspicious by the detection algorithm.
- Known methods that produce outcome explanations for detected anomalies such as the methods discussed in "On Anomaly Interpretation via Shapley Values" as cited above, are all postprocesses that aim to approximate the anomaly score with feature attributions to produce an outcome explanation; typically these known methods have high computational resource requirements. In many communication networks the number of measurement reports reaching, and generated by, a base station may be large. It is therefore desirable to provide a method and apparatus that performs novelty detection as well as outcome explanation that is more computationally efficient and/or precise than existing systems.
- FIG. 2 is a flowchart showing a method for identifying anomalous base station behaviour in a communications network.
- the method is computer-implemented and may be performed by any suitable apparatus, for example, by a ML agent 30A, 30B such as those shown in Figure 3A and Figure 3B.
- a communication network 39 including a base station 39a, is shown in Figure 3A and Figure 3B.
- the communications network is a 5G or 6G telecommunications network or WiFi network (or part of the same)
- the method may be performed by an apparatus (such as a ML agent) that is or forms part of a network device, such as a base station or CNN (or may be incorporated in a base station or CNN).
- the ML agent may be or form part of a further device that is separate from the communications network.
- the communication network 39 and base station 39a are shown separately from the ML agent 30.
- the method comprises generating an ensemble algorithm ML model comprising a plurality of decision trees.
- the ensemble algorithm may be a random forest algorithm, specifically an anomaly detection forest (ADF), or any other suitable ML algorithm such as an isolation forest or one-class random forest.
- ADF anomaly detection forest
- the step of generating the ensemble algorithm ML model may be performed in accordance with a computer program (33a) stored in a memory 33 (or a computer program 301 stored in a computer-readable storage medium 300 as illustrated by Figure 3C), executed by a processor 31 in conjunction with one or more interfaces 32 of ML agent 30A, as illustrated by Figure 3A.
- the step of generating the ensemble algorithm ML model may be performed by processor 37 of ML agent 30B, as shown in Figure 3B, and may result in ML model 36.
- the ensemble algorithm may be a random forest.
- Each of the decision trees comprises a root node and a plurality of levels of nodes, each node in a given level being connected to a maximum of two child nodes in a subsequent level.
- One or more of the decision trees may comprise only two levels of nodes, that is, a root node and one further level of nodes. Typically, however, the decision trees comprise plural levels of nodes subsequent to the root node.
- the method then continues with the training of each of the plurality of decision trees in a first training stage using a plurality of data instances, as shown in step S204 of Figure 2.
- the step of training the plurality of decision trees in a first training stage may be performed in accordance with a computer program (33a) stored in a memory 33 (or a computer program 301 stored in a computer-readable storage medium 300 as illustrated by Figure 3C), executed by a processor 31 in conjunction with one or more interfaces 32 of ML agent 30A, as illustrated by Figure 3A.
- the step of training the plurality of decision trees in a first training stage may be performed by trainer 35 of ML agent 30B, as shown in Figure 3B.
- the initialisation parameters of the plurality of decision trees may be set to generic values so that the decision trees do not initially favour any particular action or actions over other actions.
- the plurality of data instances used in the first training may be obtained from a communications network report data set.
- the data instances are divided between the plurality of decision trees, such that different decision trees process different data.
- the selection of data instances for each decision tree from the communications network report data set may be made in any suitable way, as an example, a random selection method may be used or the data instances may be allocated sequentially until all data instances in the communications network report data set have been allocated to a decision tree.
- the communications network report data set may comprise data from a real-world communication network and/or may comprise data from a simulated communication network. Any suitable communications network report data may be included and used; by way of example, in some embodiments the communications network report data comprises Radio Resource Control (RRC) measurements.
- the RRC measurements may comprise one or more of: Reference Signal Receive Power (RSRP) measurements; Reference Signal Receive Quality (RSRQ) measurements; Received Signal Strength Indicator (RSSI) measurements; Signal to Interference and Noise Ratio (SINR) measurements; UE positioning measurements; and so on.
- RSRP Reference Signal Receive Power
- RSSI Received Signal Strength Indicator
- SINR Signal to Interference and Noise Ratio
- the plurality of data instances used to perform the first training may be filtered to exclude data instances indicative of anomalous behaviour; typically data instances that are outliers in the communications network report data set are excluded in a filtering process.
- the filtering may be done using any suitable filtering method (which may be an outlier detection method).
- excluding data instances having a feature values lying more than a certain number of standard deviations (such as 2 or 3) from a mean feature value for the plurality of data instances, or having a human expert manually review all data instances and exclude those indicative of anomalous behaviour, may form all or part of the filtering.
- a first portion of the nodes in each decision tree act as selection nodes that direct a portion of received data instances to each of two child nodes (in a subsequent layer), based on analysis of the feature values of the received data instances, and a second portion of the nodes in each decision tree act as anomaly detection nodes that direct a majority of the received data instances to one of two child nodes, based on analysis of the feature values of the received data instances, where the child node that receives a minority of the received data instances acts as an end node.
- the majority of the received data instances comprise all of the received data instances, and the minority of received data instances comprises none of the received data instances.
- the first training comprises a first phase and a second phase.
- the two phases may be configured such that, in a first phase, a feature and a split value for the feature for each node of the given decision tree are selected, the split value for each node being selected to be within the range of feature values from the data instances that are processed by the node in the first training. A subset of data instances is then processed using the given decision tree. Subsequently, in a second phase a revised split value is selected for the feature for each node of the given decision tree, the revised split value being selected to be outside the range of data feature values from the data instances that are processed by the node in the first training, thereby resulting in the majority of received data instances being directed to one of the two child nodes.
- the first training may be similar or the same as the training process discussed above with reference to Figure 1.
- the method then continues with the step of second training for each of the plurality of decision trees, as shown in as shown in step S206 of Figure 2.
- the step of training the plurality of decision trees in a second training stage may be performed in accordance with a computer program (33a) stored in a memory 33 (or a computer program 301 stored in a computer- readable storage medium 300 as illustrated by Figure 3C), executed by a processor 31 in conjunction with one or more interfaces 32 of ML agent 30A, as illustrated by Figure 3A.
- the step of training the plurality of decision trees in a second training stage may be performed by trainer 35 of ML agent 30B, as shown in Figure 3B.
- the anomaly detection node 41 analyses feature f 0 with a split value of 25.184; where the data instance has a value for f 0 that is less than this split value (x(0) ⁇ 25.814) it is directed to an end node, whereas when the data instance has a value for 0 that is greater than or equal to this split value (x(0) > 25.814) it is directed to a further node (not shown in Figure 4).
- the analysis of the 512 data instances by the anomaly detection node 41 results in nine of the data instances being directed to the anomaly detection node; these nine data instances form the subset of data instances for the given anomaly detection node.
- the subset of at least one data instance for the given anomaly detection node is then analysed by the root node 42 of the given decision tree, and the path(s) of the data instance(s) through the given decision tree are monitored, such that the diversion nodes at which the at least one data instance from the subset is/are diverted from the path to the given end node may be identified.
- the root node 42 analyses feature f 2 of the nine data instances with a split value of 0.776; where the data instance has a value for 2 that is less than this split value (x(2) ⁇ 0.776) it is directed to an end node, whereas when the data instance has a value for 2 that is greater than or equal to this split value (x(2) > 0.776) it is directed to a further node.
- the root node acts as an anomaly detection node; in some embodiments this is not the case.
- the decision trees include some nodes that act as anomaly detection nodes and some nodes that do not act as anomaly detection nodes.
- the result of the analysis at root node 42 is that two of the nine data instances are directed to the end node; this is because these two data instances each have a value for 2 that is less than this split value (x(2) ⁇ 0.776).
- the remaining seven data instances are then analysed at the next node, and so on.
- three of the data instances are directed to an end node following analysis of feature f2 again (with a different split value; the feature values at the nodes are selected at random and some duplication is likely) and the remaining four data instances are directed to an end node following analysis of feature f , as shown in the figure.
- the paths of the at least one data instance through the given decision tree are monitored and the diversion nodes at which the at least one data instance from the subset are diverted from the path to the given end node are identified (for example, two of the data instances are diverted from the path to the given end node at root node 42, as discussed above).
- Feature values of the identified division nodes are then included in a feature contribution of the given anomaly detection node.
- the second training process is then repeated for each decision tree, typically for each anomaly detection node in each decision tree. The result of the second training process is that each anomaly detection node includes the feature values of the division nodes, as discussed above.
- the feature values of the division nodes may be incorporated into the anomaly detection nodes in any suitable way.
- a 1 is written to the feature f, of the immediate parent node (that is, the anomaly detection node as discussed previously).
- the share of the training subsample X t , for tree t, that would have ended up in the end node if not for the previous path, i.e. X ⁇ % G ⁇ S ⁇ if the end node is a left child of the parent and
- the set Xf is then passed from the root node through the tree t as discussed above on the path to the end node. For every node with feature f n and split value s n such that some samples in X ( deviate from the path to the end node, 1 is added to the feature f n in the contributing features since the end node would otherwise not have been created (that is, the end node would not be empty).
- the split value s in the parent may be such that the set Xf may be empty from the start, in which case only one feature will be seen as contributing.
- the feature f in the anomaly catcher node directly above the anomaly leaf can be given the score 2, while other features will be given 1 or 0.
- the following table indicates the results of the second training process (note that in this example the given anomaly detection node is node 11, with the given end node 12).
- the results are presented in the following structure; Depth: (featurejdx, split_value, child is left or right, reduced samples), where "reduced samples” is the number of data instances diverted from the path as discussed above.
- the Figure 4 example includes three decision trees (labelled Tree 1, Tree 2 and Tree 3; Figure 4 shows a portion of Tree 1). Embodiments may include greater, smaller or the same number of decision trees; typically embodiments include more than three decision trees.
- Tree 2 the given anomaly detection node is node 5
- Tree 3 the given anomaly detection node is node 7.
- each of the trees was trained using 512 data instances; in some embodiments trees may be trained with equal or different numbers of data instances:
- feature scores for this given anomaly detection node using the example method discussed above where the results are in the format (feature id:feature score), are therefore (3:1, 5:1, 1:1. 4:1, 2:1), that is, each of features 5, 1, 4 and 2 ( analysesd by the root node and nodes in the next three layers respectively) have a feature score of 1, and feature 3 also has a score of 1 from the analysis at the anomaly detection node.
- the method then continues with processing of communications network report data using the ensemble algorithm ML model, and detecting the presence of anomalous behaviour using the anomaly detection nodes; this step is shown in step S208 of Figure 2.
- the step of processing the communications network report data may be performed in accordance with a computer program (33a) stored in a memory 33 (or a computer program 301 stored in a computer-readable storage medium 300 as illustrated by Figure 3C), executed by a processor 31 in conjunction with one or more interfaces 32 of ML agent 30A, as illustrated by Figure 3A.
- the step of processing the communications network report data may be performed by processor 37 and ML model 36 of ML agent 30B, as shown in Figure 3B.
- the communications network report data may be provided to the ML agent 30 in any suitable way, for example, via a transmission from other network components received by the ML agent 30 or through monitoring by the ML agent 30.
- the composition of the communications network report data may be the same as or similar to that of the communications network report data set used in one or both of the first training and second training; where the communications network report data is similar to the communications network report data set, this may increase the efficacy of the first and/or second training.
- the communications network report data may comprise RRC measurements, which may include one or more of RSRP, RSRQ, RSSI, SINR and/or UE positioning measurements. The processing allows the detection of the presence of anomalous behaviour using the anomaly detection nodes.
- the data instances from the communications report data may be analysed by a decision tree from the ensemble algorithm ML model.
- one or more (optionally all) of the data instances from the communications report data may be analysed plural times using plural different decision trees from the ensemble algorithm ML model.
- the maximal analysis option wherein each of the data instances from the communications report data may be analysed using all of the different decision trees from the ensemble algorithm ML model, may be used. Analysing the data instances using plural decision trees may further improve the accuracy of results obtained; in some embodiments each decision tree individually may be a weak indicator of the identity of a base station (or base stations) exhibiting anomalous behaviour, but collectively a plurality of decision trees may act as a strong indicator.
- the method then continues with the step of identifying a base station 39a (or base stations) exhibiting the anomalous behaviour, as shown in step S210 of Figure 2.
- the step of identifying a base station (or base stations) exhibiting anomalous behaviour may be performed in accordance with a computer program (33a) stored in a memory 33 (or a computer program 301 stored in a computer-readable storage medium 300 as illustrated by Figure 3C), executed by a processor 31 in conjunction with one or more interfaces 32 of ML agent 30A, as illustrated by Figure 3A.
- the step of identifying a base station (or base stations) exhibiting anomalous behaviour may be performed by processor 37 and ML model 36 of ML agent 30B, as shown in Figure 3B.
- the identification may be performed by analysing the feature contribution of the anomaly detection nodes.
- the processing of the communications network report data comprises generating an anomaly score for each base station; in embodiments that generate an anomaly score in this way, the anomaly score may be used to identify base station(s) 39a exhibiting anomalous behaviour.
- an anomaly score above a predetermined threshold, or an anomaly score that differs from the anomaly scores of other base stations in the network by a predetermined degree may be the basis upon which base stations exhibiting anomalous behaviour are identified.
- FIG. 5 is a schematic diagram illustrating an example of how a base station exhibiting anomalous behaviour may be identified.
- a simulated environment comprising 12 base stations is shown.
- the base stations are numbered 1 to 12 and are indicated by the larger ovals in the figure.
- the UEs are indicated by the smaller ovals and use the same shading pattern as the base station to which they are connected, for example, base station 4 and the UEs connected to base station 4 all use a vertical stripe shading pattern.
- One or more of the base stations hosts an ensemble algorithm ML model in accordance with embodiments that may be used to detect deviations in measurement reports sent to the base station from the UEs connected to it, said deviations being indicative of anomalous base station behaviour.
- base station 3 exhibits anomalous behaviour, specifically, base station 3 is a false base station which moves around the environment as indicated by the dashed arrows on the figure.
- Base station 6 uses the ensemble algorithm ML model to process communications report data.
- Base station 6 has 6 different (visible) base stations, specifically base stations [2, 3, 5, 8, 9, 12] that appear in the RRC measurement reports received from UEs connected to it.
- the UE measurement reports act as data instances in the communications report data, in this example the data instances are in the form of a feature vector with the signal strength (RSRP) of the serving base station (that is, base station 6), the number of neighbouring base stations the UE can receive signals from (NNei, that is, visible base stations) and the signal strength of each of the visible neighbouring base stations ( RSRP_ ⁇ id ⁇ ).
- the data instances may contain further data, however analysis of RSRP alone is used have for simplicity in explaining the operation of embodiments.
- Table 1 below shows four example data instances from a UE connected to base station 6; instances 0, 1 and 2 are indicative of normal behaviour and instance 3 is indicative of abnormal behaviour (in this example, base station 3 has changed position, causing a variation in the RSRP value for this base station).
- the anomaly score of 0.8 obtained using the embodiment method may be obtained by including feature values of the diversion nodes in the feature contributions for anomaly detection nodes, as discussed above. Analysing the Table 1 data instance 3 [20.0, 4.0, 14.0, 6.0, 11.0, 0.0, 9.0, 0.0] using Trees 1 to 3 as discussed above results in the following feature scores:
- the total feature contributions from Tree 1, Tree 2 and Tree 3 are therefore ⁇ 0: 1, 1: 1, 2: 2, 3: 4 , 4: 1, 5: 1 ⁇ .
- the feature contribution is [50, 34, 42, 85, 44, 29, 53, 0] which normalized becomes [0.14836795, 0.10089021, 0.12462908, 0.25222552, 0.1305638 , 0.08605341, 0.15727003, 0 ].
- the normalised feature contribution indicates that it is feature 3 (with a value of 0.25222552) that is responsible for the high score; this corresponds to nRSRP_3 (signal power from base station with ID 3).
- the score of 0.8 implies that the data instance ends up in an anomaly leaf in 80% of the trees.
- an alert is then generated in response to the identification (as shown instep S212 of Figure 2).
- the step of generating the alert may be performed in accordance with a computer program (33a) stored in a memory 33 (or a computer program 301 stored in a computer-readable storage medium 300 as illustrated by Figure 3C), executed by a processor 31 in conjunction with one or more interfaces 32 of ML agent 30A, as illustrated by Figure 3A.
- the step of generating the alert may be performed by alert generator 38 of ML agent 30B, as shown in Figure 3B.
- the identification of base stations exhibiting anomalous behaviour is based on analysis of the generated anomaly score for each base station, and the alert may be generated when the anomaly score exceeds a (typically system specific) predetermined threshold.
- the generation of the alert may comprise triggering an audible alarm, for example, in a network control centre.
- the alert may additionally or alternatively comprise transmitting an alert signal to a network control centre, network operator, and so on; this signal may comprise identification information for the base station or base stations exhibiting anomalous behaviour. The information may then be used to address the anomalous behaviour; this may comprise redirecting network traffic away from the base station and/or shifting UEs away from the base station.
- anomalous behaviour is caused by a faulty base station this may comprise repairing or replacing the faulty base station, and where the anomalous behaviour is caused by a false base station this may comprise permanently excluding the base station from the network (by blocking traffic to/from the base station) and/or informing law enforcement if applicable.
- Embodiments may support identification of anomalous behaviour and identification of base station(s) responsible for the same with increased efficiency and/or accuracy relative to existing systems. Embodiments may provide a higher anomaly recall at a fixed false positive rate and a better explanation accuracy for determining the correct base station(s) (exhibiting anomalous behaviour) than existing systems. Also, in some embodiments an anomaly score may be obtained in the same process as an explanation of the score with no extra processing required.
- Figure 6A and Figure 6B are bar charts showing results of analysing the same data instances using a method in accordance with embodiments (referred to in the figures as ADFFC) and several known methods.
- the known methods are: an ADF algorithm not including the second training process as discussed above (referred to in the figures as ADF); a GMM using a Shapley based outcome explanation method from "On Anomaly Interpretation via Shapley Values" as cited above (referred to in the figures as GMMSHAP); an isolation forest using a depth-based isolation forest feature importance outcome explanation method (referred to in the figures as LDIFFI); and a negative sampling neural network using integrated gradient base outcome explanation (referred to in the figures as NSNNIG).
- Figure 6A shows the recall of records for base stations exhibiting anomalous behaviour records for a fixed false positive rate of 0.5%
- Figure 6B shows outcome explanation accuracy results for all records containing a base station exhibiting anomalous behaviour, taken as the quota of correctly identified base stations exhibiting anomalous behaviour divided by number of records with a base station exhibiting anomalous behaviour.
- the performance of the method in accordance with embodiments provides superior results to existing methods in both analyses.
- examples of the present disclosure may be virtualised, such that the methods and processes described herein may be run in a cloud environment.
- the methods of the present disclosure may be implemented in hardware, or as software modules running on one or more processors. The methods may also be carried out according to the instructions of a computer program (33a, 301), and the present disclosure also provides a computer readable medium having stored thereon a program for carrying out any of the methods described herein.
- a computer program embodying the disclosure may be stored on a computer readable medium, or it could, for example, be in the form of a signal such as a downloadable data signal provided from an Internet website, or it could be in any other form.
- the various exemplary embodiments may be implemented in hardware or special purpose circuits, software, logic or any combination thereof.
- some embodiments may be implemented in hardware, while other aspects may be implemented in firmware or software which may be executed by a controller, microprocessor or other computing device, although the disclosure is not limited thereto.
- firmware or software which may be executed by a controller, microprocessor or other computing device, although the disclosure is not limited thereto.
- While various aspects of the exemplary embodiments of this disclosure may be illustrated and described as block diagrams, flow charts, or using some other pictorial representation, it is well understood that these blocks, apparatus, systems, techniques or methods described herein may be implemented in, as non-limiting examples, hardware, software, firmware, special purpose circuits or logic, general purpose hardware or controller or other computing devices, or some combination thereof.
- the exemplary embodiments of the disclosure may be practiced in various components such as integrated circuit chips and modules. It should thus be appreciated that the exemplary embodiments of this disclosure may be realized in an apparatus that is embodied as an integrated circuit, where the integrated circuit may comprise circuitry (as well as possibly firmware) for embodying at least one or more of a data processor, a digital signal processor, baseband circuitry and radio frequency circuitry that are configurable so as to operate in accordance with the exemplary embodiments of this disclosure.
- exemplary embodiments of the disclosure may be embodied in computer-executable instructions, such as in one or more program modules, executed by one or more computers or other devices.
- program modules include routines, programs, objects, components, data structures, etc. that perform particular tasks or implement particular abstract data types when executed by a processor in a computer or other device.
- the computer executable instructions may be stored on a computer readable medium such as a hard disk, optical disk, removable storage media, solid state memory, RAM, etc.
- the function of the program modules may be combined or distributed as desired in various embodiments.
- the function may be embodied in whole or in part in firmware or hardware equivalents such as integrated circuits, field programmable gate arrays (FPGA), and the like.
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Signal Processing (AREA)
- Computer Networks & Wireless Communication (AREA)
- Theoretical Computer Science (AREA)
- Evolutionary Computation (AREA)
- Artificial Intelligence (AREA)
- Computing Systems (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Mathematical Physics (AREA)
- Physics & Mathematics (AREA)
- Data Mining & Analysis (AREA)
- Computer Vision & Pattern Recognition (AREA)
- Medical Informatics (AREA)
- Computational Linguistics (AREA)
- Databases & Information Systems (AREA)
- Data Exchanges In Wide-Area Networks (AREA)
Abstract
Description
Claims
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| PCT/SE2023/050307 WO2024210776A1 (en) | 2023-04-04 | 2023-04-04 | Apparatus and method for identifying base station behaviour |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| EP4690703A1 true EP4690703A1 (en) | 2026-02-11 |
| EP4690703A4 EP4690703A4 (en) | 2026-03-18 |
Family
ID=92973190
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| EP23932243.1A Pending EP4690703A4 (en) | 2023-04-04 | 2023-04-04 | DEVICE AND METHOD FOR IDENTIFYING THE BEHAVIOR OF A BASE STATION |
Country Status (2)
| Country | Link |
|---|---|
| EP (1) | EP4690703A4 (en) |
| WO (1) | WO2024210776A1 (en) |
Family Cites Families (12)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| WO2018004580A1 (en) * | 2016-06-30 | 2018-01-04 | Intel Corporation | Device-based anomaly detection using random forest models |
| US11277420B2 (en) * | 2017-02-24 | 2022-03-15 | Ciena Corporation | Systems and methods to detect abnormal behavior in networks |
| US10902062B1 (en) * | 2017-08-24 | 2021-01-26 | Amazon Technologies, Inc. | Artificial intelligence system providing dimension-level anomaly score attributions for streaming data |
| WO2020170420A1 (en) * | 2019-02-22 | 2020-08-27 | 日本電気株式会社 | Anomaly detection device, anomaly detection method, and computer-readable medium |
| US11444964B2 (en) * | 2019-06-04 | 2022-09-13 | Telefonaktiebolaget Lm Ericsson (Publ) | Method and arrangement for detecting anomalies in network data traffic |
| US11294756B1 (en) * | 2019-09-19 | 2022-04-05 | Amazon Technologies, Inc. | Anomaly detection in a network |
| CN110728317A (en) * | 2019-09-30 | 2020-01-24 | 腾讯科技(深圳)有限公司 | Training method and system of decision tree model, storage medium and prediction method |
| US11582249B2 (en) * | 2019-11-27 | 2023-02-14 | Telefonaktiebolaget Lm Ericsson (Publ) | Computer-implemented method and arrangement for classifying anomalies |
| US11093864B1 (en) * | 2020-03-10 | 2021-08-17 | Sas Institute Inc. | Distributable feature analysis and tree model training system |
| US11265205B2 (en) * | 2020-07-31 | 2022-03-01 | Verizon Patent And Licensing Inc. | System and method for anomaly detection with root cause identification |
| US11893005B2 (en) * | 2021-01-08 | 2024-02-06 | Blackberry Limited | Anomaly detection based on an event tree |
| EP4285546B1 (en) * | 2021-01-27 | 2024-03-06 | Telefonaktiebolaget LM Ericsson (publ) | Computer-implemented method and arrangement for classifying anomalies |
-
2023
- 2023-04-04 EP EP23932243.1A patent/EP4690703A4/en active Pending
- 2023-04-04 WO PCT/SE2023/050307 patent/WO2024210776A1/en not_active Ceased
Also Published As
| Publication number | Publication date |
|---|---|
| WO2024210776A1 (en) | 2024-10-10 |
| EP4690703A4 (en) | 2026-03-18 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US9769190B2 (en) | Methods and apparatus to identify malicious activity in a network | |
| US9836600B2 (en) | Method and apparatus for detecting a multi-stage event | |
| CN104853379B (en) | A kind of quality of wireless network appraisal procedure and device | |
| CN105744553B (en) | A kind of network correlation analysis method and device | |
| CN111541661A (en) | Reconstruction method and system of power information network attack scenario based on causal knowledge | |
| Bartos et al. | Network entity characterization and attack prediction | |
| CN112543411B (en) | Interference positioning method, device and system of wireless communication system | |
| WO2017219855A1 (en) | Root cause locating method and device | |
| CN113408609A (en) | Network attack detection method and system | |
| CN114244691B (en) | Video service fault location method, device and electronic equipment | |
| CN113098827B (en) | Network security early warning method and device based on situation awareness | |
| Papadopoulos et al. | A novel graph-based descriptor for the detection of billing-related anomalies in cellular mobile networks | |
| US12452151B2 (en) | Automatic classification of correlated anomalies from a network through interpretable clustering | |
| WO2017108106A1 (en) | Method and network node for identifiying specific area of wireless communication system | |
| WO2017140710A1 (en) | Detection of malware in communications | |
| WO2025003839A1 (en) | Mechanism for detecting data and model poisoning attack in federated learning | |
| FI129551B (en) | Analyzing operation of communications network | |
| Sapavath et al. | Prediction and detection of cyberattacks using AI model in virtualized wireless networks | |
| CN113691483B (en) | Method, device and equipment for detecting abnormal user equipment and storage medium | |
| CN109788518A (en) | The method for tracing and device of mobile terminal | |
| EP4690703A1 (en) | Apparatus and method for identifying base station behaviour | |
| US20240250763A1 (en) | Interference identification in a ran | |
| CN119316858A (en) | Method, device, receiving terminal and medium for identifying a sensing target | |
| King et al. | A generalized stochastic Petri Net for survivability and security analysis of intelligent transportation systems | |
| CN113553589A (en) | Malware propagation feature extraction method, device and application |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: THE INTERNATIONAL PUBLICATION HAS BEEN MADE |
|
| PUAI | Public reference made under article 153(3) epc to a published international application that has entered the european phase |
Free format text: ORIGINAL CODE: 0009012 |
|
| STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: REQUEST FOR EXAMINATION WAS MADE |
|
| REG | Reference to a national code |
Ref country code: DE Ref legal event code: R079 Free format text: PREVIOUS MAIN CLASS: H04L0041067700 Ipc: H04L0041140000 |
|
| 17P | Request for examination filed |
Effective date: 20251103 |
|
| AK | Designated contracting states |
Kind code of ref document: A1 Designated state(s): AL AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HR HU IE IS IT LI LT LU LV MC ME MK MT NL NO PL PT RO RS SE SI SK SM TR |
|
| A4 | Supplementary search report drawn up and despatched |
Effective date: 20260212 |
|
| RIC1 | Information provided on ipc code assigned before grant |
Ipc: H04L 41/14 20220101AFI20260206BHEP Ipc: H04L 41/16 20220101ALI20260206BHEP Ipc: H04L 41/046 20220101ALI20260206BHEP Ipc: H04L 43/06 20220101ALI20260206BHEP Ipc: G06F 11/00 20060101ALI20260206BHEP Ipc: G06N 20/20 20190101ALI20260206BHEP Ipc: H04L 43/16 20220101ALN20260206BHEP |