Autonomous connected vehicles(ACV)involve advanced control strategies to effectively balance safety,efficiency,energy consumption,and passenger comfort.This research introduces a deep reinforcement learning(DRL)-based...Autonomous connected vehicles(ACV)involve advanced control strategies to effectively balance safety,efficiency,energy consumption,and passenger comfort.This research introduces a deep reinforcement learning(DRL)-based car-following(CF)framework employing the Deep Deterministic Policy Gradient(DDPG)algorithm,which integrates a multi-objective reward function that balances the four goals while maintaining safe policy learning.Utilizing real-world driving data from the highD dataset,the proposed model learns adaptive speed control policies suitable for dynamic traffic scenarios.The performance of the DRL-based model is evaluated against a traditional model predictive control-adaptive cruise control(MPC-ACC)controller.Results show that theDRLmodel significantly enhances safety,achieving zero collisions and a higher average time-to-collision(TTC)of 8.45 s,compared to 5.67 s for MPC and 6.12 s for human drivers.For efficiency,the model demonstrates 89.2% headway compliance and maintains speed tracking errors below 1.2 m/s in 90% of cases.In terms of energy optimization,the proposed approach reduces fuel consumption by 5.4% relative to MPC.Additionally,it enhances passenger comfort by lowering jerk values by 65%,achieving 0.12 m/s3 vs.0.34 m/s3 for human drivers.A multi-objective reward function is integrated to ensure stable policy convergence while simultaneously balancing the four key performance metrics.Moreover,the findings underscore the potential of DRL in advancing autonomous vehicle control,offering a robust and sustainable solution for safer,more efficient,and more comfortable transportation systems.展开更多
Task scheduling in cloud computing is a multi-objective optimization problem,often involving conflicting objectives such as minimizing execution time,reducing operational cost,and maximizing resource utilization.Howev...Task scheduling in cloud computing is a multi-objective optimization problem,often involving conflicting objectives such as minimizing execution time,reducing operational cost,and maximizing resource utilization.However,traditional approaches frequently rely on single-objective optimization methods which are insufficient for capturing the complexity of such problems.To address this limitation,we introduce MDMOSA(Multi-objective Dwarf Mongoose Optimization with Simulated Annealing),a hybrid that integrates multi-objective optimization for efficient task scheduling in Infrastructure-as-a-Service(IaaS)cloud environments.MDMOSA harmonizes the exploration capabilities of the biologically inspired Dwarf Mongoose Optimization(DMO)with the exploitation strengths of Simulated Annealing(SA),achieving a balanced search process.The algorithm aims to optimize task allocation by reducing makespan and financial cost while improving system resource utilization.We evaluate MDMOSA through extensive simulations using the real-world Google Cloud Jobs(GoCJ)dataset within the CloudSim environment.Comparative analysis against benchmarked algorithms such as SMOACO,MOTSGWO,and MFPAGWO reveals that MDMOSA consistently achieves superior performance in terms of scheduling efficiency,cost-effectiveness,and scalability.These results confirm the potential of MDMOSA as a robust and adaptable solution for resource scheduling in dynamic and heterogeneous cloud computing infrastructures.展开更多
Spectrum map construction,which is crucial in cognitive radio(CR)system,visualizes the invisible space of the electromagnetic spectrum for spectrum-resource management and allocation.Traditional reconstruction methods...Spectrum map construction,which is crucial in cognitive radio(CR)system,visualizes the invisible space of the electromagnetic spectrum for spectrum-resource management and allocation.Traditional reconstruction methods are generally for twodimensional(2D)spectrum map and driven by abundant sampling data.In this paper,we propose a data-model-knowledge-driven reconstruction scheme to construct the three-dimensional(3D)spectrum map under multi-radiation source scenarios.We firstly design a maximum and minimum path loss difference(MMPLD)clustering algorithm to detect the number of radiation sources in a 3D space.Then,we develop a joint location-power estimation method based on the heuristic population evolutionary optimization algorithm.Considering the variation of electromagnetic environment,we self-learn the path loss(PL)model based on the sampling data.Finally,the 3D spectrum is reconstructed according to the self-learned PL model and the extracted knowledge of radiation sources.Simulations show that the proposed 3D spectrum map reconstruction scheme not only has splendid adaptability to the environment,but also achieves high spectrum construction accuracy even when the sampling rate is very low.展开更多
Deployable Composite Thin-Walled Structures(DCTWS)are widely used in space applications due to their ability to compactly fold and self-deploy in orbit,enabled by cutouts.Cutout design is crucial for balancing structu...Deployable Composite Thin-Walled Structures(DCTWS)are widely used in space applications due to their ability to compactly fold and self-deploy in orbit,enabled by cutouts.Cutout design is crucial for balancing structural rigidity and flexibility,ensuring material integrity during large deformations,and providing adequate load-bearing capacity and stability once deployed.Most research has focused on optimizing cutout size and shape,while topology optimization offers a broader design space.However,the anisotropic properties of woven composite laminates,complex failure criteria,and multi-performance optimization needs have limited the exploration of topology optimization in this field.This work derives the sensitivities of bending stiffness,critical buckling load,and the failure index of woven composite materials with respect to element density,and formulates both single-objective and multi-objective topology optimization models using a linear weighted aggregation approach.The developed method was integrated with the commercial finite element software ABAQUS via a Python script,allowing efficient application to cutout design in various DCTWS configurations to maximize bending stiffness and critical buckling load under material failure constraints.Optimization of a classical tubular hinge resulted in improvements of 107.7%in bending stiffness and 420.5%in critical buckling load compared to level-set topology optimization results reported in the literature,validating the effectiveness of the approach.To facilitate future research and encourage the broader adoption of topology optimization techniques in DCTWS design,the source code for this work is made publicly available via a Git Hub link:https://github.com/jinhao-ok1/Topo-for-DCTWS.git.展开更多
In a wide range of engineering applications,complex constrained multi-objective optimization problems(CMOPs)present significant challenges,as the complexity of constraints often hampers algorithmic convergence and red...In a wide range of engineering applications,complex constrained multi-objective optimization problems(CMOPs)present significant challenges,as the complexity of constraints often hampers algorithmic convergence and reduces population diversity.To address these challenges,we propose a novel algorithm named Constraint IntensityDriven Evolutionary Multitasking(CIDEMT),which employs a two-stage,tri-task framework to dynamically integrates problem structure and knowledge transfer.In the first stage,three cooperative tasks are designed to explore the Constrained Pareto Front(CPF),the Unconstrained Pareto Front(UPF),and theε-relaxed constraint boundary,respectively.A CPF-UPF relationship classifier is employed to construct a problem-type-aware evolutionary strategy pool.At the end of the first stage,each task selects strategies from this strategy pool based on the specific type of problem,thereby guiding the subsequent evolutionary process.In the second stage,while each task continues to evolve,aτ-driven knowledge transfer mechanism is introduced to selectively incorporate effective solutions across tasks.enhancing the convergence and feasibility of the main task.Extensive experiments conducted on 32 benchmark problems from three test suites(LIRCMOP,DASCMOP,and DOC)demonstrate that CIDEMT achieves the best Inverted Generational Distance(IGD)values on 24 problems and the best Hypervolume values(HV)on 22 problems.Furthermore,CIDEMT significantly outperforms six state-of-the-art constrained multi-objective evolutionary algorithms(CMOEAs).These results confirm CIDEMT’s superiority in promoting convergence,diversity,and robustness in solving complex CMOPs.展开更多
Community detection is one of the most fundamental applications in understanding the structure of complicated networks.Furthermore,it is an important approach to identifying closely linked clusters of nodes that may r...Community detection is one of the most fundamental applications in understanding the structure of complicated networks.Furthermore,it is an important approach to identifying closely linked clusters of nodes that may represent underlying patterns and relationships.Networking structures are highly sensitive in social networks,requiring advanced techniques to accurately identify the structure of these communities.Most conventional algorithms for detecting communities perform inadequately with complicated networks.In addition,they miss out on accurately identifying clusters.Since single-objective optimization cannot always generate accurate and comprehensive results,as multi-objective optimization can.Therefore,we utilized two objective functions that enable strong connections between communities and weak connections between them.In this study,we utilized the intra function,which has proven effective in state-of-the-art research studies.We proposed a new inter-function that has demonstrated its effectiveness by making the objective of detecting external connections between communities is to make them more distinct and sparse.Furthermore,we proposed a Multi-Objective community strength enhancement algorithm(MOCSE).The proposed algorithm is based on the framework of the Multi-Objective Evolutionary Algorithm with Decomposition(MOEA/D),integrated with a new heuristic mutation strategy,community strength enhancement(CSE).The results demonstrate that the model is effective in accurately identifying community structures while also being computationally efficient.The performance measures used to evaluate the MOEA/D algorithm in our work are normalized mutual information(NMI)and modularity(Q).It was tested using five state-of-the-art algorithms on social networks,comprising real datasets(Zachary,Dolphin,Football,Krebs,SFI,Jazz,and Netscience),as well as twenty synthetic datasets.These results provide the robustness and practical value of the proposed algorithm in multi-objective community identification.展开更多
Vehicle Edge Computing(VEC)and Cloud Computing(CC)significantly enhance the processing efficiency of delay-sensitive and computation-intensive applications by offloading compute-intensive tasks from resource-constrain...Vehicle Edge Computing(VEC)and Cloud Computing(CC)significantly enhance the processing efficiency of delay-sensitive and computation-intensive applications by offloading compute-intensive tasks from resource-constrained onboard devices to nearby Roadside Unit(RSU),thereby achieving lower delay and energy consumption.However,due to the limited storage capacity and energy budget of RSUs,it is challenging to meet the demands of the highly dynamic Internet of Vehicles(IoV)environment.Therefore,determining reasonable service caching and computation offloading strategies is crucial.To address this,this paper proposes a joint service caching scheme for cloud-edge collaborative IoV computation offloading.By modeling the dynamic optimization problem using Markov Decision Processes(MDP),the scheme jointly optimizes task delay,energy consumption,load balancing,and privacy entropy to achieve better quality of service.Additionally,a dynamic adaptive multi-objective deep reinforcement learning algorithm is proposed.Each Double Deep Q-Network(DDQN)agent obtains rewards for different objectives based on distinct reward functions and dynamically updates the objective weights by learning the value changes between objectives using Radial Basis Function Networks(RBFN),thereby efficiently approximating the Pareto-optimal decisions for multiple objectives.Extensive experiments demonstrate that the proposed algorithm can better coordinate the three-tier computing resources of cloud,edge,and vehicles.Compared to existing algorithms,the proposed method reduces task delay and energy consumption by 10.64%and 5.1%,respectively.展开更多
This paper presents an intelligent patrol and security robot integrating 2D LiDAR and RGB-D vision sensors to achieve semantic simultaneous localization and mapping(SLAM),real-time object recognition,and dynamic obsta...This paper presents an intelligent patrol and security robot integrating 2D LiDAR and RGB-D vision sensors to achieve semantic simultaneous localization and mapping(SLAM),real-time object recognition,and dynamic obstacle avoidance.The system employs the YOLOv7 deep-learning framework for semantic detection and SLAM for localization and mapping,fusing geometric and visual data to build a high-fidelity 2D semantic map.This map enables the robot to identify and project object information for improved situational awareness.Experimental results show that object recognition reached 95.4%mAP@0.5.Semantic completeness increased from 68.7%(single view)to 94.1%(multi-view)with an average position error of 3.1 cm.During navigation,the robot achieved 98.0%reliability,avoided moving obstacles in 90.0%of encounters,and replanned paths in 0.42 s on average.The integration of LiDAR-based SLAMwith deep-learning–driven semantic perception establishes a robust foundation for intelligent,adaptive,and safe robotic navigation in dynamic environments.展开更多
Rapid urbanization in China has led to spatial antagonism between urban development and farmland protection and ecological security maintenance.Multi-objective spatial collaborative optimization is a powerful method f...Rapid urbanization in China has led to spatial antagonism between urban development and farmland protection and ecological security maintenance.Multi-objective spatial collaborative optimization is a powerful method for achieving sustainable regional development.Previous studies on multi-objective spatial optimization do not involve spatial corrections to simulation results based on the natural endowment of space resources.This study proposes an Ecological Security-Food Security-Urban Sustainable Development(ES-FS-USD)spatial optimization framework.This framework combines the non-dominated sorting genetic algorithm II(NSGA-II)and patch-generating land use simulation(PLUS)model with an ecological protection importance evaluation,comprehensive agricultural productivity evaluation,and urban sustainable development potential assessment and optimizes the territorial space in the Yangtze River Delta(YRD)region in 2035.The proposed sustainable development(SD)scenario can effectively reduce the destruction of landscape patterns of various land-use types while considering both ecological and economic benefits.The simulation results were further revised by evaluating the land-use suitability of the YRD region.According to the revised spatial pattern for the YRD in 2035,the farmland area accounts for 43.59%of the total YRD,which is 5.35%less than that in 2010.Forest,grassland,and water area account for 40.46%of the total YRD—an increase of 1.42%compared with the case in 2010.Construction land accounts for 14.72%of the total YRD—an increase of 2.77%compared with the case in 2010.The ES-FS-USD spatial optimization framework ensures that spatial optimization outcomes are aligned with the natural endowments of land resources,thereby promoting the sustainable use of land resources,improving the ability of spatial management,and providing valuable insights for decision makers.展开更多
Most Convolutional Neural Network(CNN)interpretation techniques visualize only the dominant cues that the model relies on,but there is no guarantee that these represent all the evidence the model uses for classificati...Most Convolutional Neural Network(CNN)interpretation techniques visualize only the dominant cues that the model relies on,but there is no guarantee that these represent all the evidence the model uses for classification.This limitation becomes critical when hidden secondary cues—potentially more meaningful than the visualized ones—remain undiscovered.This study introduces CasCAM(Cascaded Class Activation Mapping)to address this fundamental limitation through counterfactual reasoning.By asking“if this dominant cue were absent,what other evidence would the model use?”,CasCAM progressively masks the most salient features and systematically uncovers the hierarchy of classification evidence hidden beneath them.Experimental results demonstrate that CasCAM effectively discovers the full spectrum of reasoning evidence and can be universally applied with nine existing interpretation methods.展开更多
Objective:To retrospectively evaluate the diagnostic efficacy of traditional MRI and T2 Mapping quantitative imaging technology for knee joint cartilage injury,clarify the differences in diagnostic value of the two im...Objective:To retrospectively evaluate the diagnostic efficacy of traditional MRI and T2 Mapping quantitative imaging technology for knee joint cartilage injury,clarify the differences in diagnostic value of the two imaging methods in different injury grades and different cartilage subregions,and provide evidence-based basis for the accurate diagnosis of clinical cartilage injury.Methods:Clinical and imaging data of 286 patients with knee joint lesions admitted to the Affiliated Hospital of Xiangtan Medicine and Health Vocational College from January 2020 to June 2023 were collected retrospectively.All patients underwent both traditional MRI sequences and T2 Mapping sequences.The knee joint cartilage was divided into 14 subregions.Two senior radiologists independently diagnosed the images of the two imaging technologies using a blind method and recorded the cartilage injury grades.The sensitivity,specificity,accuracy,positive predictive value,negative predictive value,and area under the receiver operating characteristic curve(AUC)of the two technologies for diagnosing cartilage injury were calculated and compared,and the differences in their diagnostic efficacy in different injury grades and different subregions were analyzed.Results:A total of 4004 cartilage subregions from 286 patients were included in the analysis,including 1836 injured subregions and 2168 normal subregions.The overall sensitivity(89.7%),accuracy(91.2%),and AUC(0.946)of T2 Mapping quantitative imaging for diagnosing cartilage injury were significantly higher than those of traditional MRI(76.3%,82.5%,and 0.852 respectively),with statistically significant differences(p<0.001);there was no significant difference in specificity between the two(93.5%vs 90.8%,p=0.062).Subgroup analysis showed that T2 Mapping had the most significant diagnostic advantage in early cartilage injury(Grade 1),with sensitivity(78.5%)33.2%higher than that of traditional MRI(45.3%)(p<0.001).Conclusion:The diagnostic efficacy of T2 Mapping quantitative imaging for knee joint cartilage injury is significantly superior to that of traditional MRI,especially in the detection of early cartilage injury and accurate evaluation of weight-bearing area injury.Data verify its clinical applicability and reliability.It can be used as an important supplementary method to traditional MRI,and is recommended for the early diagnosis,grading evaluation,and clinical follow-up of cartilage injury.展开更多
User identity linkage(UIL)across online social networks seeks to match accounts belonging to the same real-world individual.This cross-platformmapping enables accurate user modeling but also raises serious privacy ris...User identity linkage(UIL)across online social networks seeks to match accounts belonging to the same real-world individual.This cross-platformmapping enables accurate user modeling but also raises serious privacy risks.Over the past decade,the research community has developed a wide range of UIL methods,from structural embeddings tomultimodal fusion architectures.However,corresponding adversarial and defensive approaches remain fragmented and comparatively understudied.In this survey,we provide a unified overview of both mapping and antimappingmethods for UIL.We categorize representativemappingmodels by learning paradigmand datamodality,and systematically compare them with emerging countermeasures including adversarial injection,structural perturbation,and identity obfuscation.To bridge these two threads,we introduce amodality-oriented taxonomy and a formal gametheoretic framing that casts cross-network mapping as a contest between mappers and anti-mappers.This framing allows us to construct a cross-modality dependency matrix,which reveals structural information as themost contested signal,identifies node injection as the most robust defensive strategy,and points to multimodal integration as a promising direction.Our survey underscores the need for balanced,privacy-preserving identity inference and provides a foundation for future research on the adversarial dynamics of social identity mapping and defense.展开更多
Cotton is an important global cash crops that serve as the primary source of natural fiber for textiles.A thorough understand-ing of the long-term variations in cotton cultivation is vital for optimizing cotton cultiv...Cotton is an important global cash crops that serve as the primary source of natural fiber for textiles.A thorough understand-ing of the long-term variations in cotton cultivation is vital for optimizing cotton cultivation management and promoting the sustainable development of the cotton industry.Xinjiang is the primary cotton-producing region in China.However,long-term data of cotton cultiv-ation areas with high spatial resolution are unavailable for Xinjiang,China.Therefore,this study aimed to identify and map an accurate 30-m cotton cultivation area dataset in Xinjiang from 2000 to 2020 by applying a Random Forest(RF)-based method that integrates Landsat and Moderate Resolution Imaging Spectroradiometer(MODIS)images,and validated the applicability and accuracy of dataset at a large spatial scale.Then,this study analyzed the spatiotemporal variations and influencing factors of cotton cultivation in the study period.The results showed that a high classification accuracy was achieved(overall accuracy>85%,F1>0.80),strongly agreeing with county-level agricultural statistical yearbook data(R2>0.72).Significant spatiotemporal variation in the cotton cultivation areas was found in Xinjiang,with a total increase of 1131.26 kha from 2000 to 2020.Notably,cotton cultivation area in southern Xinjiang expan-ded substantially,with that in Aksu increasing from 20.10%in 2000 to 28.17%in 2020,representing an expansion of 374.29 kha.In northern Xinjiang,the cotton areas in the Tacheng region also exhibited significant increased by almost ten percentage points in the same period.In contrast,cotton cultivation in eastern Xinjiang declined,decreasing from 2.22%in 2000 to merely 0.24%in 2020.Standard deviation ellipse analysis revealed a‘northeast-southwest’spatial distribution,with the centroid consistently located in Aksu and shifting 102.96 km over the 20-yr period.Pearson correlation analysis indicated that socioeconomic factors had a stronger influence on cotton cultivation than climatic factors,with effective irrigation area(r=0.963,P<0.05)and total agricultural machinery power(r=0.823)showing significant positive correlations,whereas climatic variables exhibiting weak associations(r<0.200).These results provide valuable scientific data for informed agricultural management,sustainable development,and policymaking.展开更多
This study presents a reflective bibliometric review of 1457 peer-reviewed articles published in the Journal of Psychology in Africa(2008-2024,17 years),using a Meta-Editorial Mapping Framework(MEMF)analysis.The MEMF ...This study presents a reflective bibliometric review of 1457 peer-reviewed articles published in the Journal of Psychology in Africa(2008-2024,17 years),using a Meta-Editorial Mapping Framework(MEMF)analysis.The MEMF integrates citation metrics,keyword novelty ratios,TF-IDF weighting,and cluster-based topic modeling to trace long-term thematic trends and editorial evolution.Findings reveal sustained attention to foundational domains such as mental health,education,and identity,alongside a gradual integration of emergent themes including digital well-being,organizational behavior,and post-pandemic adaptation.Articles with moderate topical novelty(40%-60% new keywords)achieved the highest citation and usage metrics,suggesting that integrative innovation enhances scholarly impact.Clustering analyses indicate that the journal’s content forms overlapping conceptual domains rather than isolated silos.These insights contribute to editorial strategy,authorial positioning,and the future design of regional academic platforms.Moreover,the findings provide evidence supporting the use of the MEMF as a replicable tool for meta-editorial analysis across disciplinary and geographic boundaries.展开更多
基金the Hebei Province Science and Technology Plan Project(19221909D)rincess Nourah bint Abdulrahman University Researchers Supporting Project number(PNURSP2025R308),Princess Nourah bint Abdulrahman University,Riyadh,Saudi Arabia.
文摘Autonomous connected vehicles(ACV)involve advanced control strategies to effectively balance safety,efficiency,energy consumption,and passenger comfort.This research introduces a deep reinforcement learning(DRL)-based car-following(CF)framework employing the Deep Deterministic Policy Gradient(DDPG)algorithm,which integrates a multi-objective reward function that balances the four goals while maintaining safe policy learning.Utilizing real-world driving data from the highD dataset,the proposed model learns adaptive speed control policies suitable for dynamic traffic scenarios.The performance of the DRL-based model is evaluated against a traditional model predictive control-adaptive cruise control(MPC-ACC)controller.Results show that theDRLmodel significantly enhances safety,achieving zero collisions and a higher average time-to-collision(TTC)of 8.45 s,compared to 5.67 s for MPC and 6.12 s for human drivers.For efficiency,the model demonstrates 89.2% headway compliance and maintains speed tracking errors below 1.2 m/s in 90% of cases.In terms of energy optimization,the proposed approach reduces fuel consumption by 5.4% relative to MPC.Additionally,it enhances passenger comfort by lowering jerk values by 65%,achieving 0.12 m/s3 vs.0.34 m/s3 for human drivers.A multi-objective reward function is integrated to ensure stable policy convergence while simultaneously balancing the four key performance metrics.Moreover,the findings underscore the potential of DRL in advancing autonomous vehicle control,offering a robust and sustainable solution for safer,more efficient,and more comfortable transportation systems.
文摘Task scheduling in cloud computing is a multi-objective optimization problem,often involving conflicting objectives such as minimizing execution time,reducing operational cost,and maximizing resource utilization.However,traditional approaches frequently rely on single-objective optimization methods which are insufficient for capturing the complexity of such problems.To address this limitation,we introduce MDMOSA(Multi-objective Dwarf Mongoose Optimization with Simulated Annealing),a hybrid that integrates multi-objective optimization for efficient task scheduling in Infrastructure-as-a-Service(IaaS)cloud environments.MDMOSA harmonizes the exploration capabilities of the biologically inspired Dwarf Mongoose Optimization(DMO)with the exploitation strengths of Simulated Annealing(SA),achieving a balanced search process.The algorithm aims to optimize task allocation by reducing makespan and financial cost while improving system resource utilization.We evaluate MDMOSA through extensive simulations using the real-world Google Cloud Jobs(GoCJ)dataset within the CloudSim environment.Comparative analysis against benchmarked algorithms such as SMOACO,MOTSGWO,and MFPAGWO reveals that MDMOSA consistently achieves superior performance in terms of scheduling efficiency,cost-effectiveness,and scalability.These results confirm the potential of MDMOSA as a robust and adaptable solution for resource scheduling in dynamic and heterogeneous cloud computing infrastructures.
基金National Key Scientific Instrument and Equipment Development Project under Grant No.61827801the open research fund of State Key Laboratory of Integrated Services Networks,No.ISN22-11+1 种基金Natural Science Foundation of Jiangsu Province,No.BK20211182open research fund of National Mobile Communications Research Laboratory,Southeast University,No.2022D04。
文摘Spectrum map construction,which is crucial in cognitive radio(CR)system,visualizes the invisible space of the electromagnetic spectrum for spectrum-resource management and allocation.Traditional reconstruction methods are generally for twodimensional(2D)spectrum map and driven by abundant sampling data.In this paper,we propose a data-model-knowledge-driven reconstruction scheme to construct the three-dimensional(3D)spectrum map under multi-radiation source scenarios.We firstly design a maximum and minimum path loss difference(MMPLD)clustering algorithm to detect the number of radiation sources in a 3D space.Then,we develop a joint location-power estimation method based on the heuristic population evolutionary optimization algorithm.Considering the variation of electromagnetic environment,we self-learn the path loss(PL)model based on the sampling data.Finally,the 3D spectrum is reconstructed according to the self-learned PL model and the extracted knowledge of radiation sources.Simulations show that the proposed 3D spectrum map reconstruction scheme not only has splendid adaptability to the environment,but also achieves high spectrum construction accuracy even when the sampling rate is very low.
基金supported by the National Natural Science Foundation of China(No.12202295)the International(Regional)Cooperation and Exchange Projects of the National Natural Science Foundation of China(No.W2421002)+2 种基金the Sichuan Science and Technology Program(No.2025ZNSFSC0845)Zhejiang Provincial Natural Science Foundation of China(No.ZCLZ24A0201)the Fundamental Research Funds for the Provincial Universities of Zhejiang(No.GK249909299001-004)。
文摘Deployable Composite Thin-Walled Structures(DCTWS)are widely used in space applications due to their ability to compactly fold and self-deploy in orbit,enabled by cutouts.Cutout design is crucial for balancing structural rigidity and flexibility,ensuring material integrity during large deformations,and providing adequate load-bearing capacity and stability once deployed.Most research has focused on optimizing cutout size and shape,while topology optimization offers a broader design space.However,the anisotropic properties of woven composite laminates,complex failure criteria,and multi-performance optimization needs have limited the exploration of topology optimization in this field.This work derives the sensitivities of bending stiffness,critical buckling load,and the failure index of woven composite materials with respect to element density,and formulates both single-objective and multi-objective topology optimization models using a linear weighted aggregation approach.The developed method was integrated with the commercial finite element software ABAQUS via a Python script,allowing efficient application to cutout design in various DCTWS configurations to maximize bending stiffness and critical buckling load under material failure constraints.Optimization of a classical tubular hinge resulted in improvements of 107.7%in bending stiffness and 420.5%in critical buckling load compared to level-set topology optimization results reported in the literature,validating the effectiveness of the approach.To facilitate future research and encourage the broader adoption of topology optimization techniques in DCTWS design,the source code for this work is made publicly available via a Git Hub link:https://github.com/jinhao-ok1/Topo-for-DCTWS.git.
基金supported by the National Natural Science Foundation of China under Grant No.61972040the Science and Technology Research and Development Project funded by China Railway Material Trade Group Luban Company.
文摘In a wide range of engineering applications,complex constrained multi-objective optimization problems(CMOPs)present significant challenges,as the complexity of constraints often hampers algorithmic convergence and reduces population diversity.To address these challenges,we propose a novel algorithm named Constraint IntensityDriven Evolutionary Multitasking(CIDEMT),which employs a two-stage,tri-task framework to dynamically integrates problem structure and knowledge transfer.In the first stage,three cooperative tasks are designed to explore the Constrained Pareto Front(CPF),the Unconstrained Pareto Front(UPF),and theε-relaxed constraint boundary,respectively.A CPF-UPF relationship classifier is employed to construct a problem-type-aware evolutionary strategy pool.At the end of the first stage,each task selects strategies from this strategy pool based on the specific type of problem,thereby guiding the subsequent evolutionary process.In the second stage,while each task continues to evolve,aτ-driven knowledge transfer mechanism is introduced to selectively incorporate effective solutions across tasks.enhancing the convergence and feasibility of the main task.Extensive experiments conducted on 32 benchmark problems from three test suites(LIRCMOP,DASCMOP,and DOC)demonstrate that CIDEMT achieves the best Inverted Generational Distance(IGD)values on 24 problems and the best Hypervolume values(HV)on 22 problems.Furthermore,CIDEMT significantly outperforms six state-of-the-art constrained multi-objective evolutionary algorithms(CMOEAs).These results confirm CIDEMT’s superiority in promoting convergence,diversity,and robustness in solving complex CMOPs.
文摘Community detection is one of the most fundamental applications in understanding the structure of complicated networks.Furthermore,it is an important approach to identifying closely linked clusters of nodes that may represent underlying patterns and relationships.Networking structures are highly sensitive in social networks,requiring advanced techniques to accurately identify the structure of these communities.Most conventional algorithms for detecting communities perform inadequately with complicated networks.In addition,they miss out on accurately identifying clusters.Since single-objective optimization cannot always generate accurate and comprehensive results,as multi-objective optimization can.Therefore,we utilized two objective functions that enable strong connections between communities and weak connections between them.In this study,we utilized the intra function,which has proven effective in state-of-the-art research studies.We proposed a new inter-function that has demonstrated its effectiveness by making the objective of detecting external connections between communities is to make them more distinct and sparse.Furthermore,we proposed a Multi-Objective community strength enhancement algorithm(MOCSE).The proposed algorithm is based on the framework of the Multi-Objective Evolutionary Algorithm with Decomposition(MOEA/D),integrated with a new heuristic mutation strategy,community strength enhancement(CSE).The results demonstrate that the model is effective in accurately identifying community structures while also being computationally efficient.The performance measures used to evaluate the MOEA/D algorithm in our work are normalized mutual information(NMI)and modularity(Q).It was tested using five state-of-the-art algorithms on social networks,comprising real datasets(Zachary,Dolphin,Football,Krebs,SFI,Jazz,and Netscience),as well as twenty synthetic datasets.These results provide the robustness and practical value of the proposed algorithm in multi-objective community identification.
基金supported by Key Science and Technology Program of Henan Province,China(Grant Nos.242102210147,242102210027)Fujian Province Young and Middle aged Teacher Education Research Project(Science and Technology Category)(No.JZ240101)(Corresponding author:Dong Yuan).
文摘Vehicle Edge Computing(VEC)and Cloud Computing(CC)significantly enhance the processing efficiency of delay-sensitive and computation-intensive applications by offloading compute-intensive tasks from resource-constrained onboard devices to nearby Roadside Unit(RSU),thereby achieving lower delay and energy consumption.However,due to the limited storage capacity and energy budget of RSUs,it is challenging to meet the demands of the highly dynamic Internet of Vehicles(IoV)environment.Therefore,determining reasonable service caching and computation offloading strategies is crucial.To address this,this paper proposes a joint service caching scheme for cloud-edge collaborative IoV computation offloading.By modeling the dynamic optimization problem using Markov Decision Processes(MDP),the scheme jointly optimizes task delay,energy consumption,load balancing,and privacy entropy to achieve better quality of service.Additionally,a dynamic adaptive multi-objective deep reinforcement learning algorithm is proposed.Each Double Deep Q-Network(DDQN)agent obtains rewards for different objectives based on distinct reward functions and dynamically updates the objective weights by learning the value changes between objectives using Radial Basis Function Networks(RBFN),thereby efficiently approximating the Pareto-optimal decisions for multiple objectives.Extensive experiments demonstrate that the proposed algorithm can better coordinate the three-tier computing resources of cloud,edge,and vehicles.Compared to existing algorithms,the proposed method reduces task delay and energy consumption by 10.64%and 5.1%,respectively.
基金supported by the National Science and Technology Council of under Grant NSTC 114-2221-E-130-007.
文摘This paper presents an intelligent patrol and security robot integrating 2D LiDAR and RGB-D vision sensors to achieve semantic simultaneous localization and mapping(SLAM),real-time object recognition,and dynamic obstacle avoidance.The system employs the YOLOv7 deep-learning framework for semantic detection and SLAM for localization and mapping,fusing geometric and visual data to build a high-fidelity 2D semantic map.This map enables the robot to identify and project object information for improved situational awareness.Experimental results show that object recognition reached 95.4%mAP@0.5.Semantic completeness increased from 68.7%(single view)to 94.1%(multi-view)with an average position error of 3.1 cm.During navigation,the robot achieved 98.0%reliability,avoided moving obstacles in 90.0%of encounters,and replanned paths in 0.42 s on average.The integration of LiDAR-based SLAMwith deep-learning–driven semantic perception establishes a robust foundation for intelligent,adaptive,and safe robotic navigation in dynamic environments.
基金National Natural Science Foundation of China,No.42301470,No.52270185,No.42171389Capacity Building Program of Local Colleges and Universities in Shanghai,No.21010503300。
文摘Rapid urbanization in China has led to spatial antagonism between urban development and farmland protection and ecological security maintenance.Multi-objective spatial collaborative optimization is a powerful method for achieving sustainable regional development.Previous studies on multi-objective spatial optimization do not involve spatial corrections to simulation results based on the natural endowment of space resources.This study proposes an Ecological Security-Food Security-Urban Sustainable Development(ES-FS-USD)spatial optimization framework.This framework combines the non-dominated sorting genetic algorithm II(NSGA-II)and patch-generating land use simulation(PLUS)model with an ecological protection importance evaluation,comprehensive agricultural productivity evaluation,and urban sustainable development potential assessment and optimizes the territorial space in the Yangtze River Delta(YRD)region in 2035.The proposed sustainable development(SD)scenario can effectively reduce the destruction of landscape patterns of various land-use types while considering both ecological and economic benefits.The simulation results were further revised by evaluating the land-use suitability of the YRD region.According to the revised spatial pattern for the YRD in 2035,the farmland area accounts for 43.59%of the total YRD,which is 5.35%less than that in 2010.Forest,grassland,and water area account for 40.46%of the total YRD—an increase of 1.42%compared with the case in 2010.Construction land accounts for 14.72%of the total YRD—an increase of 2.77%compared with the case in 2010.The ES-FS-USD spatial optimization framework ensures that spatial optimization outcomes are aligned with the natural endowments of land resources,thereby promoting the sustainable use of land resources,improving the ability of spatial management,and providing valuable insights for decision makers.
基金supported by the Basic Science Research Program through the National Research Foundation of Korea(NRF),funded by the Ministry of Education(RS-2023-00249743).
文摘Most Convolutional Neural Network(CNN)interpretation techniques visualize only the dominant cues that the model relies on,but there is no guarantee that these represent all the evidence the model uses for classification.This limitation becomes critical when hidden secondary cues—potentially more meaningful than the visualized ones—remain undiscovered.This study introduces CasCAM(Cascaded Class Activation Mapping)to address this fundamental limitation through counterfactual reasoning.By asking“if this dominant cue were absent,what other evidence would the model use?”,CasCAM progressively masks the most salient features and systematically uncovers the hierarchy of classification evidence hidden beneath them.Experimental results demonstrate that CasCAM effectively discovers the full spectrum of reasoning evidence and can be universally applied with nine existing interpretation methods.
基金Application Research of MRI Physiological Quantitative Imaging Technology in the Diagnosis of Cartilage Injury(Project No.:RCYJ2021-04)。
文摘Objective:To retrospectively evaluate the diagnostic efficacy of traditional MRI and T2 Mapping quantitative imaging technology for knee joint cartilage injury,clarify the differences in diagnostic value of the two imaging methods in different injury grades and different cartilage subregions,and provide evidence-based basis for the accurate diagnosis of clinical cartilage injury.Methods:Clinical and imaging data of 286 patients with knee joint lesions admitted to the Affiliated Hospital of Xiangtan Medicine and Health Vocational College from January 2020 to June 2023 were collected retrospectively.All patients underwent both traditional MRI sequences and T2 Mapping sequences.The knee joint cartilage was divided into 14 subregions.Two senior radiologists independently diagnosed the images of the two imaging technologies using a blind method and recorded the cartilage injury grades.The sensitivity,specificity,accuracy,positive predictive value,negative predictive value,and area under the receiver operating characteristic curve(AUC)of the two technologies for diagnosing cartilage injury were calculated and compared,and the differences in their diagnostic efficacy in different injury grades and different subregions were analyzed.Results:A total of 4004 cartilage subregions from 286 patients were included in the analysis,including 1836 injured subregions and 2168 normal subregions.The overall sensitivity(89.7%),accuracy(91.2%),and AUC(0.946)of T2 Mapping quantitative imaging for diagnosing cartilage injury were significantly higher than those of traditional MRI(76.3%,82.5%,and 0.852 respectively),with statistically significant differences(p<0.001);there was no significant difference in specificity between the two(93.5%vs 90.8%,p=0.062).Subgroup analysis showed that T2 Mapping had the most significant diagnostic advantage in early cartilage injury(Grade 1),with sensitivity(78.5%)33.2%higher than that of traditional MRI(45.3%)(p<0.001).Conclusion:The diagnostic efficacy of T2 Mapping quantitative imaging for knee joint cartilage injury is significantly superior to that of traditional MRI,especially in the detection of early cartilage injury and accurate evaluation of weight-bearing area injury.Data verify its clinical applicability and reliability.It can be used as an important supplementary method to traditional MRI,and is recommended for the early diagnosis,grading evaluation,and clinical follow-up of cartilage injury.
基金funded by the National Key R&D Program of China under Grant(No.2022YFB3102901)National Natural Science Foundation of China(Nos.62072115,62102094)Shanghai Science and Technology Innovation Action Plan Project(No.22510713600).
文摘User identity linkage(UIL)across online social networks seeks to match accounts belonging to the same real-world individual.This cross-platformmapping enables accurate user modeling but also raises serious privacy risks.Over the past decade,the research community has developed a wide range of UIL methods,from structural embeddings tomultimodal fusion architectures.However,corresponding adversarial and defensive approaches remain fragmented and comparatively understudied.In this survey,we provide a unified overview of both mapping and antimappingmethods for UIL.We categorize representativemappingmodels by learning paradigmand datamodality,and systematically compare them with emerging countermeasures including adversarial injection,structural perturbation,and identity obfuscation.To bridge these two threads,we introduce amodality-oriented taxonomy and a formal gametheoretic framing that casts cross-network mapping as a contest between mappers and anti-mappers.This framing allows us to construct a cross-modality dependency matrix,which reveals structural information as themost contested signal,identifies node injection as the most robust defensive strategy,and points to multimodal integration as a promising direction.Our survey underscores the need for balanced,privacy-preserving identity inference and provides a foundation for future research on the adversarial dynamics of social identity mapping and defense.
基金Under the auspices of the National Natural Science Foundation of China(No.42101342,U2243205)the Third Comprehensive Scientific Expedition to Xinjiang(No.2021XJKK1403)。
文摘Cotton is an important global cash crops that serve as the primary source of natural fiber for textiles.A thorough understand-ing of the long-term variations in cotton cultivation is vital for optimizing cotton cultivation management and promoting the sustainable development of the cotton industry.Xinjiang is the primary cotton-producing region in China.However,long-term data of cotton cultiv-ation areas with high spatial resolution are unavailable for Xinjiang,China.Therefore,this study aimed to identify and map an accurate 30-m cotton cultivation area dataset in Xinjiang from 2000 to 2020 by applying a Random Forest(RF)-based method that integrates Landsat and Moderate Resolution Imaging Spectroradiometer(MODIS)images,and validated the applicability and accuracy of dataset at a large spatial scale.Then,this study analyzed the spatiotemporal variations and influencing factors of cotton cultivation in the study period.The results showed that a high classification accuracy was achieved(overall accuracy>85%,F1>0.80),strongly agreeing with county-level agricultural statistical yearbook data(R2>0.72).Significant spatiotemporal variation in the cotton cultivation areas was found in Xinjiang,with a total increase of 1131.26 kha from 2000 to 2020.Notably,cotton cultivation area in southern Xinjiang expan-ded substantially,with that in Aksu increasing from 20.10%in 2000 to 28.17%in 2020,representing an expansion of 374.29 kha.In northern Xinjiang,the cotton areas in the Tacheng region also exhibited significant increased by almost ten percentage points in the same period.In contrast,cotton cultivation in eastern Xinjiang declined,decreasing from 2.22%in 2000 to merely 0.24%in 2020.Standard deviation ellipse analysis revealed a‘northeast-southwest’spatial distribution,with the centroid consistently located in Aksu and shifting 102.96 km over the 20-yr period.Pearson correlation analysis indicated that socioeconomic factors had a stronger influence on cotton cultivation than climatic factors,with effective irrigation area(r=0.963,P<0.05)and total agricultural machinery power(r=0.823)showing significant positive correlations,whereas climatic variables exhibiting weak associations(r<0.200).These results provide valuable scientific data for informed agricultural management,sustainable development,and policymaking.
文摘This study presents a reflective bibliometric review of 1457 peer-reviewed articles published in the Journal of Psychology in Africa(2008-2024,17 years),using a Meta-Editorial Mapping Framework(MEMF)analysis.The MEMF integrates citation metrics,keyword novelty ratios,TF-IDF weighting,and cluster-based topic modeling to trace long-term thematic trends and editorial evolution.Findings reveal sustained attention to foundational domains such as mental health,education,and identity,alongside a gradual integration of emergent themes including digital well-being,organizational behavior,and post-pandemic adaptation.Articles with moderate topical novelty(40%-60% new keywords)achieved the highest citation and usage metrics,suggesting that integrative innovation enhances scholarly impact.Clustering analyses indicate that the journal’s content forms overlapping conceptual domains rather than isolated silos.These insights contribute to editorial strategy,authorial positioning,and the future design of regional academic platforms.Moreover,the findings provide evidence supporting the use of the MEMF as a replicable tool for meta-editorial analysis across disciplinary and geographic boundaries.