Dear Reviewer 15rW,
We appreciate your thorough and insightful review. Your recognition of our paper's technical depth and clarity is particularly meaningful, as we invested significant effort in presenting the complex multimodal architecture clearly. We are encouraged by your positive assessment of our key contributions - the GEM dataset, RouteFormer architecture, and PCI metric. We address your questions below.
1. **PCI Definition and Bias**
We appreciate your important question about potential bias in identifying corner cases, for which we use the novel PCI metric as an indicator.
As a metric of complexity, PCI compares the target ground truth trajectory $T_{target}$ with an imaginary linear trajectory $T_{simple}$, where the vehicle maintains the final speed and angle from the input sequence. A newly added Figure 10 to Appendix A.2 illustrates this "simple" trajectory in an example.
Consequently, the model predictions themselves are not used to evaluate trajectories, nor as part of a contrastive loss scheme. Rather, we use a basic extrapolation (which is also our linear baseline in Table 2) to categorize all trajectories. Through its simplicity and consistency, this design avoids introducing model bias to the evaluation phase.
PCI is crucial for our analysis: in Figures 6 and 7 it reveals that gaze's impact is very significant in the hard samples. Similarly, in Table 2, it allows us to easily filter trivial trajectories with <20 PCI, emphasizing improvements achieved via different modalities. Finally, it correlates with our expectations of long-tail trajectories, as we explore below.
2. **Long-Tail Phenomenon**
Consistently with both GEM and DR(eye)VE datasets, around 75% of trajectories have less than 20 PCI. Referring to Figure 4, we consider these instances as cases of straight cruising with little to no speed change. However, you rightly ask about the remaining 25% of samples.
While driver intent prediction often relies on hand-labeled events (as in the LOKI dataset from Girase et al.), with turns, lane changes and "cut-ins" requiring human consensus on the action, we take a different approach. We consider rare scenarios not as hand-labeled fixed targets, but as trajectories with unexpected continuations given initial behavior: drastic angle or speed changes, and non-linear paths.
This seemingly simple benchmark aligns surprisingly well with driver-perceived challenges. Our newly added Figure 11 in the Appendix A.3 employs a sliding window to assess average PCI across a GEM dataset video. In this sample, the following situations register as high PCI:
- **Roundabouts:** highest PCIs are observed in roundabouts, with using the third exit registering higher PCI than using 1st or 2nd exits.
- **Lane merges:** high PCI is recorded due to a slowdown and a change of direction
- **Turns:** turn angle appears to be an important factor that elevates PCI, together with the turn speed
Despite its simplicity, PCI powerfully detects relevant driving events without requiring map metadata, demonstrating our model's strengths.
3. **Related Work Improvements**
Thank you for noting the relevant ICRA and ECAI 2024 papers. We've updated our manuscript and incorporated these citations in our related work. In addition, we expand our related work discussion (Lines 102-107, Lines 127-132) and summarize the changes here:
- The addition of human-inspired trajectory prediction works as recommended by the reviewer,
- Recent maneuver prediction works using inferred driver intent: CEMFormer, which explores the benefit of in-cabin driver behavior monitoring for maneuver prediction; and HeadMon, which uses inertial head motion data for maneuver prediction. In contrast, we perform the more complex trajectory prediction task and employ driver’s visual field of view,
- A discussion on a few recent works in the multi-agent version of trajectory prediction using different modalities.
The literature remains near-exclusively multi-agent, and our paper preserves its edge for ego-trajectory prediction together with its unique addition of driver field-of-view.
4. **Additional Discussion**
Thank you for this valuable suggestion. We have added a new Section D.2 to the Appendix analyzing key failure modes in the GEM dataset, particularly cases involving occluded right turns and varying driver behaviors at stop signs. These examples highlight both current limitations and promising research directions in driver behavior modeling.
5. **Open-Sourcing the Project Code and Dataset**
We confirm that both the complete codebase and GEM dataset will be made publicly available upon publication, including:
- Full dataset (GEM) with the ground truth
- Model implementation and training code
- Data collection and preprocessing pipeline
- PCI computation tools
- GPS correction tooling
We thank you again for your constructive feedback that has helped significantly strengthen both the clarity and technical depth of our manuscript.