首页期刊导航|数字通信与网络(英文)
期刊信息/Journal information
数字通信与网络(英文)
数字通信与网络(英文)

季刊

数字通信与网络(英文)/CSCD北大核心SCI
正式出版
收录年代

    XMAM:X-raying models with a matrix to reveal backdoor attacks for federated learning

    Jianyi ZhangFangjiao ZhangQichao JinZhiqiang Wang...
    1154-1167页
    查看更多>>摘要:Federated Learning(FL),a burgeoning technology,has received increasing attention due to its privacy protection capability.However,the base algorithm FedAvg is vulnerable when it suffers from so-called backdoor attacks.Former researchers proposed several robust aggregation methods.Unfortunately,due to the hidden characteristic of backdoor attacks,many of these aggregation methods are unable to defend against backdoor attacks.What's more,the attackers recently have proposed some hiding methods that further improve backdoor attacks'stealthiness,making all the existing robust aggregation methods fail.To tackle the threat of backdoor attacks,we propose a new aggregation method,X-raying Models with A Matrix(XMAM),to reveal the malicious local model updates submitted by the backdoor attackers.Since we observe that the output of the Softmax layer exhibits distinguishable patterns between malicious and benign updates,unlike the existing aggregation algorithms,we focus on the Softmax layer's output in which the backdoor attackers are difficult to hide their malicious behavior.Specifically,like medical X-ray examinations,we investigate the collected local model updates by using a matrix as an input to get their Softmax layer's outputs.Then,we preclude updates whose outputs are abnormal by clustering.Without any training dataset in the server,the extensive evaluations show that our XMAM can effectively distinguish malicious local model updates from benign ones.For instance,when other methods fail to defend against the backdoor attacks at no more than 20%malicious clients,our method can tolerate 45%malicious clients in the black-box mode and about 30%in Projected Gradient Descent(PGD)mode.Besides,under adaptive attacks,the results demonstrate that XMAM can still complete the global model training task even when there are 40%malicious clients.Finally,we analyze our method's screening complexity and compare the real screening time with other methods.The results show that XMAM is about 10-10000 times faster than the existing methods.

    Semi-supervised learning based hybrid beamforming under time-varying propagation environments

    Yin LongHang DingSimon Murphy
    1168-1177页
    查看更多>>摘要:Hybrid precoding is considered as a promising low-cost technique for millimeter wave(mm-wave)massive Multi-Input Multi-Output(MIMO)systems.In this work,referring to the time-varying propagation circum-stances,with semi-supervised Incremental Learning(IL),we propose an online hybrid beamforming scheme.Firstly,given the constraint of constant modulus on analog beamformer and combiner,we propose a new broad-network-based structure for the design model of hybrid beamforming.Compared with the existing network structure,the proposed network structure can achieve better transmission performance and lower complexity.Moreover,to enhance the efficiency of IL further,by combining the semi-supervised graph with IL,we propose a hybrid beamforming scheme based on chunk-by-chunk semi-supervised learning,where only few transmissions are required to calculate the label and all other unlabelled transmissions would also be put into a training data chunk.Unlike the existing single-by-single approach where transmissions during the model update are not taken into the consideration of model update,all transmissions,even the ones during the model update,would make contributions to model update in the proposed method.During the model update,the amount of unlabelled transmissions is very large and they also carry some information,the prediction performance can be enhanced to some extent by these unlabelled channel data.Simulation results demonstrate the spectral efficiency of the proposed method outperforms that of the existing single-by-single approach.Besides,we prove the general complexity of the proposed method is lower than that of the existing approach and give the condition under which its absolute complexity outperforms that of the existing approach.

    Data-driven human and bot recognition from web activity logs based on hybrid learning techniques

    Marek GajewskiOlgierd HryniewiczAgnieszka JastrzębskaMariusz Kozakiewicz...
    1178-1188页
    查看更多>>摘要:Distinguishing between web traffic generated by bots and humans is an important task in the evaluation of online marketing campaigns.One of the main challenges is related to only partial availability of the performance metrics:although some users can be unambiguously classified as bots,the correct label is uncertain in many cases.This calls for the use of classifiers capable of explaining their decisions.This paper demonstrates two such mechanisms based on features carefully engineered from web logs.The first is a man-made rule-based system.The second is a hierarchical model that first performs clustering and next classification using human-centred,interpretable methods.The stability of the proposed methods is analyzed and a minimal set of features that convey the class-discriminating information is selected.The proposed data processing and analysis methodology are successfully applied to real-world data sets from online publishers.

    Digital cancellation of multi-band passive inter-modulation based on Wiener-Hammerstein model

    Jinxiang LiuXiaotao ZhangJun YangHuiping Yang...
    1189-1197页
    查看更多>>摘要:Utilizing multi-band and multi-carrier techniques enhances throughput and capacity in Long-Term Evolution(LTE)-Advanced and 5G New Radio(NR)mobile networks.However,these techniques introduce Passive Inter-Modulation(PIM)interference in Frequency-Division Duplexing(FDD)systems.In this paper,a novel multi-band Wiener-Hammerstein model is presented to digitally reconstruct PIM interference signals,thereby achieving effective PIM Cancellation(PIMC)in multi-band scenarios.In the model,transmitted signals are independently processed to simulate Inter-Modulation Distortions(IMDs)and Cross-Modulation Distortions(CMDs).Furthermore,the Finite Impulse Response(FIR)filter,basis function generation,and B-spline function are applied for precise PIM product estimation and generation in multi-band scenarios.Simulations involving 4 carrier components from diverse NR frequency bands at varying transmitting powers validate the feasibility of the model for multi-band PIMC,achieving up to 19 dB in PIMC performance.Compared to other models,this approach offers superior PIMC performance,exceeding them by more than 5 dB in high transmitting power scenarios.Additionally,its lower sampling rate requirement reduces the hardware complexity associated with implementing multi-band PIMC.

    Diversified and compatible web APIs recommendation based on game theory in IoT

    Wenwen GongHuiping WuXiaokang WangXuyun Zhang...
    1198-1209页
    查看更多>>摘要:With the ever-increasing popularity of Internet of Things(IoT),massive enterprises are attempting to encapsulate their developed outcomes into various lightweight Web Application Programming Interfaces(APIs)that can be accessible remotely.In this context,finding and writing a list of existing Web APIs that can collectively meet the functional needs of software developers has become a promising approach to economically and easily develop successful mobile applications.However,the number and diversity of candidate IoT Web APIs places an addi-tional burden on application developers'Web API selection decisions,as it is often a challenging task to simul-taneously ensure the diversity and compatibility of the final set of Web APIs selected.Considering this challenge and latest successful applications of game theory in IoT,a Diversified and Compatible Web APIs Recommendation approach,namely DivCAR,is put forward in this paper.First of all,to achieve API diversity,DivCAR employs random walk sampling technique on a pre-built"API-API"correlation graph to generate diverse"API-API"cor-relation subgraphs.Afterwards,with the diverse"API-API"correlation subgraphs,the compatible Web APIs recommendation problem is modeled as a minimum group Steiner tree search problem.A sorted set of multiple compatible and diverse Web APIs are returned to the application developer by solving the minimum group Steiner tree search problem.At last,a set of experiments are designed and implemented on a real dataset crawled from www.programmableweb.com.Experimental results validate the effectiveness and efficiency of our proposed DivCAR approach in balancing the Web APIs recommendation diversity and compatibility.