With the large-scale deployment of the Internet ofThings(IoT)devices,their weak securitymechanisms make them prime targets for malware attacks.Attackers often use Domain Generation Algorithm(DGA)to generate random dom...With the large-scale deployment of the Internet ofThings(IoT)devices,their weak securitymechanisms make them prime targets for malware attacks.Attackers often use Domain Generation Algorithm(DGA)to generate random domain names,hiding the real IP of Command and Control(C&C)servers to build botnets.Due to the randomness and dynamics of DGA,traditional methods struggle to detect them accurately,increasing the difficulty of network defense.This paper proposes a lightweight DGA detection model based on knowledge distillation for resource-constrained IoT environments.Specifically,a teacher model combining CharacterBERT,a bidirectional long short-term memory(BiLSTM)network,and attention mechanism(ATT)is constructed:it extracts character-level semantic features viaCharacterBERT,captures sequence dependencieswith the BiLSTM,and integrates theATT for key feature weighting,formingmulti-granularity feature fusion.An improved knowledge distillation approach transfers the teacher model’s learned knowledge to the simplified DistilBERT student model.Experimental results show the teacher model achieves 98.68%detection accuracy.The student modelmaintains slightly improved accuracy while significantly compressing parameters to approximately 38.4%of the teacher model’s scale,greatly reducing computational overhead for IoT deployment.展开更多
Coulomb drag refers to the phenomenon in which a current driven through one conducting layer induces a voltage nearby,electrically isolated layer sorely through interlayer Coulomb interactions between charge carriers....Coulomb drag refers to the phenomenon in which a current driven through one conducting layer induces a voltage nearby,electrically isolated layer sorely through interlayer Coulomb interactions between charge carriers.It has been extensively studied in various systems,including parallel nanowires,double quantum wells,and double-layer graphene.Here,we report the observation of Coulomb drag in a novel system consisting of two graphene layers separated laterally by a 30 nm gap within the material plane,exhibiting behavior distinct from that in vertical graphene heterostructures.Our experiments reveal pronounced negative drag resistances under an out-of-plane magnetic field at the quantum Hall edges,reaching a maximum when the carrier densities in both graphene layers are tuned to the charge neutrality point via gate voltages.Our work establish two separate and spatially closed quantum Hall edge modes as a new platform to explore electronic interaction physics between one dimensional systems.展开更多
This work presents a systematic analysis of proton-induced total ionizing dose(TID)effects in 1.2 k V silicon carbide(SiC)power devices with various edge termination structures.Three edge terminations including ring-a...This work presents a systematic analysis of proton-induced total ionizing dose(TID)effects in 1.2 k V silicon carbide(SiC)power devices with various edge termination structures.Three edge terminations including ring-assisted junction termination extension(RA-JTE),multiple floating zone JTE(MFZ-JTE),and field limiting rings(FLR)were fabricated and irradiated with45 Me V protons at fluences ranging from 1×10^(12) to 1×10^(14) cm^(-2).Experimental results,supported by TCAD simulations,show that the RA-JTE structure maintained stable breakdown performance with less than 1%variation due to its effective electric field redistribution by multiple P+rings.In contrast,MFZ-JTE and FLR exhibit breakdown voltage shifts of 6.1%and 15.2%,respectively,under the highest fluence.These results demonstrate the superior radiation tolerance of the RA-JTE structure under TID conditions and provide practical design guidance for radiation-hardened Si C power devices in space and other highradiation environments.展开更多
Traffic sign detection is a critical component of driving systems.Single-stage network-based traffic sign detection algorithms,renowned for their fast detection speeds and high accuracy,have become the dominant approa...Traffic sign detection is a critical component of driving systems.Single-stage network-based traffic sign detection algorithms,renowned for their fast detection speeds and high accuracy,have become the dominant approach in current practices.However,in complex and dynamic traffic scenes,particularly with smaller traffic sign objects,challenges such as missed and false detections can lead to reduced overall detection accuracy.To address this issue,this paper proposes a detection algorithm that integrates edge and shape information.Recognizing that traffic signs have specific shapes and distinct edge contours,this paper introduces an edge feature extraction branch within the backbone network,enabling adaptive fusion with features of the same hierarchical level.Additionally,a shape prior convolution module is designed to replaces the first two convolutional modules of the backbone network,aimed at enhancing the model's perception ability for specific shape objects and reducing its sensitivity to background noise.The algorithm was evaluated on the CCTSDB and TT100k datasets,and compared to YOLOv8s,the mAP50 values increased by 3.0%and 10.4%,respectively,demonstrating the effectiveness of the proposed method in improving the accuracy of traffic sign detection.展开更多
Due to the growth of smart cities,many real-time systems have been developed to support smart cities using Internet of Things(IoT)and emerging technologies.They are formulated to collect the data for environment monit...Due to the growth of smart cities,many real-time systems have been developed to support smart cities using Internet of Things(IoT)and emerging technologies.They are formulated to collect the data for environment monitoring and automate the communication process.In recent decades,researchers have made many efforts to propose autonomous systems for manipulating network data and providing on-time responses in critical operations.However,the widespread use of IoT devices in resource-constrained applications and mobile sensor networks introduces significant research challenges for cybersecurity.These systems are vulnerable to a variety of cyberattacks,including unauthorized access,denial-of-service attacks,and data leakage,which compromise the network’s security.Additionally,uneven load balancing between mobile IoT devices,which frequently experience link interferences,compromises the trustworthiness of the system.This paper introduces a Multi-Agent secured framework using lightweight edge computing to enhance cybersecurity for sensor networks,aiming to leverage artificial intelligence for adaptive routing and multi-metric trust evaluation to achieve data privacy and mitigate potential threats.Moreover,it enhances the efficiency of distributed sensors for energy consumption through intelligent data analytics techniques,resulting in highly consistent and low-latency network communication.Using simulations,the proposed framework reveals its significant performance compared to state-of-the-art approaches for energy consumption by 43%,latency by 46%,network throughput by 51%,packet loss rate by 40%,and denial of service attacks by 42%.展开更多
For hypersonic air-breathing vehicles,the V-shaped leading edges(VSLEs)of supersonic combustion ramjet(scramjet)inlets experience complex shock interactions and intense aerodynamic loads.This paper provides a comprehe...For hypersonic air-breathing vehicles,the V-shaped leading edges(VSLEs)of supersonic combustion ramjet(scramjet)inlets experience complex shock interactions and intense aerodynamic loads.This paper provides a comprehensive review of flow characteristics at the crotch of VSLEs,with particular focus on the transition of shock interaction types and the variation of wall heat flux under different freestream Mach numbers and geometric configurations.The mechanisms governing shock transition,unsteady oscillations,hysteresis,and three-dimensional effects in VSLE flows are first examined.Subsequently,thermal protection strategies aimed at mitigating extreme heating loads are reviewed,emphasizing their relevance to practical engineering applications.Special attention is given to recent studies addressing thermochemical nonequilibrium effects on VSLE shock interactions,and the limitations of current research are critically assessed.Finally,perspectives for future investigations into hypersonic VSLE shock interactions are outlined,highlighting opportunities for advancing design and thermal management strategies.展开更多
The personalized fine-tuning of large languagemodels(LLMs)on edge devices is severely constrained by limited computation resources.Although split federated learning alleviates on-device burdens,its effectiveness dimin...The personalized fine-tuning of large languagemodels(LLMs)on edge devices is severely constrained by limited computation resources.Although split federated learning alleviates on-device burdens,its effectiveness diminishes in few-shot reasoning scenarios due to the low data efficiency of conventional supervised fine-tuning,which leads to excessive communication overhead.To address this,we propose Language-Empowered Split Fine-Tuning(LESFT),a framework that integrates split architectures with a contrastive-inspired fine-tuning paradigm.LESFT simultaneously learns frommultiple logically equivalent but linguistically diverse reasoning chains,providing richer supervisory signals and improving data efficiency.This process-oriented training allows more effective reasoning adaptation with fewer samples.Extensive experiments demonstrate that LESFT consistently outperforms strong baselines such as SplitLoRA in task accuracy.LESFT consistently outperforms strong baselines on GSM8K,CommonsenseQA,and AQUA_RAT,with the largest gains observed on Qwen2.5-3B.These results indicate that LESFT can effectively adapt large language models for reasoning tasks under the computational and communication constraints of edge environments.展开更多
In real-world autonomous driving tests,unexpected events such as pedestrians or wild animals suddenly entering the driving path can occur.Conducting actual test drives under various weather conditions may also lead to...In real-world autonomous driving tests,unexpected events such as pedestrians or wild animals suddenly entering the driving path can occur.Conducting actual test drives under various weather conditions may also lead to dangerous situations.Furthermore,autonomous vehicles may operate abnormally in bad weather due to limitations of their sensors and GPS.Driving simulators,which replicate driving conditions nearly identical to those in the real world,can drastically reduce the time and cost required for market entry validation;consequently,they have become widely used.In this paper,we design a virtual driving test environment capable of collecting and verifying SiLS data under adverse weather conditions using multi-source images.The proposed method generates a virtual testing environment that incorporates various events,including weather,time of day,and moving objects,that cannot be easily verified in real-world autonomous driving tests.By setting up scenario-based virtual environment events,multi-source image analysis and verification using real-world DCUs(Data Concentrator Units)with V2X-Car edge cloud can effectively address risk factors that may arise in real-world situations.We tested and validated the proposed method with scenarios employing V2X communication and multi-source image analysis.展开更多
With the rapid expansion of drone applications,accurate detection of objects in aerial imagery has become crucial for intelligent transportation,urban management,and emergency rescue missions.However,existing methods ...With the rapid expansion of drone applications,accurate detection of objects in aerial imagery has become crucial for intelligent transportation,urban management,and emergency rescue missions.However,existing methods face numerous challenges in practical deployment,including scale variation handling,feature degradation,and complex backgrounds.To address these issues,we propose Edge-enhanced and Detail-Capturing You Only Look Once(EHDC-YOLO),a novel framework for object detection in Unmanned Aerial Vehicle(UAV)imagery.Based on the You Only Look Once version 11 nano(YOLOv11n)baseline,EHDC-YOLO systematically introduces several architectural enhancements:(1)a Multi-Scale Edge Enhancement(MSEE)module that leverages multi-scale pooling and edge information to enhance boundary feature extraction;(2)an Enhanced Feature Pyramid Network(EFPN)that integrates P2-level features with Cross Stage Partial(CSP)structures and OmniKernel convolutions for better fine-grained representation;and(3)Dynamic Head(DyHead)with multi-dimensional attention mechanisms for enhanced cross-scale modeling and perspective adaptability.Comprehensive experiments on the Vision meets Drones for Detection(VisDrone-DET)2019 dataset demonstrate that EHDC-YOLO achieves significant improvements,increasing mean Average Precision(mAP)@0.5 from 33.2%to 46.1%(an absolute improvement of 12.9 percentage points)and mAP@0.5:0.95 from 19.5%to 28.0%(an absolute improvement of 8.5 percentage points)compared with the YOLOv11n baseline,while maintaining a reasonable parameter count(2.81 M vs the baseline’s 2.58 M).Further ablation studies confirm the effectiveness of each proposed component,while visualization results highlight EHDC-YOLO’s superior performance in detecting objects and handling occlusions in complex drone scenarios.展开更多
Nowadays,advances in communication technology and cloud computing have spawned a variety of smart mobile devices,which will generate a great amount of computing-intensive businesses,and require corresponding resources...Nowadays,advances in communication technology and cloud computing have spawned a variety of smart mobile devices,which will generate a great amount of computing-intensive businesses,and require corresponding resources of computation and communication.Multiaccess edge computing(MEC)can offload computing-intensive tasks to the nearby edge servers,which alleviates the pressure of devices.Ultra-dense network(UDN)can provide effective spectrum resources by deploying a large number of micro base stations.Furthermore,network slicing can support various applications in different communication scenarios.Therefore,this paper integrates the ultra-dense network slicing and the MEC technology,and introduces a hybrid computing offloading strategy in order to satisfy various quality of service(QoS)of edge devices.In order to dynamically allocate limited resources,the above problem is formulated as multiagent distributed deep reinforcement learning(DRL),which will achieve low overhead computation offloading strategy and real-time resource allocation decisions.In this context,federated learning is added to train DRL agents in a distributed manner,where each agent is dedicated to exploring actions composed of offloading decisions and allocating resources,so as to jointly optimize system delay and energy consumption.Simulation results show that the proposed learning algorithm has better performance compared with other strategies in literature.展开更多
This study proposes a lightweight rice disease detection model optimized for edge computing environments.The goal is to enhance the You Only Look Once(YOLO)v5 architecture to achieve a balance between real-time diagno...This study proposes a lightweight rice disease detection model optimized for edge computing environments.The goal is to enhance the You Only Look Once(YOLO)v5 architecture to achieve a balance between real-time diagnostic performance and computational efficiency.To this end,a total of 3234 high-resolution images(2400×1080)were collected from three major rice diseases Rice Blast,Bacterial Blight,and Brown Spot—frequently found in actual rice cultivation fields.These images served as the training dataset.The proposed YOLOv5-V2 model removes the Focus layer from the original YOLOv5s and integrates ShuffleNet V2 into the backbone,thereby resulting in both model compression and improved inference speed.Additionally,YOLOv5-P,based on PP-PicoDet,was configured as a comparative model to quantitatively evaluate performance.Experimental results demonstrated that YOLOv5-V2 achieved excellent detection performance,with an mAP 0.5 of 89.6%,mAP 0.5–0.95 of 66.7%,precision of 91.3%,and recall of 85.6%,while maintaining a lightweight model size of 6.45 MB.In contrast,YOLOv5-P exhibited a smaller model size of 4.03 MB,but showed lower performance with an mAP 0.5 of 70.3%,mAP 0.5–0.95 of 35.2%,precision of 62.3%,and recall of 74.1%.This study lays a technical foundation for the implementation of smart agriculture and real-time disease diagnosis systems by proposing a model that satisfies both accuracy and lightweight requirements.展开更多
This paper investigates the edge-based dynamic event-triggered inverse optimal formation control problem for multiple quadrotor unmanned aerial vehicles(QUAVs) with attitude constraints. To improve communication effic...This paper investigates the edge-based dynamic event-triggered inverse optimal formation control problem for multiple quadrotor unmanned aerial vehicles(QUAVs) with attitude constraints. To improve communication efficiency, an edge-based dynamic event-triggered mechanism is developed for the communication channels between neighboring QUAVs. However, this edge-based dynamic event-triggered communication(DETC) may cause discontinuities in the reference signals. To solve this problem, a distributed estimator is designed for each QUAV to obtain the leader's output signals. Considering the safety of QUAV formation flying, this paper designs a function transformation method that constrains the attitudes of the QUAVs to a strictly safe region. Furthermore, an inverse optimal control strategy is proposed based on the backstepping methodology. This scheme not only minimizes the cost function but also avoids the necessity of solving the Hamilton-Jacobi-Bellman equation. Finally, the stability of the QUAV systems is proven using Lyapunov theory, and the effectiveness of the proposed control method is verified through simulation.展开更多
The hybridization gap in strained-layer InAs/In_(x)Ga_(1−x) Sb quantum spin Hall insulators(QSHIs)is significantly enhanced compared to binary InAs/GaSb QSHI structures,where the typical indium composition,x,ranges be...The hybridization gap in strained-layer InAs/In_(x)Ga_(1−x) Sb quantum spin Hall insulators(QSHIs)is significantly enhanced compared to binary InAs/GaSb QSHI structures,where the typical indium composition,x,ranges between 0.2 and 0.4.This enhancement prompts a critical question:to what extent can quantum wells(QWs)be strained while still preserving the fundamental QSHI phase?In this study,we demonstrate the controlled molecular beam epitaxial growth of highly strained-layer QWs with an indium composition of x=0.5.These structures possess a substantial compressive strain within the In_(0.5)Ga_(0.5)Sb QW.Detailed crystal structure analyses confirm the exceptional quality of the resulting epitaxial films,indicating coherent lattice structures and the absence of visible dislocations.Transport measurements further reveal that the QSHI phase in InAs/In_(0.5)Ga_(0.5)Sb QWs is robust and protected by time-reversal symmetry.Notably,the edge states in these systems exhibit giant magnetoresistance when subjected to a modest perpendicular magnetic field.This behavior is in agreement with the𝑍2 topological property predicted by the Bernevig–Hughes–Zhang model,confirming the preservation of topologically protected edge transport in the presence of enhanced bulk strain.展开更多
Controlling topological modes in photonic systems remains a fundamental challenge,as conventional approaches rely on global lattice modifications and lack topological phase engineering of the induced non-trivial state...Controlling topological modes in photonic systems remains a fundamental challenge,as conventional approaches rely on global lattice modifications and lack topological phase engineering of the induced non-trivial states.Here,we reveal that staggered onsite edge potential(SOEP)modulation breaks mirror symmetry in folded edge states,inducing edge-confined Wannier function deviations and thus driving edge bands into distinct topological phases.The emergence of resulting higher-order localized modes is further confirmed.展开更多
The Internet of Things(IoT)and allied applications have made real-time responsiveness for massive devices over the Internet essential.Cloud-edge/fog ensembles handle such applications'computations.For Beyond 5 th ...The Internet of Things(IoT)and allied applications have made real-time responsiveness for massive devices over the Internet essential.Cloud-edge/fog ensembles handle such applications'computations.For Beyond 5 th Generation(B5G)communication paradigms,Edge Servers(ESs)must be placed within Information Communication Technology infrastructures to meet Quality of Service requirements like response time and resource utilisation.Due to the large number of Base Stations(BSs)and ESs and the possibility of significant variations in placing the ESs within the IoTs geographical expanse for optimising multiple objectives,the Edge Server Placement Problem(ESPP)is NP-hard.Thus,stochastic evolutionary metaheuristics are natural.This work addresses the ESPP using a Particle Swarm Optimization that initialises particles as BS positions within the geography to maintain the workload while scanning through all feasible sets of BSs as an encoded sequence.The Workload-Threshold Aware Sequence Encoding(WTASE)Scheme for ESPP provides the number of ESs to be deployed,similar to existing methodologies and exact locations for their placements without the overhead of maintaining a prohibitively large distance matrix.Simulation tests using open-source datasets show that the suggested technique improves ESs utilisation rate,workload balance,and average energy consumption by 36%,17%,and 32%,respectively,compared to prior works.展开更多
With the rapid development of generative artificial intelligence technology,the traditional cloud-based centralized model training and inference face significant limitations due to high transmission latency and costs,...With the rapid development of generative artificial intelligence technology,the traditional cloud-based centralized model training and inference face significant limitations due to high transmission latency and costs,which restrict user-side in-situ Artificial Intelligence Generated Content(AIGC)service requests.To this end,we propose the Edge Artificial Intelligence Generated Content(Edge AIGC)framework,which can effectively address the challenges of cloud computing by implementing in-situ processing of services close to the data source through edge computing.However,AIGC models usually have a large parameter scale and complex computing requirements,which poses a huge challenge to the storage and computing resources of edge devices.This paper focuses on the edge intelligence model caching and resource allocation problems in the Edge AIGC framework,aiming to improve the cache hit rate and resource utilization of edge devices for models by optimizing the model caching strategy and resource allocation scheme,and realize in-situ AIGC service processing.With the optimization objectives of minimizing service request response time and execution cost in resource-constrained environments,we employ the Twin Delayed Deep Deterministic Policy Gradient algorithm for optimization.Experimental results show that,compared with other methods,our model caching and resource allocation strategies can effectively improve the cache hit rate by at least 41.06%and reduce the response cost as well.展开更多
WITH the rapid development of technologies such as Artificial Intelligence(AI),edge computing,and cloud intelligence,the medical field is undergoing a fundamental transformation[1].These technologies significantly enh...WITH the rapid development of technologies such as Artificial Intelligence(AI),edge computing,and cloud intelligence,the medical field is undergoing a fundamental transformation[1].These technologies significantly enhance the medical system's capability to process complex data and also improve the real-time response rate to patient needs.In this wave of technological innovation,parallel intelligence,along with Artificial systems,Computational experiments,and Parallel execution(ACP)approach[2]will play a crucial role.Through parallel interactions between virtual and real systems,this approach optimizes the functionality of medical devices and instruments,enhancing the accuracy of diagnoses and treatments while enabling the autonomous evolution and adaptive adjustment of medical systems.展开更多
Non-Abelian topological insulators are characterized by matrix-valued,non-commuting topological charges with regard to more than one energy gap.Their descriptions go beyond the conventional topological band theory,in ...Non-Abelian topological insulators are characterized by matrix-valued,non-commuting topological charges with regard to more than one energy gap.Their descriptions go beyond the conventional topological band theory,in which an additive integer like the winding or Chern number is endowed separately with each(degenerate group of)energy band(s).In this work,we reveal that Floquet(time-periodic)driving could not only enrich the topology and phase transitions of non-Abelian topological matter,but also induce bulk-edge correspondence unique to nonequilibrium setups.Using a one-dimensional,three-band model as an illustrative example,we demonstrate that Floquet driving could reshuffle the phase diagram of the non-driven system,yielding both gapped and gapless Floquet band structures with non-Abelian topological charges.Moreover,by dynamically tuning the anomalous Floquet π-quasienergy gap,non-Abelian topological transitions inaccessible to static systems could arise,leading to much more complicated relations between non-Abelian topological charges and Floquet edge states.These discoveries put forth periodic driving as a powerful scheme of engineering non-Abelian topological phases and incubating unique non-Abelian band topology beyond equilibrium.展开更多
基金supported by the following projects:National Natural Science Foundation of China(62461041)Natural Science Foundation of Jiangxi Province China(20242BAB25068).
文摘With the large-scale deployment of the Internet ofThings(IoT)devices,their weak securitymechanisms make them prime targets for malware attacks.Attackers often use Domain Generation Algorithm(DGA)to generate random domain names,hiding the real IP of Command and Control(C&C)servers to build botnets.Due to the randomness and dynamics of DGA,traditional methods struggle to detect them accurately,increasing the difficulty of network defense.This paper proposes a lightweight DGA detection model based on knowledge distillation for resource-constrained IoT environments.Specifically,a teacher model combining CharacterBERT,a bidirectional long short-term memory(BiLSTM)network,and attention mechanism(ATT)is constructed:it extracts character-level semantic features viaCharacterBERT,captures sequence dependencieswith the BiLSTM,and integrates theATT for key feature weighting,formingmulti-granularity feature fusion.An improved knowledge distillation approach transfers the teacher model’s learned knowledge to the simplified DistilBERT student model.Experimental results show the teacher model achieves 98.68%detection accuracy.The student modelmaintains slightly improved accuracy while significantly compressing parameters to approximately 38.4%of the teacher model’s scale,greatly reducing computational overhead for IoT deployment.
基金support from the National Key Projects for Research and Development of China(Grant Nos.2022YFA1204700,2021YFA1400400)National Natural Science Foundation of China(Grant No.12525403)+3 种基金Natural Science Foundation of Jiangsu Province(Grant Nos.BK20220066,BK20233001)Program for Innovative Talents and Entrepreneur in Jiangsu(Grant No.JSSCTD202101)support from the JSPS KAKENHI(Grant Numbers 21H05233 and 23H02052)World Premier International Research Center Initiative(WPI),MEXT,Japan.
文摘Coulomb drag refers to the phenomenon in which a current driven through one conducting layer induces a voltage nearby,electrically isolated layer sorely through interlayer Coulomb interactions between charge carriers.It has been extensively studied in various systems,including parallel nanowires,double quantum wells,and double-layer graphene.Here,we report the observation of Coulomb drag in a novel system consisting of two graphene layers separated laterally by a 30 nm gap within the material plane,exhibiting behavior distinct from that in vertical graphene heterostructures.Our experiments reveal pronounced negative drag resistances under an out-of-plane magnetic field at the quantum Hall edges,reaching a maximum when the carrier densities in both graphene layers are tuned to the charge neutrality point via gate voltages.Our work establish two separate and spatially closed quantum Hall edge modes as a new platform to explore electronic interaction physics between one dimensional systems.
基金supported by the IITP(Institute for Information&Communications Technology Planning&Evaluation)under the ITRC(Information Technology Research Center)support program(IITP-2025-RS-2024-00438288)grant funded by the Korea government(MSIT)+1 种基金National Research Council of Science&Technology(NST)grant by the MSIT(Aerospace Semiconductor Strategy Research Project No.GTL25051-000)supported by the IC Design Education Center(IDEC),Korea。
文摘This work presents a systematic analysis of proton-induced total ionizing dose(TID)effects in 1.2 k V silicon carbide(SiC)power devices with various edge termination structures.Three edge terminations including ring-assisted junction termination extension(RA-JTE),multiple floating zone JTE(MFZ-JTE),and field limiting rings(FLR)were fabricated and irradiated with45 Me V protons at fluences ranging from 1×10^(12) to 1×10^(14) cm^(-2).Experimental results,supported by TCAD simulations,show that the RA-JTE structure maintained stable breakdown performance with less than 1%variation due to its effective electric field redistribution by multiple P+rings.In contrast,MFZ-JTE and FLR exhibit breakdown voltage shifts of 6.1%and 15.2%,respectively,under the highest fluence.These results demonstrate the superior radiation tolerance of the RA-JTE structure under TID conditions and provide practical design guidance for radiation-hardened Si C power devices in space and other highradiation environments.
基金supported by the National Natural Science Foundation of China(Grant Nos.62572057,62272049,U24A20331)Beijing Natural Science Foundation(Grant Nos.4232026,4242020)Academic Research Projects of Beijing Union University(Grant No.ZK10202404).
文摘Traffic sign detection is a critical component of driving systems.Single-stage network-based traffic sign detection algorithms,renowned for their fast detection speeds and high accuracy,have become the dominant approach in current practices.However,in complex and dynamic traffic scenes,particularly with smaller traffic sign objects,challenges such as missed and false detections can lead to reduced overall detection accuracy.To address this issue,this paper proposes a detection algorithm that integrates edge and shape information.Recognizing that traffic signs have specific shapes and distinct edge contours,this paper introduces an edge feature extraction branch within the backbone network,enabling adaptive fusion with features of the same hierarchical level.Additionally,a shape prior convolution module is designed to replaces the first two convolutional modules of the backbone network,aimed at enhancing the model's perception ability for specific shape objects and reducing its sensitivity to background noise.The algorithm was evaluated on the CCTSDB and TT100k datasets,and compared to YOLOv8s,the mAP50 values increased by 3.0%and 10.4%,respectively,demonstrating the effectiveness of the proposed method in improving the accuracy of traffic sign detection.
基金supported by the Deanship of Graduate Studies and Scientific Research at Jouf University.
文摘Due to the growth of smart cities,many real-time systems have been developed to support smart cities using Internet of Things(IoT)and emerging technologies.They are formulated to collect the data for environment monitoring and automate the communication process.In recent decades,researchers have made many efforts to propose autonomous systems for manipulating network data and providing on-time responses in critical operations.However,the widespread use of IoT devices in resource-constrained applications and mobile sensor networks introduces significant research challenges for cybersecurity.These systems are vulnerable to a variety of cyberattacks,including unauthorized access,denial-of-service attacks,and data leakage,which compromise the network’s security.Additionally,uneven load balancing between mobile IoT devices,which frequently experience link interferences,compromises the trustworthiness of the system.This paper introduces a Multi-Agent secured framework using lightweight edge computing to enhance cybersecurity for sensor networks,aiming to leverage artificial intelligence for adaptive routing and multi-metric trust evaluation to achieve data privacy and mitigate potential threats.Moreover,it enhances the efficiency of distributed sensors for energy consumption through intelligent data analytics techniques,resulting in highly consistent and low-latency network communication.Using simulations,the proposed framework reveals its significant performance compared to state-of-the-art approaches for energy consumption by 43%,latency by 46%,network throughput by 51%,packet loss rate by 40%,and denial of service attacks by 42%.
基金funded by the Research Fund of National Key Laboratory of Aerospace Physics in Fluids,grant number 2024-APF-KFZD-01Guangdong Basic and Applied Basic Research Foundation,grant number 2025A1515012081+1 种基金National Natural Science Foundation of China,grant number 12002193Shandong Provincial Natural Science Foundation,China,grant number ZR2019QA018.
文摘For hypersonic air-breathing vehicles,the V-shaped leading edges(VSLEs)of supersonic combustion ramjet(scramjet)inlets experience complex shock interactions and intense aerodynamic loads.This paper provides a comprehensive review of flow characteristics at the crotch of VSLEs,with particular focus on the transition of shock interaction types and the variation of wall heat flux under different freestream Mach numbers and geometric configurations.The mechanisms governing shock transition,unsteady oscillations,hysteresis,and three-dimensional effects in VSLE flows are first examined.Subsequently,thermal protection strategies aimed at mitigating extreme heating loads are reviewed,emphasizing their relevance to practical engineering applications.Special attention is given to recent studies addressing thermochemical nonequilibrium effects on VSLE shock interactions,and the limitations of current research are critically assessed.Finally,perspectives for future investigations into hypersonic VSLE shock interactions are outlined,highlighting opportunities for advancing design and thermal management strategies.
基金supported in part by the National Natural Science Foundation of China(NSFC)under Grant 62276109The authors extend their appreciation to the Deanship of Scientific Research at King Saud University for funding this work through the Research Group Project number(ORF-2025-585).
文摘The personalized fine-tuning of large languagemodels(LLMs)on edge devices is severely constrained by limited computation resources.Although split federated learning alleviates on-device burdens,its effectiveness diminishes in few-shot reasoning scenarios due to the low data efficiency of conventional supervised fine-tuning,which leads to excessive communication overhead.To address this,we propose Language-Empowered Split Fine-Tuning(LESFT),a framework that integrates split architectures with a contrastive-inspired fine-tuning paradigm.LESFT simultaneously learns frommultiple logically equivalent but linguistically diverse reasoning chains,providing richer supervisory signals and improving data efficiency.This process-oriented training allows more effective reasoning adaptation with fewer samples.Extensive experiments demonstrate that LESFT consistently outperforms strong baselines such as SplitLoRA in task accuracy.LESFT consistently outperforms strong baselines on GSM8K,CommonsenseQA,and AQUA_RAT,with the largest gains observed on Qwen2.5-3B.These results indicate that LESFT can effectively adapt large language models for reasoning tasks under the computational and communication constraints of edge environments.
基金supported by Institute of Information and Communications Technology Planning and Evaluation(IITP)grant funded by the Korean government(MSIT)(No.2019-0-01842,Artificial Intelligence Graduate School Program(GIST))supported by Korea Planning&Evaluation Institute of Industrial Technology(KEIT)grant funded by the Ministry of Trade,Industry&Energy(MOTIE,Republic of Korea)(RS-2025-25448249+1 种基金Automotive Industry Technology Development(R&D)Program)supported by the Regional Innovation System&Education(RISE)programthrough the(Gwangju RISE Center),funded by the Ministry of Education(MOE)and the Gwangju Metropolitan City,Republic of Korea(2025-RISE-05-001).
文摘In real-world autonomous driving tests,unexpected events such as pedestrians or wild animals suddenly entering the driving path can occur.Conducting actual test drives under various weather conditions may also lead to dangerous situations.Furthermore,autonomous vehicles may operate abnormally in bad weather due to limitations of their sensors and GPS.Driving simulators,which replicate driving conditions nearly identical to those in the real world,can drastically reduce the time and cost required for market entry validation;consequently,they have become widely used.In this paper,we design a virtual driving test environment capable of collecting and verifying SiLS data under adverse weather conditions using multi-source images.The proposed method generates a virtual testing environment that incorporates various events,including weather,time of day,and moving objects,that cannot be easily verified in real-world autonomous driving tests.By setting up scenario-based virtual environment events,multi-source image analysis and verification using real-world DCUs(Data Concentrator Units)with V2X-Car edge cloud can effectively address risk factors that may arise in real-world situations.We tested and validated the proposed method with scenarios employing V2X communication and multi-source image analysis.
文摘With the rapid expansion of drone applications,accurate detection of objects in aerial imagery has become crucial for intelligent transportation,urban management,and emergency rescue missions.However,existing methods face numerous challenges in practical deployment,including scale variation handling,feature degradation,and complex backgrounds.To address these issues,we propose Edge-enhanced and Detail-Capturing You Only Look Once(EHDC-YOLO),a novel framework for object detection in Unmanned Aerial Vehicle(UAV)imagery.Based on the You Only Look Once version 11 nano(YOLOv11n)baseline,EHDC-YOLO systematically introduces several architectural enhancements:(1)a Multi-Scale Edge Enhancement(MSEE)module that leverages multi-scale pooling and edge information to enhance boundary feature extraction;(2)an Enhanced Feature Pyramid Network(EFPN)that integrates P2-level features with Cross Stage Partial(CSP)structures and OmniKernel convolutions for better fine-grained representation;and(3)Dynamic Head(DyHead)with multi-dimensional attention mechanisms for enhanced cross-scale modeling and perspective adaptability.Comprehensive experiments on the Vision meets Drones for Detection(VisDrone-DET)2019 dataset demonstrate that EHDC-YOLO achieves significant improvements,increasing mean Average Precision(mAP)@0.5 from 33.2%to 46.1%(an absolute improvement of 12.9 percentage points)and mAP@0.5:0.95 from 19.5%to 28.0%(an absolute improvement of 8.5 percentage points)compared with the YOLOv11n baseline,while maintaining a reasonable parameter count(2.81 M vs the baseline’s 2.58 M).Further ablation studies confirm the effectiveness of each proposed component,while visualization results highlight EHDC-YOLO’s superior performance in detecting objects and handling occlusions in complex drone scenarios.
文摘Nowadays,advances in communication technology and cloud computing have spawned a variety of smart mobile devices,which will generate a great amount of computing-intensive businesses,and require corresponding resources of computation and communication.Multiaccess edge computing(MEC)can offload computing-intensive tasks to the nearby edge servers,which alleviates the pressure of devices.Ultra-dense network(UDN)can provide effective spectrum resources by deploying a large number of micro base stations.Furthermore,network slicing can support various applications in different communication scenarios.Therefore,this paper integrates the ultra-dense network slicing and the MEC technology,and introduces a hybrid computing offloading strategy in order to satisfy various quality of service(QoS)of edge devices.In order to dynamically allocate limited resources,the above problem is formulated as multiagent distributed deep reinforcement learning(DRL),which will achieve low overhead computation offloading strategy and real-time resource allocation decisions.In this context,federated learning is added to train DRL agents in a distributed manner,where each agent is dedicated to exploring actions composed of offloading decisions and allocating resources,so as to jointly optimize system delay and energy consumption.Simulation results show that the proposed learning algorithm has better performance compared with other strategies in literature.
文摘This study proposes a lightweight rice disease detection model optimized for edge computing environments.The goal is to enhance the You Only Look Once(YOLO)v5 architecture to achieve a balance between real-time diagnostic performance and computational efficiency.To this end,a total of 3234 high-resolution images(2400×1080)were collected from three major rice diseases Rice Blast,Bacterial Blight,and Brown Spot—frequently found in actual rice cultivation fields.These images served as the training dataset.The proposed YOLOv5-V2 model removes the Focus layer from the original YOLOv5s and integrates ShuffleNet V2 into the backbone,thereby resulting in both model compression and improved inference speed.Additionally,YOLOv5-P,based on PP-PicoDet,was configured as a comparative model to quantitatively evaluate performance.Experimental results demonstrated that YOLOv5-V2 achieved excellent detection performance,with an mAP 0.5 of 89.6%,mAP 0.5–0.95 of 66.7%,precision of 91.3%,and recall of 85.6%,while maintaining a lightweight model size of 6.45 MB.In contrast,YOLOv5-P exhibited a smaller model size of 4.03 MB,but showed lower performance with an mAP 0.5 of 70.3%,mAP 0.5–0.95 of 35.2%,precision of 62.3%,and recall of 74.1%.This study lays a technical foundation for the implementation of smart agriculture and real-time disease diagnosis systems by proposing a model that satisfies both accuracy and lightweight requirements.
基金supported by the National Natural Science Foundation of China (Grant Nos.62573134,62473100,62433018)the Guangdong Basic and Applied Basic Research Foundation(Grant Nos.2025A1515060017,2025A1515011436,2025B1515020065,2025A1515011789)the Guangzhou Basic and Applied Basic Research Project (Grant No.2025A04J3534)。
文摘This paper investigates the edge-based dynamic event-triggered inverse optimal formation control problem for multiple quadrotor unmanned aerial vehicles(QUAVs) with attitude constraints. To improve communication efficiency, an edge-based dynamic event-triggered mechanism is developed for the communication channels between neighboring QUAVs. However, this edge-based dynamic event-triggered communication(DETC) may cause discontinuities in the reference signals. To solve this problem, a distributed estimator is designed for each QUAV to obtain the leader's output signals. Considering the safety of QUAV formation flying, this paper designs a function transformation method that constrains the attitudes of the QUAVs to a strictly safe region. Furthermore, an inverse optimal control strategy is proposed based on the backstepping methodology. This scheme not only minimizes the cost function but also avoids the necessity of solving the Hamilton-Jacobi-Bellman equation. Finally, the stability of the QUAV systems is proven using Lyapunov theory, and the effectiveness of the proposed control method is verified through simulation.
基金supported by the Strategic Priority Research Program of Chinese Academy of Sciences (Grant Nos.XDB28000000 and XDB0460000)the Quantum Science and Technology-National Science and Technology Major Project (Grant No.2021ZD0302600)the National Key Research and Development Program of China(Grant No.2024YFA1409002)。
文摘The hybridization gap in strained-layer InAs/In_(x)Ga_(1−x) Sb quantum spin Hall insulators(QSHIs)is significantly enhanced compared to binary InAs/GaSb QSHI structures,where the typical indium composition,x,ranges between 0.2 and 0.4.This enhancement prompts a critical question:to what extent can quantum wells(QWs)be strained while still preserving the fundamental QSHI phase?In this study,we demonstrate the controlled molecular beam epitaxial growth of highly strained-layer QWs with an indium composition of x=0.5.These structures possess a substantial compressive strain within the In_(0.5)Ga_(0.5)Sb QW.Detailed crystal structure analyses confirm the exceptional quality of the resulting epitaxial films,indicating coherent lattice structures and the absence of visible dislocations.Transport measurements further reveal that the QSHI phase in InAs/In_(0.5)Ga_(0.5)Sb QWs is robust and protected by time-reversal symmetry.Notably,the edge states in these systems exhibit giant magnetoresistance when subjected to a modest perpendicular magnetic field.This behavior is in agreement with the𝑍2 topological property predicted by the Bernevig–Hughes–Zhang model,confirming the preservation of topologically protected edge transport in the presence of enhanced bulk strain.
基金National Natural Science Foundation of China(62175180,11874245,12004425)。
文摘Controlling topological modes in photonic systems remains a fundamental challenge,as conventional approaches rely on global lattice modifications and lack topological phase engineering of the induced non-trivial states.Here,we reveal that staggered onsite edge potential(SOEP)modulation breaks mirror symmetry in folded edge states,inducing edge-confined Wannier function deviations and thus driving edge bands into distinct topological phases.The emergence of resulting higher-order localized modes is further confirmed.
基金the Deanship of Research and Graduate Studies at King Khalid University for funding this work through the Large Research Project under grant number RGP2/603/46。
文摘The Internet of Things(IoT)and allied applications have made real-time responsiveness for massive devices over the Internet essential.Cloud-edge/fog ensembles handle such applications'computations.For Beyond 5 th Generation(B5G)communication paradigms,Edge Servers(ESs)must be placed within Information Communication Technology infrastructures to meet Quality of Service requirements like response time and resource utilisation.Due to the large number of Base Stations(BSs)and ESs and the possibility of significant variations in placing the ESs within the IoTs geographical expanse for optimising multiple objectives,the Edge Server Placement Problem(ESPP)is NP-hard.Thus,stochastic evolutionary metaheuristics are natural.This work addresses the ESPP using a Particle Swarm Optimization that initialises particles as BS positions within the geography to maintain the workload while scanning through all feasible sets of BSs as an encoded sequence.The Workload-Threshold Aware Sequence Encoding(WTASE)Scheme for ESPP provides the number of ESs to be deployed,similar to existing methodologies and exact locations for their placements without the overhead of maintaining a prohibitively large distance matrix.Simulation tests using open-source datasets show that the suggested technique improves ESs utilisation rate,workload balance,and average energy consumption by 36%,17%,and 32%,respectively,compared to prior works.
基金supported in part by the Shandong Provincial Natural Science Foundation under Grants ZR2023LZH017,ZR2022LZH015 and ZR2024MF066the National Natural Science Foundation of China under Grant 62471493+1 种基金the Tertiary Education Scientific research project of Guangzhou Municipal Education Bureau under Grant 2024312246the Guangzhou Higher Education Teaching Quality and Teaching Reform Project under Grant 2023KCJJD002。
文摘With the rapid development of generative artificial intelligence technology,the traditional cloud-based centralized model training and inference face significant limitations due to high transmission latency and costs,which restrict user-side in-situ Artificial Intelligence Generated Content(AIGC)service requests.To this end,we propose the Edge Artificial Intelligence Generated Content(Edge AIGC)framework,which can effectively address the challenges of cloud computing by implementing in-situ processing of services close to the data source through edge computing.However,AIGC models usually have a large parameter scale and complex computing requirements,which poses a huge challenge to the storage and computing resources of edge devices.This paper focuses on the edge intelligence model caching and resource allocation problems in the Edge AIGC framework,aiming to improve the cache hit rate and resource utilization of edge devices for models by optimizing the model caching strategy and resource allocation scheme,and realize in-situ AIGC service processing.With the optimization objectives of minimizing service request response time and execution cost in resource-constrained environments,we employ the Twin Delayed Deep Deterministic Policy Gradient algorithm for optimization.Experimental results show that,compared with other methods,our model caching and resource allocation strategies can effectively improve the cache hit rate by at least 41.06%and reduce the response cost as well.
基金supported by the Science and Technology Development Fund,Macao Special Administrative Region(SAR)(0093/2023/RIA2,0145/2023/RIA3).
文摘WITH the rapid development of technologies such as Artificial Intelligence(AI),edge computing,and cloud intelligence,the medical field is undergoing a fundamental transformation[1].These technologies significantly enhance the medical system's capability to process complex data and also improve the real-time response rate to patient needs.In this wave of technological innovation,parallel intelligence,along with Artificial systems,Computational experiments,and Parallel execution(ACP)approach[2]will play a crucial role.Through parallel interactions between virtual and real systems,this approach optimizes the functionality of medical devices and instruments,enhancing the accuracy of diagnoses and treatments while enabling the autonomous evolution and adaptive adjustment of medical systems.
基金supported by the National Natural Science Foundation of China(Grant Nos.12275260 and 11905211)the Fundamental Research Funds for the Central Universities(Grant No.202364008)the Young Talents Project of Ocean University of China。
文摘Non-Abelian topological insulators are characterized by matrix-valued,non-commuting topological charges with regard to more than one energy gap.Their descriptions go beyond the conventional topological band theory,in which an additive integer like the winding or Chern number is endowed separately with each(degenerate group of)energy band(s).In this work,we reveal that Floquet(time-periodic)driving could not only enrich the topology and phase transitions of non-Abelian topological matter,but also induce bulk-edge correspondence unique to nonequilibrium setups.Using a one-dimensional,three-band model as an illustrative example,we demonstrate that Floquet driving could reshuffle the phase diagram of the non-driven system,yielding both gapped and gapless Floquet band structures with non-Abelian topological charges.Moreover,by dynamically tuning the anomalous Floquet π-quasienergy gap,non-Abelian topological transitions inaccessible to static systems could arise,leading to much more complicated relations between non-Abelian topological charges and Floquet edge states.These discoveries put forth periodic driving as a powerful scheme of engineering non-Abelian topological phases and incubating unique non-Abelian band topology beyond equilibrium.