In this manuscript, Local dynamic behaviors including stability and Hopf bifurcation of a new four-dimensional quadratic autonomous system are studied both analytically and numerically. Determining conditions of equil...In this manuscript, Local dynamic behaviors including stability and Hopf bifurcation of a new four-dimensional quadratic autonomous system are studied both analytically and numerically. Determining conditions of equilibrium points on different parameters are derived. Next, the stability conditions are investigated by using Routh-Hurwitz criterion and bifurcation conditions are investigated by using Hopf bifurcation theory, respectively. It is found that Hopf bifurcation on the initial point is supercritical in this four-dimensional autonomous system. The theoretical results are verified by numerical simulation. Besides, the new four-dimensional autonomous system under the parametric conditions of hyperchaos is studied in detail. It is also found that the system can enter hyperchaos, first through Hopf bifurcation and then through periodic bifurcation.展开更多
Scalable simulation leveraging real-world data plays an essential role in advancing autonomous driving,owing to its efficiency and applicability in both training and evaluating algorithms.Consequently,there has been i...Scalable simulation leveraging real-world data plays an essential role in advancing autonomous driving,owing to its efficiency and applicability in both training and evaluating algorithms.Consequently,there has been increasing attention on generating highly realistic and consistent driving videos,particularly those involving viewpoint changes guided by the control commands or trajectories of ego vehicles.However,current reconstruction approaches,such as Neural Radiance Fields and 3D Gaussian Splatting,frequently suffer from limited generalization and depend on substantial input data.Meanwhile,2D generative models,though capable of producing unknown scenes,still have room for improvement in terms of coherence and visual realism.To overcome these challenges,we introduce GenScene,a world model that synthesizes front-view driving videos conditioned on trajectories.A new temporal module is presented to improve video consistency by extracting the global context of each frame,calculating relationships of frames using these global representations,and fusing frame contexts accordingly.Moreover,we propose an innovative attention mechanism that computes relations of pixels within each frame and pixels in the corresponding window range of the initial frame.Extensive experiments show that our approach surpasses various state-of-the-art models in driving video generation,and the introduced modules contribute significantly to model performance.This work establishes a new paradigm for goal-oriented video synthesis in autonomous driving,which facilitates on-demand simulation to expedite algorithm development.展开更多
This survey presents a comprehensive examination of sensor fusion research spanning four decades,tracing the methodological evolution,application domains,and alignment with classical hierarchical models.Building on th...This survey presents a comprehensive examination of sensor fusion research spanning four decades,tracing the methodological evolution,application domains,and alignment with classical hierarchical models.Building on this long-term trajectory,the foundational approaches such as probabilistic inference,early neural networks,rulebasedmethods,and feature-level fusion established the principles of uncertainty handling andmulti-sensor integration in the 1990s.The fusion methods of 2000s marked the consolidation of these ideas through advanced Kalman and particle filtering,Bayesian–Dempster–Shafer hybrids,distributed consensus algorithms,and machine learning ensembles for more robust and domain-specific implementations.From 2011 to 2020,the widespread adoption of deep learning transformed the field driving some major breakthroughs in the autonomous vehicles domain.A key contribution of this work is the assessment of contemporary methods against the JDL model,revealing gaps at higher levels-especially in situation and impact assessment.Contemporary methods offer only limited implementation of higher-level fusion.The survey also reviews the benchmark multi-sensor datasets,noting their role in advancing the field while identifying major shortcomings like the lack of domain diversity and hierarchical coverage.By synthesizing developments across decades and paradigms,this survey provides both a historical narrative and a forward-looking perspective.It highlights unresolved challenges in transparency,scalability,robustness,and trustworthiness,while identifying emerging paradigms such as neuromorphic fusion and explainable AI as promising directions.This paves the way forward for advancing sensor fusion towards transparent and adaptive next-generation autonomous systems.展开更多
As carrier aircraft sortie frequency and flight deck operational density increase,autonomous dispatch trajectory planning for carrier-based vehicles demands efficient,safe,and kinematically feasible solutions.This pap...As carrier aircraft sortie frequency and flight deck operational density increase,autonomous dispatch trajectory planning for carrier-based vehicles demands efficient,safe,and kinematically feasible solutions.This paper presents an Iterative Safe Dispatch Corridor(iSDC)framework,addressing the suboptimality of the traditional SDC method caused by static corridor construction and redundant obstacle exploration.First,a Kinodynamic-Informed-Bidirectional Rapidly-exploring Random Tree Star(KIBRRT^(*))algorithm is proposed for the front-end coarse planning.By integrating bidirectional tree expansion,goal-biased elliptical sampling,and artificial potential field guidance,it reduces unnecessary exploration near concave obstacles and generates kinematically admissible paths.Secondly,the traditional SDC is implemented in an iterative manner,and the obtained trajectory in the current iteration is fed into the next iteration for corridor generation,thus progressively improving the quality of withincorridor constraints.For tractors,a reverse-motion penalty function is incorporated into the back-end optimizer to prioritize forward driving,aligning with mechanical constraints and human operational preferences.Numerical validations on the data of Gerald R.Ford-class carrier demonstrate that the KIBRRT^(*)reduces average computational time by 75%and expansion nodes by 25%compared to conventional RRT^(*)algorithms.Meanwhile,the iSDC framework yields more time-efficient trajectories for both carrier aircraft and tractors,with the dispatch time reduced by 31.3%and tractor reverse motion proportion decreased by 23.4%relative to traditional SDC.The presented framework offers a scalable solution for autonomous dispatch in confined and safety-critical environment,and an illustrative animation is available at bilibili.com/video/BV1tZ7Zz6Eyz.Moreover,the framework can be easily extended to three-dimension scenarios,and thus applicable for trajectory planning of aerial and underwater vehicles.展开更多
At present,energy consumption is one of the main bottlenecks in autonomous mobile robot development.To address the challenge of high energy consumption in path planning for autonomous mobile robots navigating unknown ...At present,energy consumption is one of the main bottlenecks in autonomous mobile robot development.To address the challenge of high energy consumption in path planning for autonomous mobile robots navigating unknown and complex environments,this paper proposes an Attention-Enhanced Dueling Deep Q-Network(ADDueling DQN),which integrates a multi-head attention mechanism and a prioritized experience replay strategy into a Dueling-DQN reinforcement learning framework.A multi-objective reward function,centered on energy efficiency,is designed to comprehensively consider path length,terrain slope,motion smoothness,and obstacle avoidance,enabling optimal low-energy trajectory generation in 3D space from the source.The incorporation of a multihead attention mechanism allows the model to dynamically focus on energy-critical state features—such as slope gradients and obstacle density—thereby significantly improving its ability to recognize and avoid energy-intensive paths.Additionally,the prioritized experience replay mechanism accelerates learning from key decision-making experiences,suppressing inefficient exploration and guiding the policy toward low-energy solutions more rapidly.The effectiveness of the proposed path planning algorithm is validated through simulation experiments conducted in multiple off-road scenarios.Results demonstrate that AD-Dueling DQN consistently achieves the lowest average energy consumption across all tested environments.Moreover,the proposed method exhibits faster convergence and greater training stability compared to baseline algorithms,highlighting its global optimization capability under energy-aware objectives in complex terrains.This study offers an efficient and scalable intelligent control strategy for the development of energy-conscious autonomous navigation systems.展开更多
Unmanned Aerial Vehicle(UAV)plays a prominent role in various fields,and autonomous navigation is a crucial component of UAV intelligence.Deep Reinforcement Learning(DRL)has expanded the research avenues for addressin...Unmanned Aerial Vehicle(UAV)plays a prominent role in various fields,and autonomous navigation is a crucial component of UAV intelligence.Deep Reinforcement Learning(DRL)has expanded the research avenues for addressing challenges in autonomous navigation.Nonetheless,challenges persist,including getting stuck in local optima,consuming excessive computations during action space exploration,and neglecting deterministic experience.This paper proposes a noise-driven enhancement strategy.In accordance with the overall learning phases,a global noise control method is designed,while a differentiated local noise control method is developed by analyzing the exploration demands of four typical situations encountered by UAV during navigation.Both methods are integrated into a dual-model for noise control to regulate action space exploration.Furthermore,noise dual experience replay buffers are designed to optimize the rational utilization of both deterministic and noisy experience.In uncertain environments,based on the Twin Delay Deep Deterministic Policy Gradient(TD3)algorithm with Long Short-Term Memory(LSTM)network and Priority Experience Replay(PER),a Noise-Driven Enhancement Priority Memory TD3(NDE-PMTD3)is developed.We established a simulation environment to compare different algorithms,and the performance of the algorithms is analyzed in various scenarios.The training results indicate that the proposed algorithm accelerates the convergence speed and enhances the convergence stability.In test experiments,the proposed algorithm successfully and efficiently performs autonomous navigation tasks in diverse environments,demonstrating superior generalization results.展开更多
A new four-dimensional quadratic smooth autonomous chaotic system is presented in this paper, which can exhibit periodic orbit and chaos under the conditions on the system parameters. Importantly, the system can gener...A new four-dimensional quadratic smooth autonomous chaotic system is presented in this paper, which can exhibit periodic orbit and chaos under the conditions on the system parameters. Importantly, the system can generate one-, two-, three- and four-scroll chaotic attractors with appropriate choices of parameters. Interestingly, all the attractors are generated only by changing a single parameter. The dynamic analysis approach in the paper involves time series, phase portraits, Poincare maps, a bifurcation diagram, and Lyapunov exponents, to investigate some basic dynamical behaviours of the proposed four-dimensional system.展开更多
In this paper, we propose a novel four-dimensional autonomous chaotic system. Of particular interest is that this novel system can generate one-, two, three- and four-wing chaotic attractors with the variation of a si...In this paper, we propose a novel four-dimensional autonomous chaotic system. Of particular interest is that this novel system can generate one-, two, three- and four-wing chaotic attractors with the variation of a single parameter, and the multi-wing type of the chaotic attractors can be displayed in all directions. The system is simple with a large positive Lyapunov exponent and can exhibit some interesting and complicated dynamical behaviours. Basic dynamical properties of the four-dimensional chaotic system, such as equilibrium points, the Poincare map, the bifurcation diagram and the Lyapunov exponents are investigated by using either theoretical analysis or numerical method. Finally, a circuit is designed for the implementation of the multi-wing chaotic attractors. The electronic workbench observations axe in good agreement with the numerical simulation results.展开更多
Safe and efficient sortie scheduling on the confined flight deck is crucial for maintaining high combat effectiveness of the aircraft carrier.The primary difficulty exactly lies in the spatiotemporal coordination,i.e....Safe and efficient sortie scheduling on the confined flight deck is crucial for maintaining high combat effectiveness of the aircraft carrier.The primary difficulty exactly lies in the spatiotemporal coordination,i.e.,allocation of limited supporting resources and collision-avoidance between heterogeneous dispatch entities.In this paper,the problem is investigated in the perspective of hybrid flow-shop scheduling problem by synthesizing the precedence,space and resource constraints.Specifically,eight processing procedures are abstracted,where tractors,preparing spots,catapults,and launching are virtualized as machines.By analyzing the constraints in sortie scheduling,a mixed-integer planning model is constructed.In particular,the constraint on preparing spot occupancy is improved to further enhance the sortie efficiency.The basic trajectory library for each dispatch entity is generated and a delayed strategy is integrated to address the collision-avoidance issue.To efficiently solve the formulated HFSP,which is essentially a combinatorial problem with tightly coupled constraints,a chaos-initialized genetic algorithm is developed.The solution framework is validated by the simulation environment referring to the Fort-class carrier,exhibiting higher sortie efficiency when compared to existing strategies.And animation of the simulation results is available at www.bilibili.com/video/BV14t421A7Tt/.The study presents a promising supporting technique for autonomous flight deck operation in the foreseeable future,and can be easily extended to other supporting scenarios,e.g.,ammunition delivery and aircraft maintenance.展开更多
The fast growth of mobile autonomous machines from traditional equipment to unmanned autonomous vehicles has fueled the demand for accurate and reliable localization solutions in diverse application domains.Ultra Wide...The fast growth of mobile autonomous machines from traditional equipment to unmanned autonomous vehicles has fueled the demand for accurate and reliable localization solutions in diverse application domains.Ultra Wide Band(UWB)technology has emerged as a promising candidate for addressing this need,offering high precision,immunity to multipath interference,and robust performance in challenging environments.In this comprehensive survey,we systematically explore UWB-based localization for mobile autonomous machines,spanning from fundamental principles to future trends.To the best of our knowledge,this review paper stands as the pioneer in systematically dissecting the algorithms of UWB-based localization for mobile autonomous machines,covering a spectrum from bottom-ranging schemes to advanced sensor fusion,error mitigation,and optimization techniques.By synthesizing existing knowledge,evaluating current methodologies,and highlighting future trends,this review aims to catalyze progress and innovation in the field,unlocking new opportunities for mobile autonomous machine applications across diverse industries and domains.Thus,it serves as a valuable resource for researchers,practitioners,and stakeholders interested in advancing the state-of-the-art UWB-based localization for mobile autonomous machines.展开更多
Acute mountain sickness(AMS) is an illness caused by hypoxia due to rapid ascent to altitudes above 2,500 m. Symptoms include headache,nausea, vomiting, and loss of appetite, all of which usually improve within 1 to 2...Acute mountain sickness(AMS) is an illness caused by hypoxia due to rapid ascent to altitudes above 2,500 m. Symptoms include headache,nausea, vomiting, and loss of appetite, all of which usually improve within 1 to 2 days. However,untreated AMS can progress to life-threatening conditions such as high-altitude cerebral and pulmonary edema(HACE and HAPE, respectively)^([1]).展开更多
Integrating autonomous vehicles (AVs) and autonomous parking spaces (APS) marks a transformative development in urban mobility and sustainability. This paper reflects on these technologies’ historical evolution, curr...Integrating autonomous vehicles (AVs) and autonomous parking spaces (APS) marks a transformative development in urban mobility and sustainability. This paper reflects on these technologies’ historical evolution, current interdependence, and future potential through the lens of environmental, social, and economic sustainability. Historically, parking systems evolved from manual designs to automated processes yet remained focused on convenience rather than sustainability. Presently, advancements in smart infrastructure and vehicle-to-infrastructure (V2I) communication have enabled AVs and APS to operate as a cohesive system, optimizing space, energy, and transportation efficiency. Looking ahead, the seamless integration of AVs and APS into broader smart city ecosystems promises to redefine urban landscapes by repurposing traditional parking infrastructure into multifunctional spaces and supporting renewable energy initiatives. These technologies align with global sustainability goals by mitigating emissions, reducing urban sprawl, and fostering adaptive land uses. This reflection highlights the need for collaborative efforts among stakeholders to address regulatory and technological challenges, ensuring the equitable and efficient deployment of AVs and APS for smarter, greener cities.展开更多
Xi Jinping,general secretary of the Communist Party of China(CPC)Central Committee,stressed that we should adhere to the“two integrations”(namely,integrating the basic tenets of Marxism with China’s specific realit...Xi Jinping,general secretary of the Communist Party of China(CPC)Central Committee,stressed that we should adhere to the“two integrations”(namely,integrating the basic tenets of Marxism with China’s specific realities and fine traditional culture),root ourselves in Chinese soil,carry forward the Chinese cultural heritage,and strengthen the academic foundation.We should accelerate the building of an independent knowledge system for Chinese philosophy and social sciences,and formulate original concepts and develop systems of academic discipline,research and discourse,drawing on China’s rich experience of advancing human rights.In the face of changes of a magnitude not seen in a century,in the historic process of advancing the great rejuvenation of the Chinese nation on all fronts through Chinese modernization,we should and must strengthen our theoretical self-consciousness and confidence in the path of Chinese modernization.We need to enhance human rights research,develop the human rights theoretical system and paradigm that are based on Chinese realities and express Chinese voice,and an independent Chinese knowledge system for human rights.展开更多
Autonomous Transporta tion Research(中文刊名《自主交通研究》,简称ATRes期刊)是由武汉理工大学主办,水路交通控制全国重点实验室、国家水运安全工程技术研究中心、交通信息与安全教育部工程研究中心等协办,科爱出版社出版发行的英...Autonomous Transporta tion Research(中文刊名《自主交通研究》,简称ATRes期刊)是由武汉理工大学主办,水路交通控制全国重点实验室、国家水运安全工程技术研究中心、交通信息与安全教育部工程研究中心等协办,科爱出版社出版发行的英文开放获取式高水平学术期刊,国际标准连续出版物号:ISSN 3050-8622。展开更多
文摘In this manuscript, Local dynamic behaviors including stability and Hopf bifurcation of a new four-dimensional quadratic autonomous system are studied both analytically and numerically. Determining conditions of equilibrium points on different parameters are derived. Next, the stability conditions are investigated by using Routh-Hurwitz criterion and bifurcation conditions are investigated by using Hopf bifurcation theory, respectively. It is found that Hopf bifurcation on the initial point is supercritical in this four-dimensional autonomous system. The theoretical results are verified by numerical simulation. Besides, the new four-dimensional autonomous system under the parametric conditions of hyperchaos is studied in detail. It is also found that the system can enter hyperchaos, first through Hopf bifurcation and then through periodic bifurcation.
基金supported by the Cultivation Program for Major Scientific Research Projects of Harbin Institute of Technology(ZDXMPY20180109).
文摘Scalable simulation leveraging real-world data plays an essential role in advancing autonomous driving,owing to its efficiency and applicability in both training and evaluating algorithms.Consequently,there has been increasing attention on generating highly realistic and consistent driving videos,particularly those involving viewpoint changes guided by the control commands or trajectories of ego vehicles.However,current reconstruction approaches,such as Neural Radiance Fields and 3D Gaussian Splatting,frequently suffer from limited generalization and depend on substantial input data.Meanwhile,2D generative models,though capable of producing unknown scenes,still have room for improvement in terms of coherence and visual realism.To overcome these challenges,we introduce GenScene,a world model that synthesizes front-view driving videos conditioned on trajectories.A new temporal module is presented to improve video consistency by extracting the global context of each frame,calculating relationships of frames using these global representations,and fusing frame contexts accordingly.Moreover,we propose an innovative attention mechanism that computes relations of pixels within each frame and pixels in the corresponding window range of the initial frame.Extensive experiments show that our approach surpasses various state-of-the-art models in driving video generation,and the introduced modules contribute significantly to model performance.This work establishes a new paradigm for goal-oriented video synthesis in autonomous driving,which facilitates on-demand simulation to expedite algorithm development.
文摘This survey presents a comprehensive examination of sensor fusion research spanning four decades,tracing the methodological evolution,application domains,and alignment with classical hierarchical models.Building on this long-term trajectory,the foundational approaches such as probabilistic inference,early neural networks,rulebasedmethods,and feature-level fusion established the principles of uncertainty handling andmulti-sensor integration in the 1990s.The fusion methods of 2000s marked the consolidation of these ideas through advanced Kalman and particle filtering,Bayesian–Dempster–Shafer hybrids,distributed consensus algorithms,and machine learning ensembles for more robust and domain-specific implementations.From 2011 to 2020,the widespread adoption of deep learning transformed the field driving some major breakthroughs in the autonomous vehicles domain.A key contribution of this work is the assessment of contemporary methods against the JDL model,revealing gaps at higher levels-especially in situation and impact assessment.Contemporary methods offer only limited implementation of higher-level fusion.The survey also reviews the benchmark multi-sensor datasets,noting their role in advancing the field while identifying major shortcomings like the lack of domain diversity and hierarchical coverage.By synthesizing developments across decades and paradigms,this survey provides both a historical narrative and a forward-looking perspective.It highlights unresolved challenges in transparency,scalability,robustness,and trustworthiness,while identifying emerging paradigms such as neuromorphic fusion and explainable AI as promising directions.This paves the way forward for advancing sensor fusion towards transparent and adaptive next-generation autonomous systems.
基金support of the National Key Research and Development Plan(Grant No.2021YFB3302501)the financial support of the National Science Foundation of China(Grant No.12161076)the financial support of the Fundamental Research Funds for the Central Universities(Grant No.DUT24LAB129).
文摘As carrier aircraft sortie frequency and flight deck operational density increase,autonomous dispatch trajectory planning for carrier-based vehicles demands efficient,safe,and kinematically feasible solutions.This paper presents an Iterative Safe Dispatch Corridor(iSDC)framework,addressing the suboptimality of the traditional SDC method caused by static corridor construction and redundant obstacle exploration.First,a Kinodynamic-Informed-Bidirectional Rapidly-exploring Random Tree Star(KIBRRT^(*))algorithm is proposed for the front-end coarse planning.By integrating bidirectional tree expansion,goal-biased elliptical sampling,and artificial potential field guidance,it reduces unnecessary exploration near concave obstacles and generates kinematically admissible paths.Secondly,the traditional SDC is implemented in an iterative manner,and the obtained trajectory in the current iteration is fed into the next iteration for corridor generation,thus progressively improving the quality of withincorridor constraints.For tractors,a reverse-motion penalty function is incorporated into the back-end optimizer to prioritize forward driving,aligning with mechanical constraints and human operational preferences.Numerical validations on the data of Gerald R.Ford-class carrier demonstrate that the KIBRRT^(*)reduces average computational time by 75%and expansion nodes by 25%compared to conventional RRT^(*)algorithms.Meanwhile,the iSDC framework yields more time-efficient trajectories for both carrier aircraft and tractors,with the dispatch time reduced by 31.3%and tractor reverse motion proportion decreased by 23.4%relative to traditional SDC.The presented framework offers a scalable solution for autonomous dispatch in confined and safety-critical environment,and an illustrative animation is available at bilibili.com/video/BV1tZ7Zz6Eyz.Moreover,the framework can be easily extended to three-dimension scenarios,and thus applicable for trajectory planning of aerial and underwater vehicles.
文摘At present,energy consumption is one of the main bottlenecks in autonomous mobile robot development.To address the challenge of high energy consumption in path planning for autonomous mobile robots navigating unknown and complex environments,this paper proposes an Attention-Enhanced Dueling Deep Q-Network(ADDueling DQN),which integrates a multi-head attention mechanism and a prioritized experience replay strategy into a Dueling-DQN reinforcement learning framework.A multi-objective reward function,centered on energy efficiency,is designed to comprehensively consider path length,terrain slope,motion smoothness,and obstacle avoidance,enabling optimal low-energy trajectory generation in 3D space from the source.The incorporation of a multihead attention mechanism allows the model to dynamically focus on energy-critical state features—such as slope gradients and obstacle density—thereby significantly improving its ability to recognize and avoid energy-intensive paths.Additionally,the prioritized experience replay mechanism accelerates learning from key decision-making experiences,suppressing inefficient exploration and guiding the policy toward low-energy solutions more rapidly.The effectiveness of the proposed path planning algorithm is validated through simulation experiments conducted in multiple off-road scenarios.Results demonstrate that AD-Dueling DQN consistently achieves the lowest average energy consumption across all tested environments.Moreover,the proposed method exhibits faster convergence and greater training stability compared to baseline algorithms,highlighting its global optimization capability under energy-aware objectives in complex terrains.This study offers an efficient and scalable intelligent control strategy for the development of energy-conscious autonomous navigation systems.
基金the Collaborative Innovation Project of Shanghai,China for the financial support。
文摘Unmanned Aerial Vehicle(UAV)plays a prominent role in various fields,and autonomous navigation is a crucial component of UAV intelligence.Deep Reinforcement Learning(DRL)has expanded the research avenues for addressing challenges in autonomous navigation.Nonetheless,challenges persist,including getting stuck in local optima,consuming excessive computations during action space exploration,and neglecting deterministic experience.This paper proposes a noise-driven enhancement strategy.In accordance with the overall learning phases,a global noise control method is designed,while a differentiated local noise control method is developed by analyzing the exploration demands of four typical situations encountered by UAV during navigation.Both methods are integrated into a dual-model for noise control to regulate action space exploration.Furthermore,noise dual experience replay buffers are designed to optimize the rational utilization of both deterministic and noisy experience.In uncertain environments,based on the Twin Delay Deep Deterministic Policy Gradient(TD3)algorithm with Long Short-Term Memory(LSTM)network and Priority Experience Replay(PER),a Noise-Driven Enhancement Priority Memory TD3(NDE-PMTD3)is developed.We established a simulation environment to compare different algorithms,and the performance of the algorithms is analyzed in various scenarios.The training results indicate that the proposed algorithm accelerates the convergence speed and enhances the convergence stability.In test experiments,the proposed algorithm successfully and efficiently performs autonomous navigation tasks in diverse environments,demonstrating superior generalization results.
文摘A new four-dimensional quadratic smooth autonomous chaotic system is presented in this paper, which can exhibit periodic orbit and chaos under the conditions on the system parameters. Importantly, the system can generate one-, two-, three- and four-scroll chaotic attractors with appropriate choices of parameters. Interestingly, all the attractors are generated only by changing a single parameter. The dynamic analysis approach in the paper involves time series, phase portraits, Poincare maps, a bifurcation diagram, and Lyapunov exponents, to investigate some basic dynamical behaviours of the proposed four-dimensional system.
文摘In this paper, we propose a novel four-dimensional autonomous chaotic system. Of particular interest is that this novel system can generate one-, two, three- and four-wing chaotic attractors with the variation of a single parameter, and the multi-wing type of the chaotic attractors can be displayed in all directions. The system is simple with a large positive Lyapunov exponent and can exhibit some interesting and complicated dynamical behaviours. Basic dynamical properties of the four-dimensional chaotic system, such as equilibrium points, the Poincare map, the bifurcation diagram and the Lyapunov exponents are investigated by using either theoretical analysis or numerical method. Finally, a circuit is designed for the implementation of the multi-wing chaotic attractors. The electronic workbench observations axe in good agreement with the numerical simulation results.
基金the financial support of the National Key Research and Development Plan(2021YFB3302501)the financial support of the National Natural Science Foundation of China(12102077)。
文摘Safe and efficient sortie scheduling on the confined flight deck is crucial for maintaining high combat effectiveness of the aircraft carrier.The primary difficulty exactly lies in the spatiotemporal coordination,i.e.,allocation of limited supporting resources and collision-avoidance between heterogeneous dispatch entities.In this paper,the problem is investigated in the perspective of hybrid flow-shop scheduling problem by synthesizing the precedence,space and resource constraints.Specifically,eight processing procedures are abstracted,where tractors,preparing spots,catapults,and launching are virtualized as machines.By analyzing the constraints in sortie scheduling,a mixed-integer planning model is constructed.In particular,the constraint on preparing spot occupancy is improved to further enhance the sortie efficiency.The basic trajectory library for each dispatch entity is generated and a delayed strategy is integrated to address the collision-avoidance issue.To efficiently solve the formulated HFSP,which is essentially a combinatorial problem with tightly coupled constraints,a chaos-initialized genetic algorithm is developed.The solution framework is validated by the simulation environment referring to the Fort-class carrier,exhibiting higher sortie efficiency when compared to existing strategies.And animation of the simulation results is available at www.bilibili.com/video/BV14t421A7Tt/.The study presents a promising supporting technique for autonomous flight deck operation in the foreseeable future,and can be easily extended to other supporting scenarios,e.g.,ammunition delivery and aircraft maintenance.
文摘The fast growth of mobile autonomous machines from traditional equipment to unmanned autonomous vehicles has fueled the demand for accurate and reliable localization solutions in diverse application domains.Ultra Wide Band(UWB)technology has emerged as a promising candidate for addressing this need,offering high precision,immunity to multipath interference,and robust performance in challenging environments.In this comprehensive survey,we systematically explore UWB-based localization for mobile autonomous machines,spanning from fundamental principles to future trends.To the best of our knowledge,this review paper stands as the pioneer in systematically dissecting the algorithms of UWB-based localization for mobile autonomous machines,covering a spectrum from bottom-ranging schemes to advanced sensor fusion,error mitigation,and optimization techniques.By synthesizing existing knowledge,evaluating current methodologies,and highlighting future trends,this review aims to catalyze progress and innovation in the field,unlocking new opportunities for mobile autonomous machine applications across diverse industries and domains.Thus,it serves as a valuable resource for researchers,practitioners,and stakeholders interested in advancing the state-of-the-art UWB-based localization for mobile autonomous machines.
文摘Acute mountain sickness(AMS) is an illness caused by hypoxia due to rapid ascent to altitudes above 2,500 m. Symptoms include headache,nausea, vomiting, and loss of appetite, all of which usually improve within 1 to 2 days. However,untreated AMS can progress to life-threatening conditions such as high-altitude cerebral and pulmonary edema(HACE and HAPE, respectively)^([1]).
文摘Integrating autonomous vehicles (AVs) and autonomous parking spaces (APS) marks a transformative development in urban mobility and sustainability. This paper reflects on these technologies’ historical evolution, current interdependence, and future potential through the lens of environmental, social, and economic sustainability. Historically, parking systems evolved from manual designs to automated processes yet remained focused on convenience rather than sustainability. Presently, advancements in smart infrastructure and vehicle-to-infrastructure (V2I) communication have enabled AVs and APS to operate as a cohesive system, optimizing space, energy, and transportation efficiency. Looking ahead, the seamless integration of AVs and APS into broader smart city ecosystems promises to redefine urban landscapes by repurposing traditional parking infrastructure into multifunctional spaces and supporting renewable energy initiatives. These technologies align with global sustainability goals by mitigating emissions, reducing urban sprawl, and fostering adaptive land uses. This reflection highlights the need for collaborative efforts among stakeholders to address regulatory and technological challenges, ensuring the equitable and efficient deployment of AVs and APS for smarter, greener cities.
文摘Xi Jinping,general secretary of the Communist Party of China(CPC)Central Committee,stressed that we should adhere to the“two integrations”(namely,integrating the basic tenets of Marxism with China’s specific realities and fine traditional culture),root ourselves in Chinese soil,carry forward the Chinese cultural heritage,and strengthen the academic foundation.We should accelerate the building of an independent knowledge system for Chinese philosophy and social sciences,and formulate original concepts and develop systems of academic discipline,research and discourse,drawing on China’s rich experience of advancing human rights.In the face of changes of a magnitude not seen in a century,in the historic process of advancing the great rejuvenation of the Chinese nation on all fronts through Chinese modernization,we should and must strengthen our theoretical self-consciousness and confidence in the path of Chinese modernization.We need to enhance human rights research,develop the human rights theoretical system and paradigm that are based on Chinese realities and express Chinese voice,and an independent Chinese knowledge system for human rights.
文摘Autonomous Transporta tion Research(中文刊名《自主交通研究》,简称ATRes期刊)是由武汉理工大学主办,水路交通控制全国重点实验室、国家水运安全工程技术研究中心、交通信息与安全教育部工程研究中心等协办,科爱出版社出版发行的英文开放获取式高水平学术期刊,国际标准连续出版物号:ISSN 3050-8622。