Next Article in Journal
Multi-Level Attention Dueling Double Deep Q-Network for Local Path Planning
Previous Article in Journal
Research on a Dynamic Prediction Method for Rainstorm Disaster Chains Based on LLM-Optimized Sliding Window and Dynamic Bayesian Network
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Reverse Automaton Modified Map Dimension Reduction for Stable Assisted Driving of Smart Trackless Rubber-Tired Vehicles

1
School of Information and Control Engineering, China University of Mining and Technology, Xuzhou 221116, China
2
School of Computer Science and Technology, China University of Mining and Technology, Xuzhou 221116, China
*
Author to whom correspondence should be addressed.
Appl. Sci. 2026, 16(12), 6234; https://doi.org/10.3390/app16126234
Submission received: 19 May 2026 / Revised: 13 June 2026 / Accepted: 17 June 2026 / Published: 21 June 2026
(This article belongs to the Section Transportation and Future Mobility)

Abstract

Trackless rubber-tired vehicles are the important auxiliary transportation equipment in coal mines. The main difficulty of their unmanned driving is that the underground environment information is complex but the onboard computing resources for perception and measurement are limited. To solve this conflict, this paper establishes a lightweight map dimension reduction framework to assist in path planning. Firstly, motivated by the idea of image convolution, the framework using the simplicity kernel is proposed for the high-resolution grid maps, which can reduce planning time while retaining the useful map information. Secondly, the reverse automata based on the greedy strategy are designed to get suitable machine-selected key points, which can solve the problem that some self-selected key points become impassable because of the dimension reduction. Moreover, a Bezier smoothing method based on slope interpolation is presented to avoid the collision between the smooth path and obstacle grid caused by the small number of path points planned on the reduced-dimension map. Finally, comparison experiments and downhole map experiment are carried out and discussed. The results show that using the proposed method to assist path planning can reduce time by 99.77% and reduce the number of redundant path points by 79.60%, and using the improved smoothing method from the framework can avoid collision risks caused by fewer path points.

1. Introduction

Trackless rubber-tired vehicles (TRTVs) are the new transportation in the development of mine modernization for auxiliary transportation [1]. Their intelligence can free workers from high risk in the downhole. The latest intelligent TRTVs usually first plan the drivable routes offline, and then use autonomous obstacle avoidance algorithms to achieve autonomous decision-making during operation [2]. In the existing research, the real-time control [3,4] and decision-making that require a large amount of computing resources and power supply are widely studied. Nevertheless, due to the limitations of confined space and large amounts of flammable gas and dust, the TRTVs must be equipped with intrinsically safe or explosion-proof memory, sensors, and low-voltage processing units in the mine [5]. The system security and transportation efficiency, when only improving decision-making and control performance of TRTVs, are constrained by the hardware performance in the mine [6]. In addition, in special transportation work, the route of TRTVs often undergoes temporary changes due to semi-permanent tunnels and material accumulation. TRTVs generally need to quickly find a drivable path that can reach the task destination [7]. Therefore, considering the impact of planning on mining tasks and studying how to obtain a safe and smooth path in a short period would be an ideal strategy to retain more computing and memory resources for the real-time unmanned driving systems (i.e., the perception system, the decision-making and control system, etc.) in coal mines. This may further improve the safety and efficiency of transportation in complex environments such as underground.
In recent decades, scholars [8,9] have proposed some improved path planning algorithms for intelligent vehicles to address issues of low planning efficiency and high energy consumption in narrow or complex scenes. These strategies are commonly based on reinforcement learning [10], rapidly exploring random tree [11], swarm intelligence optimization algorithms [12,13], deep neural network [14,15], etc., which focus on the improvement of algorithms, but ignore the important impact of the environment map models [16]. The roof, floor and surrounding rock of the underground tunnel in the coal mines are rugged because of the long-term elastic–plastic deformation of argillaceous soft rock on deep confined space. The grid map [17] as the general map model is suitable for the coal mine to build the environment map. This model is widely used for various complex realistic conditions, and can define the obstacle information by setting grid values [18]. It also has many advantages, e.g., mature supporting technologies, high reliability, strong universality, etc. With the development of artificial intelligence technologies, the map models not only provide data for path planning, but also contain more information for intelligent decision-making, including the types of obstacles, the characteristics of the environment [19] and the location of TRTVs [20], etc., which are redundant and useless for path planning and increase the burden on the onboard computing cells and memory on TRTVs.
Currently, map downsampling is the primary method for reducing map scale in ground vehicle navigation. Typical solutions include environmental resampling and point-cloud-based dimensionality-reduction algorithms, such as Principal Component Analysis (PCA) and Linear Discriminant Analysis (LDA) [21]. However, these conventional downsampling methods suffer from evident limitations in underground mine scenarios. They require additional sensor data preprocessing, which increases sensor workload and overall computing latency. In addition, the traditional PCA or LDA point-cloud downsampling easily distorts local spatial features and erodes critical obstacle boundary information, which is intolerable for high-risk underground driving tasks. Most importantly, these methods cannot fundamentally reduce the resource occupancy of grid map data or adapt to the discrete grid characteristics required for mine path planning. Thus these solutions increase the workload and computing time of sensors, and cannot fundamentally alleviate the burden of power, computing cells and memory. In recent years, the image processing technology based on deep learning has developed rapidly. Inspired by its working idea on images, it is a possible alternative to reduce the amount of information irrelevant to path planning in the high-resolution static environment map model, so as to shorten the path planning time.
Although the map model processing method can improve the path planning efficiency of TRTVs, it may also bring security problems, especially collisions, to transportation routes [22]. The collision-free paths of TRTVs in mines are preferably planned far enough away from the obstacles for safety considerations. In fact, the conventional path planning methods [23,24] (e.g., A*, D*, etc.) just plan the path to bypass the impassable grid, which means that the planned passable path is alongside the edge of obstacles. Nevertheless, the working environment of TRTVs for mining often has many protrusions and other static objects [25], e.g., bolts, puddles, gangue in the coal mine environment. When the TRTV passes around these obstacles, the risk of TRTV scratching and colliding with obstacles may increase due to the mine roof falling off, instability of the tunnel floor, etc. The existing solutions are to use the envelope body or increase the vehicle volume in path planning to avoid corner collisions [26], but the underground roadway is long and narrow, and the use of the envelope body may greatly lead to planning failure.
To solve the above issues, in our previous work, a map dimension reduction framework for high-resolution 0–1 grid maps of TRTVs for planning was proposed, motivated by the idea of image convolution, with the goal of minimizing the impact of redundant information on planning, enhancing planning efficiency, and conserving resources for online perception and decision-making [27]. The proposed framework serves as a potential substitute for reducing the amount of information unrelated to path planning in the high-resolution static environment map model. In our recent research, we found that the early versions did not fully meet the path planning requirements of mining [28]. The basic high-resolution static grid map carried in TRTVs may also be a numerical map [18] used to define obstacle information rather than the 0–1 grid maps. In addition, despite planning a collision-free path on the dimensionality-reduction map, TRTVs face a safety risk from collisions with obstacle corners when traversing the smooth path [29], particularly in sections requiring continuous turns. Therefore, the map dimensionality-reduction framework was extended to numerical grid maps in this paper. The reverse automata and improved Bezier smoothing method were also proposed to compensate for the bugs that may be encountered when using dimensionality-reduction frameworks to assist path planning. The former is inspired by cellular automata, which can find passable grids around key grids that cannot be processed after map dimensionality reduction. The latter can reduce collisions between TRTV paths and obstacle corners caused by path planning algorithms. The dimensionality-reduction methods of simplicity kernel, the path safety, and the characteristics of dimensionality-reduction frameworks, etc., are discussed, using maps with typical downhole characteristics, e.g., meandering, dense obstacles, and small exits.
The main contributions of this paper are as follows.
  • The map dimension reduction framework (MDRF) is proposed to assist in path planning. It is suitable for the working conditions of vehicles with limited onboard sensor performance and computing resources.
  • The greedy strategy-based reverse automaton (GRA) is proposed to be applied to 0–1 and numerical grid maps, which can find passable grids and fix the issue of multiple machine-selected key points.
  • A slope interpolation-based Bezier curve smoothing method (SIBS) is proposed to reduce the collision risk between smooth paths and obstacles caused by fewer path points planned on the maps using the MDRF.
The remainder of this paper is organized as follows. Section 2 briefly introduces the fundamental theories and preliminary techniques adopted in our work. Section 3 elaborates the proposed framework and corresponding improvement strategies. In Section 4, comparative experiments and comprehensive discussions are conducted to validate the superiority and feasibility of the proposed method. Finally, the conclusions and future prospects of this study are summarized.

2. Preliminaries

2.1. Convolution Principle

Deep learning [30,31] as a common image processing method has made great progress in the past decades. Its idea is to use convolutional neural networks to autonomously obtain and retain the feature information in images, wherein the convolution kernel and convolution processing play a crucial role. The convolution kernel can perform traversal convolution on the current image to reduce the image dimension and enhance the feature information of the current image. The principle of convolution and the convolution kernel are shown in Figure 1.
As can be seen from Figure 1, its working principle is to use the convolution kernel to traverse the two-dimensional matrix of the image. Starting from area 1, the convolution kernel and local image information are multiplied and summed one by one, and then convolution is performed on area 2 until the whole image processing is completed. The result is to output the convolved image. When the image is convolved, it is assumed that the original image dimension is n × m , and the image matrix dimension after convolution is ( n 2 ) × ( m 2 ) . By increasing the convolution depth, the matrix dimension can be reduced to the ideal level. This process can effectively reduce the dimension of the image, and retain different effective features of the image according to different convolution types. The grid map is also a matrix that contains fewer data features than images, and the reciprocating full coverage dimensionality-reduction type like convolution is suitable for map dimensionality reduction due to the physical significance (e.g., position and geodetic transformation, etc.) of grids. Therefore, inspired by this idea, the simplicity kernel is defined and MDRF is designed to reduce the dimension of the grid map.

2.2. Cellular Automata

Cellular automata (CA) [32] is a general term for a class of grid dynamic models. It was proposed by Von Neumann and used to simulate the phenomenon of machine learning. The model does not contain the specific physical formulas and functions, but consists of cells, cell states, evolution rules, etc. It has the capability to simulate the spatiotemporal evolution of complex dynamic systems. It can be expressed as:
A = ( L d , S , N , f ) ,
where A represents a cellular automaton system. L d is the cell space, representing the dimension of the cell space. S represents the state of the cell, which is finite and discrete. N is the state set of cells in the neighborhood. f represents the evolution rule.
Stephen Wolfram’s research [33] has played a decisive role in promoting the development of CA. He introduced the theory of dynamics and the simplified structure of CA. In his theory, CA has the following five basic characteristics:
  • Cells are distributed in the discrete cell space divided according to certain rules.
  • The evolution of the system is carried out step by step with equal intervals of time, and the time variable is taken as the time point with equal step size.
  • Each cell has a definite state, and the state of the cell can only take a finite number of discrete values.
  • The state value of cell evolution at the next time is determined by the determined transformation rules.
  • The transformation rule of each cell is only determined by the cell state in the local domain.
Due to the highly efficient evolutionary and discrete characteristics of CA, some scholars have applied it to robotics [34,35]. As shown in the existing literature, path planning based on CA requires knowing the grid information, the evolutionary starting point, the evolutionary range, the evolutionary rules and the evolutionary target points. However, in practical engineering applications of TRTVs, the last three conditions are usually unknown, so some improvements need to be proposed.

2.3. Bezier Curve

The Bezier curve was proposed by Paul de Casteljau [36], and then widely used in automobile appearance design by Pierre Bezier [37]. In theory, a Bezier curve can represent all lines and curves according to the number and position of control points. Taking advantage of its good continuity and the characteristics that just the head and tail control points are on the curve, it becomes advantageous to smooth the path of robots [38,39]. The Bezier curve is described by Equation (2):
P ( u ) = i = 0 n B i n ( u ) P i , 0 u 1 ,
where u is the normalized time variable. P i is the i-th control point. B i n ( u ) is the Bezier basis function as follows:
B i n ( u ) = n i u i ( i u ) n i , i = 0 , 1 , , n .
It can be seen from Equation (2) that each point on the Bezier curve is the weighted sum of these control points, and the curve basis function is the weight value. For example, on the Bezier curves of third and fifth orders in Figure 2, it can be observed that the Bezier curve is completely contained in a polygonal convex hull composed of a series of control points, and just includes the head and tail control points on the curve.

3. The Map Dimension Reduction Framework

Figure 3 displays the flow chart of the proposed MDRF. First of all, MDRF, the major contribution, is used to rapidly reduce the dimension of the existing high-resolution grid map, and retain the effective feature information. Secondly, it is concurrently evaluated whether the dimension reduction has rendered the key points on the modified map unavailable. If the key points (start point, endpoint, and other important nodes) are unavailable, GRA is used to obtain the appropriate machine-selected points to participate in the path planning. After path planning, SIBS calculates a collision-free smooth path. It can modify the smooth path by incorporating a few smooth control points to prevent collisions with the corners of obstacles.

3.1. Map Dimension Reduction Framework Based on Simplicity Kernel

In order to shorten the path planning time and reduce computing power consumption, most of the current relevant strategies are to improve the path planning algorithms. Although such methods have achieved good results, they are still challenged in the face of increasingly refined environmental map models. Motivated by the idea of convolution and the convolution kernel applied in image processing, it is theoretically feasible to reduce the dimension of the environmental map model, which is also one aspect of the matrix, to shorten the path planning time. Therefore, the goal of MDRF is to use reasonable strategies to zoom in on the basic grid map and retain the environmental characteristics and physical properties of grids before path planning.
The principle of the simplicity kernel is shown in Figure 4. The simplicity kernel traverses the entire grid map from the top-left corner to implement map dimensionality reduction. Its core distinction from the standard convolution principle illustrated in Figure 1 lies in the sampling mode of the original grid data. After completing the downsampling operation for one group of map grids, the kernel selects the nearest non-overlapping grid set for subsequent dimensionality reduction. This mechanism enables proportional scaling of the overall grid map size while completely preserving the obstacle distribution information of each local region.
In the previous work [27], we adopted the method of preserving obstacle grids to preserve features of the 0–1 grid map when reducing the dimension. The simplicity kernel and its dimension reduction process are described by
g ( i , j ) = max ( max ( G ( i : ( i s 1 + 1 ) , j : ( j s 2 + 1 ) ) ) ) ,
where g ( i , j ) is the maximal feature extraction function to obtain the reduced dimension map data. G i : ( i s 1 + 1 ) , j : ( j s 2 + 1 ) represents neighborhood grid data in row i and column j of the grid on the basic map. s 1 and s 2 are the row and column size of the simplicity kernel, respectively.
In this paper, the dimensionality-reduction framework is extended to numerical maps. Numerical maps not only contain obstacle information, but also each grid has different values and meanings; thus, Equation (5) is first used to normalize, which normalizes each grid value to [ 0 , 255 ] .
G N ( i , j ) = ( 255 0 ) × ( M i , j M min ) ( M max M min ) + 0 ,
where G N ( i , j ) represents the normalized function for the grid data in row i and column j. M i , j is the value of the grid in row i and column j. M max is the maximal value of the numerical map, and  M min is the minimum. The normalized map uses the simplicity kernel as shown in Equation (6) for dimension reduction.
g ( i , j ) = 1 s 1 × s 2 G ( i : ( i s 1 + 1 ) , j : ( j s 2 + 1 ) ) .

3.2. Reverse Automata Based on the Greedy Strategy

TRTVs need to determine the key-point (starting and end points of the path planning) according to the current position of the vehicle and the destination when assigned a task. However, after map dimension reduction by MDRF, these key points may be determined as impassable grids, resulting in failure of planning, as shown in Figure 5. The green cell is the current position of the vehicle, and the red cell is the position of the task. It can be observed that the red point is close to the edge of the obstacle. After the map dimension reduction, the location of the endpoint is judged to be impassable.
To solve this problem, GRA inspired by the principle of CA is proposed and its flow chart is shown in Figure 6. It can be used to obtain the machine-selected point when the key point is useless for planning after dimension reduction. The cell state, the evolutionary starting point, the evolutionary range, the evolutionary rules, and the evolutionary target points are five important parts of GRA, where the cell state can be obtained according to the grid information, i.e., the grids of the dimension-reduced map are served as the cells, and the invalid key point is set as the evolutionary starting point. The evolutionary range, the evolutionary rules, and the evolutionary target points need to be designed according to the grid maps’ characteristics.
To facilitate the final remapping of the path points onto the high-resolution map and ensure the integrity of the path, the evolutionary range needs to be as small as possible, but not smaller than the dimensionality-reduction size. The evolutionary range of GRA is selected according to the dimension reduction range corresponding to the simplicity kernel and the orientation of the key points on the whole map. The evolutionary range of GRA is selected based on the dimensionality-reduction range corresponding to simple kernels and the direction of key points on the entire map. It can be divided into nine cases exampled in Figure 7 using the 3 × 3 simplicity kernel.
The evolutionary rules and the evolutionary target points for the 0–1 grid map are designed as follows. Rule 1: the impassable grids are set as 1 , and the evolutionary starting point (unavailable key point) is set as 1. Rule 2: the simplicity kernel size is set as a unit, and the neighborhood range surrounding the key point is taken. Rule 3: the evolution is started from the starting point. When the value of the neighborhood grid is less than the value of the center grid, the value of the neighborhood grid is increased by 1. Otherwise, the neighbor grid is not evolved. Rule 4: when the evolution is completed, the cell that is farthest from the evolutionary starting point in the evolution range with the minimal value is recorded. Rule 5: the cells with decreasing values are deduced backward from the minimal cell, and the shortest distance cell is reserved as the evolutionary target point (machine-selected point) by the greedy strategy and Euclidean distance. After a large number of experiments, some special cases are appeared as shown in Figure 8. It can be observed from Figure 8a that the endpoint is at the corner, which is the impassable grid after dimension reduction. After evolution by GRA, the evolutionary result can be encountered as shown in Figure 8b. It can be seen that two candidate key points with the shortest distancex to the endpoint appear, i.e., d 1 = d 2 . In response to this situation, Rule 6 is presented, i.e., the greedy strategy is used to calculate the Euclidean distance between these two candidate key points and another key point (i.e., the starting point in this case), and the candidate key point with the shortest Euclidean distance is selected as the final machine-selected point. As shown in Figure 8c, the Euclidean distance between the candidate key point in the upper-left corner of the evolutionary range and another key point is less than the Euclidean distance between the candidate key point in the lower-right corner of the evolutionary range and the starting point, i.e., D 1 < D 2 , so the candidate key point in the upper-left corner is selected as the final machine-selected point. The newly added rule is as follows.
Rule 6: if the evolutionary target points are still not unique after Rule 5, the Euclidean distance between these target points and another key point is calculated. The greedy method reserves the shortest evolutionary target point as the machine-selected point.
The elements of a numerical grid map are different from those of the 0–1 grid map. Therefore, the CA based on gray values proposed by Li et al. [40] is adopted to design the evolutionary rules of the numerical grid map and generate evolutionary target points. This CA defines the gray value G d t ( x , y ) to reflect the continuous change of cell ( x , y ) state, and is used to calculate the mutual evolution process of cities and villages. In this model, the development degree (i.e., gray value) increases in direct proportion to the development probability, and the total constraint coefficient value is given as follows.
Δ G d t ( x , y ) = P d t ( x , y ) × CONS d t ( x , y ) ,
where the development probability is calculated by the conventional CA as follows.
P d t ( x , y ) = f ( S ( x , y ) t , N ) .
The development degree and the cell state of the next moment are calculated iteratively using (Equations (9) and (10)).
G d t + 1 ( x , y ) = G d t + 1 ( x , y ) + Δ G d t ( x , y ) .
S d t + 1 = developing G d t + 1 = 1 S d t G d t + 1 = 0 partial developing otherwise .
Using its evolution principle for reference, the evolutionary rules of the GRA are designed to extend to numerical maps. Rules 1 and 3 are modified as follows, and the other four rules remain unchanged.
Rule 1: the impassable grids are set as 1 , and the evolutionary starting point (unavailable key point) is set as 1. The values of other grids are normalized to the interval [ 0 , 1 ] according to Equation (11).
G N ( i , j ) = ( 1 0 ) × ( M i , j M min ) ( M max M min ) + 0 .
Rule 3: the evolution is started from the starting point and evolves according to (Equations (7)–(10)).

3.3. Bezier Curve Smoothing Method Based on Slope Interpolation

Although the collision-free path can be planned on the dimension reduction map, the number of path control points obtained on the map used MDRF is less than the ones obtained on the basic map. As a result, the collision between the path and the edge of the obstacle may happen when calculating the smooth path, which has a collision safety risk when the TRTV is actually moving.
To solve this issue, SIBS is proposed based on the commonly used Bezier curve. When the slope between the path point and the other two path points on both sides is equal, the path point is maintained. Otherwise, the path point is defined as the slope distortion point, and two control points are inserted on both sides of the slope distortion point according to Equation (12) to achieve a smooth path to avoid obstacles:   
p 1 ( i ) = P x ( i 1 ) + P x ( i ) P x ( i 1 ) 2 P y ( i 1 ) + P y ( i ) P y ( i 1 ) 2 p 2 ( i ) = P x ( i ) + P x ( i + 1 ) P x ( i ) 2 P y ( i ) + P y ( i + 1 ) P y ( i ) 2 ,
where P x ( i ) and P y ( i ) are the coordinates of the i th control point. p 1 ( i ) and p 2 ( i ) represent the interpolated control points at both sides of the i th control point (slope mutation point). indicates the rounding-up function.
Its pseudo-code is shown in Algorithm 1, where N represents the number of path points after the path planning, k 1 and k 2 represent the slope of the lines connected by the i th path point.
Algorithm 1 The pseudo-code of SIBS
INPUT: 
The planned path points including planned, starting and end point.
OUTPUT: 
The smooth path.
  1: 
FOR  i = 2 : N  do
  2: 
     k 1 = ( P y ( i ) P y ( i 1 ) ) / ( P x ( i ) P x ( i 1 ) )
  3: 
     k 2 = ( P y ( i + 1 ) P y ( i ) ) / ( P x ( i + 1 ) P x ( i ) )
  4: 
    IF  k 1 k 2  then
  5: 
         p 1 ( i ) = P x ( i 1 ) + ( P x ( i ) P x ( i 1 ) ) / 2 , P y ( i 1 ) + ( P y ( i ) P y ( i 1 ) ) / 2
  6: 
         p 2 ( i ) = P x ( i ) + ( P x ( i + 1 ) P x ( i ) ) / 2 , P y ( i ) + ( P y ( i + 1 ) P y ( i ) ) / 2
  7: 
    END
  8: 
END
  9: 
Use the Bezier to get the smooth path according to the optimal control points.

3.4. Algorithm Implementation and Spatial Feature Retention Mechanism

The developed MDRF downsampling strategy is designed to prioritize the preservation of obstacle spatial characteristics while moderately optimizing redundant information within traversable regions, thereby preventing the omission of critical spatial features and potential collision boundaries during map simplification. The specific mechanism for grid feature retention and collision point protection is elaborated below. In terms of obstacle feature preservation, the adopted mean-value fusion kernel performs weighted statistical calculation on local grid regions containing obstacle units during downsampling. Grid cells corresponding to underground obstacles, including anchor bolts, gangue piles, and tunnel protrusions, are assigned higher weights in the normalization and fusion process. This mechanism ensures that the geometric contours, boundary ranges, and corner characteristics of all obstacle objects are completely retained on the low-resolution map, without geometric distortion or missing of collision-sensitive boundary information. For valid driving regions, the mean-value-based downsampling method uniformly integrates the passability and topographic elevation data of numerical grid maps, maintaining the overall undulation characteristics and spatial continuity of underground tunnel environments. Different from maximum, minimum, and median filtering strategies that easily induce local grid extremum distortion, the mean-value scheme achieves stable and smooth map simplification while preserving the topological rationality of drivable channels. Furthermore, the combination of MDRF, GRA, and SIBS constructs a complete safety guarantee mechanism to eliminate potential collision risks introduced by dimensionality reduction. The GRA module revises invalid boundary path nodes generated during grid downsampling, while the SIBS algorithm supplements adaptive interpolation control points at obstacle corners and mutation regions to compensate for insufficient path constraints caused by sparse discrete waypoints. The overall pseudo-code of MDRF-GRA-SIBS framework is presented in Algorithm 2.
Algorithm 2 Overall pseudo-code of MDRF-GRA-SIBS framework
INPUT: 
Original high-resolution grid map (0–1 or numerical map), vehicle start point S, target point T, simplicity kernel size K ( 3 × 3 or 5 × 5 )
OUTPUT: 
Safe and smooth collision-free driving trajectory.
  1:
% Step 1: Map dimension reduction preprocessing
  2:
IF input map is 0–1 grid map then
  3:    
Downsample original map using mean-value simplicity kernel via Equation (4), obtain dimension-reduced map M d r
  4:
else IF then
  5:    
Normalize all grid values to [ 0 , 255 ] via Equation (5). Downsample original map using mean-value simplicity kernel via Equation (6), obtain dimension-reduced map M d r
  6:
END
  7:
% Step 2: Greedy reverse automaton (GRA) key-point correction
  8:
IF S or T is impassable on M d r  then
  9:
    Initialize invalid key point as evolution starting point
10:
    Determine evolution range based on kernel size and key-point position
11:
    Iterate cell evolution via improved CA rules (Rule 1–Rule 6)
12:    
Screen unique optimal machine-selected key points via Euclidean distance greedy strategy
13:
    Update valid path planning key points S*, T*
14:
END
15:
% Step 3: Global path planning
16:
Plan initial discrete path P = { p 1 , p 2 , . . . , p n } on M d r using A* algorithm or the other path planning method
17:
% Step 4: Slope interpolation Bezier smoothing (SIBS)
18:
FOR each path point p i in P do
19:
    Calculate slope of adjacent path segments
20:
    Identify slope distortion mutation points
21:
    Insert dual interpolation control points via Equation (12)
22:
END
23:
Generate collision-free smooth trajectory via improved Bezier curve
24:
% Step 5: Vehicle trajectory tracking control
25:
Output optimized smooth trajectory to TRTV motion control module
26:
Real-time obstacle avoidance and speed adjustment
27:
Return final drivable trajectory

3.5. Complexity and Scalability Analysis

In this section, we will analyze the overall computational complexity and scalability of the MDRF and its auxiliary modules, GRA and SIBS, and compare them with the conventional path planning scheme based on original high-resolution grid maps.
Suppose, given an original grid map with a size of N × N , the traditional A* path planning directly executed on the high-resolution map yields a time complexity of O ( N 2 log N 2 ) , which is dominated by massive grid traversal and heuristic sorting operations. For downhole mine scenarios with dense grids and large map coverage, the tremendous growth of N may severely increase onboard computing overhead and cause obvious planning latency.
In contrast, the MDRF first downsamples the original map via a non-overlapping simplicity kernel with a size of k × k . The downsampling process is a linear grid traversal operation with a time complexity of O ( N 2 ) . After dimensionality reduction, the map scale is compressed to N k × N k , which drastically reduces the search space for subsequent path planning. The A* algorithm implemented on the dimension-reduced map obtains a new planning complexity of O ( ( N k ) 2 log ( N k ) 2 ) .
For the auxiliary modules, the GRA correction performs local cellular evolution only within a limited neighborhood of invalid key points, rather than traversing the entire map, resulting in a constant-level complexity O ( 1 ) for key-point revision. The SIBS smoothing module adaptively detects slope mutation points and inserts interpolation control points based on the initial discrete path points. Its computational overhead is linearly positively correlated with the number of path nodes, with a complexity of O ( M ) ( M N 2 ), which can be completely neglected compared with the map planning overhead.
Synthesizing all modules, the overall time complexity of the proposed framework is O ( N 2 + ( N k ) 2 log ( N k ) 2 ) . Since the primary quadratic term is significantly compressed by the kernel downsampling operation, the proposed method achieves an extremely low computational burden compared with conventional full-resolution map planning. The reduction in computational complexity can be further verified by the substantial decrease in computational time presented in the experimental results in Section 4.
In terms of scalability, the simplicity kernel-based dimensionality reduction is a universal grid map preprocessing paradigm that is not limited to the 0–1 binary grid maps adopted in most mine navigation studies, but also can be seamlessly extended to numerical grid maps with elevation and terrain attribute values, which adapt to complex undulating underground roadway environments. Moreover, the kernel size is flexible and adjustable. The 3 × 3 and 5 × 5 kernels are adopted for downhole narrow and obstacle-dense scenarios in this paper, while larger or smaller kernel sizes can be configured according to map resolution and task requirements to balance planning accuracy and computational efficiency, enabling adaptive scaling for different scenario complexities.
Furthermore, the modular design of the entire framework ensures strong algorithm expansibility. The MDRF belongs to the map preprocessing module, GRA is the key-point correction module, and SIBS is used for path smoothing. Those three modulars are decoupled from the backend path planner. The proposed framework can be compatibly integrated with mainstream planning algorithms (A*, D*, RRT, etc.) rather than being restricted to a single algorithm, and can also be combined with advanced intelligent optimization and learning-based planners for further performance improvement. In addition, the lightweight preprocessing mechanism is hardware-agnostic and can be migrated to different trackless rubber-tired vehicles, unmanned ground vehicles, and other embedded navigation platforms with limited computing resources, demonstrating good application scalability and engineering generalization potential for intelligent mobile robot navigation tasks.

4. Experiment and Discussion

In order to verify the effectiveness of the proposed method, some experiments were organized. All experiments used the A* algorithm to plan a path. The trackless flat-handling rubber-tired vehicle shown in Figure 9 is one kind of small TRTV and is widely used in mines for handling auxiliary materials. The wheel base of this TRTV is 0.45 m, and the diameter of the four rubber wheels is 0.25 m. The length, width and height of the vehicle body are 1.20 m × 0.72 m × 0.39 m. The weight of the body is 200 kg and the theoretical load can reach 1.5 t. It can turn 360 degrees in place and climb a maximum of 20-degree slope under a light load.
The Manhattan distance shown in Equation (13) is used as the heuristic cost function in the path planning of Maps 1–6.
H ( n ) = D × ( abs ( n x g o a l x ) + abs ( n y g o a l y ) ) ,
where H ( n ) is the heuristic cost function. ( n x , n y ) represents the coordinates of the current grid, and ( g o a l x , g o a l y ) is the coordinates of the end point grid. D is the multiple parameter cost.
For the numerical case of Maps 7–12, the Manhattan distance is no longer the only heuristic cost, and the work done by gravity is another cost. The heuristic cost function is shown in Equation (14).
W ( n ) = M × g × ( G n G n 1 ) C G n > G n 1 w otherwise ,
where W ( n ) is the heuristic cost function of gravity doing work. M is the weight and set in 200. g is the gravitational acceleration. G n is the height value recorded in the current grid, and G n 1 is the height value of the previous grid. C is the normalized parameter, which is taken as 100 in this paper. w is the reward value, which is taken as 5 in this paper. If the height of the current grid is greater than that of the previous grid, it means that the vehicle needs to climb. At this time, the cost of gravity work of the vehicle is added to the cost of the path length. On the contrary, the vehicles are rewarded for going downhill and straight.
Twelve benchmark functions shown in Figure 10 with characteristics of TRTVs’ working environment are selected to test the performance of the algorithm. Figure 10a–f show the original scene of each column of the maps. Figure 10g–l are the 0–1 grid maps. The planning challenge of Map 1 in Figure 10g lies in the tortuous and constricted areas, which include small entrances and exits. Map 2 in Figure 10h can test whether the algorithm can find suitable exits and entrances in a short time. Map 3 in Figure 10i contains dense scattered obstacles, simulating bolts and anchors in the tunnel. Map 4 in Figure 10j has multiple dead-zone traps and concave spaces that are difficult to plan. Map 5 in Figure 10k shows the long and narrow tunnel that is frequently found in the working environments of TRTVs. The difficulty of Map 6 in Figure 10l is some concave spaces that are common in the underground parking yard. The others are the numerical benchmark grid maps that are divided into maps with certain obstacles and ones with irregular values, which reflect the rugged surface of the coal mine environment. In these benchmark maps, the green cell is the starting point of the vehicle, and the red cell is the end point of the task. The experimental platform and environment are shown in Table 1.

4.1. Discussion on the Performance of SIBS

When using the shortest path as the cost function for path planning, the accessible path points planned by the algorithm are often close to the corners of obstacles resulting in frequent collisions with the smooth path. When using the proposed MDRF, this issue is further exacerbated due to fewer control points. To solve this problem, SIBS is proposed. In order to intuitively display the SIBS strategy, the comparative experiments are conducted on the six 0–1 benchmark maps. The experimental results are shown in Figure 11.
The dotted line is the result of path planning using Bezier curves, and the solid line shows the path smoothed by SIBS in Figure 11. It can be seen that the paths directly smoothed by Bezier curves have collision problems of varying degrees. However, after the SIBS is used for smoothing, the smooth path obtained has changed significantly and is collision-free in the cases except for the extremely circuitous map in Figure 11e, especially using MDRF with the 5 × 5 simplicity kernel.

4.2. Discussion on Feature Retention of Numerical Grid Map

In this paper, the mean feature retention scheme in MDRF is used to reduce the dimension of the numerical grid map, but many feature retention schemes can be used in reality. In this section, the mean, the median, the maximal, and the minimal feature retention schemes are used for experiments to discuss the feasibility of different schemes. Figure 12 shows the experimental results on the six numerical grid maps, wherein the red, blue, magenta, and green smooth paths are planned on the map using MDRF with the maximal, mean, minimal, and median feature retention scheme, respectively. Two sizes of simplicity kernel are used under each scheme. It can be seen that the paths calculated with the mean value simplicity kernel have fewer twists, which means that the path length is shorter and more stable when the vehicle adopts those paths.
Table 2 shows the data results of the experiments, which can further display the effects of path planning with different feature retention schemes and simplicity kernels. Among them, MA, MN, MD, and MI represent the path planning using the maximal, mean, median, and minimal simplicity kernels, respectively. The prefixes 3 and 5 represent the 3 × 3 and 5 × 5 size of kernels. D C is the path length cost and uses the meter as the unit of measure. W C measures the sum of the difference between the vehicle going uphill. The size of the simplicity kernel is taken as the base for data observation, and the bold data is the best for each group of results. The “Score” is the number of wins recorded for each of the four feature retention schemes. It is obvious that the score of the mean feature retention scheme, especially the 3 × 3 mean simplicity kernels, is the highest, which is applicable to the path planning of almost every map. The maximal feature retention scheme is suitable for the numerical grid map without obstacles, and the minimal feature retention scheme is suitable for the numerical grid map with obstacles. The mean feature retention scheme is the most moderate among these four schemes. Therefore, the mean feature retention scheme is recommended and used in the final experimental comparison.

4.3. Comparative Experiments

According to the above results, the basic benchmark map and the dimensionality-reduction maps are respectively used to conduct a complete experiment, and the sizes of the simplicity kernel are set as 3 × 3 and 5 × 5 . The experimental results can be observed in Figure 13, wherein the legend, “Basic Map” denotes the planning results based on the original high-resolution map, while “3-Dim Kernel” and “5-Dim Kernel” correspond to the results of the proposed framework with 3 × 3 and 5 × 5 simplicity kernels, respectively.
In Figure 13a, the path planned on the basic map contains the largest number of control points among the three paths. Moreover, since the original path is close to obstacles, the smoothed path collides with the corners of the obstacles. On the 3 × 3 dimensionality-reduction map, the planned path possesses fewer waypoints than that on the basic map, while its smoothed path still collides with the corners of the first and last obstacles. By comparison, the path planned on the 5 × 5 dimensionality-reduction map achieves the optimal performance. Specifically, the red path has the fewest waypoints, and the corresponding smoothed path avoids all obstacle collisions. The advantages of the proposed MDRF method are also validated in the path planning results of other maps. Map 5 in Figure 13e is the most challenging one among these binary grid maps for path planning, which represents the typical winding tunnel scenarios in mine environments. The results in Figure 13e demonstrate that the path generated on the 5 × 5 dimensionality-reduction map outperforms those obtained from other maps. For the numerical grid maps with obstacles presented in Figure 13g–i, all smoothed paths planned on the dimensionality-reduction maps successfully avoid collisions with obstacle corners. Furthermore, Maps 10–12 correspond to the numerical grid maps displayed in Figure 13j–l. The paths planned on the 5 × 5 dimensionality-reduction map exhibit fewer twists and turns and better stability. In contrast, the paths generated on the basic map are extremely bumpy with numerous turns, resulting in multiple collisions on their smoothed trajectories.
The quantitative results are presented in Table 3. BM denotes the results obtained from the basic map, while 3DM and 5DM correspond to the results on the 3 × 3 and 5 × 5 dimensionality-reduction maps, respectively. D C represents the path length cost in meters, and T C denotes the computational runtime cost in seconds. The results indicate that the basic map yields the shortest planned path length, whereas the 5 × 5 dimensionality-reduction map achieves the minimum planning runtime, with a runtime reduction of approximately 90 % across all 0–1 grid maps. Accordingly, the experimental results on 0–1 grid maps demonstrate that as the dimension of the simplification kernel increases, the path length cost increases slightly, while the planning time cost decreases significantly. For numerical grid map experiments, the 5 × 5 simplification kernel applied to basic maps achieves the optimal comprehensive path planning performance in terms of both path length and computational efficiency. The effectiveness and superiority of the proposed MDRF method can be further intuitively verified from the results in Figure 14.

4.4. Discussion on the Safety of the Path

Safety is necessary for the vehicle path planning in coal mines according to the relevant ongoing national standards [41], industrial standards [42,43] and local standards [44,45] of coal mine transportation and intelligent coal mine auxiliary transportation equipment management. There are obvious differences between the coal mine environment and the ground. The underground environment is of high gas concentration, limited space, easy collision, and low illumination, which makes the safety and lightweight requirements for TRTVs very high. Moreover, the occurrence of safety accidents makes it easy to cause large-scale chain disasters, so the optimal path length can only be used as one of the reference standards, and the safety of the planned path also needs to be evaluated.
From the above experiments’ results, it can be observed that the proposed method in this paper sacrifices the optimality of the path length in exchange for lightweight and planning time. The experiments in this section will discuss the safety of the planned path on the map after dimensional reduction using the proposed method.
From Figure 13a–f of the comparative experiments in Section 4.3, it is observed that the path planned on the basic maps is close to the obstacles, while the ones planned on the map using the method in this paper mostly obtain path points with a certain distance from obstacles. In the confined space of a deep well, multiple small and risky obstacles are not easy to detect around the conspicuous obstacles, e.g., puddles, anchor rod after a shadow, etc. Therefore, we hope that the path of the TRTVs can keep away from obstacles as far as possible while keeping the short length. The path planning on the map using the modification method just meets the requirements of mining vehicles, and the path length cost is slightly increased to less than 1 % as shown in Table 3.
To scientifically determine whether the path is safe, the risk map evaluation method that we proposed in 2023 [2] is used to visually assess the safety of the path, and the risk value of each path is counted. The results are shown in Table 4 and Figure 15, wherein M1–M6 represent Maps 1–6 respectively. It is clear that the path planned on the map using 5 × 5 MDRF has minimal risk value.

4.5. Downhole Map Experiment

To further verify the feasibility of the proposed method, a downhole map obtained from the partial tunnel network of a mine in southwestern China was used as shown in Figure 16. The downhole tunnel network is often complex, generally consisting of a main transportation tunnel and multiple tunnels leading to the mining face. Temporary tunnels reaching the mining face frequently change with the progress of mining, so compared to ground roads, there is no regular pattern. The underground tunnel network usually includes multiple downhole parking lots. The map used this time includes the main transportation tunnel and some temporary tunnels. The hardware, computing units and industrial control computers were the ones used in our previous downhole experiments [5], as shown in Figure 16c. A customized industrial computer, model Tardetech TD-WUFO-8100G, was used. The CPU was Core i7-9700 with two 32 GB industrial RAM, one 512 GB industrial SSD, 24 G RTX-3090 GPU, etc., which are equipped with and packaged in an explosion-proof shell. CAN and high-speed Ethernet are used to achieve data and signal communication. The Ubuntu 20.04 operating system is used.
As shown in Figure 17, path planning based on the original map requires a planning time of 2058.4 s and generates more than 894 path points with obvious redundancy. In comparison, the planning method adopting the 5 × 5 simplification kernel only produces 180 path points within 4.7 s. Compared with the original map-based planning strategy, the proposed method reduces the planning time by 99.8% and cuts down redundant path points by 79.6%, which demonstrates a significant improvement in planning efficiency. Furthermore, two groups of path points are smoothed separately using the original Bezier algorithm and the improved smoothing method proposed in this framework. The total number of smoothing points is set to 10,000. The collision rate of the smoothed path is calculated by dividing the number of smoothing points located in obstacle grids by the total number of smoothing points. As illustrated in Figure 17c, the collision rate of the smoothed path points optimized by our proposed method is 0.13‰, while that obtained without the dimensionality-reduction framework is 0.16‰. This indicates that the proposed framework effectively eliminates potential collision risks by optimizing the number of smoothing reference points.

5. Conclusions

This work targets the efficiency and safety improvement of intelligent coal mine TRTVs by optimizing grid map representations, and proposes a multi-scale dimensionality-reduction framework to eliminate redundant map information and accelerate path planning. Designed for the limited onboard computing resources of underground vehicles, MDRF adaptively downsamples high-resolution maps to support reliable TRTV navigation. Evaluations on twelve benchmark maps confirm that MDRF reduces planning time by more than 90% while ensuring safe and smooth paths. Among four designed feature retention schemes for the simplification kernel, the mean-value scheme achieves the most balanced performance. Practical tests on real downhole mine maps further demonstrate that the proposed method reduces planning time by 99.8% and redundant path points by 79.6%. Equipped with an improved smoothing strategy, the framework effectively avoids collision risks caused by insufficient path reference points. Owing to its adaptability to environments with limited sensor precision, power supply, and computing resources, MDRF serves as a universal preprocessing module that can be seamlessly combined with mainstream planners such as A* and RRT. Future work will explore advanced feature retention strategies to boost dimensionality-reduction accuracy and extend the current framework to 3D mine maps for wider engineering applicability.

Author Contributions

Conceptualization, X.Z. and Q.Y.; methodology, X.Z.; software, X.Z.; validation, Q.Y.; formal analysis, Q.Y.; investigation, X.Z.; resources, X.Z.; data curation, Q.Y.; writing—original draft preparation, X.Z.; writing—review and editing, X.Z. and Q.Y.; visualization, Q.Y.; project administration, X.Z. and Q.Y.; funding acquisition, Q.Y. All authors have read and agreed to the published version of the manuscript.

Funding

This paper was supported by the Fundamental Research Funds for the Central Universities (2025QN1068, 2025QN1161) and China Postdoctoral Science Foundation (2025M771814).

Data Availability Statement

The raw data supporting the conclusions of this article will be made available by the authors upon request.

Conflicts of Interest

The authors declare no conflicts of interest.

References

  1. Wang, S.; Li, Z.; Wang, B.; Ma, J.; Yu, J. Velocity obstacle-based collision avoidance and motion planning framework for connected and automated vehicles. Transp. Res. Rec. 2022, 2676, 748–766. [Google Scholar] [CrossRef]
  2. Zhang, X.; Yang, C.; Gu, Z.; Tang, C.; Zhu, Z.; Zhang, Y.; Qian, J.; Li, X. Obstacle avoidance for trackless rubber tired vehicle based on risk-grid particle swarm optimization in confined space of deep well. IEEE Trans. Veh. Technol. 2023, 72, 11291–11303. [Google Scholar] [CrossRef]
  3. Tian, B.; Yang, J.; Zhang, C.; Hao, X.; Meng, S.; Wang, S.; Yang, Z.; Chen, L.; Zhao, Y.; Ge, S. Autonomous driving in underground mines via parallel driving operation systems: Challenges, frameworks and cases study. IEEE Trans. Intell. Veh. 2025, 10, 3268–3277. [Google Scholar] [CrossRef]
  4. Liu, F.; Xue, F.; Wang, W.; Su, W.; Liu, Y. Real-time comprehensive driving ability evaluation algorithm for intelligent assisted driving. Green Energy Intell. Transp. 2023, 2, 100065. [Google Scholar] [CrossRef]
  5. Zhang, X.; Zhang, Y.; Yang, C.; Yan, W.; Ma, L.; Yu, Q. Driving behavior decision-making for unmanned monorail cranes based on multi-source layering perception information. IEEE Trans. Transp. Electrif. 2025, 11, 9808–9822. [Google Scholar] [CrossRef]
  6. Yang, T.; Guo, Y.; Wang, W.; Wang, S.; He, L. Regional obstacle detection and distance measurement for rail auxiliary transportation vehicles in underground coal mines. IEEE Trans. Intell. Transp. Syst. 2025, 26, 20187–20201. [Google Scholar] [CrossRef]
  7. Zhang, Y.; Guo, Y.; Huang, Y.; Ge, S. A low-carbon scheduling method based on improved ant colony algorithm for underground electric transportation vehicles. Complex Intell. Syst. 2025, 11, 166. [Google Scholar] [CrossRef]
  8. Shan, S.; Shao, J.; Zhang, H.; Xie, S.; Sun, F. Research and validation of self-driving path planning algorithm based on optimized A*-artificial potential field method. IEEE Sens. J. 2024, 24, 24708–24722. [Google Scholar] [CrossRef]
  9. Kiran, B.; Sobh, I.; Talpaert, V.; Mannion, P.; Sallab, A.; Yogamani, S.; Perez, P. Deep reinforcement learning for autonomous driving: A survey. IEEE Trans. Intell. Transp. Syst. 2021, 23, 4909–4926. [Google Scholar] [CrossRef]
  10. Yang, J.; Ni, J.; Xi, M.; Wen, J.; Li, Y. Intelligent path planning of underwater robot based on reinforcement learning. IEEE Trans. Autom. Sci. Eng. 2023, 20, 1983–1996. [Google Scholar] [CrossRef]
  11. Li, B.; Chen, B. An adaptive rapidly-exploring random tree. IEEE-CAA J. Autom. Sin. 2022, 9, 283–294. [Google Scholar] [CrossRef]
  12. Wang, B.; Zhang, Z.; Andriukaitis, D.; Liu, X.; Hua, D.; Li, Z.; Vashishtha, G.; Chauhan, S. MSGJO: A new multi-strategy AI algorithm for the mobile robot path palnning. Int. J. Adv. Manuf. Technol. 2025, 137, 5081–5109. [Google Scholar] [CrossRef]
  13. Marguet, V.; Dinh, C.; Stoican, F.; Prodan, I. Indoor formation motion planning using B-splines parametrization and evolutionary optimization. Control Eng. Pract. 2024, 152, 106066. [Google Scholar] [CrossRef]
  14. Mota, F.; Batista, J.; Alexandria, A. Proposal of simultaneous localization and mapping for mobile robots indoor environments using Petri nets and computer vision. Int. J. Adv. Manuf. Technol. 2024, 135, 3991–4014. [Google Scholar] [CrossRef]
  15. Wang, Y.; Shen, B.; Nan, Z.; W., T. An end-to-end path planner combining potential field method with deep reinforcement learning. IEEE Sens. J. 2024, 24, 26584–26591. [Google Scholar] [CrossRef]
  16. Pang, H.; Wang, Z.; Li, G. Large language model guided deep reinforcement learning for safe autonomous vehicle decision making. Transp. Res. Part C Emerg. Technol. 2026, 184, 105511. [Google Scholar] [CrossRef]
  17. Chen, G.; Lu, F.; Li, Z.; Liu, Y.; Dong, J.; Zhao, J.; Yu, J.; Knoll, A. Pole-curb fusion based robust and efficient autonomous vehicle localization system with branch-and-bound global optimization and local grid map method. IEEE Trans. Veh. Technol. 2021, 70, 11283–11294. [Google Scholar] [CrossRef]
  18. Grebner, T.; Schoeder, P.; Janoudi, V.; Waldschmidt, C. Radar-based mapping of the environment: Occupancy grid-map Versus SAR. IEEE Microw. Wirel. Compon. Lett. 2022, 32, 253–256. [Google Scholar] [CrossRef]
  19. Huang, G.; Yuan, X.; Shi, K.; Liu, Z.; Wu, X. A 3-D multi-object path planning method for electric vehicle considering the energy consumption and distance. IEEE Trans. Intell. Transp. Syst. 2022, 23, 7508–7520. [Google Scholar] [CrossRef]
  20. Zhu, H.; Mi, J.; Li, Y.; Yuen, K.; Leung, H. VB-Kalman based localization for connected vehicles with delayed and lost measurements: Theory and experiments. IEEE/ASME Trans. Mechatron. 2022, 27, 1370–1378. [Google Scholar] [CrossRef]
  21. Ma, Y.; Zheng, Y.; Liu, Y.; Feng, Z.; Easa, S.; Wong, Y. Synthesizing perceived trajectory for placing cooperative roadside LiDAR: A hybrid simulation-deep learning framework. Transp. Res. Part C Emerg. Technol. 2026, 183, 105473. [Google Scholar] [CrossRef]
  22. Liu, Q.; Liu, J.; Chen, L. Path planning of mining engineering transportation vehicles based on improved SSA method and double layer model. Int. J. Intell. Transp. Syst. Res. 2025, 23, 1949–1962. [Google Scholar] [CrossRef]
  23. Li, H.; Liu, W.; Yang, C.; Wang, W.; Qie, T.; Xiang, C. An optimization-based path planning approach for autonomous vehicles using the DynEFWA-artificial potential field. IEEE Trans. Intell. Veh. 2022, 7, 263–272. [Google Scholar] [CrossRef]
  24. Abdouni, J.; Jarou, T.; Waga, A.; Bensassi, K.; koudia, Y. An improved RRT algorithm for efficient local path planning in autonomous vehicles. Int. J. Intell. Transp. Syst. Res. 2025, 23, 1289–1300. [Google Scholar] [CrossRef]
  25. Yang, S.; Wen, G.; Yan, F.; Li, H.; Liu, Y.; Wu, W. Swelling characteristics and permeability evolution of anthracite coal containing expansive clay under water-saturated conditions. Fuel 2020, 279, 118501. [Google Scholar] [CrossRef]
  26. Yang, C.; Bi, S.; Xu, Y.; Zhang, X. CTSAC: Curriculum-Based Transformer Soft Actor-Critic for Goal-Oriented Robot Exploration. In Proceedings of the IEEE International Conference on Robotics and Automation, Atlanta, GA, USA, 19–23 May 2025; pp. 16840–16846. [Google Scholar] [CrossRef]
  27. Zhang, X.; Yang, C. An optimization strategy for offline path planning on high-resolution grid maps. In Proceedings of the 2022 IEEE International Conference on Robotics and Biomimetics, Xishuangbanna, China, 5–9 December 2022; pp. 457–461. [Google Scholar] [CrossRef]
  28. Yan, W.; Zhang, Y.; Xue, M.; Zhu, Z.; Lu, H.; Zhang, X.; Tang, W.; Xing, K. Mine-DW-Fusion: BEV Multiscale-Enhanced Fusion Object-Detection Model for Underground Coal Mine Based on Dynamic Weight Adjustment. Sensors 2025, 25, 5185. [Google Scholar] [CrossRef] [PubMed]
  29. Sun, Y.; Yang, J.; Zhao, D.; Shu, Y.; Zhang, Z.; Wang, S. A global trajectory planning framework based on minimizing the risk index. Actuators 2023, 12, 270. [Google Scholar] [CrossRef]
  30. Kochliaridis, V.; Vlahavas, I. Optimizing Pretrained Autonomous Driving Models Using Deep Reinforcement Learning. Appl. Sci. 2025, 15, 8411. [Google Scholar] [CrossRef]
  31. Chen, Y.; Li, W.; Sun, G.; Chen, B. Visual-based deep convolutional neural network method for detecting damage in bridge plate rubber bearings. Transp. Res. Rec. 2025, 2679, 154–170. [Google Scholar] [CrossRef]
  32. Yang, J.; Yin, L. Cellular automata over MV-algebras. Fuzzy Sets Syst. 2026, 540, 109924. [Google Scholar] [CrossRef]
  33. Wolfram, S. Cellular automata as model of complexity. Nature 1984, 31, 419–424. [Google Scholar] [CrossRef]
  34. Zhang, Z.; Li, X.; Shen, Z.; Fan, Y.; Wang, X. A dynamic threat model-based conflict resolution method for multiple mobile robots in constrained spaces. Intell. Serv. Robot. 2026, 19, 49. [Google Scholar] [CrossRef]
  35. Zhu, Y.; Bie, D.; Wang, X.; Zhang, Y.; Jin, H.; Zhao, J. A distributed and parallel control mechanism for self-reconfiguration of modular robots using L-systems and cellular automata. J. Parallel Distrib. Comput. 2019, 102, 80–90. [Google Scholar] [CrossRef]
  36. Moreno, F. Hand Drawing in the Definition of the First Digital Curves. Nexus Netw. J. 2019, 22, 755–775. [Google Scholar] [CrossRef]
  37. Rabut, C. On Pierre Bezier’s life and motivations. Comput. Aided Des. 2002, 34, 493–510. [Google Scholar] [CrossRef]
  38. Song, B.; Wang, Z.; Zou, L. An improved PSO algorithm for smooth path planning of mobile robots using continuous high-degree Bezier curve. Appl. Soft Comput. 2021, 100, 106960. [Google Scholar] [CrossRef]
  39. Ahmad, J.; Wahab, M. Enhancing the safety and smoothness of path planning through an integration of Dijkstra’s algorithm and piecewise cubic Bezier optimization. Expert Syst. Appl. 2025, 289, 128315. [Google Scholar] [CrossRef]
  40. Li, X.; Yeh, A. Modelling sustainable urban development by the integration of constrained cellular automata and GIS. Int. J. Geogr. Inf. Sci. 2000, 14, 131–152. [Google Scholar] [CrossRef]
  41. GB/Z 41296-2022; General Technical Requirements of Information System for Production Safety, Spot Monitor and Emergency Rescue of Colliery. Standardization Administration of China: Beijing, China, 2022. Available online: https://openstd.samr.gov.cn/bzgk/gb/newGbInfo?hcno=B6EEA331A688BD16FE14493F0C5CA9A0 (accessed on 18 May 2026).
  42. MT/T 1186-2020; Technical Specifications for Transportation Safety of Open-Pit Coal Mine. State Administration of Coal Mine Safety: Beijing, China, 2021. Available online: https://std.samr.gov.cn/hb/search/stdHBDetailed?id=C43C27B18C3CD286E05397BE0A0A4074 (accessed on 18 May 2026).
  43. AQ 1064-2008; Safety Application Specifications for Explosion-Proof Diesel Trackless Rubber-Tired Vehicles for Coal Mines. Coal Mine Safety Technical Committee of the National Technical Committee 288 for Work Safety Standardization: Beijing, China, 2009. Available online: https://std.samr.gov.cn/hb/search/stdHBDetailed?id=8B1827F22B63BB19E05397BE0A0AB44A (accessed on 18 May 2026).
  44. NB/T 10756-2021; Specification for Safety Inspection and Testing of Trackless Rubber Wheel Vehicles Used in Coal Mines. National Energy Administration: Beijing, China, 2021. Available online: https://std.samr.gov.cn/hb/search/stdHBDetailed?id=FA24555D106FA549E05397BE0A0AF5E3 (accessed on 18 May 2026).
  45. DB34/T 1971-2021; Management Guideline for Auxiliary Transportation in Underground Coal Mines. Anhui Coal Mine Production Standardization Technical Committee: Hefei, China, 2021. Available online: https://std.samr.gov.cn/db/search/stdDBDetailed?id=BF4960B9662258D3E05397BE0A0A996E (accessed on 18 May 2026).
Figure 1. Convolution kernel and image convolution principle.
Figure 1. Convolution kernel and image convolution principle.
Applsci 16 06234 g001
Figure 2. Bezier curves. (a) Third-order Bezier curve. (b) Fifth-order Bezier curve.
Figure 2. Bezier curves. (a) Third-order Bezier curve. (b) Fifth-order Bezier curve.
Applsci 16 06234 g002
Figure 3. Flow chart of main work.
Figure 3. Flow chart of main work.
Applsci 16 06234 g003
Figure 4. Map dimension reduction schematic.
Figure 4. Map dimension reduction schematic.
Applsci 16 06234 g004
Figure 5. Cases of impassable key point after dimension reduction. (a) Basic map with key points. (b) Impassable endpoint after dimension reduction.
Figure 5. Cases of impassable key point after dimension reduction. (a) Basic map with key points. (b) Impassable endpoint after dimension reduction.
Applsci 16 06234 g005
Figure 6. Flow chart of GRA.
Figure 6. Flow chart of GRA.
Applsci 16 06234 g006
Figure 7. Evolutionary range selection scheme. (a) Middle. (b) Upper left. (c) Upper right. (d) Lower left. (e) Lower right. (f) Upper side. (g) Lower side. (h) Left side. (i) Right side.
Figure 7. Evolutionary range selection scheme. (a) Middle. (b) Upper left. (c) Upper right. (d) Lower left. (e) Lower right. (f) Upper side. (g) Lower side. (h) Left side. (i) Right side.
Applsci 16 06234 g007
Figure 8. Selection strategy of multiple candidate key points. (a) Special cases. (b) The evolved evolutionary range. (c) The shortest distance to another key point.
Figure 8. Selection strategy of multiple candidate key points. (a) Special cases. (b) The evolved evolutionary range. (c) The shortest distance to another key point.
Applsci 16 06234 g008
Figure 9. Trackless flat-handling rubber-tired vehicle.
Figure 9. Trackless flat-handling rubber-tired vehicle.
Applsci 16 06234 g009
Figure 10. Benchmark maps and their corresponding scenarios. (a) Coal-washing plant. (b) Switch entrance and exit. (c) Open storage. (d) Downhole garage. (e) Downhole chamber. (f) Downhole transportation tunnel. (g) Map 1. (h) Map 2. (i) Map 3. (j) Map 4. (k) Map 5. (l) Map 6. (m) Map 7. (n) Map 8. (o) Map 9. (p) Map 10. (q) Map 11. (r) Map 12.
Figure 10. Benchmark maps and their corresponding scenarios. (a) Coal-washing plant. (b) Switch entrance and exit. (c) Open storage. (d) Downhole garage. (e) Downhole chamber. (f) Downhole transportation tunnel. (g) Map 1. (h) Map 2. (i) Map 3. (j) Map 4. (k) Map 5. (l) Map 6. (m) Map 7. (n) Map 8. (o) Map 9. (p) Map 10. (q) Map 11. (r) Map 12.
Applsci 16 06234 g010aApplsci 16 06234 g010b
Figure 11. Path smoothing comparative experiments. (a) Map 1. (b) Map 2. (c) Map 3. (d) Map 4. (e) Map 5. (f) Map 6.
Figure 11. Path smoothing comparative experiments. (a) Map 1. (b) Map 2. (c) Map 3. (d) Map 4. (e) Map 5. (f) Map 6.
Applsci 16 06234 g011
Figure 12. Comparative experiments for different feature retention schemes. (a) Map 7. (b) Map 8. (c) Map 9. (d) Map 10. (e) Map 11. (f) Map 12.
Figure 12. Comparative experiments for different feature retention schemes. (a) Map 7. (b) Map 8. (c) Map 9. (d) Map 10. (e) Map 11. (f) Map 12.
Applsci 16 06234 g012
Figure 13. Comparative experiment on the benchmark maps. (a) Map 1. (b) Map 2. (c) Map 3. (d) Map 4. (e) Map 5. (f) Map 6. (g) Map 7. (h) Map 8. (i) Map 9. (j) Map 10. (k) Map 11. (l) Map 12.
Figure 13. Comparative experiment on the benchmark maps. (a) Map 1. (b) Map 2. (c) Map 3. (d) Map 4. (e) Map 5. (f) Map 6. (g) Map 7. (h) Map 8. (i) Map 9. (j) Map 10. (k) Map 11. (l) Map 12.
Applsci 16 06234 g013aApplsci 16 06234 g013b
Figure 14. The histogram of the path planning cost. (a) The length cost. (b) The runtime cost.
Figure 14. The histogram of the path planning cost. (a) The length cost. (b) The runtime cost.
Applsci 16 06234 g014
Figure 15. The histogram of risk value.
Figure 15. The histogram of risk value.
Applsci 16 06234 g015
Figure 16. The downhole map and onboard hardware. (a) The original map. (b) The local map used for experiments. (c) Onboard industrial control computer for downhole map experiment.
Figure 16. The downhole map and onboard hardware. (a) The original map. (b) The local map used for experiments. (c) Onboard industrial control computer for downhole map experiment.
Applsci 16 06234 g016
Figure 17. The path result of the experiment. (a) The planning without the proposed method. (b) The planning on the map using the proposed method. (c) Radar map of downhole map experiment results.
Figure 17. The path result of the experiment. (a) The planning without the proposed method. (b) The planning on the map using the proposed method. (c) Radar map of downhole map experiment results.
Applsci 16 06234 g017
Table 1. Experimental platform and environment.
Table 1. Experimental platform and environment.
SetupType
SystemWindows 7
CPUIntel(R) Core(TM) i5-7300HQ 2.50 GHz
RAM8.00 GB
SoftwareMatlab R2014a
Table 2. Path planning cost for discussion on four feature retention schemes.
Table 2. Path planning cost for discussion on four feature retention schemes.
Map 7Map 8Map 9Map 10Map 11Map 12 Score
DC (m) WC DC (m) WC DC (m) WC DC (m) WC DC (m) WC DC (m) WC
3 MA195.686518104.234082109.50413799.983286110.234562110.2341957
5 MA104.23795092.233695143.444996106.37397892.233654122.234494
3 MN198.89598098.233517105.983545104.233404101.743827102.47360613
5 MN204.65726392.233695122.234026106.37301795.15374589.302771
3 MD204.176153102.47380798.234186125.744653116.954276124.7149433
5 MD203.44716799.303655122.233920109.30357592.23332392.233074
3 MI195.68655696.47353393.983629134.235327115.20428486.9528625
5 MI196.376862102.233828108.083288116.374326105.15395698.083658
Table 3. Path planning cost for comparative experiments.
Table 3. Path planning cost for comparative experiments.
Map 1Map 2Map 3Map 4Map 5Map 6
DC (m) TC (s) DC (m) TC (s) DC (m) TC (s) DC (m) TC (s) DC (m) TC (s) DC (m) TC (s)
BM166.9517.3690.470.7585.780.4171.840.41206.4720.5988.711.19
3 DM170.950.6192.220.0690.470.0572.430.03222.470.3893.980.09
5 DM186.370.0892.220.0292.230.0173.580.01229.300.0695.150.02
Map 7Map 8Map 9Map 10Map 11Map 12
DC (m) TC (s) DC (m) TC (s) DC (m) TC (s) DC (m) TC (s) DC (m) TC (s) DC (m) TC (s)
BM182.2320.16122.8121.30118.8118.1197.980.82105.1524.29121.9818.07
3 DM198.890.6798.230.31105.980.48104.230.69101.740.34102.470.12
5 DM204.650.0792.230.04122.230.06106.370.0395.150.0889.300.01
Table 4. The risk value of the path.
Table 4. The risk value of the path.
M1M2M3M4M5M6
BM28070109142628181
3 DM146469410144991
5 DM7131524229480
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Zhang, X.; Yu, Q. Reverse Automaton Modified Map Dimension Reduction for Stable Assisted Driving of Smart Trackless Rubber-Tired Vehicles. Appl. Sci. 2026, 16, 6234. https://doi.org/10.3390/app16126234

AMA Style

Zhang X, Yu Q. Reverse Automaton Modified Map Dimension Reduction for Stable Assisted Driving of Smart Trackless Rubber-Tired Vehicles. Applied Sciences. 2026; 16(12):6234. https://doi.org/10.3390/app16126234

Chicago/Turabian Style

Zhang, Xin, and Qiu Yu. 2026. "Reverse Automaton Modified Map Dimension Reduction for Stable Assisted Driving of Smart Trackless Rubber-Tired Vehicles" Applied Sciences 16, no. 12: 6234. https://doi.org/10.3390/app16126234

APA Style

Zhang, X., & Yu, Q. (2026). Reverse Automaton Modified Map Dimension Reduction for Stable Assisted Driving of Smart Trackless Rubber-Tired Vehicles. Applied Sciences, 16(12), 6234. https://doi.org/10.3390/app16126234

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop