Sign in to use this feature.

Years

Between: -

Subjects

remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline

Journals

Article Types

Countries / Regions

Search Results (77)

Search Parameters:
Keywords = Breadth First Search

Order results
Result details
Results per page
Select all
Export citation of selected articles as:
43 pages, 16029 KB  
Article
Research on Trajectory Planning for a Limited Number of Logistics Drones (≤3) Based on Double-Layer Fusion GWOP
by Jian Deng, Honghai Zhang, Yuetan Zhang and Yaru Sun
Drones 2025, 9(10), 671; https://doi.org/10.3390/drones9100671 - 24 Sep 2025
Viewed by 22
Abstract
Trajectory planning for logistics UAVs in complex environments faces a key challenge: balancing global search breadth with fine constraint accuracy. Traditional algorithms struggle to simultaneously manage large-scale exploration and complex constraints, and lack sufficient modeling capabilities for multi-UAV systems, limiting cluster logistics efficiency. [...] Read more.
Trajectory planning for logistics UAVs in complex environments faces a key challenge: balancing global search breadth with fine constraint accuracy. Traditional algorithms struggle to simultaneously manage large-scale exploration and complex constraints, and lack sufficient modeling capabilities for multi-UAV systems, limiting cluster logistics efficiency. To address these issues, we propose a GWOP algorithm based on dual-layer fusion of GWO and GRPO and incorporate a graph attention network (GAT). First, CEC2017 benchmark functions evaluate GWOP convergence accuracy and balanced exploration in multi-peak, high-dimensional environments. A hierarchical collaborative architecture, “GWO global coarse-grained search + GRPO local fine-tuning”, is used to overcome the limitations of single-algorithm frameworks. The GAT model constructs a dynamic “environment–UAV–task” association network, enabling environmental feature quantification and multi-constraint adaptation. A multi-factor objective function and constraints are integrated with multi-task cascading decoupling optimization to form a closed-loop collaborative optimization framework. Experimental results show that in single UAV scenarios, GWOP reduces flight cost (FV) by over 15.85% on average. In multi-UAV collaborative scenarios, average path length (APL), optimal path length (OPL), and FV are reduced by 4.08%, 14.08%, and 24.73%, respectively. In conclusion, the proposed method outperforms traditional approaches in path length, obstacle avoidance, and trajectory smoothness, offering a more efficient planning solution for smart logistics. Full article
Show Figures

Figure 1

21 pages, 912 KB  
Article
UAV-Enabled Maritime IoT D2D Task Offloading: A Potential Game-Accelerated Framework
by Baiyi Li, Jian Zhao and Tingting Yang
Sensors 2025, 25(18), 5820; https://doi.org/10.3390/s25185820 - 18 Sep 2025
Viewed by 226
Abstract
Maritime Internet of Things (IoT) with unmanned surface vessels (USVs) faces tight onboard computing and sparse wireless links. Compute-intensive vision and sensing workloads often exceed latency budgets, which undermines timely decisions. In this paper, we propose a novel distributed computation offloading framework for [...] Read more.
Maritime Internet of Things (IoT) with unmanned surface vessels (USVs) faces tight onboard computing and sparse wireless links. Compute-intensive vision and sensing workloads often exceed latency budgets, which undermines timely decisions. In this paper, we propose a novel distributed computation offloading framework for maritime IoT scenarios. By leveraging the limited computational resources of USVs within a device-to-device (D2D)-assisted edge network and the mobility advantages of UAV-assisted edge computing, we design a breadth-first search (BFS)-based distributed computation offloading game. Building upon this, we formulate a global latency minimization problem that jointly optimizes UAV hovering coordinates and arrival times. This problem is solved by decomposing it into subproblems addressed via a joint Alternating Direction Method of Multipliers (ADMM) and Successive Convex Approximation (SCA) approach, effectively reducing the time between UAV arrivals and hovering coordinates. Extensive simulations verify the effectiveness of our framework, demonstrating up to a 49.6% latency reduction compared with traditional offloading schemes. Full article
(This article belongs to the Special Issue Artificial Intelligence and Edge Computing in IoT-Based Applications)
Show Figures

Figure 1

18 pages, 1473 KB  
Article
Power Restoration Optimization Strategy for Active Distribution Networks Using Improved Genetic Algorithm
by Pengpeng Lyu, Qiangsheng Bu, Yu Liu, Jiangping Jing, Jinfeng Hu, Lei Su and Yundi Chu
Biomimetics 2025, 10(9), 618; https://doi.org/10.3390/biomimetics10090618 - 14 Sep 2025
Viewed by 371
Abstract
During feeder outages in the distribution network, localized power restoration using distribution resources (e.g., PVs) can ensure supply to critical loads and mitigate adverse impacts, especially when main grid support is unavailable. This study presents a power restoration strategy aiming at maximizing the [...] Read more.
During feeder outages in the distribution network, localized power restoration using distribution resources (e.g., PVs) can ensure supply to critical loads and mitigate adverse impacts, especially when main grid support is unavailable. This study presents a power restoration strategy aiming at maximizing the restoration duration of critical loads to ensure their prioritized recovery, thereby significantly improving power system reliability. The methodology begins with load enumeration via breadth-first search (BFS) and utilizes a long short-term memory (LSTM) neural network to predict microgrid generation output. Then, an adaptive multipoint crossover genetic solving algorithm (AMCGA) is proposed, which can dynamically adjust crossover and mutation rates, enabling rapid convergence and requiring fewer parameters, thus optimizing island partitioning to prioritize critical load demands. Experimental results show that AMCGA improves convergence speed by 42.5% over the traditional genetic algorithm, resulting in longer restoration durations. Compared with other strategies that do not prioritize critical load recovery, the proposed strategy has shown superior performance in enhancing critical load restoration, optimizing island partitioning, and reducing recovery fluctuations, thereby confirming the strategy’s effectiveness in maximizing restoration and improving stability. Full article
(This article belongs to the Section Biological Optimisation and Management)
Show Figures

Figure 1

29 pages, 23079 KB  
Article
An Aircraft Skin Defect Detection Method with UAV Based on GB-CPP and INN-YOLO
by Jinhong Xiong, Peigen Li, Yi Sun, Jinwu Xiang and Haiting Xia
Drones 2025, 9(9), 594; https://doi.org/10.3390/drones9090594 - 22 Aug 2025
Viewed by 457
Abstract
To address the problems of low coverage rate and low detection accuracy in UAV-based aircraft skin defect detection under complex real-world conditions, this paper proposes a method combining a Greedy-based Breadth-First Search Coverage Path Planning (GB-CPP) approach with an improved YOLOv11 architecture (INN-YOLO). [...] Read more.
To address the problems of low coverage rate and low detection accuracy in UAV-based aircraft skin defect detection under complex real-world conditions, this paper proposes a method combining a Greedy-based Breadth-First Search Coverage Path Planning (GB-CPP) approach with an improved YOLOv11 architecture (INN-YOLO). GB-CPP generates collision-free, near-optimal flight paths on the 3D aircraft surface using a discrete grid map. INN-YOLO enhances detection capability by reconstructing the neck with the BiFPN (Bidirectional Feature Pyramid Network) for better feature fusion, integrating the SimAM (Simple Attention Mechanism) with convolution for efficient small-target extraction, as well as employing RepVGG within the C3k2 layer to improve feature learning and speed. The model is deployed on a Jetson Nano for real-time edge inference. Results show that GB-CPP achieves 100% surface coverage with a redundancy rate not exceeding 6.74%. INN-YOLO was experimentally validated on three public datasets (10,937 images) and a self-collected dataset (1559 images), achieving mAP@0.5 scores of 42.30%, 84.10%, 56.40%, and 80.30%, representing improvements of 10.70%, 2.50%, 3.20%, and 6.70% over the baseline models, respectively. The proposed GB-CPP and INN-YOLO framework enables efficient, high-precision, and real-time UAV-based aircraft skin defect detection. Full article
(This article belongs to the Section Artificial Intelligence in Drones (AID))
Show Figures

Figure 1

24 pages, 3121 KB  
Article
SG-RAG MOT: SubGraph Retrieval Augmented Generation with Merging and Ordering Triplets for Knowledge Graph Multi-Hop Question Answering
by Ahmmad O. M. Saleh, Gokhan Tur and Yucel Saygin
Mach. Learn. Knowl. Extr. 2025, 7(3), 74; https://doi.org/10.3390/make7030074 - 1 Aug 2025
Viewed by 1111
Abstract
Large language models (LLMs) often tend to hallucinate, especially in domain-specific tasks and tasks that require reasoning. Previously, we introduced SubGraph Retrieval Augmented Generation (SG-RAG) as a novel Graph RAG method for multi-hop question answering. SG-RAG leverages Cypher queries to search a given [...] Read more.
Large language models (LLMs) often tend to hallucinate, especially in domain-specific tasks and tasks that require reasoning. Previously, we introduced SubGraph Retrieval Augmented Generation (SG-RAG) as a novel Graph RAG method for multi-hop question answering. SG-RAG leverages Cypher queries to search a given knowledge graph and retrieve the subgraph necessary to answer the question. The results from our previous work showed the higher performance of our method compared to the traditional Retrieval Augmented Generation (RAG). In this work, we further enhanced SG-RAG by proposing an additional step called Merging and Ordering Triplets (MOT). The new MOT step seeks to decrease the redundancy in the retrieved triplets by applying hierarchical merging to the retrieved subgraphs. Moreover, it provides an ordering among the triplets using the Breadth-First Search (BFS) traversal algorithm. We conducted experiments on the MetaQA benchmark, which was proposed for multi-hop question-answering in the movies domain. Our experiments showed that SG-RAG MOT provided more accurate answers than Chain-of-Thought and Graph Chain-of-Thought. We also found that merging (up to a certain point) highly overlapping subgraphs and defining an order among the triplets helped the LLM to generate more precise answers. Full article
(This article belongs to the Special Issue Knowledge Graphs and Large Language Models)
Show Figures

Figure 1

20 pages, 934 KB  
Article
Towards Efficient and Accurate Network Exposure Surface Analysis for Enterprise Networks
by Zhihua Wang, Minghui Jin, Youlin Hu, Dacheng Shan, Lizhao You and Peijun Chen
Electronics 2025, 14(12), 2409; https://doi.org/10.3390/electronics14122409 - 12 Jun 2025
Viewed by 511
Abstract
Network exposure surface analysis aims to identify network assets that are exposed to the Internet and is critical for enterprise security. However, existing tools face two key challenges: combinatorial explosion in traditional packet testing, and high false positive rates in firewall-based static analysis. [...] Read more.
Network exposure surface analysis aims to identify network assets that are exposed to the Internet and is critical for enterprise security. However, existing tools face two key challenges: combinatorial explosion in traditional packet testing, and high false positive rates in firewall-based static analysis. To address these issues, this paper proposes a network model-based approach to accurately characterize the forwarding behaviors of devices in enterprise networks, and performs network-level static analysis on the established graph model. Specifically, we construct a device-level forwarding graph using detailed element models for switches and firewalls, capturing the semantics of the forwarding information base, virtual routing and forwarding, virtual systems, and security zones. We further introduce a parallelized multi-threaded breadth-first search (MTBFS) algorithm to efficiently identify reachable assets from Internet-facing ingress interfaces. Experimental results demonstrate a 20× speedup over traditional methods in a large-scale enterprise network consisting of 7970 switches and 16 Internet-facing interfaces. Full article
(This article belongs to the Special Issue Advancements in Network and Data Security)
Show Figures

Figure 1

20 pages, 6804 KB  
Article
Geometry and Topology Correction of 3D Building Models with Fragmented and Disconnected Components
by Ahyun Lee
ISPRS Int. J. Geo-Inf. 2025, 14(5), 198; https://doi.org/10.3390/ijgi14050198 - 9 May 2025
Viewed by 847
Abstract
This paper presents a methodology for correcting geometric and topological errors, specifically addressing fragmented and disconnected components in buildings (FDCB) in 3D models intended for urban digital twin (UDT). The proposed two-stage approach combines geometric refinement via duplicate vertex removal with topological refinement [...] Read more.
This paper presents a methodology for correcting geometric and topological errors, specifically addressing fragmented and disconnected components in buildings (FDCB) in 3D models intended for urban digital twin (UDT). The proposed two-stage approach combines geometric refinement via duplicate vertex removal with topological refinement using a novel spatial partitioning-based Depth-First Search (DFS) algorithm for connected mesh clustering. This spatial partitioning-based DFS significantly improves upon traditional graph traversal methods like standard DFS, breadth-first search (BFS), and Union-Find for connectivity analysis. Experimental results demonstrate that the spatial DFS algorithm significantly improves computational speed, achieving processing times approximately seven times faster than standard DFS and 17 times faster than BFS. In addition, the proposed approach achieves a data size ratio of approximately 20% in the simplified mesh, compared to the 50–60% ratios typically observed with established techniques like Quadric Decimation and Vertex Clustering. This research enhances the quality and usability of 3D building models with FDCB issues for UDT applications. Full article
Show Figures

Figure 1

20 pages, 4137 KB  
Article
GPU-Accelerated Eclipse-Aware Routing for SpaceWire-Based OBC in Low-Earth-Orbit Satellite Networks
by Hyeonwoo Kim, Heoncheol Lee and Myonghun Han
Aerospace 2025, 12(5), 422; https://doi.org/10.3390/aerospace12050422 - 9 May 2025
Cited by 1 | Viewed by 640
Abstract
Low-Earth-Orbit (LEO) satellite networks offer a promising avenue for achieving global connectivity, despite certain technical and economic challenges such as high implementation costs and the complexity of network management. Nonetheless, real-time routing remains challenging because of rapid topology changes and strict energy constraints. [...] Read more.
Low-Earth-Orbit (LEO) satellite networks offer a promising avenue for achieving global connectivity, despite certain technical and economic challenges such as high implementation costs and the complexity of network management. Nonetheless, real-time routing remains challenging because of rapid topology changes and strict energy constraints. This paper proposes a GPU-accelerated Eclipse-Aware Routing (EAR) method that simultaneously minimizes hop count and balances energy consumption for real-time routing on an onboard computer (OBC). The approach first employs a Breadth-First Search (BFS)–based K-Shortest Paths (KSP) algorithm to generate candidate routes and then evaluates battery usage to select the most efficient path. In large-scale networks, the computational load of the KSP search increases substantially. Therefore, CUDA-based parallel processing was integrated to enhance performance, resulting in a speedup of approximately 3.081 times over the conventional CPU-based method. The practical applicability of the proposed method is further validated by successfully updating routing tables in a SpaceWire network. Full article
(This article belongs to the Section Astronautics & Space Science)
Show Figures

Figure 1

26 pages, 8246 KB  
Article
An Investigation into the Rescue-Path Planning Algorithm for Multiple Mine Rescue Teams Based on FA-MDPSO and an Improved Force-Directed Layout
by Qiangyu Zheng, Peijiang Ding, Zhixin Qin and Zhenguo Yan
Fire 2025, 8(5), 188; https://doi.org/10.3390/fire8050188 - 8 May 2025
Viewed by 644
Abstract
It is noted that existing mine emergency-rescue algorithms have overlooked the requirement for multi-route sharing at critical nodes and have offered limited network visualisation. Consequently, a multi-team rescue-path-planning algorithm based on FA-MDPSO (Firefly Algorithm-Multiple Constraints Discrete Particle Swarm Optimisation) was proposed, and a [...] Read more.
It is noted that existing mine emergency-rescue algorithms have overlooked the requirement for multi-route sharing at critical nodes and have offered limited network visualisation. Consequently, a multi-team rescue-path-planning algorithm based on FA-MDPSO (Firefly Algorithm-Multiple Constraints Discrete Particle Swarm Optimisation) was proposed, and a graph-structure optimisation method combining a Force-Directed Layout with Breadth-First Search was introduced for node arrangement and visualisation. Methodologically, the superiority of the improved DPSO (Discrete Particle Swarm Optimisation) in route-planning precision was first validated on the DIMACS dataset. Subsequently, the hyperparameters of MDPSO (Multiple Constraints Discrete Particle Swarm Optimisation) were optimised by means of four intelligent algorithms—ACO (Ant Colony Optimization), FA (Firefly Algorithm), GWO (Grey Wolf Optimizer) and WOA (Whale Optimization Algorithm). Finally, simulations of one to three rescue-team deployments were conducted within a mine-fire scenario, and node-importance analysis was performed. Results indicated that FA-MDPSO achieved comprehensive superiority in route precision, search efficiency and convergence speed, with FA-based hyperparameter optimisation proving most effective in comparative experiments. The graph-structure optimisation was found to substantially reduce crossings and enhance hierarchical clarity. Moreover, the three-team deployment yielded the shortest equivalent path (56,357.02), and node-visitation frequency was observed to be highly concentrated on a small number of key nodes. This not only significantly improves the collaborative rescue efficiency but also provides intuitive and practical technical support for intelligent mine rescue operations. It lays an important foundation for optimising mine emergency rescue plans, ensuring the safety of underground personnel, and promoting the intelligent development of mines. Full article
Show Figures

Figure 1

18 pages, 2017 KB  
Article
A Hybrid Dynamic Path-Planning Method for Obstacle Avoidance in Unmanned Aerial Vehicle-Based Power Inspection
by Zheng Huang, Chengling Jiang, Chao Shen, Bin Liu, Tao Huang and Minghui Zhang
World Electr. Veh. J. 2025, 16(1), 22; https://doi.org/10.3390/wevj16010022 - 2 Jan 2025
Cited by 1 | Viewed by 1637
Abstract
Path planning for Unmanned Aerial Vehicles (UAVs) plays a critical role in power line inspection. In complex inspection environments characterized by densely distributed and dynamic obstacles, traditional path-planning algorithms struggle to ensure both efficiency and safety. To address these challenges, this study proposes [...] Read more.
Path planning for Unmanned Aerial Vehicles (UAVs) plays a critical role in power line inspection. In complex inspection environments characterized by densely distributed and dynamic obstacles, traditional path-planning algorithms struggle to ensure both efficiency and safety. To address these challenges, this study proposes a dynamic path-planning method that integrates an improved Rapidly exploring Random Tree Star (RRT*) algorithm with the Dynamic Window Approach (DWA). The proposed method includes key components such as sampling-point search, random tree growth, global path-node optimization, and local dynamic obstacle avoidance. In the sampling-point search, a target-biased search strategy is introduced to guide the random tree growth toward the target point, while an attractive function is added to enhance search efficiency. Based on a breadth-first search strategy, the path obtained is optimized to reduce path complexity. To address the RRT* algorithm’s limitation in dynamic obstacle avoidance, a local path-planning method combining the improved DWA algorithm is proposed, improving efficiency in areas with dense obstacles. Simulation results show that, compared to traditional algorithms, the proposed method achieves an 8% to 12% optimization in path length, more than 50% in node optimization, and over 95% in planning time optimization. Furthermore, in dynamic obstacle avoidance across different motion directions, the proposed method ensures effective local dynamic obstacle avoidance while minimizing global path fluctuations. Full article
(This article belongs to the Special Issue Research on Intelligent Vehicle Path Planning Algorithm)
Show Figures

Figure 1

18 pages, 563 KB  
Article
Energy-Efficient Connectivity Algorithm for Directional Sensor Networks in Edge Intelligence Systems
by Dingcheng Wu, Xueyong Xu, Chang Lu and Dapeng Mu
Symmetry 2025, 17(1), 20; https://doi.org/10.3390/sym17010020 - 26 Dec 2024
Viewed by 893
Abstract
The proliferation of edge intelligence systems necessitates efficient and reliable connectivity for sensor networks deployed at the edge. This paper proposes a novel energy-efficient connectivity algorithm called Constrained Angle-aware Connectivity Optimization (CA-Opt), designed for directional sensor networks to address the challenges of limited [...] Read more.
The proliferation of edge intelligence systems necessitates efficient and reliable connectivity for sensor networks deployed at the edge. This paper proposes a novel energy-efficient connectivity algorithm called Constrained Angle-aware Connectivity Optimization (CA-Opt), designed for directional sensor networks to address the challenges of limited resources and asymmetric network constraints in edge environments. CA-Opt constructs a hop-constrained, degree-bounded network topology while considering the directional coverage of sensor nodes. The algorithm incorporates an angle-aware child selection strategy to optimize the energy consumption by minimizing the number of active links and the total communication distance. Extensive simulations demonstrated that CA-Opt achieved comparable connectivity to the traditional Breadth-First Search (BFS) algorithms while significantly reducing the energy consumption. Furthermore, the impact of key parameters, such as the communication range, node density, maximum degree, and directional coverage angle, on CA-Opt’s performance was analyzed. The results underscore the potential of CA-Opt to balance asymmetry-driven connectivity control with energy-efficient operation, making it particularly suitable for resource-constrained edge applications, such as smart manufacturing, environmental monitoring, and intelligent transportation systems. Full article
(This article belongs to the Special Issue Symmetry and Asymmetry in Embedded Systems)
Show Figures

Figure 1

35 pages, 15934 KB  
Article
A Biochemistry-Inspired Algorithm for Path Planning in Unmanned Ground Vehicles
by Eman Almoaili and Heba Kurdi
Machines 2024, 12(12), 853; https://doi.org/10.3390/machines12120853 - 26 Nov 2024
Viewed by 861
Abstract
Unmanned ground vehicles (UGVs) have gained significant attention due to their extensive applications in both military and civilian sectors. For effective UGV deployment, path planning algorithms must prioritize computational efficiency, solution reliability, and runtime performance while maintaining path quality. Autonomous path planning remains [...] Read more.
Unmanned ground vehicles (UGVs) have gained significant attention due to their extensive applications in both military and civilian sectors. For effective UGV deployment, path planning algorithms must prioritize computational efficiency, solution reliability, and runtime performance while maintaining path quality. Autonomous path planning remains a critical challenge in UGV navigation, as conventional methods, while effective, often suffer from considerable computational overhead. To address this issue, we propose a novel biochemistry-inspired path planning algorithm designed specifically for static grid-based scenarios. MetaPath demonstrates remarkable computational efficiency while maintaining solution quality across different obstacle densities in benchmark environments. Specifically, the algorithm achieves path lengths within ±5% of all benchmark algorithms while dramatically reducing the exploration space, visiting up to 10% of the cells explored by conventional approaches such as A*. This superior efficiency translates into exceptional runtime performance, executing up to 3000 times faster than bio-inspired algorithms like Ant Colony Optimization (ACO) and the Genetic Algorithm (GA), performing nearly three times faster than the widely used A* algorithm, and maintaining competitive performance with efficient algorithms like Breadth-First Search (BFS) and Particle Swarm Optimization (PSO), thereby establishing the algorithm as a highly efficient pathfinding solution. Most notably, MetaPath introduces a novel approach as the first chemistry-inspired pathfinding algorithm, guaranteeing path discovery when one exists within reasonable computational time, a crucial advantage over some benchmark algorithms that may fail to converge or require excessive computational resources in complex scenarios. Full article
(This article belongs to the Special Issue Advances in Autonomous Vehicles Dynamics and Control)
Show Figures

Figure 1

21 pages, 16631 KB  
Article
An Effective LiDAR-Inertial SLAM-Based Map Construction Method for Outdoor Environments
by Yanjie Liu, Chao Wang, Heng Wu and Yanlong Wei
Remote Sens. 2024, 16(16), 3099; https://doi.org/10.3390/rs16163099 - 22 Aug 2024
Cited by 1 | Viewed by 2926
Abstract
SLAM (simultaneous localization and mapping) is essential for accurate positioning and reasonable path planning in outdoor mobile robots. LiDAR SLAM is currently the dominant method for creating outdoor environment maps. However, the mainstream LiDAR SLAM algorithms have a single point cloud feature extraction [...] Read more.
SLAM (simultaneous localization and mapping) is essential for accurate positioning and reasonable path planning in outdoor mobile robots. LiDAR SLAM is currently the dominant method for creating outdoor environment maps. However, the mainstream LiDAR SLAM algorithms have a single point cloud feature extraction process at the front end, and most of the loop closure detection at the back end is based on RNN (radius nearest neighbor). This results in low mapping accuracy and poor real-time performance. To solve this problem, we integrated the functions of point cloud segmentation and Scan Context loop closure detection based on the advanced LiDAR-inertial SLAM algorithm (LIO-SAM). First, we employed range images to extract ground points from raw LiDAR data, followed by the BFS (breadth-first search) algorithm to cluster non-ground points and downsample outliers. Then, we calculated the curvature to extract planar points from ground points and corner points from clustered segmented non-ground points. Finally, we used the Scan Context method for loop closure detection to improve back-end mapping speed and reduce odometry drift. Experimental validation with the KITTI dataset verified the advantages of the proposed method, and combined with Walking, Park, and other datasets comprehensively verified that the proposed method had good accuracy and real-time performance. Full article
Show Figures

Figure 1

15 pages, 1699 KB  
Article
Optimizing Pilotage Efficiency with Autonomous Surface Vehicle Assistance
by Yiyao Chu and Qinggong Zheng
Electronics 2024, 13(16), 3152; https://doi.org/10.3390/electronics13163152 - 9 Aug 2024
Viewed by 1185
Abstract
Efficient pilotage planning is essential, particularly due to the increasing demand for skilled pilots amid frequent vessel traffic. Addressing pilot shortages and ensuring navigational safety, this study presents an innovative pilot-ASV scheduling strategy. This approach utilizes autonomous surface vehicles (ASVs) to assist or [...] Read more.
Efficient pilotage planning is essential, particularly due to the increasing demand for skilled pilots amid frequent vessel traffic. Addressing pilot shortages and ensuring navigational safety, this study presents an innovative pilot-ASV scheduling strategy. This approach utilizes autonomous surface vehicles (ASVs) to assist or replace junior pilots in specific tasks, thereby alleviating pilot resource constraints and upholding safety standards. We develop a comprehensive mathematical model that accommodates pilot work time windows, various pilot levels, and ASV battery limitations. An improved artificial bee colony algorithm is proposed to solve this model effectively, integrating breadth-first and depth-first search strategies to enhance solution quality and efficiency uniquely. Extensive numerical experiments corroborate the model’s effectiveness, showing that our integrated optimization approach decreases vessel waiting times by an average of 9.18% compared to traditional methods without ASV integration. The findings underscore the potential of pilot-ASV scheduling to significantly improve both the efficiency and safety of vessel pilotages. Full article
Show Figures

Figure 1

21 pages, 8343 KB  
Article
A Multi-Area Task Path-Planning Algorithm for Agricultural Drones Based on Improved Double Deep Q-Learning Net
by Jian Li, Weijian Zhang, Junfeng Ren, Weilin Yu, Guowei Wang, Peng Ding, Jiawei Wang and Xuen Zhang
Agriculture 2024, 14(8), 1294; https://doi.org/10.3390/agriculture14081294 - 5 Aug 2024
Cited by 14 | Viewed by 3056
Abstract
With the global population growth and increasing food demand, the development of precision agriculture has become particularly critical. In precision agriculture, accurately identifying areas of nitrogen stress in crops and planning precise fertilization paths are crucial. However, traditional coverage path-planning (CPP) typically considers [...] Read more.
With the global population growth and increasing food demand, the development of precision agriculture has become particularly critical. In precision agriculture, accurately identifying areas of nitrogen stress in crops and planning precise fertilization paths are crucial. However, traditional coverage path-planning (CPP) typically considers only single-area tasks and overlooks the multi-area tasks CPP. To address this problem, this study proposed a Regional Framework for Coverage Path-Planning for Precision Fertilization (RFCPPF) for crop protection UAVs in multi-area tasks. This framework includes three modules: nitrogen stress spatial distribution extraction, multi-area tasks environmental map construction, and coverage path-planning. Firstly, Sentinel-2 remote-sensing images are processed using the Google Earth Engine (GEE) platform, and the Green Normalized Difference Vegetation Index (GNDVI) is calculated to extract the spatial distribution of nitrogen stress. A multi-area tasks environmental map is constructed to guide multiple UAV agents. Subsequently, improvements based on the Double Deep Q Network (DDQN) are introduced, incorporating Long Short-Term Memory (LSTM) and dueling network structures. Additionally, a multi-objective reward function and a state and action selection strategy suitable for stress area plant protection operations are designed. Simulation experiments verify the superiority of the proposed method in reducing redundant paths and improving coverage efficiency. The proposed improved DDQN achieved an overall step count that is 60.71% of MLP-DDQN and 90.55% of Breadth-First Search–Boustrophedon Algorithm (BFS-BA). Additionally, the total repeated coverage rate was reduced by 7.06% compared to MLP-DDQN and by 8.82% compared to BFS-BA. Full article
(This article belongs to the Section Artificial Intelligence and Digital Agriculture)
Show Figures

Figure 1

Back to TopTop