ConceptioArchivearXiv CS
arXiv CSopen access

FeaXDrive: Feasibility-aware Trajectory-Centric Diffusion Planning for End-to-End Autonomous Driving

Unknown · 2026 · arxiv_cs
arXiv CS · Papers · License: Open Access · 2026
Open Source ↗Direct PDF ↓
machine learning, deep learning, neural networks

FeaXDrive: Feasibility-aware Trajectory-Centric Diffusion Planning for End-to-End Autonomous Driving Baoyun Wanga,1 , Zhuoren Lia,1 , Ming Liua , Xinrui Zhanga , Bo Lenga,∗, Lu Xionga

arXiv:2604.12656v1 [cs.RO] 14 Apr 2026

a College of Automotive and Energy Engineering, Tongji University, Shanghai, 201804, China

Abstract End-to-end diffusion planning has shown strong potential for autonomous driving, but the physical feasibility of generated trajectories remains insufficiently addressed. In particular, generated trajectories may exhibit local geometric irregularities, violate trajectory-level kinematic constraints, or deviate from the drivable area, indicating that the commonly used noise-centric formulation in diffusion planning is not yet well aligned with the trajectory space where feasibility is more naturally characterized. To address this issue, we propose FeaXDrive, a feasibility-aware trajectorycentric diffusion planning method for end-to-end autonomous driving. The core idea is to treat the clean trajectory as the unified object for feasibility-aware modeling throughout the diffusion process. Built on this trajectory-centric formulation, FeaXDrive integrates adaptive curvature-constrained training to improve intrinsic geometric and kinematic feasibility, drivable-area guidance within reverse diffusion sampling to enhance consistency with the drivable area, and feasibility-aware GRPO post-training to further improve planning performance while balancing trajectoryspace feasibility. Experiments on the NAVSIM benchmark show that FeaXDrive achieves strong closed-loop planning performance while substantially improving trajectory-space feasibility. These findings highlight the importance of explicitly modeling trajectory-space feasibility in end-to-end diffusion planning and provide a step toward more reliable and physically grounded autonomous driving planners. Keywords: End-to-end autonomous driving, Diffusion model, Trajectory-centric diffusion planning, Vision-language model, Physical feasibility

1. Introduction End-to-end (E2E) autonomous driving planning has attracted increasing attention in recent years, , as it aims to directly map scene observations to driving actions within a unified framework (Hu et al., 2023). Representative works such as UniAD, VAD, and related E2E planning methods have demonstrated the potential of unified perception, prediction, and planning for autonomous driving (Hu et al., 2023; Jiang et al., 2023). Building on this paradigm, VLM-enhanced E2E approaches further introduce multimodal semantic understanding and reasoning capabilities, thereby improving generalization and enabling better interpretation of complex traffic scenes, long-tail events, and high-level navigation intentions (Shao et al., 2024a; Tian et al., 2025; Zhou et al., 2025). Representative examples include LMDrive, which explores language-guided closed-loop E2E driving (Shao et al., 2024a), and DriveVLM, which demonstrates the potential of VLMs for understanding and planning in complex and long-tail driving scenarios (Tian et al., 2025). Meanwhile, diffusion-based planning has emerged as an increasingly prominent direction in E2E autonomous driving, owing to its strong capability for modeling multimodal driving behaviors and rich trajectory distributions (Zheng et al., 2025; Liao et al., 2025). ∗ Corresponding author

Email addresses: [email protected] (Baoyun Wang), [email protected] (Zhuoren Li), [email protected] (Ming Liu), [email protected] (Xinrui Zhang), [email protected] (Bo Leng), [email protected] (Lu Xiong) 1 These authors contributed equally to this work.

Table 1: Failure cause distribution in score-zero planning scenes of reproduced diffusion-based planners. Percentages are computed with respect to the score-zero scenes of each planner.

Failure Cause Drivable-area non-compliance At-fault collision Both

DiffusionDrive (Liao et al., 2025)

ReCogDrive (Li et al., 2025c)

69.25% 32.42% 1.67%

56.59% 45.44% 2.03%

However, the physical feasibility of generated trajectories remains insufficiently addressed in existing E2E planning methods. For example, generated trajectories may exhibit abrupt point-wise discontinuities or unnatural deflections, and may violate kinematic limits when viewed from the perspective of the overall trajectory. Moreover, the generated trajectory, together with the corresponding vehicle spatial occupancy, may deviate from the drivable area, thereby breaking consistency between the trajectory and the geometric constraints of the scene, violating basic roadgeometry constraints and potentially compromising traffic-rule compliance and the safety of other road users (Dauner et al., 2024). Our reproduced baselines further show that drivable-area non-compliance constitutes a major source of planning failure (Table 1). In essence, these problems are different aspects of the same underlying issue: although the model is capable of generating semantically plausible future trajectories, the resulting trajectories do not satisfy both the intrinsic geometric and kinematic requirements of the trajectory itself and the spatial constraints imposed by the road environment (Katrakazas et al., 2015; Song et al., 2023; Rahman et al., 2025). We refer to this notion of executability in trajectory space as trajectory-space feasibility. A common formulation in diffusion-based planning is noise-centric parameterization, in which the model predicts the noise term or noise residuals during both training and inference (Ho et al., 2020; Song et al., 2020; Karras et al., 2022). Although this formulation is effective for general generative tasks, its prediction objective lies in noise space, making it difficult to explicitly represent or effectively characterize the physical feasibility of trajectories. As a result, feasibility-related signals can only influence the generation process indirectly through intermediate variables, making them difficult to incorporate into training and sampling in a stable and precise manner. This separation between the prediction space and the feasibility space results in longer and less direct propagation paths for feasibility-related signals, weaker training supervision, and less intuitive correction during inference, while also reducing the physical interpretability of the overall method. Based on this observation, we reformulate E2E diffusion planning in a trajectory-centric manner, such that the future clean trajectory serves as the unified core object in both training and inference. This reformulation is particularly suitable for autonomous driving planning, because unlike high-dimensional generation targets such as natural images, a planned trajectory is low-dimensional, highly structured, and directly tied to physically interpretable planning variables (Li and He, 2025). Local geometric regularity, curvature-related constraints, kinematic feasibility, and the spatial relationship between the vehicle footprint and the drivable area are all naturally expressed in clean trajectory space rather than noise space (Katrakazas et al., 2015; Song et al., 2023; Rahman et al., 2025). As a result, directly modeling and optimizing the clean trajectory provides a unified interface for feasibility-aware training and sampling guidance. In this work, we propose FeaXDrive. The core idea is to treat the clean trajectory as the explicit carrier of feasibility-related information throughout the diffusion process. By making it the shared optimization object for feasibility-aware modeling throughout training, inference, and post-training, the proposed method provides a unified interface for feasibility enhancement in trajectory space. Specifically, during training, we impose adaptive differentiable curvature constraints directly on the predicted clean trajectory; during inference, we inject drivable-area guidance into the clean trajectory estimated at each reverse sampling step, allowing local road-geometry priors to directly influence trajectory generation; and during post-training, we further incorporate feasibility-aware GRPO fine-tuning to improve planning performance while balancing trajectory-space feasibility. An overview of the proposed method is shown in Fig. 1. Our main contributions are summarized as follows: • We propose a trajectory-centric diffusion planning framework with feasibility-aware training and inference for autonomous driving. By treating the clean trajectory as the central object for feasibility-aware modeling 2

Figure 1: Overview of FeaXDrive. Compared with noise-centric diffusion planning, FeaXDrive adopts a trajectory-centric formulation in which the predicted clean trajectory serves as the unified object for feasibility-aware modeling. On this basis, the method combines feasibility-aware training and inference-time drivable-area guidance to enhance trajectory-space feasibility throughout the diffusion planning process.

throughout the diffusion process, the proposed framework provides a unified interface for training-time feasibility enhancement and inference-time geometric guidance in trajectory space. • We introduce an adaptive differentiable curvature training strategy to improve the intrinsic feasibility of generated trajectories. By directly imposing adaptive curvature constraints on the predicted clean trajectory in trajectory space, the proposed training mechanism suppresses local geometric irregularities and curvature spikes, while improving trajectory-level kinematic feasibility. • We develop a drivable-aware sampling guidance strategy for diffusion sampling to improve drivable-area consistency during inference. By directly injecting local road-geometry priors into the clean trajectory at each reverse sampling step, the proposed strategy enables scene-aware geometric correction within the sampling loop. • We further incorporate feasibility-aware Group Relative Policy Optimization (GRPO) fine-tuning (Shao et al., 2024b; Guo et al., 2025) into the proposed end-to-end diffusion planner. By optimizing the policy with a feasibility-augmented reward that jointly captures benchmark-oriented performance and trajectory-space feasibility preference, the proposed feasibility-aware GRPO stage further improves planning performance while balancing trajectory-space feasibility, and demonstrates that the planner remains amenable to downstream policy optimization. 2. Related Work 2.1. E2E Autonomous Driving Planning Autonomous driving systems were initially developed under modular pipelines, where perception, prediction, planning, and control were treated as separate components (Badue et al., 2021; Leng et al., 2026). As learningbased methods advanced, research gradually moved toward more unified architectures, eventually leading to E2E frameworks that directly map scene observations to planned trajectories. Representative methods such as TransFuser (Prakash et al., 2021), UniAD (Hu et al., 2023), VAD (Jiang et al., 2023), and Hydra-MDP (Li et al., 2024) have 3

demonstrated the potential of integrating perception, prediction, and planning in a single E2E architecture, thereby reducing the complexity of hand-crafted modular pipelines. Building on this paradigm, subsequent research introduced large language models and vision-language models into E2E driving systems. Early works such as DriveGPT4 (Xu et al., 2024), GPT-Driver (Mao et al., 2023), Agent-Driver (Mao et al., 2024), and LMDrive (Shao et al., 2024a) explored LLMs/VLMs for driving explanation, planning-oriented reasoning, and closed-loop E2E driving, showing that language modeling can provide richer highlevel semantic priors than purely vision-based approaches. Subsequent methods, including DriveVLM (Tian et al., 2025), OmniDrive (Wang et al., 2024), Senna (Jiang et al., 2024), and ORION (Fu et al., 2025), further advanced this direction through hierarchical planning, integrated perception-reasoning-planning, language-guided trajectory planning, and vision-language-instructed action generation. More recently, E2E frameworks have moved toward tighter integration of high-level reasoning and action generation, reflecting a broader shift toward more unified generative modeling frameworks for autonomous driving (Hwang et al., 2025; Zhou et al., 2025). 2.2. Diffusion-Based E2E Trajectory Planning The standard E2E paradigm based on imitation learning (IL) remains limited in its ability to capture the multimodal distribution of expert behaviors. Diffusion models (Tian et al., 2026) have therefore emerged as an important generative framework for trajectory generation and autonomous driving planning. Compared with deterministic regression-based methods, diffusion-based planning is better suited to modeling the inherently multimodal nature of autonomous driving and can generate full future trajectories or action sequences through iterative denoising. Foundational diffusion methods (Ho et al., 2020; Song et al., 2020) provide a general framework for conditional generation and stable sampling, while action-diffusion methods (Chi et al., 2025) further demonstrate the potential of diffusion models for continuous action modeling and policy learning. In autonomous driving and related trajectory-generation tasks, existing diffusion-based methods can be roughly grouped into three lines: multimodal trajectory or behavior distribution modeling, as exemplified by Guided Conditional Diffusion for Controllable Traffic Simulation (Zhong et al., 2023) and GoalFlow (Xing et al., 2025); action or policy diffusion, represented by Diffusion Policy (Chi et al., 2025) and DiffE2E (Zhao et al., 2025), which apply diffusion directly in action space or hybrid action representations; and efficient diffusion planning for autonomous driving, represented by DiffusionDrive (Liao et al., 2025), which improves sampling efficiency through truncated diffusion and anchor priors. In addition, works such as M2Diffuser (Yan et al., 2025) show that diffusion models can also be combined with explicit trajectory optimization under stronger structural constraints. Overall, existing diffusion-based trajectory planning has shown strong potential, yet trajectory-space feasibility has received relatively limited attention. Although the broader diffusion literature has explored guidance, constrained sampling, and projection-based refinement (Christopher et al., 2024; Zheng et al., 2025), unified feasibility modeling in trajectory space across both training and inference is still lacking in autonomous driving. 2.3. Feasibility-Enhanced E2E Trajectory Planning Existing studies on trajectory feasibility in autonomous driving have explored several directions. Some works improve consistency with scene structure and road geometry through map-aware representations, road-constrained losses, or additional geometric priors, thereby enhancing compliance with the drivable area and lane structure (Ridel et al., 2020; Cui et al., 2021; Greer et al., 2021). Other methods adopt a predict-then-constrain paradigm, in which candidate trajectories are first generated by a learning-based model and then refined through external optimizers, MPC, or replacement mechanisms (Bahari et al., 2021; Vitelli et al., 2022; Wang et al., 2025). More recent studies further inject constraints, rewards, or guidance signals directly into generation and policy learning, for example through sampling guidance (Yang et al., 2024; Zheng et al., 2025), reward modeling (Huang et al., 2025), aligned policy optimization (Zou et al., 2025; Zhang et al., 2025b,a; Jiang et al., 2025), or human feedback (Li et al., 2025a). Despite these advances, existing feasibility-enhanced trajectory planning methods still have several limitations. Many rely on post-generation correction, validation, or replacement rather than unified feasibility modeling of the generation process itself (Bahari et al., 2021; Vitelli et al., 2022; Wang et al., 2025), making feasibility enforcement external and weakly coupled with trajectory generation. In guided generation frameworks, feasibility-related objectives are often introduced only as auxiliary signals rather than being directly integrated into both training and inference (Yang et al., 2024; Zheng et al., 2025; Huang et al., 2025; Zhang et al., 2025a; Li et al., 2025c), which may lead to weaker supervision, less intuitive inference-time correction, and reduced physical interpretability. 4

3. Problem Formulation We study autonomous driving trajectory planning under an E2E diffusion framework. Given a scene condition c , which consists of visual scene features encoded by a VLM, historical ego states, and high-level navigation commands, the goal is to generate a future planned trajectory. Beyond this standard formulation, we focus on an issue that remains insufficiently addressed in existing E2E diffusion planners, namely trajectory-space feasibility. 3.1. End-to-End Autonomous Driving Planning We study autonomous driving trajectory planning under an E2E diffusion framework. Given a scene condition c, which consists of VLM-encoded visual scene features, historical ego states, and high-level navigation commands, the goal is to generate a future ego planning trajectory: x0 = [s1 , s2 , . . . , sT ] ∈ RT ×d ,

(1)

where st denotes the ego trajectory state at the t-th future time step, T is the planning horizon, and d is the state dimension at each time step. The trajectory state is typically represented as st = (xt , yt , θt ),

(2)

where (xt , yt ) denotes the planar position of the ego pose center, and θt denotes the heading angle. Accordingly, the E2E planner aims to learn the conditional distribution x0 ∼ p(x0 | c),

(3)

thereby directly mapping scene understanding to trajectory generation within a unified framework. 3.2. Diffusion-Based Trajectory Planning Under the above E2E autonomous driving formulation, we model the conditional distribution of the future ego trajectory given the scene condition c using a diffusion generative framework. Let x0 denote the clean trajectory. In standard diffusion modeling, the forward process progressively injects Gaussian noise into x0 , yielding a noisy intermediate state xt at diffusion step t: p √ ϵ ∼ N(0, I), (4) xt = ᾱt x0 + 1 − ᾱt ϵ, where ᾱt denotes the cumulative signal-preservation coefficient determined by the noise schedule. Correspondingly, the reverse diffusion process aims to progressively recover the future planning trajectory from the noisy state, given the current diffusion state xt , the diffusion step t, and the scene condition c. A common formulation in diffusion-based trajectory planning is noise-centric parameterization, in which the network is trained to predict the noise term in the current diffusion state: ϵ̂ = fθ (xt , t, c). (5) Under this formulation, the model mainly performs learning and sampling updates around the noise or noise residual, thereby modeling the conditional trajectory distribution p(x0 | c). The advantage of diffusion-based planning lies in its ability to model the multimodal distribution of future driving behaviors in a generative manner and to produce the entire future trajectory through iterative denoising. To address the trajectory-space feasibility problem studied in this paper, we further reformulate diffusion-based trajectory planning in a trajectory-centric manner, in which the clean trajectory serves as the unified object for feasibilityaware modeling throughout training, inference, and post-training. Based on this formulation, the subsequent Methods section presents the corresponding design in detail and develops training-stage feasibility enhancement, inferencestage geometric guidance, and post-training feasibility-aware optimization within the trajectory-centric framework.

5

Figure 2: Overall architecture of FeaXDrive. Under a trajectory-centric formulation, the predicted clean trajectory serves as the shared object for feasibility-aware modeling throughout training, inference, and post-training. The method integrates adaptive differentiable curvature-constrained training, drivable-area guidance during reverse diffusion sampling, and feasibility-aware GRPO post-training.

4. Methods Building on Section 3, we develop FeaXDrive, a feasibility-aware trajectory-centric diffusion planning method that treats the clean trajectory as the shared core object throughout training, inference, and post-training. Specifically, the method consists of four components: trajectory-centric diffusion planning, adaptive differentiable curvatureconstrained training for improving intrinsic trajectory feasibility, drivable-area guidance for improving drivable-area consistency during inference, and feasibility-aware GRPO post-training for further improving planning performance while balancing trajectory-space feasibility. The overall design of FeaXDrive is illustrated in Fig. 2. We next describe these components in detail. 4.1. Trajectory-Centric Diffusion Planning As described in Sec. 3, the planner takes scene images and text queries as VLM inputs to extract visual-semantic features, which, together with the historical trajectory and ego states, serve as the conditioning information for diffusion planning. Standard diffusion planning typically adopts a noise-centric parameterization, where the network predicts the corresponding noise term ϵ̂ given the noisy trajectory state xt , the diffusion step t, and the scene condition c. Based on the above discussion, we further reformulate diffusion-based trajectory planning in a trajectory-centric manner. Specifically, given the current diffusion state xt , diffusion step t, and scene condition c, the planner directly predicts the corresponding clean trajectory estimate: x̂0 = fθ (xt , t, c),

(6)

where x̂0 denotes the estimated future trajectory at the current diffusion step, and fθ is the conditional denoising network. The subsequent feasibility modeling in our method is all built around x̂0 . During training, x̂0 is directly supervised by the ground-truth future trajectory x0 ; during inference, the current clean trajectory estimate is also explicitly produced at each reverse sampling step, and geometric guidance is imposed on this basis. Concretely, the basic supervision term in training is defined as L x0 = ∥ x̂0 − x0 ∥22 . 6

(7)

During inference, at the t-th reverse diffusion step, the planner first predicts x̂0 from the current noisy state xt , and then uses this clean trajectory estimate to construct the next-state update:   xt−1 = G xt , x̂0(t) , t (8) where G(·) denotes the reverse update operator associated with the specific sampler. In our framework, x0 -prediction serves as a trajectory-centric formulation that makes the predicted clean trajectory the unified object of training constraints and inference guidance. 4.2. Adaptive Curvature-Constrained Training Under the unified trajectory-centric parameterization, we introduce an adaptive curvature-constrained training strategy to improve the intrinsic feasibility of generated trajectories. By imposing explicit regularization in the training stage, the model is encouraged at the distribution level to reduce its tendency to generate trajectories with geometric spikes, local irregularities, or violations of vehicle kinematic curvature limits. 4.2.1. Differentiable Curvature Estimation and Adaptive Curvature Bound Since discrete trajectory points are sensitive to higher-order derivatives, directly estimating curvature from the raw predicted trajectory is easily affected by local fluctuations and sampling noise. To improve the stability of curvature estimation, we apply a lightweight differentiable smoothing operation to the planar coordinates of the predicted trajectory. Let the discrete planar position sequence of the predicted trajectory be P̂i = ( x̂i , ŷi ),

i = 1, . . . , T.

(9)

We apply a fixed lightweight 1D convolution kernel along the temporal dimension to obtain the smoothed trajectory   P̃i = S P̂i . (10) where S(·) denotes the differentiable smoothing operator. This step does not alter the overall motion trend of the trajectory, but effectively suppresses local discrete spikes and improves the robustness of subsequent curvature estimation. After obtaining the smoothed trajectory, we estimate curvature based on arc-length parameterization rather than directly using temporal finite-difference approximation. This is because the spatial spacing between trajectory points is not always uniform across different scenarios. Compared with directly differentiating a discrete time sequence, arclength parameterization is more consistent with the geometric definition of a trajectory and is therefore better suited to characterizing its geometric shape. First, the arc-length increment between adjacent smoothed trajectory points is computed as  ∆si = max ∥p̃i+1 − p̃i ∥2 , ϵ s , (11) where ϵ s > 0 is the minimum arc-length constant used to prevent local arc-length degeneration. This gives the cumulative arc-length parameter si . Under the arc-length parameter s, the trajectory is regarded as a 2D curve ( x̃(s), ỹ(s)), and its first and second derivatives with respect to arc length are estimated. The corresponding curvature is estimated as x̃′ (si )ỹ′′ (si ) − ỹ′ (si ) x̃′′ (si ) , (12) κi =  x̃′ (si )2 + ỹ′ (si )2 3/2 + ϵκ where ϵκ is a numerical stabilizer term. This arc-length-based estimation makes the curvature measure better reflect the intrinsic geometric shape of the trajectory, rather than artifacts introduced by discrete-time parameterization. A fixed geometric curvature threshold is insufficient to simultaneously characterize local geometric regularity and trajectory-level kinematic feasibility. In low-speed scenarios, curvature anomalies manifest mainly as local geometric irregularities, but trajectories may also violate a fixed geometric curvature bound. As speed increases, even a moderate curvature may correspond to an excessively large steering demand. Therefore, we construct a speed-aware curvature bound that combines a fixed geometric upper bound with dynamic constraints. 7

Let the speed at the i-th trajectory point be vi , the maximum allowable lateral acceleration be alat max , and the fixed geo geometric curvature upper bound be κmax . According to the lateral acceleration relation |alat | = v2 |κ|

(13)

the curvature upper bound implied by the lateral dynamic constraint can be derived as dyn

κmax,i =

alat max , v2i + ϵv

where ϵv is a numerical stability term. Furthermore, we define the final curvature bound as    geo dyn   geo alat  adp max  κi = min κmax , κmax,i = minκmax , 2 . vi + ϵv

(14)

(15)

This definition is essentially a hybrid geometric–dynamic constraint, reflecting the automatic switching of the dominant constraint term across different speed regimes. When the vehicle speed is low, the effective threshold is often geo given by the fixed geometric curvature upper bound κmax ; as speed increases, the dynamic term gradually becomes more restrictive, causing the effective curvature upper bound to tighten automatically with the motion state, thereby more effectively constraining kinematic curvature violations. As a result, the adopted curvature constraint not only preserves local geometric regularity, but also provides a feasibility constraint that is more consistent with vehicle kinematics. 4.2.2. Trajectory Feasibility-Aware Loss Based on the above curvature estimation and adaptive bound, we define a dynamics-aware training loss to penalize trajectory segments whose curvature exceeds the speed-adaptive curvature bound: Lfea =

T  2 1X adp max |κi | − κi , 0 . T i=1

(16)

Accordingly, the total training loss can be written as Ltrain = L x0 + λfea Lfea ,

(17)

where λfea is the weight that balances trajectory supervision and kinematic regularization. The role of Lfea is to impose a more physically meaningful bias on the trajectory distribution, thereby suppressing local geometric irregularities and improving trajectory-level kinematic feasibility. 4.3. Constraint-Aware Inference with Drivable-Area Guidance To further improve trajectory-space feasibility, especially the spatial consistency between the generated trajectory and the drivable area, we introduce constraint-aware diffusion sampling with drivable-area guidance during inference. The core idea is that, in the stages of reverse diffusion, the sampler no longer relies only on the model’s generative distribution; instead, local drivable-area geometric priors are injected as guidance into the clean trajectory estimate at each step, enabling online scene-aware geometric correction. 4.3.1. Guidance within Reverse Diffusion Sampling Starting from an initial noisy trajectory xT ∼ N(0, I), the reverse diffusion process iteratively performs guidanceaware updates for t = T, T − 1, . . . , 1. At each reverse sampling step t, we first predict a clean trajectory from the current diffusion state xt . Instead of directly using x̂0(t) to generate the next state, we apply a constraint-based correction to x̂0(t) based on the local road-geometry prior M, yielding a guided trajectory estimate:   x̃0(t) = C x̂0(t) ; M , 8

(18)

where M denotes the local drivable-area geometric prior, and C(·) denotes the constraint operator corresponding to the guidance. The sampler then continues the reverse update based on the corrected clean trajectory:   xt−1 = G xt , x̃0(t) , t , t = T, . . . , 1. (19) After the final reverse step, the resulting clean trajectory is taken as the planned trajectory. The geometric guidance in our method acts on the predicted x0 at every reverse sampling step and is directly integrated into the reverse sampling chain. It is not an external post-processing step applied after trajectory generation, but an online geometric correction mechanism within the sampling loop. As a result, the guidance directly influences the subsequent evolution of the sampling chain, steering the trajectory toward better consistency with the drivable area during the progressive denoising process. 4.3.2. Local Drivable-Area SDF Construction To introduce drivable-area priors during inference, we define a local drivable-area geometric prior M, which is instantiated in the current implementation as a drivable-area signed distance field (SDF) constructed from a local HD map. Specifically, we first transform the local road-geometry information into the ego-centric coordinate system with respect to the current ego vehicle, and construct a spatial representation of the drivable region within a finite local window. We then rasterize this local drivable region and compute the corresponding signed distance field. Let the local drivable region be D ⊂ R2 , with boundary ∂D. For any planar position q ∈ R2 , we define its signed distance field as    dist(q, ∂D), q ∈ D,     (20) S (q) =  0, q ∈ ∂D,     − dist(q, ∂D), q < D. where, dist(q, ∂D) denotes the Euclidean distance from point q to the boundary of the drivable region. Accordingly, the sign of S (q) characterizes the topological relationship between the point and the drivable region, while its magnitude |S (q)| explicitly measures the distance from q to the boundary, i.e., the geometric safety margin or the degree of off-road violation. In particular, when S (q) ≥ m, the point lies inside the drivable region and maintains a safety margin of at least m from the boundary. The SDF transforms the drivable-area constraint from a discrete inside/outside binary test into a continuous geometric distance signal. This not only enables us to determine whether a trajectory goes off-road, but also quantifies its safety margin and degree of boundary violation, thereby providing stable and differentiable geometric information for subsequent gradient-based guidance. It should be noted that, in our problem formulation, M is regarded as a unified interface for local road-geometry priors, rather than being tied to any specific map representation. In our current experiments, M is instantiated from a local HD map, but it can also be replaced in the future by local geometric information provided by lightweight maps, online mapping, or implicit road priors. 4.3.3. Footprint-Level Drivable-Area Guidance Applying drivable-area constraints only to the trajectory center point can easily overlook the relationship between the actual occupied region of the vehicle and the road boundary. In particular, in turning, near-boundary driving, or narrow-road scenarios, the fact that the center point remains inside the road does not necessarily imply that the entire vehicle stays within the drivable region. Therefore, we adopt a footprint-level geometric constraint. For the vehicle trajectory state at future time step τ, sτ = (xτ , yτ , θτ ),

(21)

we construct a rectangular vehicle footprint according to the vehicle length and width. Let the relative coordinates of the four footprint corners in the vehicle coordinate system be {δ j }4j=1 . Their positions in the global plane are then given by " # x pτ, j = τ + R(θτ ) δ j , j = 1, . . . , 4, (22) yτ 9

where R(θτ ) denotes the 2D rotation matrix determined by the heading angle θτ . We then perform bilinear sampling on the local SDF at these continuous coordinates to obtain the corresponding signed distance at each corner point: dτ, j = S (pτ, j ),

j = 1, . . . , 4.

(23)

This footprint-based sampling strategy better reflects the true occupied geometry of the vehicle than a center-point constraint. On the one hand, it can explicitly capture cases where a vehicle corner leaves the drivable region while the center point still remains inside. On the other hand, since SDF sampling is continuous and differentiable, gradients can be propagated directly to the vehicle position and heading, enabling more refined geometric guidance. After obtaining the footprint-level distances, we define a soft barrier guidance objective with a safety-margin term to measure the consistency between the current clean trajectory and the drivable region: T

Ldrv ( x̂0 ; M) =

1X ϕ(msafe − dτ ) , T τ=1

(24)

where msafe denotes the desired safety margin to the boundary, and ϕ(·) is implemented as a softplus barrier function. When dτ is sufficiently large, the guidance objective approaches zero; when the footprint approaches the boundary or leaves the drivable region, it increases rapidly. To reduce unnecessary interference with reasonable trajectories, we adopt a trigger mechanism based on whether the footprint goes out of bounds. Guidance is activated only when the footprint points of the current predicted trajectory leave the drivable region or come excessively close to the boundary. For triggered samples, at sampling step t, we perform one or multiple updates along the gradient direction of this objective with respect to x̂0(t) , yielding the guided clean trajectory estimate:   x̃0(t) = x̂0(t) − ηt Φ ∇ x̂(t) Ldrv ,

(25)

0

where ηt denotes the guidance step size at sampling step t, and Φ(·) denotes the gradient normalization and scale modulation operator. In practice, we normalize the gradients on the positional dimensions to avoid excessively large variations in SDF gradient scales across different scenes. In addition, an independent scaling factor can be introduced for the heading dimension to balance geometric correction and trajectory smoothness. In summary, drivable-area guidance performs online progressive correction on the clean trajectory predicted at each sampling step using the local drivable-area geometry of the current scene, gradually steering it away from nondrivable regions and back toward geometrically consistent drivable regions. Compared with the Adaptive Curvature-Constrained Training in the training stage, drivable-area guidance does not directly learn a general preference over trajectory distributions, but instead provides scene-specific geometric correction for the current scene. The former mainly improves the intrinsic feasibility of trajectories, while the latter mainly enhances spatial consistency with the drivable region. By combining these two modules under a unified trajectory-centric representation, we develop a feasibility-aware diffusion planning method for autonomous driving trajectory planning. 4.4. Feasibility-Aware GRPO Fine-Tuning Optimization After imitation learning (IL) is completed, we further introduce Feasibility-Aware GRPO fine-tuning to improve planning performance while balancing trajectory-space feasibility. This stage follows the existing GRPO design for diffusion generation chains, while incorporating feasibility-aware modeling. The core idea is to explicitly introduce trajectory-space feasibility into the benchmark-oriented reward evaluation, so that policy optimization favors candidate trajectories that achieve both strong benchmark performance and high trajectory-space feasibility. Specifically, given a scene condition c, the current policy samples a group of candidate trajectories 

N x̂0,n n=1 ,

x̂0,n ∼ πθ (· | c),

(26)

and obtains the corresponding rewards through the planning evaluator:  rn = R x̂0,n , c . 10

(27)

Here, R(·) jointly characterizes task quality and feasibility preference, and is defined as R ( x̂0 , c) = Rtask ( x̂0 , c) + λfea Rfea ( x̂0 , c) ,

(28)

where Rtask measures the task-level planning quality, Rfea represents the trajectory feasibility preference, and λfea is the trade-off coefficient between the two terms. As a result, the reward optimized by GRPO is no longer determined solely by benchmark-oriented performance, but instead explicitly incorporates a preference modeling for trajectoryspace feasibility. In this work, Rfea is mainly characterized by the speed-adaptive curvature feasibility defined in Section 4.2. Specifically, we directly adopt the curvature estimation method and the speed-adaptive constraint criterion introduced in Section 4.2, and incorporate them into the post-training reward design. If a generated trajectory satisfies the curvaturefeasibility requirement defined, it receives a higher feasibility reward; otherwise, its feasibility reward is reduced accordingly, causing it to be disadvantaged in the within-group comparison. In this way, the trajectory-space feasibility modeling introduced above further enters the post-training policy optimization process through feasibility-aware reward shaping. After obtaining the rewards of N candidate trajectories for the same scene, GRPO performs relative normalization of the rewards within the group to construct the relative advantage of each trajectory: An =

rn − µr , σr + ϵ r

(29)

where µr and σr denote the mean and standard deviation of the rewards within the same group, respectively, and ϵr is a numerical stability term. Since the diffusion planner generates the final trajectory through a multi-step reverse denoising process, policy optimization does not act only on the terminal trajectory variable, but on the entire denoising chain that generates the trajectory. Accordingly, the GRPO policy optimization term can be written as   K  X   LGRPO = −EAn wk log πθ zk−1,n | zk,n , c  ,

(30)

k=1

where zK,n → zK−1,n → · · · → z0,n denotes the reverse denoising chain corresponding to the n-th sample, z0,n corresponds to the final generated trajectory, and wk denotes the denoising-step-related weight. This objective indicates that the relative advantage induced by the final trajectory-level reward is propagated through the entire denoising process, thereby encouraging the policy to favor candidate trajectories that are both high-quality and highly feasible. In addition, to prevent RL post-training from deviating excessively from the policy prior learned during the IL stage, we further introduce a behavior-cloning regularization term based on a fixed reference policy, yielding the final optimization objective L = LGRPO + λBC LBC . (31) Here, LBC constrains the current policy to remain close to the generation distribution of the reference policy, thereby maintaining post-training stability while improving trajectory-space feasibility. Overall, as the post-training stage of this work, Feasibility-Aware GRPO strengthens the model’s preference for high-quality and feasible trajectories from the perspective of policy optimization through feasibility-aware reward shaping. Therefore, the proposed trajectory-centric diffusion planner not only incorporates trajectory-space feasibility modeling during the IL training stage and the sampling stage, but also remains compatible with subsequent policy optimization, thereby further improving the overall balance between benchmark performance and trajectory-space feasibility. 5. Experiments This section evaluates the proposed method in terms of standard planning performance, trajectory-space feasibility, module-wise contributions, and inference efficiency. We first present the experimental setup, then report the main results, followed by ablation and feasibility analysis, efficiency evaluation, and qualitative visualization. 11

5.1. Experimental Setup 5.1.1. Dataset and Benchmark We conduct experiments on the NAVSIM benchmark (Dauner et al., 2024), a planning-oriented autonomous driving dataset built on OpenScene (OpenDriveLab, 2024), which is a redistribution of nuPlan (Karnchanachari et al., 2024). NAVSIM provides multimodal driving observations together with closed-loop evaluation for end-to-end autonomous driving planning, and is split into navtrain (1,192 training scenes) and navtest (136 evaluation scenes). In each scene, the planner takes scene images, historical ego states, and navigation-related context as input, and predicts the future ego trajectory. Following the standard NAVSIM evaluation protocol, we report both benchmark planning metrics and the trajectory-space feasibility metrics considered in this work. 5.1.2. Implementation Details We implement and evaluate our method on the NAVSIM benchmark. The model takes visual scene observations, historical ego states, and high-level navigation commands as input, and predicts the future ego trajectory. To define the curvature bound used in both training and evaluation, we align the geometric curvature limit with the minimum turning radius of the Chrysler Pacifica, the data-collection vehicle used in NAVSIM. According to the official specification, the minimum turning radius of the Chrysler Pacifica is approximately 19.8 ft (≈ 6.0 m) (Chrysler, 2026), which, under a low-speed geometric approximation, corresponds to κgeo ≈

1 1 = ≈ 0.166 m−1 . Rmin 6.0

(32)

Accordingly, we set the fixed geometric curvature bound to κgeo = 0.166 m−1 , and set the maximum allowable lateral 2 acceleration to alat max = 6 m/s (≈ 0.61g) as an upper bound for near-limit maneuvering. Together, these values are used to construct the speed-aware curvature bound that combines a fixed geometric upper bound with dynamic constraints. Training is first performed with imitation learning for 100 epochs on 4 A800 GPUs, using bf16 mixed precision and distributed data parallel (DDP), with a per-GPU batch size of 32 and a total batch size of 128. The visuallanguage encoder is initialized from the same pretrained VLM checkpoint as ReCogDrive (Li et al., 2025c), based on InternVL3-2B (Chen et al., 2024b), and its parameters are frozen during training. We further conduct a feasibility-aware GRPO fine-tuning stage. Starting from the IL-trained model, we perform GRPO fine-tuning for 1 epoch on 8 A800 GPUs with a per-GPU batch size of 8. Unlike score-only post-training, the GRPO reward incorporates curvature-violation terms together with benchmark score terms, thereby further improving planning performance while balancing trajectory-space feasibility. During inference, we use DDIM sampling for all variants. Unless otherwise specified, all internal variants share the same inference settings. 5.1.3. Evaluation Metrics We evaluate our method using two groups of metrics: • Standard planning metrics: For the NAVSIM benchmark, we follow the official Predictive Driver Model Score (PDMS), including no-at-fault collision (NC), drivable-area compliance (DAC), time-to-collision (TTC), comfort (Comf.), and ego progress (EP). Higher PDMS indicates better overall planning performance. • Trajectory-space feasibility metrics: To evaluate the main focus of this work, we further consider trajectoryspace feasibility. Specifically, we report the curvature violation rate under the adaptive curvature bound and the drivable-area violation rate. Let N denote the total number of evaluated planning scenes. For scene i, let I(i) κ = 1 if the generated trajectory violates the adaptive curvature bound, and I(i) drv = 1 if the generated trajectory violates the drivable-area constraint. The two rates are defined as N

Curvature Viol. Rate =

N

1 X (i) I , N i=1 κ

Drivable Area Viol. Rate =

1 X (i) I . N i=1 drv

(33)

The former reflects the intrinsic geometric and kinematic aspect of trajectory-space feasibility, while the latter reflects consistency with the drivable area. Together, these metrics evaluate whether the generated trajectories remain feasible in trajectory space while maintaining competitive benchmark performance. 12

Table 2: Main closed-loop planning results on the NAVSIM benchmark. RLFT denotes reinforcement learning fine-tuning; for FeaXDrive, it is instantiated as feasibility-aware GRPO.

Method type

IL

IL+RLFT

Model

NC ↑

EP ↑

Comf. ↑

TTC ↑

DAC ↑

PDMS ↑

VADv2 (Chen et al., 2024a) Driving-GPT (Chen et al., 2025) Hydra-MDP (Li et al., 2024) UniAD (Hu et al., 2023) PARA-Drive (Weng et al., 2024) TransFuser (Prakash et al., 2021) DRAMA (Yuan et al., 2024) ReCogDrive-IL (Li et al., 2025c) DiffusionDrive (Liao et al., 2025) WoTE (Li et al., 2025b) FeaXDrive-IL (Ours)

97.2 98.9 97.9 97.8 97.9 97.7 98.0 98.3 98.2 98.5 98.1

76.0 79.7 77.6 78.8 79.3 79.2 80.1 81.1 82.2 81.9 83.3

100 95.6 100 100 99.8 100 100 100 100 99.9 100

91.6 94.9 92.9 92.9 93.0 92.8 94.8 94.3 94.7 94.9 93.6

89.1 90.7 91.7 91.9 92.4 92.8 93.1 95.1 96.2 97.3 97.5

80.9 82.4 83.0 83.4 84.0 84.0 85.5 86.8 88.1 88.3 88.7

TransFuser w/GRPO (Prakash et al., 2021) ReCogDrive w/GRPO (Li et al., 2025c) FeaXDrive (Ours)

98.0 98.1 98.2

88.5 85.9 84.2

100 100 100

96.6 95.0 94.7

94.7 96.7 98.3

87.9 90.5 90.0

Table 3: Comparison of curvature violation rates among reproduced diffusion-based planners.

Method Curvature Viol. Rate↓

DiffusionDrive (Liao et al., 2025)

ReCogDrive-IL (Li et al., 2025c)

ReCogDrive w/GRPO (Li et al., 2025c)

FeaXDrive-IL (Ours)

FeaXDrive w/FA-GRPO (Ours)

8.59%

8.05%

15.5%

0.88%

2.40%

5.2. Main Results Table 2 reports the main closed-loop planning results on the NAVSIM benchmark. Overall, the proposed method achieves strong planning performance under both imitation learning (IL) and reinforcement learning fine-tuning (RLFT). Under the IL setting, FeaXDrive-IL achieves a PDMS of 88.7, outperforming all other IL baselines, including DiffusionDrive (88.1), WoTE (88.3), and ReCogDrive-IL (86.8). In particular, our method achieves the highest DAC (97.5) and the highest ego progress (83.3) among the IL methods, indicating that the proposed method remains highly competitive on the standard NAVSIM benchmark even before RLFT. After RLFT, FeaXDrive further improves the PDMS to 90.0, demonstrating that the proposed planner remains compatible with downstream policy optimization. Although its final PDMS is slightly lower than that of ReCogDrive w/GRPO (90.5), our method achieves a substantially higher DAC (98.3 vs. 96.7), indicating better compliance with the drivable area. Overall, these results show that the proposed method maintains competitive benchmark performance while exhibiting stronger drivable-area consistency. To further evaluate the main focus of this work, Table 3 reports the curvature violation rate under a unified evaluation pipeline. We compare our method with two reproduced diffusion-based baselines, namely DiffusionDrive (Liao et al., 2025) and ReCogDrive (Li et al., 2025c). Since such feasibility metrics are generally not reported in prior work and are not always directly available from released checkpoints or evaluation code, we reproduce these representative baselines to enable a fair comparison under the same evaluation setup. Under IL training, FeaXDrive-IL achieves a curvature violation rate of only 0.88%, substantially lower than DiffusionDrive (8.59%) and ReCogDriveIL (8.05%). After Feasibility-Aware GRPO fine-tuning, FeaXDrive maintains a low curvature violation rate of 2.40%, while ReCogDrive w/GRPO increases to 15.5%. These results suggest that score-oriented post-training may improve benchmark metrics at the cost of trajectory-space feasibility, whereas the proposed feasibility-aware design is able to preserve much stronger curvature feasibility while still achieving competitive benchmark performance. Overall, the results demonstrate that FeaXDrive not only delivers strong planning performance on NAVSIM, but also enhances trajectory-space feasibility. Across both IL training and post-training fine-tuning, the proposed method consistently improves planning performance while balancing trajectory-space feasibility, validating the effectiveness of the proposed design. 13

Table 4: IL-stage ablation study of the proposed method on benchmark performance and trajectory-space feasibility.

Method

x0-pred

Feasibility Training

Feasibility Guidance

PDMS ↑

EP ↑

DAC ↑

Drivable Area Viol. Rate ↓

Curvature Viol. Rate ↓

✗ ✓ ✓ ✓

✗ ✗ ✓ ✓

✗ ✗ ✗ ✓

85.32 86.56 86.57 88.75

79.56 81.26 81.32 83.34

93.84 94.58 94.94 97.46

6.16% 5.42% 5.06% 2.54%

11.36% 7.51% 0.13% 0.88%

Baseline Trajectory-centric + Feasibility Training FeaXDrive-IL

0–2 m/s speed range ≥ 2 m/s speed range

Curvature Violation Number

826 800 677 600

554

400 235 200 8 0

Noise-centric

Trajectory-centric

8

+ Feasibility Training

Figure 3: Comparison of curvature violation counts under different IL-stage ablation settings.

5.3. Ablation and Feasibility Analysis We further analyze the contribution of each module in the proposed method from the perspectives of benchmark performance and trajectory-space feasibility. Table 4 reports the IL-stage ablation results, while Table 5 compares different post-training strategies. Figs. 3 and 4 further visualize the effect of feasibility training and drivable-area guidance on representative feasibility indicators. Effect of the trajectory-centric diffusion planning. Comparing the noise-centric diffusion planning baseline with the trajectory-centric diffusion planning method in Table 4, replacing the noise-centric formulation with the trajectory-centric one consistently improves both planning performance and trajectory-space feasibility. Specifically, PDMS increases from 85.32 to 86.56, ego progress rises from 79.56 to 81.26, and DAC improves from 93.84 to 94.58. Meanwhile, the curvature violation rate decreases from 11.36% to 7.51%, and the drivable-area violation rate drops from 6.16% to 5.42%. These results indicate that trajectory-centric diffusion planning not only improves trajectory planning performance, but also provides a suitable and unified modeling foundation for subsequent feasibility-aware training and inference in trajectory space. Effect of adaptive curvature-constrained training. Adding adaptive Curvature-Constrained Training on top of the trajectory-centric formulation produces the most significant gain in curvature-related feasibility. As shown in Table 4, the curvature violation rate drops from 7.51% to 0.13%, while PDMS, EP, DAC, and drivable-area violation rate change only marginally. This indicates that the proposed training strategy mainly improves the intrinsic geometric and kinematic feasibility of generated trajectories, without sacrificing benchmark performance. This trend is further confirmed by Fig. 3, where the number of curvature-violation tokens is substantially reduced in both speed ranges. We report the statistics in the 0-2 m/s and ≥ 2 m/s ranges because curvature violations may exhibit different characteristics across motion regimes. In lower-speed cases, curvature anomalies are more likely to be influenced by local geometric irregularities and discretization effects, whereas with increasing speed, curvature violations tend to become more closely associated with trajectory-level kinematic feasibility. In the 0-2 m/s range, the violation count decreases from 826 in the noise-centric baseline to 677 in the trajectory-centric version, and further 14

Drivable-Area Violation Number

800

748

700

658

600 500 400 317 300 200 100 0

Baseline

Trajectory-centric

+ Feasibility Guidance

Figure 4: Comparison of drivable-area violation counts under different IL-stage ablation settings. Table 5: Comparison of post-training fine-tuning strategies for FeaXDrive-IL. FA-GRPO denotes feasibility-aware GRPO.

Method

PDMS ↑

EP ↑

DAC ↑

Drivable Area Viol. Rate ↓

Curvature Viol. Rate ↓

FeaXDrive-IL FeaXDrive w/GRPO FeaXDrive w/FA-GRPO

88.75 90.56 90.00

83.34 85.13 84.20

97.46 98.28 98.31

2.54% 1.72% 1.69%

0.88% 5.79% 2.40%

to only 8 after feasibility training. In the ≥ 2 m/s range, the count drops from 554 to 235, and then further to 8. These results further show that the proposed training improves the intrinsic geometric and kinematic feasibility of trajectories. Effect of drivable-area guidance. The FeaXDrive-IL model further introduces drivable-area guidance during reverse diffusion sampling. Compared with +Feasibility Training, PDMS increases from 86.57 to 88.75, DAC improves from 94.94 to 97.46, and the drivable-area violation rate decreases from 5.06% to 2.54%. Meanwhile, the curvature violation rate increases moderately from 0.13% to 0.88%. This result is consistent with the intended role of the guidance module: it mainly improves the drivable-area aspect of trajectory-space feasibility by steering the generated trajectory back toward the drivable area during sampling. The same trend is reflected in Fig. 4, where the number of drivable-area violations decreases from 748 in the baseline to 658 in the trajectory-centric model, and further to 317 after introducing feasibility guidance. Post-training with feasibility-aware GRPO. Table 5 compares standard GRPO and the proposed feasibilityaware GRPO. Starting from FeaXDrive-IL, standard GRPO improves PDMS from 88.75 to 90.56, but also increases the curvature violation rate from 0.88% to 5.79%. In contrast, feasibility-aware GRPO achieves a PDMS of 90.00 while keeping the curvature violation rate at a much lower level of 2.40%. At the same time, it attains slightly higher DAC (98.31 vs. 98.28) and a slightly lower drivable-area violation rate (1.69% vs. 1.72%) than standard GRPO. These results indicate that standard benchmark-oriented GRPO tends to improve score at the expense of feasibility, whereas the proposed feasibility-aware GRPO achieves a better balance between benchmark performance and trajectory-space feasibility, with only a limited reduction in PDMS. Overall analysis. Taken together, the ablation results reveal a clear division of roles among the proposed modules. The trajectory-centric reformulation provides a unified foundation for feasibility-aware training, inference-time geometric guidance, and post-training feasibility-aware optimization; adaptive curvature-constrained training mainly improves the intrinsic geometric and kinematic feasibility of trajectories; drivable-area guidance primarily enhances 15

Figure 5: Latency breakdown of FeaXDrive inference.

the drivable-area aspect of trajectory-space feasibility during sampling; and feasibility-aware GRPO further improves planning performance while balancing trajectory-space feasibility during post-training. Overall, the step-by-step ablation results support the design of FeaXDrive and show that the proposed method enhances trajectory-space feasibility while maintaining strong closed-loop planning performance. 5.4. Inference Efficiency We further analyze the inference efficiency of FeaXDrive. Fig. 5 presents the latency breakdown of the proposed planner. Overall, the total online inference latency is 348.73 ms. Among all components, the VLM backbone dominates the computational cost, with a latency of 245.33 ms (70.3% of the total ), followed by the planner module with 82.96 ms (23.8%). In contrast, the additional overhead introduced by the proposed feasibility-aware components remains small: local SDF construction costs 16.03 ms (4.6%), while drivable-area guidance adds only 4.41 ms (1.3%). These results indicate that the primary computational bottleneck still lies in the visual-language backbone, while the proposed feasibility-aware guidance introduces limited extra cost. This breakdown also helps explain the practicality of the proposed method. Although FeaXDrive introduces trajectory-space feasibility modeling, its online geometric guidance remains lightweight compared with the backbone and planner. In particular, the overhead of feasibility guidance is 4.41 ms, which is small compared with the overall inference budget. This suggests that the proposed feasibility-aware design improves trajectory-space feasibility with modest additional online cost. 5.5. Qualitative Results We further provide qualitative comparisons between the noise-centric baseline and FeaXDrive on representative planning cases. As shown in Fig. 6, the selected examples illustrate three typical issues closely related to trajectoryspace feasibility, including trajectory-level kinematic infeasibility, local geometric irregularities, and drivable-area violation. In the first group of examples, the baseline produces trajectories with sharp turning patterns, leading to curvature infeasibility from a trajectory-level kinematic perspective. By comparison, FeaXDrive generates trajectories with smoother turning profiles and more feasible curvature evolution, showing that the proposed trajectory-centric feasibility modeling effectively improves kinematic plausibility. In the second group, the baseline trajectories exhibit obvious local geometric irregularities. In contrast, FeaXDrive produces smoother trajectories with more coherent local geometry. These improvements are consistent with the effect of the proposed adaptive curvature-constrained training, which suppresses local geometric spikes and improves the intrinsic geometric and kinematic feasibility of trajectories. 16

(a) Baseline

(b) FeaXDrive

(c) Baseline

(d) FeaXDrive

(e) Baseline

(f) FeaXDrive

Figure 6: Qualitative comparison between the noise-centric baseline and FeaXDrive on representative planning scenes. From top to bottom: local geometric irregularities, trajectory-level kinematic infeasibility, and drivable-area inconsistency. Compared with the baseline, FeaXDrive produces trajectories that are smoother, more kinematically feasible, and better aligned with the drivable area.

In the third group, the baseline trajectories deviate from the drivable area. By contrast, FeaXDrive keeps the predicted trajectory much closer to the drivable area and avoids obvious drivable-area violations. This result qualitatively verifies the effect of drivable-area guidance, which progressively corrects the clean trajectory during reverse diffusion sampling. Overall, these qualitative examples are consistent with the quantitative results reported in the previous sections. Compared with the baseline, FeaXDrive generates trajectories with stronger trajectory-space feasibility, exhibiting better geometric regularity, improved kinematic feasibility, and better consistency with the drivable area. 6. Discussion The results of this work suggest that different aspects of trajectory-space feasibility may interact in a non-trivial manner. Adaptive curvature-constrained training suppresses curvature violations, whereas drivable-area guidance further improves benchmark performance and drivable-area compliance but may moderately relax the curvature optimum achieved by training. Similarly, benchmark-oriented GRPO improves score more aggressively but sacrifices 17

trajectory-space feasibility, while feasibility-aware GRPO preserves a better balance between planning performance and trajectory-space feasibility. This work still has several limitations. First, the feasibility-aware GRPO stage mainly incorporates the intrinsic geometric and kinematic aspect of trajectory-space feasibility, and does not yet unify all aspects of trajectory-space feasibility within the reward. Second, drivable-area guidance currently relies on local map-derived geometric priors, although such priors could in principle also be provided by lightweight maps, online mapping, or other compact scene representations. Future work may explore more unified feasibility modeling across training, inference, and post-training, as well as lighter-weight scene priors and more efficient VLM reasoning for end-to-end autonomous driving planning. 7. Conclusion This paper presented FeaXDrive, a feasibility-aware trajectory-centric diffusion planning method for end-to-end autonomous driving. Built on a trajectory-centric formulation that provides a unified foundation for feasibility-aware modeling, FeaXDrive integrates adaptive curvature-constrained training, drivable-area guidance during reverse diffusion sampling, and feasibility-aware GRPO post-training. Experiments on NAVSIM showed that FeaXDrive achieves strong closed-loop planning performance while improving trajectory-space feasibility. The results demonstrated that the trajectory-centric formulation provides a more suitable and unified foundation for feasibility-aware modeling, while adaptive curvature-constrained training improves intrinsic geometric and kinematic feasibility, drivable-area guidance enhances consistency with the drivable area, and feasibility-aware GRPO further improves planning performance while balancing trajectory-space feasibility during post-training. Overall, this work highlights the importance of explicitly modeling trajectory-space feasibility in endto-end diffusion planning and provides a step toward more reliable and physically grounded autonomous driving planners. References Badue, C., Guidolini, R., Carneiro, R.V., Azevedo, P., Cardoso, V.B., Forechi, A., Jesus, L., Berriel, R., Paixao, T.M., Mutz, F., et al., 2021. Self-driving cars: A survey. Expert systems with applications 165, 113816. Bahari, M., Nejjar, I., Alahi, A., 2021. Injecting knowledge in data-driven vehicle trajectory predictors. Transportation research part C: emerging technologies 128, 103010. Chen, S., Jiang, B., Gao, H., Liao, B., Xu, Q., Zhang, Q., Huang, C., Liu, W., Wang, X., 2024a. Vadv2: End-to-end vectorized autonomous driving via probabilistic planning. arXiv preprint arXiv:2402.13243 . Chen, Y., Wang, Y., Zhang, Z., 2025. Drivinggpt: Unifying driving world modeling and planning with multi-modal autoregressive transformers, in: Proceedings of the IEEE/CVF International Conference on Computer Vision, pp. 26890–26900. Chen, Z., Wu, J., Wang, W., Su, W., Chen, G., Xing, S., Zhong, M., Zhang, Q., Zhu, X., Lu, L., et al., 2024b. Internvl: Scaling up vision foundation models and aligning for generic visual-linguistic tasks, in: Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, pp. 24185–24198. Chi, C., Feng, S., Xu, Z., Cousineau, E.A., Burchfiel, B., Song, S., et al., 2025. Visuomotor policy learning via action diffusion. US Patent App. 18/594,842. Christopher, J.K., Baek, S., Fioretto, F., 2024. Projected generative diffusion models for constraint satisfaction. arXivorg . Chrysler, 2026. 2026 chrysler pacifica limited specifications. https://www.chrysler.com/pacifica/specs. limited.html. Official vehicle specification page. Accessed: 2026-04-08. Cui, H., Shajari, H., Yalamanchi, S., Djuric, N., 2021. Ellipse loss for scene-compliant motion prediction, in: 2021 IEEE International Conference on Robotics and Automation (ICRA), IEEE. pp. 8558–8564. 18

Dauner, D., Hallgarten, M., Li, T., Weng, X., Huang, Z., Yang, Z., Li, H., Gilitschenski, I., Ivanovic, B., Pavone, M., et al., 2024. Navsim: Data-driven non-reactive autonomous vehicle simulation and benchmarking. Advances in Neural Information Processing Systems 37, 28706–28719. Fu, H., Zhang, D., Zhao, Z., Cui, J., Liang, D., Zhang, C., Zhang, D., Xie, H., Wang, B., Bai, X., 2025. Orion: A holistic end-to-end autonomous driving framework by vision-language instructed action generation, in: Proceedings of the IEEE/CVF International Conference on Computer Vision, pp. 24823–24834. Greer, R., Deo, N., Trivedi, M., 2021. Trajectory prediction in autonomous driving with a lane heading auxiliary loss. IEEE Robotics and Automation Letters 6, 4907–4914. Guo, D., Yang, D., Zhang, H., Song, J., Wang, P., Zhu, Q., Xu, R., Zhang, R., Ma, S., Bi, X., et al., 2025. Deepseek-r1 incentivizes reasoning in llms through reinforcement learning. Nature 645, 633–638. Ho, J., Jain, A., Abbeel, P., 2020. Denoising diffusion probabilistic models. Advances in neural information processing systems 33, 6840–6851. Hu, Y., Yang, J., Chen, L., Li, K., Sima, C., Zhu, X., Chai, S., Du, S., Lin, T., Wang, W., et al., 2023. Planning-oriented autonomous driving, in: Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, pp. 17853–17862. Huang, Z., Weng, X., Igl, M., Chen, Y., Cao, Y., Ivanovic, B., Pavone, M., Lv, C., 2025. Gen-drive: Enhancing diffusion generative driving policies with reward modeling and reinforcement learning fine-tuning, in: 2025 IEEE International Conference on Robotics and Automation (ICRA), IEEE. pp. 3445–3451. Hwang, J.J., Xu, R., Lin, H., Hung, W.C., Ji, J., Choi, K., Huang, D., He, T., Covington, P., Sapp, B., et al., 2025. Emma: End-to-end multimodal model for autonomous driving. Transactions on Machine Learning Research . Jiang, B., Chen, S., Liao, B., Zhang, X., Yin, W., Zhang, Q., Huang, C., Liu, W., Wang, X., 2024. Senna: Bridging large vision-language models and end-to-end autonomous driving. arXiv preprint arXiv:2410.22313 . Jiang, B., Chen, S., Xu, Q., Liao, B., Chen, J., Zhou, H., Zhang, Q., Liu, W., Huang, C., Wang, X., 2023. Vad: Vectorized scene representation for efficient autonomous driving, in: Proceedings of the IEEE/CVF International Conference on Computer Vision, pp. 8340–8350. Jiang, B., Chen, S., Zhang, Q., Liu, W., Wang, X., 2025. Alphadrive: Unleashing the power of vlms in autonomous driving via reinforcement learning and reasoning. arXiv preprint arXiv:2503.07608 . Karnchanachari, N., Geromichalos, D., Tan, K.S., Li, N., Eriksen, C., Yaghoubi, S., Mehdipour, N., Bernasconi, G., Fong, W.K., Guo, Y., et al., 2024. Towards learning-based planning: The nuplan benchmark for real-world autonomous driving, in: 2024 IEEE International Conference on Robotics and Automation (ICRA), IEEE. pp. 629–636. Karras, T., Aittala, M., Aila, T., Laine, S., 2022. Elucidating the design space of diffusion-based generative models. Advances in neural information processing systems 35, 26565–26577. Katrakazas, C., Quddus, M., Chen, W.H., Deka, L., 2015. Real-time motion planning methods for autonomous on-road driving: State-of-the-art and future research directions. Transportation Research Part C: Emerging Technologies 60, 416–442. Leng, B., Yu, R., Tu, C., Xiong, L., Eichberger, A., Li, Z., 2026. Seamless overtaking maneuvers for automated driving: Integrated motion planning based on hybrid model predictive control. IEEE Transactions on Industrial Electronics . Li, D., Ren, J., Wang, Y., Wen, X., Li, P., Xu, L., Zhan, K., Xia, Z., Jia, P., Lang, X., et al., 2025a. Finetuning generative trajectory model with reinforcement learning from human feedback. arXiv e-prints , arXiv–2503. 19

Li, T., He, K., 2025. Back to basics: Let denoising generative models denoise. arXiv preprint arXiv:2511.13720 . Li, Y., Wang, Y., Liu, Y., He, J., Fan, L., Zhang, Z., 2025b. End-to-end driving with online trajectory evaluation via bev world model, in: Proceedings of the IEEE/CVF International Conference on Computer Vision, pp. 27137–27146. Li, Y., Xiong, K., Guo, X., Li, F., Yan, S., Xu, G., Zhou, L., Chen, L., Sun, H., Wang, B., et al., 2025c. Recogdrive: A reinforced cognitive framework for end-to-end autonomous driving. arXiv preprint arXiv:2506.08052 . Li, Z., Li, K., Wang, S., Lan, S., Yu, Z., Ji, Y., Li, Z., Zhu, Z., Kautz, J., Wu, Z., et al., 2024. Hydra-mdp: End-to-end multimodal planning with multi-target hydra-distillation. arXiv preprint arXiv:2406.06978 . Liao, B., Chen, S., Yin, H., Jiang, B., Wang, C., Yan, S., Zhang, X., Li, X., Zhang, Y., Zhang, Q., et al., 2025. Diffusiondrive: Truncated diffusion model for end-to-end autonomous driving, in: Proceedings of the Computer Vision and Pattern Recognition Conference, pp. 12037–12047. Mao, J., Qian, Y., Ye, J., Zhao, H., Wang, Y., 2023. Gpt-driver: Learning to drive with gpt. arXiv preprint arXiv:2310.01415 . Mao, J., Ye, J., Qian, Y., Pavone, M., Wang, Y., 2024. A language agent for autonomous driving, in: First Conference on Language Modeling. OpenDriveLab, 2024. Openscene: Autonomous grand challenge toolkits. https://github.com/OpenDriveLab/ OpenScene. Accessed: 2026-04-07. Prakash, A., Chitta, K., Geiger, A., 2021. Multi-modal fusion transformer for end-to-end autonomous driving, in: Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, pp. 7077–7087. Rahman, M.H., Gulzar, M.M., Haque, T.S., Habib, S., Shakoor, A., Murtaza, A.F., 2025. Trajectory planning and tracking control in autonomous driving system: Leveraging machine learning and advanced control algorithms. Engineering Science and Technology, an International Journal 64, 101950. Ridel, D., Deo, N., Wolf, D., Trivedi, M., 2020. Scene compliant trajectory forecast with agent-centric spatio-temporal grids. IEEE Robotics and Automation Letters 5, 2816–2823. Shao, H., Hu, Y., Wang, L., Song, G., Waslander, S.L., Liu, Y., Li, H., 2024a. Lmdrive: Closed-loop end-to-end driving with large language models, in: Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, pp. 15120–15130. Shao, Z., Wang, P., Zhu, Q., Xu, R., Song, J., Bi, X., Zhang, H., Zhang, M., Li, Y., Wu, Y., et al., 2024b. Deepseekmath: Pushing the limits of mathematical reasoning in open language models. arXiv preprint arXiv:2402.03300 . Song, J., Meng, C., Ermon, S., 2020. Denoising diffusion implicit models. arXiv preprint arXiv:2010.02502 . Song, X., Gao, H., Ding, T., Gu, Y., Liu, J., Tian, K., 2023. A review of the motion planning and control methods for automated vehicles. Sensors 23, 6140. Tian, C., Nguyen, A.T., Chung, E., Huang, H., 2026. Diffusion-driven hybrid unknown input observer for vehicle dynamics estimation. IEEE Transactions on Industrial Electronics 73, 6097–6110. doi:10.1109/TIE.2025. 3626623. Tian, X., Gu, J., Li, B., Liu, Y., Wang, Y., Zhao, Z., Zhan, K., Jia, P., Lang, X., Zhao, H., 2025. Drivevlm: The convergence of autonomous driving and large vision-language models, in: Conference on Robot Learning, PMLR. pp. 4698–4726. Vitelli, M., Chang, Y., Ye, Y., Ferreira, A., Wołczyk, M., Osiński, B., Niendorf, M., Grimmett, H., Huang, Q., Jain, A., et al., 2022. Safetynet: Safe planning for real-world self-driving vehicles using machine-learned policies, in: 2022 International Conference on Robotics and Automation (ICRA), IEEE. pp. 897–904. 20

Wang, S., Yu, Z., Jiang, X., Lan, S., Shi, M., Chang, N., Kautz, J., Li, Y., Alvarez, J.M., 2024. Omnidrive: A holistic llm-agent framework for autonomous driving with 3d perception, reasoning and planning. arXiv preprint arXiv:2405.01533 1, 3. Wang, W., Zhang, T., Song, Z., Liu, H., 2025. Trajectory optimization with dynamic drivable corridor-based collision avoidance. Applied Sciences 15, 7051. Weng, X., Ivanovic, B., Wang, Y., Wang, Y., Pavone, M., 2024. Para-drive: Parallelized architecture for real-time autonomous driving, in: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pp. 15449–15458. Xing, Z., Zhang, X., Hu, Y., Jiang, B., He, T., Zhang, Q., Long, X., Yin, W., 2025. Goalflow: Goal-driven flow matching for multimodal trajectories generation in end-to-end autonomous driving, in: Proceedings of the Computer Vision and Pattern Recognition Conference, pp. 1602–1611. Xu, Z., Zhang, Y., Xie, E., Zhao, Z., Guo, Y., Wong, K.Y.K., Li, Z., Zhao, H., 2024. Drivegpt4: Interpretable end-to-end autonomous driving via large language model. IEEE Robotics and Automation Letters 9, 8186–8193. Yan, S., Zhang, Z., Han, M., Wang, Z., Xie, Q., Li, Z., Li, Z., Liu, H., Wang, X., Zhu, S.C., 2025. M 2 diffuser: Diffusion-based trajectory optimization for mobile manipulation in 3d scenes. IEEE Transactions on Pattern Analysis and Machine Intelligence . Yang, B., Su, H., Gkanatsios, N., Ke, T.W., Jain, A., Schneider, J., Fragkiadaki, K., 2024. Diffusion-es: Gradientfree planning with diffusion for autonomous and instruction-guided driving, in: Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, pp. 15342–15353. Yuan, C., Zhang, Z., Sun, J., Sun, S., Huang, Z., Lee, C.D.W., Li, D., Han, Y., Wong, A., Tee, K.P., et al., 2024. Drama: An efficient end-to-end motion planner for autonomous driving with mamba. arXiv preprint arXiv:2408.03601 . Zhang, B., Zhang, Y., Ji, J., Lei, Y., Dai, J., Chen, Y., Yang, Y., 2025a. Safevla: Towards safety alignment of visionlanguage-action model via constrained learning, in: The Thirty-ninth Annual Conference on Neural Information Processing Systems. Zhang, J., Yang, X., Wang, T., Yao, Y., Petiushko, A., Li, B., 2025b. Safeauto: Knowledge-enhanced safe autonomous driving with multimodal foundation models, in: International Conference on Machine Learning, PMLR. pp. 76497– 76517. Zhao, R., Fan, Y., Chen, Z., Gao, F., Gao, Z., 2025. Diffe2e: Rethinking end-to-end driving with a hybrid diffusionregression-classification policy, in: The Thirty-ninth Annual Conference on Neural Information Processing Systems. Zheng, Y., Liang, R., ZHENG, K., Zheng, J., Mao, L., Li, J., Gu, W., Ai, R., Li, S.E., Zhan, X., et al., 2025. Diffusionbased planning for autonomous driving with flexible guidance, in: The Thirteenth International Conference on Learning Representations. Zhong, Z., Rempe, D., Xu, D., Chen, Y., Veer, S., Che, T., Ray, B., Pavone, M., 2023. Guided conditional diffusion for controllable traffic simulation, in: 2023 IEEE international conference on robotics and automation (ICRA), IEEE. pp. 3560–3566. Zhou, Z., Cai, T., Zhao, S.Z., Zhang, Y., Huang, Z., Zhou, B., Ma, J., 2025. Autovla: A vision-language-action model for end-to-end autonomous driving with adaptive reasoning and reinforcement fine-tuning, in: The Thirty-ninth Annual Conference on Neural Information Processing Systems. Zou, J., Chen, S., Liao, B., Zheng, Z., Song, Y., Zhang, L., Zhang, Q., Liu, W., Wang, X., 2025. Diffusiondrivev2: Reinforcement learning-constrained truncated diffusion modeling in end-to-end autonomous driving. arXiv preprint arXiv:2512.07745 . 21

Record · ID 13106 · SHA-256 d8a927e4ce6aa999
Conceptio Open Knowledge Archive — every document is proof-bundled with source, license, and retrieval metadata.