首页 > 最新文献

ITU Journal on Future and Evolving Technologies最新文献

英文 中文
RFNet: Fast and efficient neural network for modulation classification of radio frequency signals RFNet:用于射频信号调制分类的快速有效的神经网络
Pub Date : 2022-09-22 DOI: 10.52953/xbpt2357
Mohammad Chegini, Pouya Shiri, Amirali Baniasadi
Automatic Modulation Classification (AMC) is a well-known problem in the Radio Frequency (RF) domain. Solving this problem requires determining the modulation of an RF signal. Once the modulation is determined, the signal could be demodulated making it possible to analyse the signal for various purposes. Deep Neural Networks (DNNs) have recently proven to be successful in solving this problem efficiently. However, since deep networks consist of several layers resulting in a high number of trainable parameters, the hardware implementations of these solutions are resource-demanding. In order to address this challenge, we propose an efficient deep neural network referred to as RFNet to tackle the AMC problem efficiently. This network introduces the novel Multiscale Convolutional (MSC) layer to extract robust features in different resolutions. In addition, the network takes advantage of several Separable Convolution Blocks (SCB). These blocks employ pointwise and depth-wise convolutions to reduce network complexity. We further introduce RFNet+ and RFNet++ as extensions of RFNet with fewer number of parameters. These variants include fewer floating-point operations and hence a lower hardware implementation cost. Experimental results using the challenging RadioML 2018 dataset show that RFNet-32++ achieves an average classification accuracy of 56.09% over all Signal-to-Noise Ratios (SNRs) and an accuracy of 92.21% in+20dB SNR using only 3.1K parameters. The small number of parameters makes the RFNet family a promising solution for future AMC systems.
自动调制分类(AMC)是射频(RF)领域中一个众所周知的问题。解决这个问题需要确定射频信号的调制方式。一旦确定了调制,信号就可以解调,使分析信号用于各种目的成为可能。深度神经网络(dnn)最近被证明可以有效地解决这个问题。然而,由于深度网络由多个层组成,导致大量可训练参数,因此这些解决方案的硬件实现对资源要求很高。为了解决这一挑战,我们提出了一种高效的深度神经网络(RFNet)来有效地解决AMC问题。该网络引入了新颖的多尺度卷积(MSC)层来提取不同分辨率的鲁棒特征。此外,该网络还利用了多个可分离卷积块(SCB)。这些块采用逐点卷积和深度卷积来降低网络复杂性。我们进一步介绍RFNet+和RFNet+作为RFNet的扩展,具有更少的参数。这些变体包括更少的浮点操作,因此硬件实现成本更低。使用具有挑战性的RadioML 2018数据集的实验结果表明,在所有信噪比(SNRs)下,rfnet -32++的平均分类准确率为56.09%,在+20dB信噪比下,仅使用3.1K参数,准确率为92.21%。较少的参数使RFNet系列成为未来AMC系统的一个有前途的解决方案。
{"title":"RFNet: Fast and efficient neural network for modulation classification of radio frequency signals","authors":"Mohammad Chegini, Pouya Shiri, Amirali Baniasadi","doi":"10.52953/xbpt2357","DOIUrl":"https://doi.org/10.52953/xbpt2357","url":null,"abstract":"Automatic Modulation Classification (AMC) is a well-known problem in the Radio Frequency (RF) domain. Solving this problem requires determining the modulation of an RF signal. Once the modulation is determined, the signal could be demodulated making it possible to analyse the signal for various purposes. Deep Neural Networks (DNNs) have recently proven to be successful in solving this problem efficiently. However, since deep networks consist of several layers resulting in a high number of trainable parameters, the hardware implementations of these solutions are resource-demanding. In order to address this challenge, we propose an efficient deep neural network referred to as RFNet to tackle the AMC problem efficiently. This network introduces the novel Multiscale Convolutional (MSC) layer to extract robust features in different resolutions. In addition, the network takes advantage of several Separable Convolution Blocks (SCB). These blocks employ pointwise and depth-wise convolutions to reduce network complexity. We further introduce RFNet+ and RFNet++ as extensions of RFNet with fewer number of parameters. These variants include fewer floating-point operations and hence a lower hardware implementation cost. Experimental results using the challenging RadioML 2018 dataset show that RFNet-32++ achieves an average classification accuracy of 56.09% over all Signal-to-Noise Ratios (SNRs) and an accuracy of 92.21% in+20dB SNR using only 3.1K parameters. The small number of parameters makes the RFNet family a promising solution for future AMC systems.","PeriodicalId":274720,"journal":{"name":"ITU Journal on Future and Evolving Technologies","volume":"114 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-09-22","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"133458740","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 1
BacalhauNet: A tiny CNN for lightning-fast modulation classification BacalhauNet:用于闪电般快速调制分类的微型CNN
Pub Date : 2022-09-22 DOI: 10.52953/fywt4006
Jose Rosa, Daniel Granhao, Guilherme Carvalho, Tiago Gon�alves, Monica Figueiredo, Luis Conde Bento, Nuno Paulino, Luis M. Pessoa
Deep learning methods have been shown to be competitive solutions for modulation classification tasks, but suffer from being computationally expensive, limiting their use on embedded devices. We propose a new deep neural network architecture which employs known structures, depth-wise separable convolution and residual connections, as well as a compression methodology, which combined lead to a tiny and fast algorithm for modulation classification. Our compressed model won the first place in ITU's AI/ML in 5G Challenge 2021, achieving 61.73� compression over the challenge baseline and being over 2.6� better than the second best submission. The source code of this work is publicly available at github.com/ITU-AI- ML-in-5G-Challenge/ITU-ML5G-PS-007-BacalhauNet.
深度学习方法已被证明是调制分类任务的竞争性解决方案,但由于计算成本高,限制了它们在嵌入式设备上的应用。我们提出了一种新的深度神经网络架构,该架构采用已知结构,深度可分卷积和残差连接,以及压缩方法,结合这些方法可以产生一种小巧而快速的调制分类算法。我们的压缩模型在2021年5G挑战赛中赢得了国际电联AI/ML竞赛的第一名,在挑战基线上实现了61.73英寸的压缩,比第二名的参赛作品高出2.6英寸以上。这项工作的源代码可在github.com/ITU-AI-上公开获得:ML-in-5G-Challenge/ITU-ML5G-PS-007-BacalhauNet。
{"title":"BacalhauNet: A tiny CNN for lightning-fast modulation classification","authors":"Jose Rosa, Daniel Granhao, Guilherme Carvalho, Tiago Gon�alves, Monica Figueiredo, Luis Conde Bento, Nuno Paulino, Luis M. Pessoa","doi":"10.52953/fywt4006","DOIUrl":"https://doi.org/10.52953/fywt4006","url":null,"abstract":"Deep learning methods have been shown to be competitive solutions for modulation classification tasks, but suffer from being computationally expensive, limiting their use on embedded devices. We propose a new deep neural network architecture which employs known structures, depth-wise separable convolution and residual connections, as well as a compression methodology, which combined lead to a tiny and fast algorithm for modulation classification. Our compressed model won the first place in ITU's AI/ML in 5G Challenge 2021, achieving 61.73� compression over the challenge baseline and being over 2.6� better than the second best submission. The source code of this work is publicly available at github.com/ITU-AI- ML-in-5G-Challenge/ITU-ML5G-PS-007-BacalhauNet.","PeriodicalId":274720,"journal":{"name":"ITU Journal on Future and Evolving Technologies","volume":"54 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-09-22","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"125055284","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Network resource allocation for emergency management based on closed-loop analysis 基于闭环分析的应急管理网络资源分配
Pub Date : 2022-09-22 DOI: 10.52953/hvpi8935
Guda Blessed, Ibrahim Aliyu, James Agajo, Thiago Lima Sarmento, Cleverson Veloso Nahum, Lucas Novoa, Rebecca Aben-Athar, Mariano Moura, Lucas Matni, Aldebaro Klautau, Deena Mukundan, Divyani R Achari, Mehmet Karaca, Doruk Tayli, �zge Simay Demirci, V. Udaya Sankar, Sai Jnaneswar Juvvisetty, V.M.V.S. Aditya, Abhishek Dandekar, Shabnam Sultana, Jinsul Kim, Vishnu Ram OV
The telecommunication system being a critical pillar of emergency management, intelligent deployment and management of slices in an affected area will help emergency responders. Techniques such as automated management of Machine Learning (ML) pipelines across the edge and emergency responder devices, usage of hierarchical closed-loops, and offloading inference tasks closer to the edge can minimize latencies for first responders in case of emergencies. This study describes the major results from building a Proof of Concept (PoC) for network resource allocation for emergency management using a hierarchical autonomous Artificial Intelligence (AI)/ML-based closed-loops in the mobile network, organized by the Internal Telecommunication Union Focus Group on Autonomous Networks (ITU FG-AN). The background scenario for this PoC included the interaction between a higher closed-loop in the Operations Support System (OSS) and a lower closed-loop in Radio Access Network (RAN) to intelligently share RAN resources between the public and the emergency responder slice. Representation of closed-loop "controllers" in a declarative fashion (intent), triggering "imperative actions" in the "underlay" based on the intent, setup of a data pipeline between various components, and methods of "influencing" lower layer loops using specific logic/models, were some of the essential aspects investigated by various teams. The main conclusions are summarised in this paper, including the significant observations and limitations from the PoC as well as future directions.
电信系统作为应急管理的重要支柱,在受灾地区智能部署和管理切片将有助于应急响应人员。诸如跨边缘和紧急响应设备的机器学习(ML)管道的自动化管理、分层闭环的使用以及更靠近边缘的卸载推理任务等技术可以最大限度地减少紧急情况下第一响应者的延迟。本研究描述了由国际电信联盟自治网络焦点小组(ITU FG-AN)组织的在移动网络中使用分层自主人工智能(AI)/ ml闭环构建用于应急管理的网络资源分配的概念验证(PoC)的主要结果。该PoC的背景场景包括操作支持系统(OSS)中的高级闭环和无线接入网(RAN)中的低级闭环之间的交互,以便在公众和应急响应器之间智能地共享RAN资源。以声明式方式(意图)表示闭环“控制器”,在“底层”中基于意图触发“命令式操作”,在各个组件之间设置数据管道,以及使用特定逻辑/模型“影响”下层循环的方法,是各个团队研究的一些重要方面。本文总结了主要结论,包括PoC的重要观察结果和局限性以及未来的发展方向。
{"title":"Network resource allocation for emergency management based on closed-loop analysis","authors":"Guda Blessed, Ibrahim Aliyu, James Agajo, Thiago Lima Sarmento, Cleverson Veloso Nahum, Lucas Novoa, Rebecca Aben-Athar, Mariano Moura, Lucas Matni, Aldebaro Klautau, Deena Mukundan, Divyani R Achari, Mehmet Karaca, Doruk Tayli, �zge Simay Demirci, V. Udaya Sankar, Sai Jnaneswar Juvvisetty, V.M.V.S. Aditya, Abhishek Dandekar, Shabnam Sultana, Jinsul Kim, Vishnu Ram OV","doi":"10.52953/hvpi8935","DOIUrl":"https://doi.org/10.52953/hvpi8935","url":null,"abstract":"The telecommunication system being a critical pillar of emergency management, intelligent deployment and management of slices in an affected area will help emergency responders. Techniques such as automated management of Machine Learning (ML) pipelines across the edge and emergency responder devices, usage of hierarchical closed-loops, and offloading inference tasks closer to the edge can minimize latencies for first responders in case of emergencies. This study describes the major results from building a Proof of Concept (PoC) for network resource allocation for emergency management using a hierarchical autonomous Artificial Intelligence (AI)/ML-based closed-loops in the mobile network, organized by the Internal Telecommunication Union Focus Group on Autonomous Networks (ITU FG-AN). The background scenario for this PoC included the interaction between a higher closed-loop in the Operations Support System (OSS) and a lower closed-loop in Radio Access Network (RAN) to intelligently share RAN resources between the public and the emergency responder slice. Representation of closed-loop \"controllers\" in a declarative fashion (intent), triggering \"imperative actions\" in the \"underlay\" based on the intent, setup of a data pipeline between various components, and methods of \"influencing\" lower layer loops using specific logic/models, were some of the essential aspects investigated by various teams. The main conclusions are summarised in this paper, including the significant observations and limitations from the PoC as well as future directions.","PeriodicalId":274720,"journal":{"name":"ITU Journal on Future and Evolving Technologies","volume":"30 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-09-22","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"124535766","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Low-precision deep-learning-based automatic modulation recognition system 基于低精度深度学习的自动调制识别系统
Pub Date : 2022-09-22 DOI: 10.52953/ctyj2699
Satish Kumar, Aakash Agarwal, Neeraj Varshney, Rajarshi Mahapatra
Convolution Neural Network (CNN)-based deep learning models have recently been employed in Automated Modulation Classification (AMC) systems, with excellent results. However, hardware deployment of these CNN-based AMC models is very difficult due to their large size, floating point weights and activations, and real-time processing requirements in hardware such as Field Programmable Gate Arrays (FPGAs). In this study, we designed CNN-based AMC techniques for complex-valued temporal radio signal domains and made them less complex with a small memory footprint for FPGA implementation. This work mainly focuses on quantized CNN, low precision mathematics, and quantization-aware CNN training to overcome the problem of larger model sizes, floating-point weights, and activations. Low precision weights, activations, and quantized CNN, on the other hand, have a considerable impact on the accuracy of the model. Thus, we propose an iterative pruning-based training mechanism to maintain the overall accuracy above a certain threshold while decreasing the model size for hardware implementation. The proposed schemes are 21.55 times less complex and achieve at least 1.6% higher accuracy than the baseline. Moreover, results show that our convolution layer-based Quantized Modulation Classification Network (QMCNet) with pruning has 92.01% less multiply-accumulate bit operations (bit_operations), 61.39% less activation bits, and 87.58% less weight bits than the 8 bit quantized baseline model whereas the quantized and pruned Residual-Unit based model (RUNet) has 95.36% less bit_operations, 29.97% less activation bits and 98.22% less weight bits than the 8 bit quantized baseline model.
基于卷积神经网络(CNN)的深度学习模型最近被应用于自动调制分类(AMC)系统中,并取得了良好的效果。然而,这些基于cnn的AMC模型的硬件部署非常困难,因为它们体积大,浮点权值和激活,以及现场可编程门阵列(fpga)等硬件的实时处理要求。在本研究中,我们设计了基于cnn的复杂时域无线电信号域AMC技术,并使其不那么复杂,并且具有较小的FPGA实现内存占用。这项工作主要集中在量化CNN、低精度数学和量化感知CNN训练上,以克服更大的模型尺寸、浮点权值和激活问题。另一方面,低精度权重、激活和量化CNN对模型的准确性有相当大的影响。因此,我们提出了一种基于迭代剪枝的训练机制,在减少硬件实现的模型尺寸的同时保持总体精度在一定阈值以上。所提方案的复杂性降低了21.55倍,精度比基线至少提高了1.6%。此外,结果表明,与8位量化基线模型相比,经过修剪的基于卷积层的量化调制分类网络(QMCNet)的乘累积比特操作(bit_operations)减少了92.01%,激活比特减少了61.39%,权重比特减少了87.58%;与8位量化基线模型相比,经过修剪的基于剩余单元的量化模型(RUNet)的bit_operations减少了95.36%,激活比特减少了29.97%,权重比特减少了98.22%。
{"title":"Low-precision deep-learning-based automatic modulation recognition system","authors":"Satish Kumar, Aakash Agarwal, Neeraj Varshney, Rajarshi Mahapatra","doi":"10.52953/ctyj2699","DOIUrl":"https://doi.org/10.52953/ctyj2699","url":null,"abstract":"Convolution Neural Network (CNN)-based deep learning models have recently been employed in Automated Modulation Classification (AMC) systems, with excellent results. However, hardware deployment of these CNN-based AMC models is very difficult due to their large size, floating point weights and activations, and real-time processing requirements in hardware such as Field Programmable Gate Arrays (FPGAs). In this study, we designed CNN-based AMC techniques for complex-valued temporal radio signal domains and made them less complex with a small memory footprint for FPGA implementation. This work mainly focuses on quantized CNN, low precision mathematics, and quantization-aware CNN training to overcome the problem of larger model sizes, floating-point weights, and activations. Low precision weights, activations, and quantized CNN, on the other hand, have a considerable impact on the accuracy of the model. Thus, we propose an iterative pruning-based training mechanism to maintain the overall accuracy above a certain threshold while decreasing the model size for hardware implementation. The proposed schemes are 21.55 times less complex and achieve at least 1.6% higher accuracy than the baseline. Moreover, results show that our convolution layer-based Quantized Modulation Classification Network (QMCNet) with pruning has 92.01% less multiply-accumulate bit operations (bit_operations), 61.39% less activation bits, and 87.58% less weight bits than the 8 bit quantized baseline model whereas the quantized and pruned Residual-Unit based model (RUNet) has 95.36% less bit_operations, 29.97% less activation bits and 98.22% less weight bits than the 8 bit quantized baseline model.","PeriodicalId":274720,"journal":{"name":"ITU Journal on Future and Evolving Technologies","volume":"197 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-09-22","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"121879982","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Addressing RouteNet scalability through input and output design 通过输入和输出设计解决RouteNet的可扩展性
Pub Date : 2022-09-22 DOI: 10.52953/giod4389
Junior Momo Ziazet, Charles Boudreau, Brigitte Jaumard, Huy Duong
With recent advances in the field of Machine Learning (ML), a multitude of problems related to communication systems and networks can be solved with data-driven solutions. Since data in these systems is mostly represented as graphs, Graph-based Neural Networks (GNNs) are a good candidate for solving such problems. These GNNs can be used as a computer network modeling technique to build models that accurately estimate the Key Performance Indicators (KPI) such as delay or jitter in real network scenarios in order to ensure their requirements in terms of service assurance. To build GNN solutions with higher accuracy, low computational resource requirements, and easy deployment of synthetic network training results into real-world networks, it is more than necessary to develop efficient and effective GNN models. This paper presents a GNN model capable of accurately estimating the average delay per flow in networks. By designing scale-independent features and using notions from queuing theory, the proposed model successfully generalizes to large size topologies, routing configurations, and traffic matrices not seen during the training phase.
随着机器学习(ML)领域的最新进展,与通信系统和网络相关的许多问题都可以通过数据驱动的解决方案来解决。由于这些系统中的数据大多以图表示,因此基于图的神经网络(gnn)是解决此类问题的良好候选。这些gnn可以作为一种计算机网络建模技术,用于建立模型,准确估计真实网络场景中的关键性能指标(KPI),如延迟或抖动,以确保其在服务保障方面的需求。为了构建精度更高、计算资源需求更低、且易于将合成网络训练结果部署到实际网络中的GNN解决方案,开发高效的GNN模型是非常必要的。本文提出了一种能够准确估计网络中每流平均延迟的GNN模型。通过设计规模无关的特征和使用排队论的概念,所提出的模型成功地推广到训练阶段未见的大尺寸拓扑、路由配置和流量矩阵。
{"title":"Addressing RouteNet scalability through input and output design","authors":"Junior Momo Ziazet, Charles Boudreau, Brigitte Jaumard, Huy Duong","doi":"10.52953/giod4389","DOIUrl":"https://doi.org/10.52953/giod4389","url":null,"abstract":"With recent advances in the field of Machine Learning (ML), a multitude of problems related to communication systems and networks can be solved with data-driven solutions. Since data in these systems is mostly represented as graphs, Graph-based Neural Networks (GNNs) are a good candidate for solving such problems. These GNNs can be used as a computer network modeling technique to build models that accurately estimate the Key Performance Indicators (KPI) such as delay or jitter in real network scenarios in order to ensure their requirements in terms of service assurance. To build GNN solutions with higher accuracy, low computational resource requirements, and easy deployment of synthetic network training results into real-world networks, it is more than necessary to develop efficient and effective GNN models. This paper presents a GNN model capable of accurately estimating the average delay per flow in networks. By designing scale-independent features and using notions from queuing theory, the proposed model successfully generalizes to large size topologies, routing configurations, and traffic matrices not seen during the training phase.","PeriodicalId":274720,"journal":{"name":"ITU Journal on Future and Evolving Technologies","volume":"23 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-09-22","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"134123799","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
AI-based indoor localization using mmWave MIMO channel at 60 GHz 基于人工智能的室内定位,使用60 GHz毫米波MIMO信道
Pub Date : 2022-09-22 DOI: 10.52953/aorf8087
Shubham Khunteta, Ashok Kumar Reddy, Avani Agrawal
In recent years, indoor localization using wireless systems has been an important area of research for its applications towards health, security and the tracking of users. A Global Positioning System (GPS) is considered as the best solution for localization for outdoor scenarios but it fails to provide accurate positioning for indoor scenarios. Wi-Fi fingerprinting methods using received signal strength from multiple access points are popular for solving indoor localization problem. As the wireless systems move towards higher frequencies, higher bandwidth and a large antenna array, sensing has also become feasible along with communication, which is an important research area towards 6G named as Integrated Communication And Sensing (ISAC). ISAC relies on sensing parameter estimations, such as estimation of fine range, Doppler and angular information which contains the signature of the surrounding objects. A localization problem can be solved by analysing the sensing parameters. In this paper, we propose a solution for the localization problem for IEEE 802.11ay WLAN systems based on signal processing and Machine Learning (ML) in indoor scenarios. (...)
近年来,利用无线系统进行室内定位在健康、安全和用户跟踪等方面的应用已成为一个重要的研究领域。全球定位系统(GPS)被认为是室外场景定位的最佳解决方案,但它无法提供室内场景的准确定位。利用来自多个接入点的接收信号强度进行Wi-Fi指纹识别是解决室内定位问题的常用方法。随着无线系统向更高频率、更高带宽和大天线阵列的方向发展,传感也随着通信的发展而变得可行,这是6G的一个重要研究领域,称为集成通信与传感(ISAC)。ISAC依赖于感知参数的估计,如精细距离、多普勒和包含周围物体特征的角度信息的估计。通过分析传感参数可以解决定位问题。在本文中,我们提出了一种基于信号处理和机器学习(ML)的室内场景下IEEE 802.11ay WLAN系统定位问题的解决方案。(…)
{"title":"AI-based indoor localization using mmWave MIMO channel at 60 GHz","authors":"Shubham Khunteta, Ashok Kumar Reddy, Avani Agrawal","doi":"10.52953/aorf8087","DOIUrl":"https://doi.org/10.52953/aorf8087","url":null,"abstract":"In recent years, indoor localization using wireless systems has been an important area of research for its applications towards health, security and the tracking of users. A Global Positioning System (GPS) is considered as the best solution for localization for outdoor scenarios but it fails to provide accurate positioning for indoor scenarios. Wi-Fi fingerprinting methods using received signal strength from multiple access points are popular for solving indoor localization problem. As the wireless systems move towards higher frequencies, higher bandwidth and a large antenna array, sensing has also become feasible along with communication, which is an important research area towards 6G named as Integrated Communication And Sensing (ISAC). ISAC relies on sensing parameter estimations, such as estimation of fine range, Doppler and angular information which contains the signature of the surrounding objects. A localization problem can be solved by analysing the sensing parameters. In this paper, we propose a solution for the localization problem for IEEE 802.11ay WLAN systems based on signal processing and Machine Learning (ML) in indoor scenarios. (...)","PeriodicalId":274720,"journal":{"name":"ITU Journal on Future and Evolving Technologies","volume":"133 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-09-22","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130797047","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 1
AI powered solution for radio link failure prediction based on link features and weather forecast 基于链路特征和天气预报的无线电链路故障预测的人工智能解决方案
Pub Date : 2022-09-22 DOI: 10.52953/odqq8049
Priyanshu M, Venkatesh Subramanya Iyer Giri, Shachi P, Geetishree Mishra, Suma M N
Radio link sustainability gets affected by weather adversities such as snow, fog, cloud, rain, thunderstorm, etc. A proactive solution in radio link failure scenarios is necessary to overcome economic loss and maintain the Quality of Service (QoS). To address the issue, our work contributes towards building a machine-learning-based solution to predict the radio link failure when generic regional weather forecast data, key performance indices of radio link and spatial nature of the data are available. After rigorous data preprocessing, ensembling models like logistic regression, random forest, light BGM, XGBoost and gradient boosting classifiers were trained to predict the Radio Link Failure (RLF) for two cases i.e., day-1-predict and day-5-predict. Since it is a classification use case, the metrics used for our work are precision, recall, and F1 score. The performance of the gradient boosting classifier was better as compared to the other models with an F1 score of 0.95 for both day-1-predict and day-5-predict.
无线电链路的可持续性受到天气逆境的影响,如雪、雾、云、雨、雷暴等。在无线链路故障情况下,主动解决方案是克服经济损失和保持服务质量(QoS)所必需的。为了解决这个问题,我们的工作有助于建立一个基于机器学习的解决方案,在通用区域天气预报数据、无线电链路的关键性能指标和数据的空间性质可用时预测无线电链路故障。经过严格的数据预处理,训练了逻辑回归、随机森林、轻型BGM、XGBoost和梯度增强分类器等集成模型,用于预测第1天预测和第5天预测两种情况下的无线电链路故障(RLF)。由于这是一个分类用例,因此我们的工作使用的指标是精度、召回率和F1分数。与其他模型相比,梯度增强分类器的性能更好,第1天预测和第5天预测的F1得分均为0.95。
{"title":"AI powered solution for radio link failure prediction based on link features and weather forecast","authors":"Priyanshu M, Venkatesh Subramanya Iyer Giri, Shachi P, Geetishree Mishra, Suma M N","doi":"10.52953/odqq8049","DOIUrl":"https://doi.org/10.52953/odqq8049","url":null,"abstract":"Radio link sustainability gets affected by weather adversities such as snow, fog, cloud, rain, thunderstorm, etc. A proactive solution in radio link failure scenarios is necessary to overcome economic loss and maintain the Quality of Service (QoS). To address the issue, our work contributes towards building \u0000a machine-learning-based solution to predict the radio link failure when generic regional weather forecast data, key performance indices of radio link and spatial nature of the data are available. After rigorous data preprocessing, ensembling models like logistic regression, random forest, light BGM, XGBoost and gradient boosting classifiers were trained to predict the Radio Link Failure (RLF) for two cases i.e., day-1-predict and day-5-predict. Since it is a classification use case, the metrics used for our work are precision, recall, and F1 score. The performance of the gradient boosting classifier was better as compared to the other models with an F1 score of 0.95 for both day-1-predict and day-5-predict.","PeriodicalId":274720,"journal":{"name":"ITU Journal on Future and Evolving Technologies","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-09-22","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"125691326","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
An edge abstraction layer enabling federated and hierarchical orchestration of CCAM services in 5G and beyond networks 一个边缘抽象层,支持在5G及以后的网络中对CCAM服务进行联合和分层编排
Pub Date : 2022-07-13 DOI: 10.52953/lnav1342
Mauro Femminella, Gianluca Reali
This paper shows a flexible orchestration solution for deploying Cooperative, Connected, and Automated Mobility (CCAM) services in 5G and beyond networks. This solution is based on the concepts of federation and hierarchy of orchestration functions. The federated approach is leveraged to cope with the differentiated complexity operation when multiple network operators are considered, whereas the hierarchical approach addresses the issue of jointly orchestrating multiple edge platforms in the network of a single operator. In this complex orchestration architecture, the main contribution of this paper consists of the design and implementation of an Abstraction and Adaptation Layer (AAL) for edge clouds, a new component enabling a truly cooperative and coordinated orchestration between different edge systems, characterized by appreciable experimental performance in terms of latency.
本文展示了一个灵活的编排解决方案,用于在5G及以后的网络中部署协作、连接和自动移动(CCAM)服务。此解决方案基于联合和编排功能层次结构的概念。当考虑多个网络运营商时,利用联邦方法来应对差异化的复杂性操作,而分层方法解决了单个运营商网络中多个边缘平台的联合编排问题。在这个复杂的编排架构中,本文的主要贡献包括为边缘云设计和实现一个抽象和适应层(AAL),这是一个新的组件,可以在不同的边缘系统之间实现真正的协作和协调编排,其特点是在延迟方面具有可观的实验性能。
{"title":"An edge abstraction layer enabling federated and hierarchical orchestration of CCAM services in 5G and beyond networks","authors":"Mauro Femminella, Gianluca Reali","doi":"10.52953/lnav1342","DOIUrl":"https://doi.org/10.52953/lnav1342","url":null,"abstract":"This paper shows a flexible orchestration solution for deploying Cooperative, Connected, and Automated Mobility (CCAM) services in 5G and beyond networks. This solution is based on the concepts of federation and hierarchy of orchestration functions. The federated approach is leveraged to cope with the differentiated complexity operation when multiple network operators are considered, whereas the hierarchical approach addresses the issue of jointly orchestrating multiple edge platforms in the network of a single operator. In this complex orchestration architecture, the main contribution of this paper consists of the design and implementation of an Abstraction and Adaptation Layer (AAL) for edge clouds, a new component enabling a truly cooperative and coordinated orchestration between different edge systems, characterized by appreciable experimental performance in terms of latency.","PeriodicalId":274720,"journal":{"name":"ITU Journal on Future and Evolving Technologies","volume":"151 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-07-13","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"132231820","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 1
Decision tree-based radio link failure prediction for 5G communication reliability 基于决策树的5G通信可靠性无线电链路故障预测
Pub Date : 2022-07-13 DOI: 10.52953/lzlj8762
Nethraa Sivakumar, Pooja Srinivasan, Nikhil Viswanath, Venkateswaran N
Stable and high-quality Internet connectivity is mandatory for 5G mobile networks. Network disruption may occur due to unexpected variations in environmental conditions such as weather, wind, and natural or man-made surroundings, and the influence of the defect is quite severe. Prediction of such undesirable events at a low cost can boost 5G communication reliability, massive network capacity, and decreased latency. This research work makes use of novel preprocessing and feature engineering techniques, followed by a trained decision tree model to predict the occurrence of Radio Link Failure (RLF). This system is designed to predict RLF for not just the next day, but also any of the next 5 days. This prediction supports reliance and increasing demand for good Internet connectivity. In order to achieve accurate RLF prediction, comprehensive data has been used which undergoes preprocessing. To account for the influence of surrounding weather conditions on radio links, the proposed system makes use of information from the past i.e., previous RLFs, and the information from the future i.e., the weather forecast from the weather station around the radio link station. The decision tree model was trained with the integration of feature engineering. A macro-averaged F1-score of 70% and 77% were obtained for RLF prediction for the next day and RLF prediction for the next 5 days, respectively. The results show improvement in performance after the incorporation of feature engineering in the pipeline. Further, an additional metric termed G-Mean is introduced in the paper. Owing to the high imbalance in the dataset, this metric was found to provide a more realistic representation of the results. The G-Mean score was found to be 98.69% and 92.89% for RLF prediction for the next day and RLF prediction for the next 5 days, respectively.
稳定、高质量的互联网连接是5G移动网络的必备条件。由于天气、风、自然或人为环境等环境条件的意外变化,可能导致网络中断,其影响相当严重。以低成本预测这些不良事件可以提高5G通信的可靠性,增加网络容量,并降低延迟。本研究利用新颖的预处理和特征工程技术,然后采用训练决策树模型来预测无线电链路故障的发生。该系统不仅可以预测第二天的RLF,还可以预测未来5天的RLF。这一预测支持了对良好互联网连接的依赖和日益增长的需求。为了实现准确的RLF预测,采用了综合数据,并进行了预处理。为了考虑周围天气状况对无线电链路的影响,建议的系统利用过去的信息,即以前的rlf,以及未来的信息,即无线电链路站周围气象站的天气预报。结合特征工程对决策树模型进行训练。预测次日和5天RLF的宏观平均f1评分分别为70%和77%。结果表明,在管道中加入特征工程后,性能有所提高。此外,本文还引入了一个附加度量g均值。由于数据集中的高度不平衡,该指标被发现提供了更真实的结果表示。次日RLF预测和5天RLF预测的G-Mean评分分别为98.69%和92.89%。
{"title":"Decision tree-based radio link failure prediction for 5G communication reliability","authors":"Nethraa Sivakumar, Pooja Srinivasan, Nikhil Viswanath, Venkateswaran N","doi":"10.52953/lzlj8762","DOIUrl":"https://doi.org/10.52953/lzlj8762","url":null,"abstract":"Stable and high-quality Internet connectivity is mandatory for 5G mobile networks. Network disruption may occur due to unexpected variations in environmental conditions such as weather, wind, and natural or man-made surroundings, and the influence of the defect is quite severe. Prediction of such undesirable events at a low cost can boost 5G communication reliability, massive network capacity, and decreased latency. This research work makes use of novel preprocessing and feature engineering techniques, followed by a trained decision tree model to predict the occurrence of Radio Link Failure (RLF). This system is designed to predict RLF for not just the next day, but also any of the next 5 days. This prediction supports reliance and increasing demand for good Internet connectivity. In order to achieve accurate RLF prediction, comprehensive data has been used which undergoes preprocessing. To account for the influence of surrounding weather conditions on radio links, the proposed system makes use of information from the past i.e., previous RLFs, and the information from the future i.e., the weather forecast from the weather station around the radio link station. The decision tree model was trained with the integration of feature engineering. A macro-averaged F1-score of 70% and 77% were obtained for RLF prediction for the next day and RLF prediction for the next 5 days, respectively. The results show improvement in performance after the incorporation of feature engineering in the pipeline. Further, an additional metric termed G-Mean is introduced in the paper. Owing to the high imbalance in the dataset, this metric was found to provide a more realistic representation of the results. The G-Mean score was found to be 98.69% and 92.89% for RLF prediction for the next day and RLF prediction for the next 5 days, respectively.","PeriodicalId":274720,"journal":{"name":"ITU Journal on Future and Evolving Technologies","volume":"7 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-07-13","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"128548935","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 1
Neural network compression with feedback magnitude pruning for automatic modulation classification 基于反馈幅度修剪的神经网络压缩自动调制分类
Pub Date : 2022-07-13 DOI: 10.52953/eujf4214
Jakob Krzyston, Rajib Bhattacharjea, Andrew Stark
In the past few years, there have been numerous demonstrations of neural networks outperforming traditional signal processing methods in communications, notably for Automatic Modulation Classification (AMC). Despite the increase in accuracy, these algorithms are notoriously infeasible for integrating into edge computing applications. In this work, we propose an enhanced version of a simple neural network pruning technique, Iterative Magnitude Pruning (IMP), called Feedback Magnitude Pruning (FMP) and demonstrate its effectiveness for the "Lightning-Fast Modulation Classification with Hardware-Effficient Neural Network" 2021 AI for Good: Machine Learning in 5G Challenge hosted by the International Telecommunications Union (ITU) and Xilinx. IMP achieved a compression ratio of 9.313, while our proposed FMP achieved a compression ratio of 831 and normalized cost of 0.0419. Our FMP result was awarded second place, demonstrating the compression and classification accuracy benefits of pruning with feedback.
在过去的几年中,神经网络在通信领域的表现优于传统的信号处理方法,特别是在自动调制分类(AMC)方面。尽管准确性有所提高,但众所周知,这些算法在集成到边缘计算应用程序中是不可行的。在这项工作中,我们提出了一种简单的神经网络修剪技术的增强版本,迭代幅度修剪(IMP),称为反馈幅度修剪(FMP),并证明了其在国际电信联盟(ITU)和赛灵思主办的“硬件高效神经网络闪电般的快速调制分类”2021年AI for Good:机器学习5G挑战中的有效性。IMP实现了9.313的压缩比,而我们提出的FMP实现了831的压缩比和0.0419的归一化成本。我们的FMP结果获得了第二名,证明了带有反馈的修剪在压缩和分类精度方面的好处。
{"title":"Neural network compression with feedback magnitude pruning for automatic modulation classification","authors":"Jakob Krzyston, Rajib Bhattacharjea, Andrew Stark","doi":"10.52953/eujf4214","DOIUrl":"https://doi.org/10.52953/eujf4214","url":null,"abstract":"In the past few years, there have been numerous demonstrations of neural networks outperforming traditional signal processing methods in communications, notably for Automatic Modulation Classification (AMC). Despite the increase in accuracy, these algorithms are notoriously infeasible for integrating into edge computing applications. In this work, we propose an enhanced version of a simple neural network pruning technique, Iterative Magnitude Pruning (IMP), called Feedback Magnitude Pruning (FMP) and demonstrate its effectiveness for the \"Lightning-Fast Modulation Classification with Hardware-Effficient Neural Network\" 2021 AI for Good: Machine Learning in 5G Challenge hosted by the International Telecommunications Union (ITU) and Xilinx. IMP achieved a compression ratio of 9.313, while our proposed FMP achieved a compression ratio of 831 and normalized cost of 0.0419. Our FMP result was awarded second place, demonstrating the compression and classification accuracy benefits of pruning with feedback.","PeriodicalId":274720,"journal":{"name":"ITU Journal on Future and Evolving Technologies","volume":"2 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-07-13","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"123813357","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 1
期刊
ITU Journal on Future and Evolving Technologies
全部 Acc. Chem. Res. ACS Applied Bio Materials ACS Appl. Electron. Mater. ACS Appl. Energy Mater. ACS Appl. Mater. Interfaces ACS Appl. Nano Mater. ACS Appl. Polym. Mater. ACS BIOMATER-SCI ENG ACS Catal. ACS Cent. Sci. ACS Chem. Biol. ACS Chemical Health & Safety ACS Chem. Neurosci. ACS Comb. Sci. ACS Earth Space Chem. ACS Energy Lett. ACS Infect. Dis. ACS Macro Lett. ACS Mater. Lett. ACS Med. Chem. Lett. ACS Nano ACS Omega ACS Photonics ACS Sens. ACS Sustainable Chem. Eng. ACS Synth. Biol. Anal. Chem. BIOCHEMISTRY-US Bioconjugate Chem. BIOMACROMOLECULES Chem. Res. Toxicol. Chem. Rev. Chem. Mater. CRYST GROWTH DES ENERG FUEL Environ. Sci. Technol. Environ. Sci. Technol. Lett. Eur. J. Inorg. Chem. IND ENG CHEM RES Inorg. Chem. J. Agric. Food. Chem. J. Chem. Eng. Data J. Chem. Educ. J. Chem. Inf. Model. J. Chem. Theory Comput. J. Med. Chem. J. Nat. Prod. J PROTEOME RES J. Am. Chem. Soc. LANGMUIR MACROMOLECULES Mol. Pharmaceutics Nano Lett. Org. Lett. ORG PROCESS RES DEV ORGANOMETALLICS J. Org. Chem. J. Phys. Chem. J. Phys. Chem. A J. Phys. Chem. B J. Phys. Chem. C J. Phys. Chem. Lett. Analyst Anal. Methods Biomater. Sci. Catal. Sci. Technol. Chem. Commun. Chem. Soc. Rev. CHEM EDUC RES PRACT CRYSTENGCOMM Dalton Trans. Energy Environ. Sci. ENVIRON SCI-NANO ENVIRON SCI-PROC IMP ENVIRON SCI-WAT RES Faraday Discuss. Food Funct. Green Chem. Inorg. Chem. Front. Integr. Biol. J. Anal. At. Spectrom. J. Mater. Chem. A J. Mater. Chem. B J. Mater. Chem. C Lab Chip Mater. Chem. Front. Mater. Horiz. MEDCHEMCOMM Metallomics Mol. Biosyst. Mol. Syst. Des. Eng. Nanoscale Nanoscale Horiz. Nat. Prod. Rep. New J. Chem. Org. Biomol. Chem. Org. Chem. Front. PHOTOCH PHOTOBIO SCI PCCP Polym. Chem.
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
0
微信
客服QQ
Book学术公众号 扫码关注我们
反馈
×
意见反馈
请填写您的意见或建议
请填写您的手机或邮箱
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
现在去查看 取消
×
提示
确定
Book学术官方微信
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1