Telecommunications
evoML Yellow Paper: Evolutionary AI and Optimisation Studio
Li, Lingbo, Kanthan, Leslie, Basios, Michail, Wu, Fan, Adham, Manal, Avagyan, Vitali, Butler, Alexis, Brookes, Paul, Giavrimis, Rafail, Liu, Buhong, Pavlou, Chrystalla, Truscott, Matthew, Voskanyan, Vardan
Machine learning model development and optimisation can be a rather cumbersome and resource-intensive process. Custom models are often more difficult to build and deploy, and they require infrastructure and expertise which are often costly to acquire and maintain. Machine learning product development lifecycle must take into account the need to navigate the difficulties of developing and deploying machine learning models. evoML is an AI-powered tool that provides automated functionalities in machine learning model development, optimisation, and model code optimisation. Core functionalities of evoML include data cleaning, exploratory analysis, feature analysis and generation, model optimisation, model evaluation, model code optimisation, and model deployment. Additionally, a key feature of evoML is that it embeds code and model optimisation into the model development process, and includes multi-objective optimisation capabilities.
Enriching Relation Extraction with OpenIE
Temperoni, Alessandro, Biryukov, Maria, Theobald, Martin
Relation extraction (RE) is a sub-discipline of information extraction (IE) which focuses on the prediction of a relational predicate from a natural-language input unit (such as a sentence, a clause, or even a short paragraph consisting of multiple sentences and/or clauses). Together with named-entity recognition (NER) and disambiguation (NED), RE forms the basis for many advanced IE tasks such as knowledge-base (KB) population and verification. In this work, we explore how recent approaches for open information extraction (OpenIE) may help to improve the task of RE by encoding structured information about the sentences' principal units, such as subjects, objects, verbal phrases, and adverbials, into various forms of vectorized (and hence unstructured) representations of the sentences. Our main conjecture is that the decomposition of long and possibly convoluted sentences into multiple smaller clauses via OpenIE even helps to fine-tune context-sensitive language models such as BERT (and its plethora of variants) for RE. Our experiments over two annotated corpora, KnowledgeNet and FewRel, demonstrate the improved accuracy of our enriched models compared to existing RE approaches. Our best results reach 92% and 71% of F1 score for KnowledgeNet and FewRel, respectively, proving the effectiveness of our approach on competitive benchmarks.
OpenRAN Gym: AI/ML Development, Data Collection, and Testing for O-RAN on PAWR Platforms
Bonati, Leonardo, Polese, Michele, D'Oro, Salvatore, Basagni, Stefano, Melodia, Tommaso
Open Radio Access Network (RAN) architectures will enable interoperability, openness and programmable data-driven control in next generation cellular networks. However, developing and testing efficient solutions that generalize across heterogeneous cellular deployments and scales, and that optimize network performance in such diverse environments is a complex task that is still largely unexplored. In this paper we present OpenRAN Gym, a unified, open, and O-RAN-compliant experimental toolbox for data collection, design, prototyping and testing of end-to-end data-driven control solutions for next generation Open RAN systems. OpenRAN Gym extends and combines into a unique solution several software frameworks for data collection of RAN statistics and RAN control, and a lightweight O-RAN near-real-time RAN Intelligent Controller (RIC) tailored to run on experimental wireless platforms. We first provide an overview of the various architectural components of OpenRAN Gym and describe how it is used to collect data and design, train and test artificial intelligence and machine learning O-RAN-compliant applications (xApps) at scale. We then describe in detail how to test the developed xApps on softwarized RANs and provide an example of two xApps developed with OpenRAN Gym that are used to control a network with 7 base stations and 42 users deployed on the Colosseum testbed. Finally, we show how solutions developed with OpenRAN Gym on Colosseum can be exported to real-world, heterogeneous wireless platforms, such as the Arena testbed and the POWDER and COSMOS platforms of the PAWR program. OpenRAN Gym and its software components are open-source and publicly-available to the research community. By guiding the readers through running experiments with OpenRAN Gym, we aim at providing a key reference for researchers and practitioners working on experimental Open RAN systems.
Nikon Updates NX MobileAir App With 'Deep Learning' Image Analysis
Nikon has pushed an update for its NX MobileAir smartphone app that adds new JPEG capabilities, support for RAW files, new quality of life features, and a deep learning algorithm for image analysis. Nikon NX MobileAir is a smartphone app that uploads images taken with a Nikon digital camera to an FTP server without using a computer. It was originally launched last November and is billed as a particularly useful tool for photojournalists that are covering large events like the Olympics or FIFA World Cup who might need to get their images to publications quickly but don't have access to stable WiFi or ethernet. The company says that as part of this update, functions such as image filtering, which uses image analysis technologies, have been added or modified to improve speed and efficiency of workflows. First, Nikon has added what it bills as "deep learning analysis" into the app. The company says that NX Mobile Air now has an algorithm that uses deep learning to analyze images that have been imported, allowing users to filter images in specific criteria, such as subject types and conditions for quick access to intended images.
How intelligent will AI get? - Huawei Publications
A survey in 2013 by Vincent C. Mรผller and Nick Bostrom asked hundreds of scientists when they believe machines will achieve artificial general intelligence (AGI), meaning human-level intelligence. The median years for 10, 50, and 90 percent probability of reaching AGI were 2022, 2040, and 2075, respectively. But, there are still many challenges to reaching human-level intelligence. The first is domain limitation. Today's artificial intelligence primarily applies a mathematical approach that can solve a finite set of statements for a finite set of terms described under a finite set of rules.
Multi-Level Association Rule Mining for Wireless Network Time Series Data
Zhu, Chen, Qiu, Chengbo, Dou, Shaoyu, Liao, Minghao
Key performance indicators(KPIs) are of great significance in the monitoring of wireless network service quality. The network service quality can be improved by adjusting relevant configuration parameters(CPs) of the base station. However, there are numerous CPs and different cells may affect each other, which bring great challenges to the association analysis of wireless network data. In this paper, we propose an adjustable multi-level association rule mining framework, which can quantitatively mine association rules at each level with environmental information, including engineering parameters and performance management(PMs), and it has interpretability at each level. Specifically, We first cluster similar cells, then quantify KPIs and CPs, and integrate expert knowledge into the association rule mining model, which improve the robustness of the model. The experimental results in real world dataset prove the effectiveness of our method.
Distributed-Training-and-Execution Multi-Agent Reinforcement Learning for Power Control in HetNet
Xu, Kaidi, Van Huynh, Nguyen, Li, Geoffrey Ye
In heterogeneous networks (HetNets), the overlap of small cells and the macro cell causes severe cross-tier interference. Although there exist some approaches to address this problem, they usually require global channel state information, which is hard to obtain in practice, and get the sub-optimal power allocation policy with high computational complexity. To overcome these limitations, we propose a multi-agent deep reinforcement learning (MADRL) based power control scheme for the HetNet, where each access point makes power control decisions independently based on local information. To promote cooperation among agents, we develop a penalty-based Q learning (PQL) algorithm for MADRL systems. By introducing regularization terms in the loss function, each agent tends to choose an experienced action with high reward when revisiting a state, and thus the policy updating speed slows down. In this way, an agent's policy can be learned by other agents more easily, resulting in a more efficient collaboration process. Simulation results show that our proposed PQL can learn the desired power control policy from a dynamic environment where the locations of users change episodically and outperform existing DTE MADRL algorithms. The authors are with the Department of Electrical and Electronic Engineering, Imperial College London, London SW7 2AZ, U.K. (e-mail: k.xu21@imperial.ac.uk; huynh.nguyen@imperial.ac.uk; geoffrey.li@imperial.ac.uk) In conventional cellular networks, a macro base station (BS) needs to provide access to the core network for all user devices (UDs) in the cell.
Transposed Variational Auto-encoder with Intrinsic Feature Learning for Traffic Forecasting
Deng, Leyan, Wu, Chenwang, Lian, Defu, Zhou, Min
In this technical report, we present our solutions to the Traffic4cast 2022 core challenge and extended challenge. In this competition, the participants are required to predict the traffic states for the future 15-minute based on the vehicle counter data in the previous hour. Compared to other competitions in the same series, this year focuses on the prediction of different data sources and sparse vertex-to-edge generalization. To address these issues, we introduce the Transposed Variational Auto-encoder (TVAE) model to reconstruct the missing data and Graph Attention Networks (GAT) to strengthen the correlations between learned representations. We further apply feature selection to learn traffic patterns from diverse but easily available data. Our solutions have ranked first in both challenges on the final leaderboard. The source code is available at https://github.com/Daftstone/
ENGNN: A General Edge-Update Empowered GNN Architecture for Radio Resource Management in Wireless Networks
Wang, Yunqi, Li, Yang, Shi, Qingjiang, Wu, Yik-Chung
In order to achieve high data rate and ubiquitous connectivity in future wireless networks, a key task is to efficiently manage the radio resource by judicious beamforming and power allocation. Unfortunately, the iterative nature of the commonly applied optimization-based algorithms cannot meet the low latency requirements due to the high computational complexity. For real-time implementations, deep learning-based approaches, especially the graph neural networks (GNNs), have been demonstrated with good scalability and generalization performance due to the permutation equivariance (PE) property. However, the current architectures are only equipped with the node-update mechanism, which prohibits the applications to a more general setup, where the unknown variables are also defined on the graph edges. To fill this gap, we propose an edge-update mechanism, which enables GNNs to handle both node and edge variables and prove its PE property with respect to both transmitters and receivers. Simulation results on typical radio resource management problems demonstrate that the proposed method achieves higher sum rate but with much shorter computation time than state-of-the-art methods and generalizes well on different numbers of base stations and users, different noise variances, interference levels, and transmit power budgets. Yunqi Wang is with the Department of Electrical and Electronic Engineering, The University of Hong Kong, Hong Kong, and also with Shenzhen Research Institute of Big Data, Shenzhen 518172, China (email: yunqi9@connect.hku.hk). Yang Li is with Shenzhen Research Institute of Big Data, Shenzhen 518172, China (e-mail: liyang@sribd.cn).
A Review of Radio Frequency Based Localization for Aerial and Ground Robots with 5G Future Perspectives
Kabiri, Meisam, Cimarelli, Claudio, Bavle, Hriday, Sanchez-Lopez, Jose Luis, Voos, Holger
Efficient localization plays a vital role in many modern applications of Unmanned Ground Vehicles (UGV) and Unmanned aerial vehicles (UAVs), which would contribute to improved control, safety, power economy, etc. The ubiquitous 5G NR (New Radio) cellular network will provide new opportunities for enhancing localization of UAVs and UGVs. In this paper, we review the radio frequency (RF) based approaches for localization. We review the RF features that can be utilized for localization and investigate the current methods suitable for Unmanned vehicles under two general categories: range-based and fingerprinting. The existing state-of-the-art literature on RF-based localization for both UAVs and UGVs is examined, and the envisioned 5G NR for localization enhancement, and the future research direction are explored.