Multimodal Classification Network Guided Trajectory Planning for Four-Wheel Independent Steering Autonomous Parking Considering Obstacle Attributes
Jingjia Teng, Yang Li, Yougang Bian, Manjiang Hu, Yingbai Hu, Guofa Li, Jianqiang Wang
TL;DR
<3-5 sentence high-level summary> The paper tackles autonomous parking for four-wheel independent steering (4WIS) vehicles in narrow, obstacle-dense spaces by integrating a multimodal classification network (MCN) to gauge scene difficulty, guided point generation to decompose hard tasks, and a 4WIS-specific hybrid A* search with obstacle-aware expansion. A hierarchical obstacle handling strategy prioritizes crossing, then driving over, and finally avoidance, complemented by probabilistic risk-field driving corridors to handle dynamic obstacles. The initial path from the 4WIS hybrid A* warms-starts an optimal control problem that optimizes safe, smooth trajectories, with logical constraints for drive-over obstacles. Experimental results show superior success rates, shorter paths, faster computation, and improved safety across varying obstacle densities compared with baseline methods, highlighting the framework’s practical value for constrained autonomous parking.
Abstract
Four-wheel Independent Steering (4WIS) vehicles have attracted increasing attention for their superior maneuverability. Human drivers typically choose to cross or drive over the low-profile obstacles (e.g., plastic bags) to efficiently navigate through narrow spaces, while existing planners neglect obstacle attributes, causing inefficiency or path-finding failures. To address this, we propose a trajectory planning framework integrating the 4WIS hybrid A* and Optimal Control Problem (OCP), in which the hybrid A* provides an initial path to enhance the OCP solution. Specifically, a multimodal classification network is introduced to assess scene complexity (hard/easy task) by fusing image and vehicle state data. For hard tasks, guided points are set to decompose complex tasks into local subtasks, improving the search efficiency of 4WIS hybrid A*. The multiple steering modes of 4WIS vehicles (Ackermann, diagonal, and zero-turn) are also incorporated into node expansion and heuristic designs. Moreover, a hierarchical obstacle handling strategy is designed to guide the node expansion considering obstacle attributes, i.e., 'non-traversable', 'crossable', and 'drive-over' obstacles. It allows crossing or driving over obstacles instead of the 'avoid-only' strategy, greatly enhancing success rates of pathfinding. We also design a logical constraint for the 'drive-over' obstacle by limiting its velocity to ensure safety. Furthermore, to address dynamic obstacles with motion uncertainty, we introduce a probabilistic risk field model, constructing risk-aware driving corridors that serve as linear collision constraints in OCP. Experimental results demonstrate the proposed framework's effectiveness in generating safe, efficient, and smooth trajectories for 4WIS vehicles, especially in constrained environments.
