期刊文献+
共找到26,030篇文章
< 1 2 250 >
每页显示 20 50 100
Adaptive Simulation Backdoor Attack Based on Federated Learning
1
作者 SHI Xiujin XIA Kaixiong +3 位作者 YAN Guoying TAN Xuan SUN Yanxu ZHU Xiaolong 《Journal of Donghua University(English Edition)》 2026年第1期50-58,共9页
In federated learning,backdoor attacks have become an important research topic with their wide application in processing sensitive datasets.Since federated learning detects or modifies local models through defense mec... In federated learning,backdoor attacks have become an important research topic with their wide application in processing sensitive datasets.Since federated learning detects or modifies local models through defense mechanisms during aggregation,it is difficult to conduct effective backdoor attacks.In addition,existing backdoor attack methods are faced with challenges,such as low backdoor accuracy,poor ability to evade anomaly detection,and unstable model training.To address these challenges,a method called adaptive simulation backdoor attack(ASBA)is proposed.Specifically,ASBA improves the stability of model training by manipulating the local training process and using an adaptive mechanism,the ability of the malicious model to evade anomaly detection by combing large simulation training and clipping,and the backdoor accuracy by introducing a stimulus model to amplify the impact of the backdoor in the global model.Extensive comparative experiments under five advanced defense scenarios show that ASBA can effectively evade anomaly detection and achieve high backdoor accuracy in the global model.Furthermore,it exhibits excellent stability and effectiveness after multiple rounds of attacks,outperforming state-of-the-art backdoor attack methods. 展开更多
关键词 federated learning backdoor attack PRIVACY adaptive attack SIMULATION
在线阅读 下载PDF
CASBA:Capability-Adaptive Shadow Backdoor Attack against Federated Learning
2
作者 Hongwei Wu Guojian Li +2 位作者 Hanyun Zhang Zi Ye Chao Ma 《Computers, Materials & Continua》 2026年第3期1139-1163,共25页
Federated Learning(FL)protects data privacy through a distributed training mechanism,yet its decentralized nature also introduces new security vulnerabilities.Backdoor attacks inject malicious triggers into the global... Federated Learning(FL)protects data privacy through a distributed training mechanism,yet its decentralized nature also introduces new security vulnerabilities.Backdoor attacks inject malicious triggers into the global model through compromised updates,posing significant threats to model integrity and becoming a key focus in FL security.Existing backdoor attack methods typically embed triggers directly into original images and consider only data heterogeneity,resulting in limited stealth and adaptability.To address the heterogeneity of malicious client devices,this paper proposes a novel backdoor attack method named Capability-Adaptive Shadow Backdoor Attack(CASBA).By incorporating measurements of clients’computational and communication capabilities,CASBA employs a dynamic hierarchical attack strategy that adaptively aligns attack intensity with available resources.Furthermore,an improved deep convolutional generative adversarial network(DCGAN)is integrated into the attack pipeline to embed triggers without modifying original data,significantly enhancing stealthiness.Comparative experiments with Shadow Backdoor Attack(SBA)across multiple scenarios demonstrate that CASBA dynamically adjusts resource consumption based on device capabilities,reducing average memory usage per iteration by 5.8%.CASBA improves resource efficiency while keeping the drop in attack success rate within 3%.Additionally,the effectiveness of CASBA against three robust FL algorithms is also validated. 展开更多
关键词 Federated learning backdoor attack generative adversarial network adaptive attack strategy distributed machine learning
在线阅读 下载PDF
PhishNet: A Real-Time, Scalable Ensemble Framework for Smishing Attack Detection Using Transformers and LLMs
3
作者 Abeer Alhuzali Qamar Al-Qahtani +2 位作者 Asmaa Niyazi Lama Alshehri Fatemah Alharbi 《Computers, Materials & Continua》 2026年第1期2194-2212,共19页
The surge in smishing attacks underscores the urgent need for robust,real-time detection systems powered by advanced deep learning models.This paper introduces PhishNet,a novel ensemble learning framework that integra... The surge in smishing attacks underscores the urgent need for robust,real-time detection systems powered by advanced deep learning models.This paper introduces PhishNet,a novel ensemble learning framework that integrates transformer-based models(RoBERTa)and large language models(LLMs)(GPT-OSS 120B,LLaMA3.370B,and Qwen332B)to enhance smishing detection performance significantly.To mitigate class imbalance,we apply synthetic data augmentation using T5 and leverage various text preprocessing techniques.Our system employs a duallayer voting mechanism:weighted majority voting among LLMs and a final ensemble vote to classify messages as ham,spam,or smishing.Experimental results show an average accuracy improvement from 96%to 98.5%compared to the best standalone transformer,and from 93%to 98.5%when compared to LLMs across datasets.Furthermore,we present a real-time,user-friendly application to operationalize our detection model for practical use.PhishNet demonstrates superior scalability,usability,and detection accuracy,filling critical gaps in current smishing detection methodologies. 展开更多
关键词 Smishing attack detection phishing attacks ensemble learning CYBERSECURITY deep learning transformer-based models large language models
在线阅读 下载PDF
Unveiling Zero-Click Attacks: Mapping MITRE ATT&CK Framework for Enhanced Cybersecurity
4
作者 Md Shohel Rana Tonmoy Ghosh +2 位作者 Mohammad Nur Nobi Anichur Rahman Andrew HSung 《Computers, Materials & Continua》 2026年第1期29-66,共38页
Zero-click attacks represent an advanced cybersecurity threat,capable of compromising devices without user interaction.High-profile examples such as Pegasus,Simjacker,Bluebugging,and Bluesnarfing exploit hidden vulner... Zero-click attacks represent an advanced cybersecurity threat,capable of compromising devices without user interaction.High-profile examples such as Pegasus,Simjacker,Bluebugging,and Bluesnarfing exploit hidden vulnerabilities in software and communication protocols to silently gain access,exfiltrate data,and enable long-term surveillance.Their stealth and ability to evade traditional defenses make detection and mitigation highly challenging.This paper addresses these threats by systematically mapping the tactics and techniques of zero-click attacks using the MITRE ATT&CK framework,a widely adopted standard for modeling adversarial behavior.Through this mapping,we categorize real-world attack vectors and better understand how such attacks operate across the cyber-kill chain.To support threat detection efforts,we propose an Active Learning-based method to efficiently label the Pegasus spyware dataset in alignment with the MITRE ATT&CK framework.This approach reduces the effort of manually annotating data while improving the quality of the labeled data,which is essential to train robust cybersecurity models.In addition,our analysis highlights the structured execution paths of zero-click attacks and reveals gaps in current defense strategies.The findings emphasize the importance of forward-looking strategies such as continuous surveillance,dynamic threat profiling,and security education.By bridging zero-click attack analysis with the MITRE ATT&CK framework and leveraging machine learning for dataset annotation,this work provides a foundation for more accurate threat detection and the development of more resilient and structured cybersecurity frameworks. 展开更多
关键词 Bluebugging bluesnarfing CYBERSECURITY MITRE ATT&CK PEGASUS simjacker zero-click attacks
在线阅读 下载PDF
A Novel Unsupervised Structural Attack and Defense for Graph Classification
5
作者 Yadong Wang Zhiwei Zhang +2 位作者 Pengpeng Qiao Ye Yuan Guoren Wang 《Computers, Materials & Continua》 2026年第1期1761-1782,共22页
Graph Neural Networks(GNNs)have proven highly effective for graph classification across diverse fields such as social networks,bioinformatics,and finance,due to their capability to learn complex graph structures.Howev... Graph Neural Networks(GNNs)have proven highly effective for graph classification across diverse fields such as social networks,bioinformatics,and finance,due to their capability to learn complex graph structures.However,despite their success,GNNs remain vulnerable to adversarial attacks that can significantly degrade their classification accuracy.Existing adversarial attack strategies primarily rely on label information to guide the attacks,which limits their applicability in scenarios where such information is scarce or unavailable.This paper introduces an innovative unsupervised attack method for graph classification,which operates without relying on label information,thereby enhancing its applicability in a broad range of scenarios.Specifically,our method first leverages a graph contrastive learning loss to learn high-quality graph embeddings by comparing different stochastic augmented views of the graphs.To effectively perturb the graphs,we then introduce an implicit estimator that measures the impact of various modifications on graph structures.The proposed strategy identifies and flips edges with the top-K highest scores,determined by the estimator,to maximize the degradation of the model’s performance.In addition,to defend against such attack,we propose a lightweight regularization-based defense mechanism that is specifically tailored to mitigate the structural perturbations introduced by our attack strategy.It enhances model robustness by enforcing embedding consistency and edge-level smoothness during training.We conduct experiments on six public TU graph classification datasets:NCI1,NCI109,Mutagenicity,ENZYMES,COLLAB,and DBLP_v1,to evaluate the effectiveness of our attack and defense strategies.Under an attack budget of 3,the maximum reduction in model accuracy reaches 6.67%on the Graph Convolutional Network(GCN)and 11.67%on the Graph Attention Network(GAT)across different datasets,indicating that our unsupervised method induces degradation comparable to state-of-the-art supervised attacks.Meanwhile,our defense achieves the highest accuracy recovery of 3.89%(GCN)and 5.00%(GAT),demonstrating improved robustness against structural perturbations. 展开更多
关键词 Graph classification graph neural networks adversarial attack
在线阅读 下载PDF
AdvYOLO:An Improved Cross-Conv-Block Feature Fusion-Based YOLO Network for Transferable Adversarial Attacks on ORSIs Object Detection
6
作者 Leyu Dai Jindong Wang +2 位作者 Ming Zhou Song Guo Hengwei Zhang 《Computers, Materials & Continua》 2026年第4期767-792,共26页
In recent years,with the rapid advancement of artificial intelligence,object detection algorithms have made significant strides in accuracy and computational efficiency.Notably,research and applications of Anchor-Free... In recent years,with the rapid advancement of artificial intelligence,object detection algorithms have made significant strides in accuracy and computational efficiency.Notably,research and applications of Anchor-Free models have opened new avenues for real-time target detection in optical remote sensing images(ORSIs).However,in the realmof adversarial attacks,developing adversarial techniques tailored to Anchor-Freemodels remains challenging.Adversarial examples generated based on Anchor-Based models often exhibit poor transferability to these new model architectures.Furthermore,the growing diversity of Anchor-Free models poses additional hurdles to achieving robust transferability of adversarial attacks.This study presents an improved cross-conv-block feature fusion You Only Look Once(YOLO)architecture,meticulously engineered to facilitate the extraction ofmore comprehensive semantic features during the backpropagation process.To address the asymmetry between densely distributed objects in ORSIs and the corresponding detector outputs,a novel dense bounding box attack strategy is proposed.This approach leverages dense target bounding boxes loss in the calculation of adversarial loss functions.Furthermore,by integrating translation-invariant(TI)and momentum-iteration(MI)adversarial methodologies,the proposed framework significantly improves the transferability of adversarial attacks.Experimental results demonstrate that our method achieves superior adversarial attack performance,with adversarial transferability rates(ATR)of 67.53%on the NWPU VHR-10 dataset and 90.71%on the HRSC2016 dataset.Compared to ensemble adversarial attack and cascaded adversarial attack approaches,our method generates adversarial examples in an average of 0.64 s,representing an approximately 14.5%improvement in efficiency under equivalent conditions. 展开更多
关键词 Remote sensing object detection transferable adversarial attack feature fusion cross-conv-block
在线阅读 下载PDF
Prompt Injection Attacks on Large Language Models:A Survey of Attack Methods,Root Causes,and Defense Strategies
7
作者 Tongcheng Geng Zhiyuan Xu +1 位作者 Yubin Qu W.Eric Wong 《Computers, Materials & Continua》 2026年第4期134-185,共52页
Large language models(LLMs)have revolutionized AI applications across diverse domains.However,their widespread deployment has introduced critical security vulnerabilities,particularly prompt injection attacks that man... Large language models(LLMs)have revolutionized AI applications across diverse domains.However,their widespread deployment has introduced critical security vulnerabilities,particularly prompt injection attacks that manipulate model behavior through malicious instructions.Following Kitchenham’s guidelines,this systematic review synthesizes 128 peer-reviewed studies from 2022 to 2025 to provide a unified understanding of this rapidly evolving threat landscape.Our findings reveal a swift progression from simple direct injections to sophisticated multimodal attacks,achieving over 90%success rates against unprotected systems.In response,defense mechanisms show varying effectiveness:input preprocessing achieves 60%–80%detection rates and advanced architectural defenses demonstrate up to 95%protection against known patterns,though significant gaps persist against novel attack vectors.We identified 37 distinct defense approaches across three categories,but standardized evaluation frameworks remain limited.Our analysis attributes these vulnerabilities to fundamental LLM architectural limitations,such as the inability to distinguish instructions from data and attention mechanism vulnerabilities.This highlights critical research directions such as formal verification methods,standardized evaluation protocols,and architectural innovations for inherently secure LLM designs. 展开更多
关键词 Prompt injection attacks large language models defense mechanisms security evaluation
在线阅读 下载PDF
Recent Advances in Deep-Learning Side-Channel Attacks on AES Implementations
8
作者 Junnian Wang Xiaoxia Wang +3 位作者 Zexin Luo Qixiang Ouyang Chao Zhou Huanyu Wang 《Computers, Materials & Continua》 2026年第4期95-133,共39页
Internet of Things(IoTs)devices are bringing about a revolutionary change our society by enabling connectivity regardless of time and location.However,The extensive deployment of these devices also makes them attracti... Internet of Things(IoTs)devices are bringing about a revolutionary change our society by enabling connectivity regardless of time and location.However,The extensive deployment of these devices also makes them attractive victims for themalicious actions of adversaries.Within the spectrumof existing threats,Side-ChannelAttacks(SCAs)have established themselves as an effective way to compromise cryptographic implementations.These attacks exploit unintended,unintended physical leakage that occurs during the cryptographic execution of devices,bypassing the theoretical strength of the crypto design.In recent times,the advancement of deep learning has provided SCAs with a powerful ally.Well-trained deep-learningmodels demonstrate an exceptional capacity to identify correlations between side-channel measurements and sensitive data,thereby significantly enhancing such attacks.To further understand the security threats posed by deep-learning SCAs and to aid in formulating robust countermeasures in the future,this paper undertakes an exhaustive investigation of leading-edge SCAs targeting Advanced Encryption Standard(AES)implementations.The study specifically focuses on attacks that exploit power consumption and electromagnetic(EM)emissions as primary leakage sources,systematically evaluating the extent to which diverse deep learning techniques enhance SCAs acrossmultiple critical dimensions.These dimensions include:(i)the characteristics of publicly available datasets derived from various hardware and software platforms;(ii)the formalization of leakage models tailored to different attack scenarios;(iii)the architectural suitability and performance of state-of-the-art deep learning models.Furthermore,the survey provides a systematic synthesis of current research findings,identifies significant unresolved issues in the existing literature and suggests promising directions for future work,including cross-device attack transferability and the impact of quantum-classical hybrid computing on side-channel security. 展开更多
关键词 Side-channel attacks deep learning advanced encryption standard power analysis EM analysis
在线阅读 下载PDF
Gradient-Guided Assembly Instruction Relocation for Adversarial Attacks Against Binary Code Similarity Detection
9
作者 Ran Wei Hui Shu 《Computers, Materials & Continua》 2026年第1期1372-1394,共23页
Transformer-based models have significantly advanced binary code similarity detection(BCSD)by leveraging their semantic encoding capabilities for efficient function matching across diverse compilation settings.Althoug... Transformer-based models have significantly advanced binary code similarity detection(BCSD)by leveraging their semantic encoding capabilities for efficient function matching across diverse compilation settings.Although adversarial examples can strategically undermine the accuracy of BCSD models and protect critical code,existing techniques predominantly depend on inserting artificial instructions,which incur high computational costs and offer limited diversity of perturbations.To address these limitations,we propose AIMA,a novel gradient-guided assembly instruction relocation method.Our method decouples the detection model into tokenization,embedding,and encoding layers to enable efficient gradient computation.Since token IDs of instructions are discrete and nondifferentiable,we compute gradients in the continuous embedding space to evaluate the influence of each token.The most critical tokens are identified by calculating the L2 norm of their embedding gradients.We then establish a mapping between instructions and their corresponding tokens to aggregate token-level importance into instructionlevel significance.To maximize adversarial impact,a sliding window algorithm selects the most influential contiguous segments for relocation,ensuring optimal perturbation with minimal length.This approach efficiently locates critical code regions without expensive search operations.The selected segments are relocated outside their original function boundaries via a jump mechanism,which preserves runtime control flow and functionality while introducing“deletion”effects in the static instruction sequence.Extensive experiments show that AIMA reduces similarity scores by up to 35.8%in state-of-the-art BCSD models.When incorporated into training data,it also enhances model robustness,achieving a 5.9%improvement in AUROC. 展开更多
关键词 Assembly instruction relocation adversary attack binary code similarity detection
在线阅读 下载PDF
Impact of Data Processing Techniques on AI Models for Attack-Based Imbalanced and Encrypted Traffic within IoT Environments
10
作者 Yeasul Kim Chaeeun Won Hwankuk Kim 《Computers, Materials & Continua》 2026年第1期247-274,共28页
With the increasing emphasis on personal information protection,encryption through security protocols has emerged as a critical requirement in data transmission and reception processes.Nevertheless,IoT ecosystems comp... With the increasing emphasis on personal information protection,encryption through security protocols has emerged as a critical requirement in data transmission and reception processes.Nevertheless,IoT ecosystems comprise heterogeneous networks where outdated systems coexist with the latest devices,spanning a range of devices from non-encrypted ones to fully encrypted ones.Given the limited visibility into payloads in this context,this study investigates AI-based attack detection methods that leverage encrypted traffic metadata,eliminating the need for decryption and minimizing system performance degradation—especially in light of these heterogeneous devices.Using the UNSW-NB15 and CICIoT-2023 dataset,encrypted and unencrypted traffic were categorized according to security protocol,and AI-based intrusion detection experiments were conducted for each traffic type based on metadata.To mitigate the problem of class imbalance,eight different data sampling techniques were applied.The effectiveness of these sampling techniques was then comparatively analyzed using two ensemble models and three Deep Learning(DL)models from various perspectives.The experimental results confirmed that metadata-based attack detection is feasible using only encrypted traffic.In the UNSW-NB15 dataset,the f1-score of encrypted traffic was approximately 0.98,which is 4.3%higher than that of unencrypted traffic(approximately 0.94).In addition,analysis of the encrypted traffic in the CICIoT-2023 dataset using the same method showed a significantly lower f1-score of roughly 0.43,indicating that the quality of the dataset and the preprocessing approach have a substantial impact on detection performance.Furthermore,when data sampling techniques were applied to encrypted traffic,the recall in the UNSWNB15(Encrypted)dataset improved by up to 23.0%,and in the CICIoT-2023(Encrypted)dataset by 20.26%,showing a similar level of improvement.Notably,in CICIoT-2023,f1-score and Receiver Operation Characteristic-Area Under the Curve(ROC-AUC)increased by 59.0%and 55.94%,respectively.These results suggest that data sampling can have a positive effect even in encrypted environments.However,the extent of the improvement may vary depending on data quality,model architecture,and sampling strategy. 展开更多
关键词 Encrypted traffic attack detection data sampling technique AI-based detection IoT environment
在线阅读 下载PDF
Analysis and Defense of Attack Risks under High Penetration of Distributed Energy
11
作者 Boda Zhang Fuhua Luo +3 位作者 Yunhao Yu Chameiling Di Ruibin Wen Fei Chen 《Energy Engineering》 2026年第2期206-228,共23页
The increasing intelligence of power systems is transforming distribution networks into Cyber-Physical Distribution Systems(CPDS).While enabling advanced functionalities,the tight interdependence between cyber and phy... The increasing intelligence of power systems is transforming distribution networks into Cyber-Physical Distribution Systems(CPDS).While enabling advanced functionalities,the tight interdependence between cyber and physical layers introduces significant security challenges and amplifies operational risks.To address these critical issues,this paper proposes a comprehensive risk assessment framework that explicitly incorporates the physical dependence of information systems.A Bayesian attack graph is employed to quantitatively evaluate the likelihood of successful cyber attacks.By analyzing the critical scenario of fault current path misjudgment,we define novel system-level and node-level risk coupling indices to preciselymeasure the cascading impacts across cyber and physical domains.Furthermore,an attack-responsive power recovery optimization model is established,integrating DistFlowbased physical constraints and sophisticated modeling of information-dependent interference.To enhance resilience against varying attack scenarios,a defense resource allocation model is constructed,where the complex Mixed-Integer Nonlinear Programming(MINLP)problem is efficiently linearized into a Mixed-Integer Linear Programming(MILP)formulation.Finally,to mitigate the impact of targeted attacks,the optimal deployment of terminal defense resources is determined using a Stackelberg game-theoretic approach,aiming to minimize overall system risk.The robustness and effectiveness of the proposed integrated framework are rigorously validated through extensive simulations under diverse attack intensities and defense resource constraints. 展开更多
关键词 CPDS cyber-physical interdependence Bayesian attack graph Stackelberg game risk assessment framework power recovery resource allocation
在线阅读 下载PDF
An Overall Optimization Model Using Metaheuristic Algorithms for the CNN-Based IoT Attack Detection Problem
12
作者 Le Thi Hong Van Le Duc Thuan +1 位作者 Pham Van Huong Nguyen Hieu Minh 《Computers, Materials & Continua》 2026年第4期1934-1964,共31页
Optimizing convolutional neural networks(CNNs)for IoT attack detection remains a critical yet challenging task due to the need to balance multiple performance metrics beyond mere accuracy.This study proposes a unified... Optimizing convolutional neural networks(CNNs)for IoT attack detection remains a critical yet challenging task due to the need to balance multiple performance metrics beyond mere accuracy.This study proposes a unified and flexible optimization framework that leverages metaheuristic algorithms to automatically optimize CNN configurations for IoT attack detection.Unlike conventional single-objective approaches,the proposed method formulates a global multi-objective fitness function that integrates accuracy,precision,recall,and model size(speed/model complexity penalty)with adjustable weights.This design enables both single-objective and weightedsum multi-objective optimization,allowing adaptive selection of optimal CNN configurations for diverse deployment requirements.Two representativemetaheuristic algorithms,GeneticAlgorithm(GA)and Particle Swarm Optimization(PSO),are employed to optimize CNNhyperparameters and structure.At each generation/iteration,the best configuration is selected as themost balanced solution across optimization objectives,i.e.,the one achieving themaximum value of the global objective function.Experimental validation on two benchmark datasets,Edge-IIoT and CIC-IoT2023,demonstrates that the proposed GA-and PSO-based models significantly enhance detection accuracy(94.8%–98.3%)and generalization compared with manually tuned CNN configurations,while maintaining compact architectures.The results confirm that the multi-objective framework effectively balances predictive performance and computational efficiency.This work establishes a generalizable and adaptive optimization strategy for deep learning-based IoT attack detection and provides a foundation for future hybrid metaheuristic extensions in broader IoT security applications. 展开更多
关键词 Genetic algorithm(GA) particle swarm optimization(PSO) multi-objective optimization convolutional neural network—CNN IoT attack detection metaheuristic optimization CNN configuration
在线阅读 下载PDF
Towards Decentralized IoT Security: Optimized Detection of Zero-Day Multi-Class Cyber-Attacks Using Deep Federated Learning
13
作者 Misbah Anwer Ghufran Ahmed +3 位作者 Maha Abdelhaq Raed Alsaqour Shahid Hussain Adnan Akhunzada 《Computers, Materials & Continua》 2026年第1期744-758,共15页
The exponential growth of the Internet of Things(IoT)has introduced significant security challenges,with zero-day attacks emerging as one of the most critical and challenging threats.Traditional Machine Learning(ML)an... The exponential growth of the Internet of Things(IoT)has introduced significant security challenges,with zero-day attacks emerging as one of the most critical and challenging threats.Traditional Machine Learning(ML)and Deep Learning(DL)techniques have demonstrated promising early detection capabilities.However,their effectiveness is limited when handling the vast volumes of IoT-generated data due to scalability constraints,high computational costs,and the costly time-intensive process of data labeling.To address these challenges,this study proposes a Federated Learning(FL)framework that leverages collaborative and hybrid supervised learning to enhance cyber threat detection in IoT networks.By employing Deep Neural Networks(DNNs)and decentralized model training,the approach reduces computational complexity while improving detection accuracy.The proposed model demonstrates robust performance,achieving accuracies of 94.34%,99.95%,and 87.94%on the publicly available kitsune,Bot-IoT,and UNSW-NB15 datasets,respectively.Furthermore,its ability to detect zero-day attacks is validated through evaluations on two additional benchmark datasets,TON-IoT and IoT-23,using a Deep Federated Learning(DFL)framework,underscoring the generalization and effectiveness of the model in heterogeneous and decentralized IoT environments.Experimental results demonstrate superior performance over existing methods,establishing the proposed framework as an efficient and scalable solution for IoT security. 展开更多
关键词 Cyber-attack intrusion detection system(IDS) deep federated learning(DFL) zero-day attack distributed denial of services(DDoS) MULTI-CLASS Internet of Things(IoT)
在线阅读 下载PDF
Optical and Network Performance Analysis of XGS-PON System over Active Co-Existence PON Systems 被引量:1
14
作者 D. Tarsono A. Ahmad +4 位作者 K. A. Sharif M. H. Othman K. Khairi N. A. Ngah Z. A. Manaf 《Optics and Photonics Journal》 2017年第8期40-48,共9页
We proposed an enhanced Reach Extender (RE) called Active Co-existence (ACEX) and investigate its performance with respect to XGS-PON system that co-exist with GPON and TWDM-PON system. The RE is consists of hybrid op... We proposed an enhanced Reach Extender (RE) called Active Co-existence (ACEX) and investigate its performance with respect to XGS-PON system that co-exist with GPON and TWDM-PON system. The RE is consists of hybrid optical amplifier integrated (EDFA and SOA) with Co-existence Element (CEX) module which is installed at the Central Office (CO) together with the OLT system and act as a booster and pre-amplifier for the downstream and upstream optical signal respectively. The results show that the proposed ACEX is capable to support XGS-PON operation for a maximum distance of 35 km with 128 splitting ratio and up to 44 dB link loss. 展开更多
关键词 GPON XGS-PON TWDM-PON co-existence Element ACTIVE co-existence Reach EXTENDER
暂未订购
Adaptive genetic diversity of dominant species contributes to species co-existence and community assembly 被引量:1
15
作者 Qiao-Ming Li Chao-Nan Cai +4 位作者 Wu-Mei Xu Min Cao Li-Qing Sha Lu-Xiang Lin Tian-Hua He 《Plant Diversity》 SCIE CAS CSCD 2022年第3期271-278,共8页
The synthesis of evolutionary biology and community ecology aims to understand how genetic variation within one species can shape community properties and how the ecological properties of a community can drive the evo... The synthesis of evolutionary biology and community ecology aims to understand how genetic variation within one species can shape community properties and how the ecological properties of a community can drive the evolution of a species.A rarely explored aspect is whether the interaction of genetic variation and community properties depends on the species'ecological role.Here we investigated the interactions among environmental factors,species diversity,and the within-species genetic diversity of species with different ecological roles.Using high-throughput DNA sequencing,we genotyped a canopydominant tree species,Parashorea chinensis,and an understory-abundant species,Pittosporopsis kerrii,from fifteen plots in Xishuangbanna tropical seasonal rainforest and estimated their adaptive,neutral and total genetic diversity;we also surveyed species diversity and assayed key soil nutrients.Structural equation modelling revealed that soil nitrogen availability created an opposing effect in species diversity and adaptive genetic diversity of the canopy-dominant Pa.chinensis.The increased adaptive genetic diversity of Pa.chinensis led to greater species diversity by promoting co-existence.Increased species diversity reduced the adaptive genetic diversity of the dominant understory species,Pi.kerrii,which was promoted by the adaptive genetic diversity of the canopy-dominant Pa.chinensis.However,such relationships were absent when neutral genetic diversity or total genetic diversity were used in the model.Our results demonstrated the important ecological interaction between adaptive genetic diversity and species diversity,but the pattern of the interaction depends on the identity of the species.Our results highlight the significant ecological role of dominant species in competitive interactions and regulation of community structure. 展开更多
关键词 Adaptive genetic diversity Community assembly Dominant species Species-genetic diversity correlation(SGDC) Species co-existence Structural equation modelling
在线阅读 下载PDF
The Predatory Function of Three Spiders to Two Insect Pests in Rice Within a Multi-species Co-existence System
16
作者 LI Jian-quan, SHEN Zuo-rui and ZHAO Zhi-mo( College of Plant Protection , China Agricultural University, Beijing 100094 , P.R. China Department of Plant Protection , South-west Agricultural University, Chongqing 400716 , P.R. China) 《Agricultural Sciences in China》 CAS CSCD 2002年第4期391-396,共6页
The prey-seeking behavior of three spiders (X1-Pirata subpiraticus, X2-Clubiona japonicola and X3-Tetragnatha japonica) for brown plant hopper (X4-Nilaparvata lugens) and rice spittle bug (X5-Cal-litettix versicolor) ... The prey-seeking behavior of three spiders (X1-Pirata subpiraticus, X2-Clubiona japonicola and X3-Tetragnatha japonica) for brown plant hopper (X4-Nilaparvata lugens) and rice spittle bug (X5-Cal-litettix versicolor) was investigated, as well as how interference between and within species occurred, by using a quadratic regression rotational composite design. Six predation models derived from the analysis of interactions among and within predators and preys were developed. The total predatory capacity of spiders on rice insect pests after coexistence for one day can be expressed as follows: Y3 = 32.795 + 2.25X1 + 1.083X2 + 0.5X3 + 10.167X4 + 3.167X5 - 1.67X12 - 2.42X22 - 3.295X32 - 0.045X42 + 0.455X52 - 3.125X1X2 + 0.375X1X3 -0.625X1X4 - 0.375X1X5 + 0.375X2X3 - 0.875X2X4 + 0.125X2X5 + 0.375X3X4 - 0.375X3X5 + 0.125X4X5. The principal efficiency analysis using this model indicated that increases in insect pest density significantly increased predation by predators; this was much greater than the effect of any single predator. X4 had a greater effect than X5; however, X4 and X5 demonstrated little interspecific interference and even promoted each other and increased predation rates as the densities of the two pests increased. Among the three predators, an increase in the density of X, had the greatest effect on the increase in predation, X3 had the second, X2 the third greatest effect. As predator density increased inter- and intra-species interference occurred, which were largely related to the size, activity, niche breadth, niche overlap and searching efficiency of the predators. X2 produced the greatest interference between different individuals and between any other predator species. X3 had the second greatest, which reduced predation levels at high predator densities. Because of these factors, the highest predation rate was obtained at a prey density of 120 per 4 rice-hills. The optimal proportion of the three predators in the multi-predator prey system was X1: X2: X3 = 5.6:1.3:4.1. 展开更多
关键词 Spiders Predation BIO-CONTROL Intra-species relationships co-existence system Interaction Intraspecific competition Interspecific competition Animal behavior Natural enemies Rice insect pest
在线阅读 下载PDF
Kanzanise Empimba za Nzima Atarikimanya Akangaya: The Story of Play-beans in Promoting Peaceful Co-existence
17
作者 Emmanuel Mutungi 《Journal of Literature and Art Studies》 2020年第12期1162-1169,共8页
Afrikan narratives such as folktales,proverbs and taboos were clear systems and structures on which societies operated.These were used to guide society’s values that promoted trust,accountability,self respect and man... Afrikan narratives such as folktales,proverbs and taboos were clear systems and structures on which societies operated.These were used to guide society’s values that promoted trust,accountability,self respect and many more for the wellbeing of the entire community.This paper discussesone of the Banyankole folktale Kanzanise empimba za Nzima atarikimanya akangaya(Let me stand in the gap of my sister(Nzima)while she is away or else,I will be shamed in case she knows I did not).The purpose of the paper is to demonstrate how Afrikan indigenous knowledge and specifically this folktale Kanzanise empimba za Nzima atarikimanya akangaya inculcated in the community a spirit of care,commitment to one another and transparency which are fundamental values that create peaceful societies.The paper argues that there is a wealth of wisdom residing in the African cultures to be exploited to guide African policy development.This will raise African indigenous knowledge to a platform worth recognition for its contribution towards positive transformation.Furthermore,that the Western systems and structures currently guiding Afrikan policy development are oblivious of the richness of Afrikan indigenous knowledge that united the people.The paper concludes that for Afrikans to contribute to the global agenda,they need to bring to the table of globalization a unique product such as the Afrikan indigenous narratives that contribues to world peace.The paper recommends moving back into our past,identify and promote those unique Afrikan values that sustained Africa before the Western influence. 展开更多
关键词 Afrikan narratives folktale co-existence sustainable development insights
在线阅读 下载PDF
Surgical strategy in case with co-existence of malignant oligodendroglioma and arteriovenous malformation: A case report
18
作者 Hirohito Yano Noriyuki Nakayama +3 位作者 Naoyuki Ohe Toshinori Takagi Jun Shinoda Toru Iwama 《Case Reports in Clinical Medicine》 2013年第8期473-478,共6页
A brain tumor associated with an arteriovenous malformation (AVM) is very rare. A 42-year-old female presented with two separate lesions in her right frontal lobe on MRI. An angiogram diagnosed one of the lesions as a... A brain tumor associated with an arteriovenous malformation (AVM) is very rare. A 42-year-old female presented with two separate lesions in her right frontal lobe on MRI. An angiogram diagnosed one of the lesions as an AVM. The second lesion appeared to be a tumor. Tumor removal was difficult due to bleeding from the nearby AVM, necessitating removal of the AVM and allowing complete excision of the tumor. Histopathological analysis revealed the tumor was an anaplastic oligodendroglioma. There was no recurrence of the tumor 5 year after completion of therapy. We discuss the operative strategy in case of synchronous diseases and provide a review of the literature. 展开更多
关键词 OLIGODENDROGLIOMA ARTERIOVENOUS MALFORMATION co-existence
暂未订购
Reflections on Islam and Co-Existence in the Upper Cross River Region of Nigeria
19
作者 Chinyere S. Ecoma 《Sociology Study》 2014年第2期91-102,共12页
Situated within the Cross River State of Nigeria, the Upper Cross River area covers the northern half of Cross River State comprising Ugep, Obubra, Ikom, Ogoja, and Obudu divisions. Bounded on the north by the Benue r... Situated within the Cross River State of Nigeria, the Upper Cross River area covers the northern half of Cross River State comprising Ugep, Obubra, Ikom, Ogoja, and Obudu divisions. Bounded on the north by the Benue region, west by Ebonyi and Enugu states and east by the Republic of Cameroon, this unique area experienced colonial rule. Christianity established its dominance in this area during colonial times, leaving no room for Islam. However, following the 1967 to 1970 civil war, groups of Islamic traders, clerics, and businessmen started trickling into the area, and settling there. They began to spread their faith in the region hut could not establish their political presence there. Some familiarised themselves with the culture of the indigenous people, and won converts not by force, but via the proselytisation of their faith. Community leaders did not abandon the old verities which bound traditional society in the region together. The pattern was often a pragmatic choice--accepting the best of the faiths resulting in peaceful co-existence and assured social harmony in the region. Pockets of Islamic converts could be found in Ogoja, Obudu, and some strategic commercial locations in the region. Against this backdrop, the paper examines the co-existence of Islam in the Upper Cross River Region (UCRR) and the impact made economically, culturally and religiously on the peoples of the region. The research adopted secondary and primary sources of information in its methodology. It therefore established that the UCRR of Nigeria serves as an excellent example, or a convenient model for the study of mutual religious co-existence between adherents of the Islamic and other faiths in the region. 展开更多
关键词 ISLAM traditional society proselytization peaceful co-existence
在线阅读 下载PDF
Cultural Co-existence
20
《ChinAfrica》 2013年第10期14-17,共4页
THE premiere of popular Chinese TV soapie Beijing Love Storywas widely hailed as a major cultural breakthrough in the Nigerian capital of Abuja on September 18. Dubbed into Hausa. one of Nigeria's major languages, th... THE premiere of popular Chinese TV soapie Beijing Love Storywas widely hailed as a major cultural breakthrough in the Nigerian capital of Abuja on September 18. Dubbed into Hausa. one of Nigeria's major languages, the drama formed part of the Experience China program held by China's State Council Information Office (SCIO) in Abuja from September 10 to 19. 展开更多
关键词 CO OFFICE Cultural co-existence
原文传递
上一页 1 2 250 下一页 到第
使用帮助 返回顶部