首页 > 最新文献

2021 Twelfth International Conference on Ubiquitous and Future Networks (ICUFN)最新文献

英文 中文
Machine Learning-based Channel Tracking for Next-Generation 5G Communication System 下一代5G通信系统中基于机器学习的信道跟踪
Pub Date : 2021-08-17 DOI: 10.1109/ICUFN49451.2021.9528722
Hyeonsu Kim, Sangmi Moon, I. Hwang
The use of millimeter-wave (mmWave) frequencies is a promising technology for meeting the ever-growing data traffic in next-generation wireless communications. A major challenge of mmWave communications is the high path loss. To overcome this issue, mmWave systems adopt beamforming techniques, which require robust channel estimation and tracking algorithms to maintain an adequate quality of service. In this study, we propose the machine learning-based channel tracking algorithm for vehicular mmWave communications. In this paper, we propose a long short-term memory (LSTM)-based channel tracking algorithm for vehicle-to-infrastructure mmWave communications. The bidirectional LSTM is leveraged to track the channel. Simulation results demonstrate that the proposed algorithm efficiently tracks the mmWave channel with negligible training overhead.
毫米波(mmWave)频率的使用是一种很有前途的技术,可以满足下一代无线通信中不断增长的数据流量。毫米波通信的一个主要挑战是高路径损耗。为了克服这个问题,毫米波系统采用波束成形技术,这需要稳健的信道估计和跟踪算法来保持足够的服务质量。在这项研究中,我们提出了一种基于机器学习的车载毫米波通信信道跟踪算法。在本文中,我们提出了一种基于长短期记忆(LSTM)的通道跟踪算法,用于车辆到基础设施的毫米波通信。利用双向LSTM来跟踪信道。仿真结果表明,该算法可以有效地跟踪毫米波信道,且训练开销可以忽略不计。
{"title":"Machine Learning-based Channel Tracking for Next-Generation 5G Communication System","authors":"Hyeonsu Kim, Sangmi Moon, I. Hwang","doi":"10.1109/ICUFN49451.2021.9528722","DOIUrl":"https://doi.org/10.1109/ICUFN49451.2021.9528722","url":null,"abstract":"The use of millimeter-wave (mmWave) frequencies is a promising technology for meeting the ever-growing data traffic in next-generation wireless communications. A major challenge of mmWave communications is the high path loss. To overcome this issue, mmWave systems adopt beamforming techniques, which require robust channel estimation and tracking algorithms to maintain an adequate quality of service. In this study, we propose the machine learning-based channel tracking algorithm for vehicular mmWave communications. In this paper, we propose a long short-term memory (LSTM)-based channel tracking algorithm for vehicle-to-infrastructure mmWave communications. The bidirectional LSTM is leveraged to track the channel. Simulation results demonstrate that the proposed algorithm efficiently tracks the mmWave channel with negligible training overhead.","PeriodicalId":318542,"journal":{"name":"2021 Twelfth International Conference on Ubiquitous and Future Networks (ICUFN)","volume":"56 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2021-08-17","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116601302","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
Reducing Model Cost Based on the Weights of Each Layer for Federated Learning Clustering 基于各层权重的联邦学习聚类模型成本降低
Pub Date : 2021-08-17 DOI: 10.1109/ICUFN49451.2021.9528575
Hyungbin Kim, Yongho Kim, Hyunhee Park
Federated Learning (FL) has a different learning framework from existing machine learning, which had to centralize training data. Federated learning has the advantage of protecting privacy because learning is performed on each client device rather than the central server, and only the weight parameter values, which are the learning results, are sent to the central server. However, the performance of federated learning shows relatively low performance compared to cloud computing, and in reality, it is difficult to build a federated learning environment due to the high communication cost between the server and multiple clients. In this paper, we propose Federated Learning with Clustering algorithms (FLC). The proposed FLC is a method of clustering clients with similar characteristics by analyzing the weights of each layer of a machine learning model, and performing federated learning among the clustered clients. The proposed FLC can reduce the communication cost for each model by reducing the number of clients corresponding to each model. As a result of extensive simulation, it is confirmed that the accuracy is improved by 2.4% and the loss by 47% through the proposed FLC compared to the standard federated learning.
联邦学习(FL)具有与现有机器学习不同的学习框架,现有机器学习必须集中训练数据。联邦学习具有保护隐私的优点,因为学习是在每个客户机设备上而不是在中央服务器上执行的,并且只有权重参数值(即学习结果)被发送到中央服务器。然而,与云计算相比,联邦学习的性能表现出相对较低的性能,并且在现实中,由于服务器与多个客户端之间的通信成本较高,因此难以构建联邦学习环境。在本文中,我们提出了带有聚类算法的联邦学习(FLC)。本文提出的FLC是一种通过分析机器学习模型每层的权重来聚类具有相似特征的客户端的方法,并在聚类客户端之间进行联邦学习。所提出的FLC可以通过减少每个模型对应的客户端数量来降低每个模型的通信成本。大量的仿真结果证实,与标准的联邦学习相比,通过所提出的FLC,准确率提高了2.4%,损失降低了47%。
{"title":"Reducing Model Cost Based on the Weights of Each Layer for Federated Learning Clustering","authors":"Hyungbin Kim, Yongho Kim, Hyunhee Park","doi":"10.1109/ICUFN49451.2021.9528575","DOIUrl":"https://doi.org/10.1109/ICUFN49451.2021.9528575","url":null,"abstract":"Federated Learning (FL) has a different learning framework from existing machine learning, which had to centralize training data. Federated learning has the advantage of protecting privacy because learning is performed on each client device rather than the central server, and only the weight parameter values, which are the learning results, are sent to the central server. However, the performance of federated learning shows relatively low performance compared to cloud computing, and in reality, it is difficult to build a federated learning environment due to the high communication cost between the server and multiple clients. In this paper, we propose Federated Learning with Clustering algorithms (FLC). The proposed FLC is a method of clustering clients with similar characteristics by analyzing the weights of each layer of a machine learning model, and performing federated learning among the clustered clients. The proposed FLC can reduce the communication cost for each model by reducing the number of clients corresponding to each model. As a result of extensive simulation, it is confirmed that the accuracy is improved by 2.4% and the loss by 47% through the proposed FLC compared to the standard federated learning.","PeriodicalId":318542,"journal":{"name":"2021 Twelfth International Conference on Ubiquitous and Future Networks (ICUFN)","volume":"11 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2021-08-17","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"114899027","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}
引用次数: 7
Multiband FSK with Direct Sequence Spread Spectrum for Underwater Acoustic Communications 基于直接序列扩频的水声通信多频带FSK
Pub Date : 2021-08-17 DOI: 10.1109/ICUFN49451.2021.9528819
Hyun-Woo Jeong, Ji-Eun Shin, Ji-Won Jung
This paper presented an efficient multiband FSK signals with direct sequence spread spectrum for maintaining covertness and performance. In aspect to covertness, direct sequence spread spectrum method, which multiplying by PN codes whose rate is much higher than that of data sequence, is employed. In aspect to performance, we applied multiband, turbo equalization, and weighting algorithm. Underwater acoustic communication experiments were conducted in the lake. In the lake experimental results, we confirmed that the performance was improved as the number of bands and chips are increased. Furthermore, the performance of multiband was improved when the proposed weighting algorithm was applied.
本文提出了一种有效的多频带FSK信号的直接序列扩频,以保持信号的隐度和性能。在隐秘性方面,采用直接序列扩频法,该方法乘上远高于数据序列速率的PN码。在性能方面,我们采用了多频带、turbo均衡和加权算法。在该湖泊中进行了水声通信实验。在湖泊实验结果中,我们证实了随着频带数量和芯片数量的增加,性能得到了提高。此外,该加权算法还能提高多波段的性能。
{"title":"Multiband FSK with Direct Sequence Spread Spectrum for Underwater Acoustic Communications","authors":"Hyun-Woo Jeong, Ji-Eun Shin, Ji-Won Jung","doi":"10.1109/ICUFN49451.2021.9528819","DOIUrl":"https://doi.org/10.1109/ICUFN49451.2021.9528819","url":null,"abstract":"This paper presented an efficient multiband FSK signals with direct sequence spread spectrum for maintaining covertness and performance. In aspect to covertness, direct sequence spread spectrum method, which multiplying by PN codes whose rate is much higher than that of data sequence, is employed. In aspect to performance, we applied multiband, turbo equalization, and weighting algorithm. Underwater acoustic communication experiments were conducted in the lake. In the lake experimental results, we confirmed that the performance was improved as the number of bands and chips are increased. Furthermore, the performance of multiband was improved when the proposed weighting algorithm was applied.","PeriodicalId":318542,"journal":{"name":"2021 Twelfth International Conference on Ubiquitous and Future Networks (ICUFN)","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2021-08-17","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"128609332","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
Stroke Medical Ontology for Supporting AI-based Stroke Prediction System using Bio-Signals 脑卒中医学本体支持基于人工智能的脑卒中生物信号预测系统
Pub Date : 2021-08-17 DOI: 10.1109/ICUFN49451.2021.9528529
Soonhyun Kwon, Jaehak Yu, Se Jin Park, Jong-Arm Jun, C. Pyo
In this paper, we propose a stroke medical ontology that provides medical knowledge to accompany AI-based stroke disease prediction system's results that were arrived at based on EMG information. This system was developed as a result of the limitations mentioned above being encountered in previous studies. We approached the problem from a viewpoint of knowledge engineering with the aim of modeling medical knowledge related to strokes. Using web ontology language (OWL), a standard ontology language, we developed schema-level stroke ontologies with concepts and properties based on the brain's anatomical structures, lesions, and disease related to strokes. Also, we developed an instance-level medical terms ontology that can span standard medical terms such as those in the international classification diseases (ICD), systematized nomenclature of medicine - clinical terms (SNOMED-CT), and foundational model of anatomy (FMA). The above schema ontology and instance ontology are meaningfully mapped to each other to apply layered ontology modeling techniques that separate schemas from instances. Through semantic web rule language (SWRL)-based inference, we predict lesions, diseases, and anatomical brain structural ripple effects based on the patient's current lesions and diseases. The inferred knowledge information is provided via the SPARQL protocol and RDF query language (SPARQL), a standard ontology query language. To verify the stroke medical ontology proposed in this paper, we developed an ontology-based stroke disease prediction system. This system achieved knowledge augmentation performance of 67.82% by comparing the patients' current lesions and diseases with the lesions, diseases, and areas of disability found by SWRL-based inference using actual stroke emergency data from 37 patients.
在本文中,我们提出了一个脑卒中医学本体,该本体为基于肌电图信息的基于人工智能的脑卒中疾病预测系统的结果提供医学知识。这一系统的发展是由于上述局限性在以往的研究中遇到。我们从知识工程的角度来处理这个问题,目的是对与中风相关的医学知识进行建模。利用web本体语言(OWL)这一标准的本体语言,我们基于脑的解剖结构、损伤和与中风相关的疾病,开发了具有概念和属性的图式级中风本体。此外,我们还开发了一个实例级医学术语本体,该本体可以跨越标准医学术语,如国际疾病分类(ICD)、系统化医学术语-临床术语(SNOMED-CT)和解剖学基础模型(FMA)中的术语。上述模式本体和实例本体被有意义地相互映射,以应用将模式与实例分离的分层本体建模技术。通过基于语义网规则语言(SWRL)的推理,我们根据患者当前的病变和疾病预测病变、疾病和解剖脑结构涟漪效应。推导出的知识信息通过SPARQL协议和标准本体查询语言RDF查询语言(SPARQL)提供。为了验证本文提出的脑卒中医学本体,我们开发了一个基于本体的脑卒中疾病预测系统。通过将患者当前的病变和疾病与基于swrl的推理所发现的病变、疾病和残疾区域进行比较,该系统利用37例患者的实际卒中急诊数据,实现了67.82%的知识增强性能。
{"title":"Stroke Medical Ontology for Supporting AI-based Stroke Prediction System using Bio-Signals","authors":"Soonhyun Kwon, Jaehak Yu, Se Jin Park, Jong-Arm Jun, C. Pyo","doi":"10.1109/ICUFN49451.2021.9528529","DOIUrl":"https://doi.org/10.1109/ICUFN49451.2021.9528529","url":null,"abstract":"In this paper, we propose a stroke medical ontology that provides medical knowledge to accompany AI-based stroke disease prediction system's results that were arrived at based on EMG information. This system was developed as a result of the limitations mentioned above being encountered in previous studies. We approached the problem from a viewpoint of knowledge engineering with the aim of modeling medical knowledge related to strokes. Using web ontology language (OWL), a standard ontology language, we developed schema-level stroke ontologies with concepts and properties based on the brain's anatomical structures, lesions, and disease related to strokes. Also, we developed an instance-level medical terms ontology that can span standard medical terms such as those in the international classification diseases (ICD), systematized nomenclature of medicine - clinical terms (SNOMED-CT), and foundational model of anatomy (FMA). The above schema ontology and instance ontology are meaningfully mapped to each other to apply layered ontology modeling techniques that separate schemas from instances. Through semantic web rule language (SWRL)-based inference, we predict lesions, diseases, and anatomical brain structural ripple effects based on the patient's current lesions and diseases. The inferred knowledge information is provided via the SPARQL protocol and RDF query language (SPARQL), a standard ontology query language. To verify the stroke medical ontology proposed in this paper, we developed an ontology-based stroke disease prediction system. This system achieved knowledge augmentation performance of 67.82% by comparing the patients' current lesions and diseases with the lesions, diseases, and areas of disability found by SWRL-based inference using actual stroke emergency data from 37 patients.","PeriodicalId":318542,"journal":{"name":"2021 Twelfth International Conference on Ubiquitous and Future Networks (ICUFN)","volume":"12 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2021-08-17","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130826887","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}
引用次数: 5
Mesh-Clustering-Based Radio Maps Construction for Autonomous Distributed Networks 基于网格聚类的自治分布式网络无线地图构建
Pub Date : 2021-08-17 DOI: 10.1109/ICUFN49451.2021.9528740
Keita Katagiri, T. Fujii
We have proposed a method of the radio map construction using clustering algorithm in our conventional work. The method enables us to accurately predict the radio environment while reducing the registered data size. However, this clustering algorithm has been only applied to the wireless system with fixed transmitter location. Thus, this paper considers the radio maps construction based on the clustering for the autonomous distributed networks that both transmitter and receiver dynamically move. The proposed method classifies the similar average received signal power samples using k-means++. The emulation results clarify that the proposed method can estimate the radio environment with high accuracy while reducing the registered data size compared to the conventional radio map.
在传统的工作中,我们提出了一种利用聚类算法构建无线电地图的方法。该方法使我们能够准确地预测无线电环境,同时减少了注册数据的大小。然而,这种聚类算法只适用于发射机位置固定的无线系统。因此,本文考虑了基于聚类的无线地图构建方法,该方法适用于发射端和接收端都动态移动的自治分布式网络。该方法利用k-means++对相似的平均接收信号功率样本进行分类。仿真结果表明,与传统的射电图相比,该方法在减少配准数据量的同时,能够对射电环境进行高精度估计。
{"title":"Mesh-Clustering-Based Radio Maps Construction for Autonomous Distributed Networks","authors":"Keita Katagiri, T. Fujii","doi":"10.1109/ICUFN49451.2021.9528740","DOIUrl":"https://doi.org/10.1109/ICUFN49451.2021.9528740","url":null,"abstract":"We have proposed a method of the radio map construction using clustering algorithm in our conventional work. The method enables us to accurately predict the radio environment while reducing the registered data size. However, this clustering algorithm has been only applied to the wireless system with fixed transmitter location. Thus, this paper considers the radio maps construction based on the clustering for the autonomous distributed networks that both transmitter and receiver dynamically move. The proposed method classifies the similar average received signal power samples using k-means++. The emulation results clarify that the proposed method can estimate the radio environment with high accuracy while reducing the registered data size compared to the conventional radio map.","PeriodicalId":318542,"journal":{"name":"2021 Twelfth International Conference on Ubiquitous and Future Networks (ICUFN)","volume":"6 10 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2021-08-17","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"124605417","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}
引用次数: 2
User Clustering Techniques for Massive MIMO-NOMA Enabled mmWave/THz Communications in 6G 6G中大规模MIMO-NOMA支持毫米波/太赫兹通信的用户集群技术
Pub Date : 2021-08-17 DOI: 10.1109/ICUFN49451.2021.9528659
M. Shahjalal, Md. Habibur Rahman, Md. Osman Ali, ByungDeok Chung, Y. Jang
Recently, Cooperative massive multiple-input multiple-output and non-orthogonal multiple access (mMIMO-NOMA) has been considered as a promising solution that can significantly improve the system capacity and the spectral efficiency of the sixth-generation (6G) high frequency spectrum such as Millimeter Wave and Terahertz networks. In this paper, we consider a mMIMO-NOMA enabled base station that can support a number of single antenna users in different clusters. Cooperative use of NOMA can support the users in a cluster by sharing the same frequency and time resources. However, in 6G the networks will be congested with ultra-massive interconnected users and that arises challenges in clustering the users efficiently. Therefore. we briefly summarize the studies about user clustering solutions in mMIMO-NOMA systems and divided them into two categories; resource aware user clustering (RAUC) and learning assisted user clustering (LAUC) approaches. A comparison among those techniques has been tabulated considering the computational complexities. The result depicts that the RAUC demonstrates a polynomial complexity function while that for the LAUC is comparatively low.
近年来,协作式大规模多输入多输出非正交多址(mMIMO-NOMA)被认为是一种很有前途的解决方案,可以显著提高第六代(6G)高频频谱(如毫米波和太赫兹网络)的系统容量和频谱效率。在本文中,我们考虑了一个支持不同集群中多个单天线用户的mimo - noma基站。协同使用NOMA可以通过共享相同的频率和时间资源来支持集群中的用户。然而,在6G网络中,超大规模的互联用户将导致网络拥塞,这给用户高效集群带来了挑战。因此。简要总结了mimo - noma系统中用户聚类解决方案的研究,并将其分为两类;资源感知用户聚类(RAUC)和学习辅助用户聚类(LAUC)方法。考虑到计算复杂性,这些技术之间的比较已制成表格。结果表明,RAUC表现为多项式复杂度函数,而LAUC的复杂度相对较低。
{"title":"User Clustering Techniques for Massive MIMO-NOMA Enabled mmWave/THz Communications in 6G","authors":"M. Shahjalal, Md. Habibur Rahman, Md. Osman Ali, ByungDeok Chung, Y. Jang","doi":"10.1109/ICUFN49451.2021.9528659","DOIUrl":"https://doi.org/10.1109/ICUFN49451.2021.9528659","url":null,"abstract":"Recently, Cooperative massive multiple-input multiple-output and non-orthogonal multiple access (mMIMO-NOMA) has been considered as a promising solution that can significantly improve the system capacity and the spectral efficiency of the sixth-generation (6G) high frequency spectrum such as Millimeter Wave and Terahertz networks. In this paper, we consider a mMIMO-NOMA enabled base station that can support a number of single antenna users in different clusters. Cooperative use of NOMA can support the users in a cluster by sharing the same frequency and time resources. However, in 6G the networks will be congested with ultra-massive interconnected users and that arises challenges in clustering the users efficiently. Therefore. we briefly summarize the studies about user clustering solutions in mMIMO-NOMA systems and divided them into two categories; resource aware user clustering (RAUC) and learning assisted user clustering (LAUC) approaches. A comparison among those techniques has been tabulated considering the computational complexities. The result depicts that the RAUC demonstrates a polynomial complexity function while that for the LAUC is comparatively low.","PeriodicalId":318542,"journal":{"name":"2021 Twelfth International Conference on Ubiquitous and Future Networks (ICUFN)","volume":"84 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2021-08-17","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"126408758","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}
引用次数: 2
Freezing of Gait Detection Using Discrete Wavelet Transform and Hybrid Deep Learning Architecture 基于离散小波变换和混合深度学习结构的冻结步态检测
Pub Date : 2021-08-17 DOI: 10.1109/ICUFN49451.2021.9528547
Nguyen Thi Hoai Thu, Dong Seog Han
Freezing of gait (FoG) detection using wearable sensors plays an important role in both online and offline monitoring of Parkinson's disease patients. In a FoG detector, feature extraction is commonly considered as a critical part for distilling the sensor signals before the FoG classification. Manually extracted features with domain knowledge are widely used in conventional machine learning methods while recent deep learning algorithms introduce the automatic feature learning approach. In this paper, we propose a FoG detection framework, in which hand-crafted features are used as input to a hybrid deep learning model for further feature learning and classification task. The hand-crafted features with time-frequency representation are extracted from the raw sensor signal by using a multi-level discrete wavelet transform (DWT). A hybrid deep learning architecture constructed from two algorithms: convolutional neural network (CNN) and bidirectional long short-term memory network is then deployed to extract deep features and classify FoG events. For performance comparison purposes, experiments on different input data types and machine learning methods are carried out on the Daphnet public dataset.
基于可穿戴传感器的步态冻结(FoG)检测在帕金森病患者的在线和离线监测中发挥着重要作用。在FoG检测器中,特征提取通常被认为是在FoG分类之前提取传感器信号的关键部分。传统的机器学习方法多采用基于领域知识的人工特征提取方法,而深度学习算法则引入了自动特征学习方法。在本文中,我们提出了一个FoG检测框架,其中手工制作的特征被用作混合深度学习模型的输入,用于进一步的特征学习和分类任务。采用多层离散小波变换(DWT)从原始传感器信号中提取具有时频表示的手工特征。采用卷积神经网络(CNN)和双向长短期记忆网络两种算法构建混合深度学习架构,提取深度特征并对FoG事件进行分类。出于性能比较的目的,在dapnet公共数据集上进行了不同输入数据类型和机器学习方法的实验。
{"title":"Freezing of Gait Detection Using Discrete Wavelet Transform and Hybrid Deep Learning Architecture","authors":"Nguyen Thi Hoai Thu, Dong Seog Han","doi":"10.1109/ICUFN49451.2021.9528547","DOIUrl":"https://doi.org/10.1109/ICUFN49451.2021.9528547","url":null,"abstract":"Freezing of gait (FoG) detection using wearable sensors plays an important role in both online and offline monitoring of Parkinson's disease patients. In a FoG detector, feature extraction is commonly considered as a critical part for distilling the sensor signals before the FoG classification. Manually extracted features with domain knowledge are widely used in conventional machine learning methods while recent deep learning algorithms introduce the automatic feature learning approach. In this paper, we propose a FoG detection framework, in which hand-crafted features are used as input to a hybrid deep learning model for further feature learning and classification task. The hand-crafted features with time-frequency representation are extracted from the raw sensor signal by using a multi-level discrete wavelet transform (DWT). A hybrid deep learning architecture constructed from two algorithms: convolutional neural network (CNN) and bidirectional long short-term memory network is then deployed to extract deep features and classify FoG events. For performance comparison purposes, experiments on different input data types and machine learning methods are carried out on the Daphnet public dataset.","PeriodicalId":318542,"journal":{"name":"2021 Twelfth International Conference on Ubiquitous and Future Networks (ICUFN)","volume":"31 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2021-08-17","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"132057329","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}
引用次数: 2
Analysis of Transport Layer Congestion Control Algorithms over 5G Millimeter Wave Networks 5G毫米波网络传输层拥塞控制算法分析
Pub Date : 2021-08-17 DOI: 10.1109/ICUFN49451.2021.9528538
Farhan Siddiqui, Quan Chau
The Millimeter Wave technology can provide very high data rates and is a key enabler of 5G communication. However, mmWave signals suffer with high penetration loss and poor isotropic propagation which causes intermittent packet losses. TCP's congestion control algorithms consider packet loss as an implicit notification of network congestion and react by reducing the data transmission rate. In this research we examine how TCP's congestion control algorithms impact the achievable data rate over mmWave links. We discuss the performance of different TCP versions using metrics such as congestion window size (cwnd), throughput, Round Trip Time (RTT), and Signal-to-Interference-plus-Noise Ratio (SINR).
毫米波技术可以提供非常高的数据速率,是5G通信的关键推动因素。然而,毫米波信号的穿透损耗大,各向同性传播差,导致间歇性丢包。TCP的拥塞控制算法将丢包视为网络拥塞的隐式通知,并通过降低数据传输速率来做出反应。在本研究中,我们研究了TCP的拥塞控制算法如何影响毫米波链路上可实现的数据速率。我们使用诸如拥塞窗口大小(cwnd)、吞吐量、往返时间(RTT)和信噪比(SINR)等指标来讨论不同TCP版本的性能。
{"title":"Analysis of Transport Layer Congestion Control Algorithms over 5G Millimeter Wave Networks","authors":"Farhan Siddiqui, Quan Chau","doi":"10.1109/ICUFN49451.2021.9528538","DOIUrl":"https://doi.org/10.1109/ICUFN49451.2021.9528538","url":null,"abstract":"The Millimeter Wave technology can provide very high data rates and is a key enabler of 5G communication. However, mmWave signals suffer with high penetration loss and poor isotropic propagation which causes intermittent packet losses. TCP's congestion control algorithms consider packet loss as an implicit notification of network congestion and react by reducing the data transmission rate. In this research we examine how TCP's congestion control algorithms impact the achievable data rate over mmWave links. We discuss the performance of different TCP versions using metrics such as congestion window size (cwnd), throughput, Round Trip Time (RTT), and Signal-to-Interference-plus-Noise Ratio (SINR).","PeriodicalId":318542,"journal":{"name":"2021 Twelfth International Conference on Ubiquitous and Future Networks (ICUFN)","volume":"119 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2021-08-17","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"133852528","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
USRP Implementation of Transmission Timing Control Function for Synchronized SS-CDMA Using Wireless Two-Way Interferometry (Wi-Wi) 利用无线双向干涉技术(Wi-Wi) USRP实现同步SS-CDMA传输定时控制功能
Pub Date : 2021-08-17 DOI: 10.1109/ICUFN49451.2021.9528697
S. Kameda, Yusaku Honma, N. Suematsu, S. Yasuda, N. Shiga
Synchronized spread spectrum code division multiple access (SS-CDMA) is very effective for increasing the capacity and reducing the interference with a rapid spread of Internet of things (IoT) devices. Since the synchronized SS-CDMA requires to receive timing synchronization, it is essential to realize transmission timing control of each node using spacetime synchronization. In this paper, we investigate precise time synchronization between nodes using Wireless Two-Way Interferometry (Wi-Wi). The measurement results show that the precision of initial timing synchronization of the Wi-Wi module is nearly equal to 400 ns. Furthermore, we implement transmission timing control function on Universal Software Radio Peripheral (USRP) synchronized by reference signals of Wi-Wi module. As a result of the measurement evaluation of the implemented system, it is realized that the transmission timing is controlled at the accuracy of the sampling rate of USRP.
随着物联网设备的快速普及,同步扩频码分多址(SS-CDMA)在增加容量和减少干扰方面非常有效。由于同步的SS-CDMA要求接收定时同步,因此利用时空同步实现各节点的发送定时控制至关重要。在本文中,我们使用无线双向干涉测量(Wi-Wi)研究节点之间的精确时间同步。测量结果表明,Wi-Wi模块的初始定时同步精度接近400ns。此外,我们还实现了通过Wi-Wi模块的参考信号同步的通用软件无线电外设(USRP)的传输时序控制功能。通过对所实现系统的测量评估,实现了传输时序控制在USRP采样率的精度上。
{"title":"USRP Implementation of Transmission Timing Control Function for Synchronized SS-CDMA Using Wireless Two-Way Interferometry (Wi-Wi)","authors":"S. Kameda, Yusaku Honma, N. Suematsu, S. Yasuda, N. Shiga","doi":"10.1109/ICUFN49451.2021.9528697","DOIUrl":"https://doi.org/10.1109/ICUFN49451.2021.9528697","url":null,"abstract":"Synchronized spread spectrum code division multiple access (SS-CDMA) is very effective for increasing the capacity and reducing the interference with a rapid spread of Internet of things (IoT) devices. Since the synchronized SS-CDMA requires to receive timing synchronization, it is essential to realize transmission timing control of each node using spacetime synchronization. In this paper, we investigate precise time synchronization between nodes using Wireless Two-Way Interferometry (Wi-Wi). The measurement results show that the precision of initial timing synchronization of the Wi-Wi module is nearly equal to 400 ns. Furthermore, we implement transmission timing control function on Universal Software Radio Peripheral (USRP) synchronized by reference signals of Wi-Wi module. As a result of the measurement evaluation of the implemented system, it is realized that the transmission timing is controlled at the accuracy of the sampling rate of USRP.","PeriodicalId":318542,"journal":{"name":"2021 Twelfth International Conference on Ubiquitous and Future Networks (ICUFN)","volume":"21 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2021-08-17","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"129293008","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}
引用次数: 2
Construction of Frequency-Hopping System Using Carrier-Signal Generator 利用载波信号发生器构建跳频系统
Pub Date : 2021-08-17 DOI: 10.1109/ICUFN49451.2021.9528677
E. Kudoh, Keisuke Watanabe
To clearly understand wireless communication technology for educational purposes, an inexpensive wireless modulation and demodulation system is required. A simple carrier-signal generator can generate a carrier signal, and a spectrum analyzer can search for a peak frequency and be controlled by a PC. Therefore, a frequency-hopping wireless transmitter and receiver system can be constructed using a carrier-signal generator and spectrum analyzer. We constructed a frequency-hopping transmission system using a carrier-signal generator and spectrum analyzer. To validate this system, we evaluated the peak frequency detection probability and compared it with theoretical values. The results indicate that when the hopping time interval was 2000 ms, the peak frequency detection probability almost coincided with the theoretical values.
为了清楚地了解无线通信技术的教育目的,需要一个廉价的无线调制和解调系统。简单的载波信号发生器可以产生载波信号,频谱分析仪可以搜索峰值频率并由PC机控制。因此,可以利用载波信号发生器和频谱分析仪构建跳频无线收发系统。我们利用载波信号发生器和频谱分析仪构建了一个跳频传输系统。为了验证该系统,我们评估了峰值频率检测概率,并将其与理论值进行了比较。结果表明,当跳频时间间隔为2000 ms时,峰值频率检测概率与理论值基本吻合。
{"title":"Construction of Frequency-Hopping System Using Carrier-Signal Generator","authors":"E. Kudoh, Keisuke Watanabe","doi":"10.1109/ICUFN49451.2021.9528677","DOIUrl":"https://doi.org/10.1109/ICUFN49451.2021.9528677","url":null,"abstract":"To clearly understand wireless communication technology for educational purposes, an inexpensive wireless modulation and demodulation system is required. A simple carrier-signal generator can generate a carrier signal, and a spectrum analyzer can search for a peak frequency and be controlled by a PC. Therefore, a frequency-hopping wireless transmitter and receiver system can be constructed using a carrier-signal generator and spectrum analyzer. We constructed a frequency-hopping transmission system using a carrier-signal generator and spectrum analyzer. To validate this system, we evaluated the peak frequency detection probability and compared it with theoretical values. The results indicate that when the hopping time interval was 2000 ms, the peak frequency detection probability almost coincided with the theoretical values.","PeriodicalId":318542,"journal":{"name":"2021 Twelfth International Conference on Ubiquitous and Future Networks (ICUFN)","volume":"67 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2021-08-17","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127580848","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
期刊
2021 Twelfth International Conference on Ubiquitous and Future Networks (ICUFN)
全部 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