Open Access. Powered by Scholars. Published by Universities.®

Engineering Commons

Open Access. Powered by Scholars. Published by Universities.®

Artificial Intelligence and Robotics

Institution
Keyword
Publication Year
Publication
Publication Type
File Type

Articles 361 - 390 of 5389

Full-Text Articles in Engineering

Csc36000 - Modern Distributed Computing Assignment, Saptarashmi Bandyopadhyay Oct 2025

Csc36000 - Modern Distributed Computing Assignment, Saptarashmi Bandyopadhyay

Open Educational Resources

This assignment covers standard performance metrics for Distributed Systems and the basics of Multiprocessing for CSC36000 - Modern Distributed Computing at the City College of New York CUNY. It is an interactive coding assignment intended to be executed in a Python notebook.


Optimization Of Multi-Target Interception Scheme Based On Performance Simulation Modeling, Hanwen Liu, Zhimin Zhuo, Xue Yang Sep 2025

Optimization Of Multi-Target Interception Scheme Based On Performance Simulation Modeling, Hanwen Liu, Zhimin Zhuo, Xue Yang

Journal of System Simulation

Abstract: The air attack scenarios faced by air defense weapons and equipment show the trend of saturation, diversification and intelligence. It is very important to establish multi-target interception efficiency model and optimize interception scheme according to simulation. The current intercepting efficiency index mainly considers the whole operation process, and can not guide the optimization of the intercepting scheme of specific intercepting rounds. The generation of interception schemes mainly relies on experience and simple mathematical model, which is difficult to cope with the increasingly complex and changeable battlefield environment. Therefore, an interception scheme advantage index that comprehensively considers interception probability and …


Design And Prediction Of Deep Fuzzy Neural Network, Chengbiao Wei, Taoyan Zhao, Jiangtao Cao, Ping Li Sep 2025

Design And Prediction Of Deep Fuzzy Neural Network, Chengbiao Wei, Taoyan Zhao, Jiangtao Cao, Ping Li

Journal of System Simulation

Abstract: A deep fuzzy neural network (DFNN) is proposed to solve the problem that the deep neural network has poor interpretability and the correction of the model is not targeted when dealing with the big data regression prediction problem. The proposed deep fuzzy neural network adopts an adaptive fuzzy Cmeans (AFCM) clustering algorithm in structural learning. The structure of the model, namely the number of rules and the antecedent parameters of the rules, is determined by calculating the introduced validity function. The identification of consequent parameters uses an improved grey wolf optimization (IGWO) algorithm. By replacing the linear decreasing strategy …


Kill Chain Efficiency Evaluation Model Based On Gray Dematel-Anp, Zejing Zhao, Junliang Shang, Yanpei Qin Sep 2025

Kill Chain Efficiency Evaluation Model Based On Gray Dematel-Anp, Zejing Zhao, Junliang Shang, Yanpei Qin

Journal of System Simulation

Abstract: In modern conflict scenarios, the kill chain is integral to the comprehensive understanding, orchestration, and execution of military operations. Accurately appraising the efficiency of the kill chain is imperative for gaining insights into battle dynamics and strategically distributing military assets. However, traditional assessments of kill chain efficacy have been hampered by fragmented and isolated indicators that frequently overlook the interplay and influence among various segments of the kill chain. To address these limitations, based on the characteristics of each phase of the kill chain and the OODA loop theory, a new set of performance evaluation indices has been proposed. …


Optimization Method For Multi Agricultural Machinery Collaborative Operation Based On Genetic Algorithm And A* Algorithm, Yiran Yu, Huicheng Lai, Guxue Gao, Guo Zhang, Wangyinan Peng, Longfei Yang, Junhao Huang Sep 2025

Optimization Method For Multi Agricultural Machinery Collaborative Operation Based On Genetic Algorithm And A* Algorithm, Yiran Yu, Huicheng Lai, Guxue Gao, Guo Zhang, Wangyinan Peng, Longfei Yang, Junhao Huang

Journal of System Simulation

Abstract: To address the uneven task distribution among multiple agricultural machines (referred to as farm machinery) and the high time cost due to numerous turning points at intersections, this paper proposes a task planning method that combines a pre-heat multi grouped genetic algorithm (PHMGA) with the turn A* algorithm (tA*). PHMGA allocates tasks to each piece of farm machinery based on the known environment, ensuring balanced workload through a cost objective function that considers travel, operation, and turning distances. It also designs various operators and strategies to search for nearoptimal solutions. The tA* algorithm is used to select paths …


Research On The Truth, Function And Common Principles Of Simulation, Haohua Xu, Bin Xiao, Yunhao Cui Sep 2025

Research On The Truth, Function And Common Principles Of Simulation, Haohua Xu, Bin Xiao, Yunhao Cui

Journal of System Simulation

Abstract: Simulation applications are becoming increasingly widespread and have a greater impact, while the theoretical foundation of simulation is relatively weak. This article provides a new definition of simulation by analyzing the common activities of simulation, which can include both virtual and real simulation forms; referring to Popper's three worlds theory, this paper discusses the objective authenticity of simulation from a philosophical perspective; From a methodological perspective, this paper elaborates on the methodological characteristics of simulation as an indirect cognitive object, revealing its significance in integrating human-machine intelligence and promoting knowledge evolution. It also discusses the common principles of simulation, …


A Model Combining Self-Attention And Weight Sharing For Human Activity Recognition, Lun Ma, Yue Yang, Daihe Wang, Guisheng Liao, Xing Li Sep 2025

A Model Combining Self-Attention And Weight Sharing For Human Activity Recognition, Lun Ma, Yue Yang, Daihe Wang, Guisheng Liao, Xing Li

Journal of System Simulation

Abstract: With the prevalence of wearable devices, human activity recognition based on wearable sensor data has garnered significant attention. The central issue in this field is how to extract effective behavioral information from raw sensor data to form corresponding feature vectors. Currently, convolutional neural networks and recurrent neural networks have been widely utilized for feature extraction from multisensory data. However, these networks struggle to globally capture the crucial temporal features inherent of human activity over time. To address this, a multi-CNN-BiLSTM-self attention (Multi-CBSA) model based on self-attention and weight sharing has been proposed, taking into consideration the logical correlations among …


Wingtip Docking Control Of Composite Aircraft Based On Adrc Theory, Chunlei Xie, Hongxia Hu, Weibo Han Sep 2025

Wingtip Docking Control Of Composite Aircraft Based On Adrc Theory, Chunlei Xie, Hongxia Hu, Weibo Han

Journal of System Simulation

Abstract: The process of wingtip docking in composite aircraft is challenged by significant unsteady vortex aerodynamic disturbances arising from the close-range coupling of wingtips, thereby posing considerable constraints on docking precision and flight safety. This study endeavors to address the intricate task of airborne wingtip docking control amidst wingtip vortex disturbances through a comprehensive investigation of airborne wingtip docking control technology, grounded in the tenets of active disturbance rejection control (ADRC) theory. Initially, a mathematical model encapsulating the dynamics of three-channel attitude/displacement during the docking operation, incorporating both the wingtip docking mechanism and the wingtip vortex model, is established. …


Solving The Vehicle Routing Problem Based On Deep Reinforcement Learning, Ming Jiang, Tao He Sep 2025

Solving The Vehicle Routing Problem Based On Deep Reinforcement Learning, Ming Jiang, Tao He

Journal of System Simulation

Abstract: The capacitated vehicle routing problem (CVRP) is a well-known combinatorial optimization challenge recognized as NP-hard due to its significant complexity. Building upon existing research, this paper introduces a novel end-to-end deep reinforcement learning approach based on a multi-pointer Transformer to tackle the CVRP. The proposed algorithm employs an invertible residual network in the encoder to encode input features, effectively reducing memory consumption. In the decoder, a multipointer network determines the probability distribution of solutions. To further enhance the performance of CVRP solutions, the algorithm leverages the symmetry in combinatorial optimization by implementing multi-trajectory parallel processing during both training …


Lane Detection In Dark Light Based On Instance Association, Yanji Jiang, Yingyang Zhang, Hao Dong, Xiaoguang Zhang, Meihui Wang Sep 2025

Lane Detection In Dark Light Based On Instance Association, Yanji Jiang, Yingyang Zhang, Hao Dong, Xiaoguang Zhang, Meihui Wang

Journal of System Simulation

Abstract: In current research on lane detection, existing algorithms can efficiently detect lane lines under good lighting conditions. However, lane detection in low light still faces the challenge of a high false negative rate. A detection algorithm called Instance Association Net(IANet) is proposed to address this issue by utilizing the structural relationships between lane lines, which is helpful for low light conditions. The algorithm first generates unique masks for different lane lines using features at the starting points of the lane lines and a global feature map, achieving instance-level feature separation of the lane lines. It employs an instance-level attention …


Anylogic-Based Platform-Enterprise Collaborative Scheduling Simulation System For Cloud Manufacturing, Linxuan Wang, Yongkui Liu, Lin Zhang, Tingyu Lin, Lihui Wang Sep 2025

Anylogic-Based Platform-Enterprise Collaborative Scheduling Simulation System For Cloud Manufacturing, Linxuan Wang, Yongkui Liu, Lin Zhang, Tingyu Lin, Lihui Wang

Journal of System Simulation

Abstract: Aiming at the lack of research on collaborative scheduling between a cloud manufacturing platform and associated enterprises, as well as the lack of simulation systems to simulate scheduling strategy combinations and to visualize dynamic scheduling processes, a simulation system that supports visualization of cloud manufacturing platform-enterprise collaborative dynamic scheduling processes is designed and developed. System requirements are analyzed in detail, and then a scalable platform-enterprise collaborative scheduling model and system functional architecture based on hierarchical multi-agents is proposed. Combined with a case of supply chain of industrial robots, considering random selection, time optimal strategy in the cloud manufacturing …


Digital Twin Modeling Method For Bulk Cargo Stacks Based On 2d Lidar, Houjun Lu, Yifei Zhu, Yanping Rong, Wanghui Zhang Sep 2025

Digital Twin Modeling Method For Bulk Cargo Stacks Based On 2d Lidar, Houjun Lu, Yifei Zhu, Yanping Rong, Wanghui Zhang

Journal of System Simulation

Abstract: Due to the characteristics of large equipment, harsh working environment and time-varying shape of the material pile in bulk cargo terminal, there are some disadvantages such as low data accuracy and poor stability when building the storage yard model, which affects the unmanned and intelligent operation control. In this paper, we use two-dimensional laser radar combined with equipment mechanism motion to scan material pile point cloud data, present a digital twin modeling method for bulk storage yard, which includes static scene construction of storage yard and real-time modeling of material pile. Prefabricated models are used for the static scenes …


Digital Imaging Simulation Of Complex Scene Of Space-Based Space Small Target, Pengfei Li, Wei Xu, Yongjie Piao, Yinghong Fang, Dunpan Shi Sep 2025

Digital Imaging Simulation Of Complex Scene Of Space-Based Space Small Target, Pengfei Li, Wei Xu, Yongjie Piao, Yinghong Fang, Dunpan Shi

Journal of System Simulation

Abstract: In response to the universal demand for space target detection technology research in space image data sources, this study focuses on the problems of insufficient training data for intelligent algorithms and the use of single data for traditional algorithms, with the goal of generating dynamic digital sequence images of small space targets in complex scenes. A visible light digital imaging simulation system based on a space observation platform is designed. A small target imaging model is proposed, which is based on two-dimensional shape feature point description and imaging analysis model to carry out digital modeling and imaging simulation of …


Control Strategy For Uav Cluster Formation Rendezvous Based On Lde-Maddpg Algorithm, Wei Xiao, Jiabo Gao, Xueliang Ke Sep 2025

Control Strategy For Uav Cluster Formation Rendezvous Based On Lde-Maddpg Algorithm, Wei Xiao, Jiabo Gao, Xueliang Ke

Journal of System Simulation

Abstract: To solve the problem of difficulty in UAV cluster formation rendezvous based on MADDPG algorithm, an autonomous collaborative control strategy based on LDE-MADDPG algorithm is proposed. To address the issues of weak generalization, poor scalability, and slow cluster training process of MADDPG algorithm, LDE-MADDPG algorithm was proposed by designing a state feature learning network and a decoupled Critical network. By integrating LDE-MADDPG algorithm with strategy generation elements such as the decoupled reward function, cluster state space, and UAV action space, a control strategy for UAV cluster formation endezvous that can adapt to diverse formations and varying quantities has been …


Robot Path Planning Based On Improved A-Ddqn Algorithm, Peilong Ni, Pengjun Mao, Ning Wang, Mengjie Yang Sep 2025

Robot Path Planning Based On Improved A-Ddqn Algorithm, Peilong Ni, Pengjun Mao, Ning Wang, Mengjie Yang

Journal of System Simulation

Abstract: An improved A-DDQN algorithm is proposed to address the challenges of reward sparsity and the inability to distinguish sample importance in traditional DQN algorithms during robot path planning. Building on the original DQN, an enhancement is made by incorporating the Double-DQN approach, which updates the predictive Q-value network based on actions selected by the Q network, rather than directly using the predicted Q-values for action selection, thereby mitigating overestimation issues. Secondly, the concept of artificial potential field (APF) is introduced to design specific rewards for each step of the robot's movement, guiding the robot and addressing the problem of …


Research On Real-Time Cgf Maneuvering State Generation Method Based On Random Finite Set, Xiaoyan Zhang, Ge Li, Peng Wang Sep 2025

Research On Real-Time Cgf Maneuvering State Generation Method Based On Random Finite Set, Xiaoyan Zhang, Ge Li, Peng Wang

Journal of System Simulation

Abstract: With the rapid development of sensor networks and other technologies, the acquisition of measurement data in the real physical space has become easier. How to utilize the measurement data from the real battlefield space to improve the accuracy and credibility of CGF simulation is the key issue to realize the CGF simulation combining virtual and real. The method is studied of using real measurement data to generate CGF model maneuvering state data in real time, in order to realize the virtual-real synchronization and real-time mapping between the real battlefield and CGF simulation system, and to provide environmental inputs for …


Benefit Distribution Optimization Model And Simulation For Multi-Mode Operation Of Industrial Software Platforms, Rongyu Guo, Xiaobin Li, Pei Jiang, Chuanjiang Li, Shanhui Liu, Jun Ma Sep 2025

Benefit Distribution Optimization Model And Simulation For Multi-Mode Operation Of Industrial Software Platforms, Rongyu Guo, Xiaobin Li, Pei Jiang, Chuanjiang Li, Shanhui Liu, Jun Ma

Journal of System Simulation

Abstract: Industrial software service platforms, characterized by low-cost investment, customized services, and rapid application deployment, have been widely adopted in small and medium-sized industrial clusters. The benefit distribution mechanism under multi-mode operation is crucial to the sustainable development of such platforms. To address the current challenges of single-operation models and the difficulty in adapting to diverse service scenarios, this study focuses on two core stakeholders that users and software developers to analyze the core service components and cooperation mechanisms of industrial software service platforms in a multi-mode operational environment. By integrating the function point method, a multi-mode user demand quantification …


Second-Order Cone Optimization Modeling And Simulation For Three-Phase Unbalanced Active Distribution Networks, Yiran Zhao, Yong Xue, Haoxin Tian, Ruixin Zhang, Zhi Zhang, Yanbo Chen Sep 2025

Second-Order Cone Optimization Modeling And Simulation For Three-Phase Unbalanced Active Distribution Networks, Yiran Zhao, Yong Xue, Haoxin Tian, Ruixin Zhang, Zhi Zhang, Yanbo Chen

Journal of System Simulation

Abstract: Guided by the carbon peaking and carbon neutrality goals, and propelled by the development of new type power systems, the significance of distribution networks as key energy infrastructure has been increasingly underscored. Amidst the burgeoning rise of distributed photovoltaics, electric vehicles, and novel energy storage technologies, distribution networks are transitioning from passive entities to active systems capable of bidirectional interaction, heralding the advent of active distribution networks with a critical mission. This research tackles the optimal power flow issue in three-phase unbalanced active distribution networks, incorporating inter-phase coupling relationships. By employing dimensionality lifting and rank relaxation, along with the …


Station Layout Optimization Method And Simulation For Non-Cooperative Target In Angle Of Arrival Positioning, Yida Ning, Jiongqi Wang, Juhui Wei, Zhenzu Bai, Zhangming He Sep 2025

Station Layout Optimization Method And Simulation For Non-Cooperative Target In Angle Of Arrival Positioning, Yida Ning, Jiongqi Wang, Juhui Wei, Zhenzu Bai, Zhangming He

Journal of System Simulation

Abstract: In the context of angle of arrival (AOA) positioning system for non-cooperative target tracking and positioning, accurately determining true location of the target poses a significant challenge. Conventional station deployment indicators like geometric dilution of precision (GDOP) fail to provide effective guidance for optimization station layout. To address the issue, this study introduces a novel indicator for station optimization and evaluation based on factors that influence positioning accuracy within an angle measurement system. These factors encompass angular differencing, baseline intersection angles, and the observer-target line distance. Moreover, this indicator encompasses the challenges associated with data conformity in "air to …


Research On Strong Real-Time Synchronisation Algorithm For Lvc Co-Simulation, Junhui Li, Songtao Sun, Fei Liu Sep 2025

Research On Strong Real-Time Synchronisation Algorithm For Lvc Co-Simulation, Junhui Li, Songtao Sun, Fei Liu

Journal of System Simulation

Abstract: Live, virtual, and constructive(LVC) joint simulation has become a hot research topic of current military simulation; however, existing time management strategies usually fail to meet the needs of strict real-time performance of LVC. A LVC joint simulation synchronization algorithm is proposed that starts with a window sliding-based median smoothing strategy and real time drift rate-based clock compensation strategy for effective node synchronization. A novel hybrid timing strategy is introduced combining long and short cycles implemented in software, which balances precision and efficiency. A simulation catch-up strategy is proposed to address software delays, which combined with the highprecision timing strategy, …


Algorithm Simulation Of Multi-Targets Track Correlation Based On Spectral Feature, Zhenping Ding, Huidong Guo Sep 2025

Algorithm Simulation Of Multi-Targets Track Correlation Based On Spectral Feature, Zhenping Ding, Huidong Guo

Journal of System Simulation

Abstract: In order to solve the problems of multi-targets track correlation in dense scenes, a method of track sequential real-time processing for multi-source track correlation system modeling is proposed. By calculating the absolute and relative position of the spectral features, the unified correlation matrix can be defined based on fuzzy decision theory, and the multi-target track correlation can be realized. Numerical simulations have shown the effectiveness of the track correlation algorithm on the basis of spectral features. Especially, the accuracy of correlation is much larger than that of the nearest-neighbor distance algorithm under the condition of dense target environment …


Large Lithium-Ion Battery Model For Secure Shared E-Bike Battery In Smart Cities, Donghui Ding, Zhao Li, Linhao Luo, Ming Jin, Bin Zhu, Yichen Zhong, Junhao Hu, Peng Cai, Huiqi Hu Sep 2025

Large Lithium-Ion Battery Model For Secure Shared E-Bike Battery In Smart Cities, Donghui Ding, Zhao Li, Linhao Luo, Ming Jin, Bin Zhu, Yichen Zhong, Junhao Hu, Peng Cai, Huiqi Hu

Research Collection School Of Computing and Information Systems

Electric bikes powered by lithium-ion batteries are increasingly used in smart cities to promote sustainable mobility and efficient delivery services. However, limited battery range and slow plug-in charging remain key challenges. Shared electric bike battery systems, facilitated by battery swapping stations, offer a promising solution by enabling quick and efficient battery replacements. However, their success hinges on accurate anomaly detection, battery health estimation and remain range prediction. These tasks remain challenging due to data scarcity, battery diversity and environmental variability. Here we show that a large-scale lithium-ion battery model trained on over ten million battery time series data enables robust …


Multi-Modal Depth Estimation Using Camera And Mmwave Sensors, Alston D. Devero-Belfon Sep 2025

Multi-Modal Depth Estimation Using Camera And Mmwave Sensors, Alston D. Devero-Belfon

Student Theses

For accurately estimating the depth of environments with varying lighting conditions, reliable methods are limited. By utilizing wireless sensor technology in conjunction with cameras, a wide range of environments can be visualized, and objects within these environments can be tracked and monitored. Such methods offer cost-effective alternatives and provide a more secure, data-at-rest option for individuals with low vision, while also enhancing machine perception. In this work, we develop such a prototype that utilizes wireless sensors and cameras, which act in sync, enabling us to estimate the depth of objects within varying lighting environments to a level that is recognizable …


Ibi-Dt: A Novel Approach Combining Individualized Bayesian Inference And Decision Tree For Identifying Cancer Drivers And Their Interactions, Md Asad Rahman, Gregory F. Cooper, Jinying Zhao, Xinghua Lu, Jinling Liu Sep 2025

Ibi-Dt: A Novel Approach Combining Individualized Bayesian Inference And Decision Tree For Identifying Cancer Drivers And Their Interactions, Md Asad Rahman, Gregory F. Cooper, Jinying Zhao, Xinghua Lu, Jinling Liu

Engineering Management and Systems Engineering Faculty Research & Creative Works

Cancer is mainly caused by a relatively small portion of somatic genome alterations (SGAs), called cancer drivers. Despite success in identifying a good number of cancer drivers, many more remain to be discovered to explain various cancers. Moreover, limited tools are available to identify potential interactions among cancer drivers for a better understanding of oncogenesis. To tackle these challenges, we have developed a novel approach called individualized Bayesian inference using a decision tree (IBI-DT). IBI-DT recognizes the genetic heterogeneity among cancer patients, where different individuals or patient subgroups of distinct genomic makeup may have different drivers. IBI-DT works by constructing …


Optimizing Hip And Knee Assistance For Walking And Sit-To-Stand Transitions: An Intrinsic Muscle Mechanics Based Predictive Approach, Neethan Ratnakumar Aug 2025

Optimizing Hip And Knee Assistance For Walking And Sit-To-Stand Transitions: An Intrinsic Muscle Mechanics Based Predictive Approach, Neethan Ratnakumar

Dissertations

As the global population ages, the demand for wearable assistive technologies continues to rise, driven by their potential to enhance mobility and independence in older adults. Effectively designed controllers for lower-limb exoskeletons to assist sit-to-stand (STS) and walking are crucial for delivering efficient, safe, and comfortable assistance during daily activities. Traditionally, controller optimization involves biomechanical modeling and user-specific customization. Musculoskeletal simulations play a central role in this process by providing insights into human-exoskeleton interaction dynamics, thereby informing and refining control strategies.

This work presents a simulation-driven approach for developing exoskeleton controllers for walking and STS using two distinct methods: optimal …


Intelligent Motion Tracking: A Low-Cost Surveillance Framework Using Soc Devices And Sensor Fusion, Aung Myat Khaung, Nicholas Michael Stiffler Aug 2025

Intelligent Motion Tracking: A Low-Cost Surveillance Framework Using Soc Devices And Sensor Fusion, Aung Myat Khaung, Nicholas Michael Stiffler

Research from the Berry Summer Thesis Institute, 2025

This thesis presents the design and implementation of a lightweight surveillance system capable of realtime motion detection, object tracking, and behavioral history reconstruction in controlled environments. The system uses System-on-Chip devices such as Raspberry Pi boards equipped with NOIR cameras, monocular cameras, and break-beam sensors that work together to detect and track single or multiple moving objects like colored balls. The prototype is validated in structured settings with the goal of eventual deployment in more dynamic environments, addressing the challenge of reliably tracking visually similar objects with minimal distinguishing features. The architecture integrates computer vision with sensor fusion by combining …


Developing Deep Learning Methods For Cognitive Impairment Detection Based On Non-Invasive Data, Muath Alsuhaibani Aug 2025

Developing Deep Learning Methods For Cognitive Impairment Detection Based On Non-Invasive Data, Muath Alsuhaibani

Electronic Theses and Dissertations

Cognitive impairment detection is on the rise to help reduce the burden of healthcare costs on institutions and individuals. Mild Cognitive Impairment (MCI) is an early stage of cognitive decline progressing to Alzheimer’s disease (AD) or AD-related Dementia (ADRD). Detecting the early stages of AD/ADRD is crucial for early interventions among older adults to mitigate cognitive decline over time. However, the current diagnostic methods are often costly and/or invasive, such as MRI and PET scans. Thus, the search for non-invasive and cost-effective screening tools for the early detection of cognitive impairment using speech, language, visual, and motor data is growing. …


Scene Generation Method For Maritime Target Recognition Based On Detection Parameters, Yuxuan Run, Dezhen Yang, Yeyang Liu, Wei Deng, Xiangyu Xing, Yi Ren Aug 2025

Scene Generation Method For Maritime Target Recognition Based On Detection Parameters, Yuxuan Run, Dezhen Yang, Yeyang Liu, Wei Deng, Xiangyu Xing, Yi Ren

Journal of System Simulation

Abstract: Traditional scene generation methods for maritime target recognition consider only the effects of different environments on the generated scene data, while overlooking the changes in scene information caused by sensor detection parameters, resulting in a lack of accuracy and authenticity in generated scenes. To address this issue, a detection parameter-based scene generation method for maritime target recognition was proposed. For the task of maritime target recognition, key detection parameters affecting scene generation quality and essential scene features were analyzed. An association relationship modeling method based on Bayesian networks was proposed to construct a mapping relationship model between scene features …


Ship Fire Prediction Method Based On Evidence Theory With Fuzzy Reward, Chunyu Yang, Chuang Zhang, Xiaofan Zhang Aug 2025

Ship Fire Prediction Method Based On Evidence Theory With Fuzzy Reward, Chunyu Yang, Chuang Zhang, Xiaofan Zhang

Journal of System Simulation

Abstract: A multi-source information fusion approach based on the dempster-shafer (D-S) evidence theory with a fuzzy reward-penalty mechanism was proposed to address the issues of underreporting and false reporting in the early prediction of ship fires. PyroSim was utilized to construct a ship's laboratory model for fire simulation. Variations in carbon monoxide, temperature, and smoke concentration were recorded for data acquisition, followed by the application of a sigmf function for membership assignment. By leveraging the classical D-S theory, a reward-penalty mechanism was applied in weighted evidence fusion. Reward-penalty factors were utilized to differentiate various basic probability assignments, with unified belief …


Research On Joint Simulation Of Special Vehicle Engine Operation Characteristics Based On Virtual Driving Scenarios, Xueyuan Xie, Chen Lin, Han Wu, Qinglan Zhao, Junfei Gao, Qiangguo Hao, Xinqian Zheng Aug 2025

Research On Joint Simulation Of Special Vehicle Engine Operation Characteristics Based On Virtual Driving Scenarios, Xueyuan Xie, Chen Lin, Han Wu, Qinglan Zhao, Junfei Gao, Qiangguo Hao, Xinqian Zheng

Journal of System Simulation

Abstract: The preliminary design of the overall operation performance of diesel engines cannot be guided by actual vehicle driving tests, which hinders the improvement of the power development level and efficiency of special vehicles. By using the virtual visual simulation engine Unity3D, two virtual driving scenario models were established: a flat road scenario and an undulating road scenario. Based on the speed characteristic parameters of the engine, a diesel engine's operation performance output model was constructed. Combined with the transmission system model and the longitudinal dynamics model of the vehicle's center of mass, a straight vehicle driving dynamics model was …