The Response to Reviewer tnze
We thank reviewer tnze for the valuable time and constructive feedback.
---
**Q1: About our motivation.**
**A1:** Thanks for your comment. In this work, we would like to demonstrate that a complicated topology head is not that necessary for driving topology reasoning. Instead, the design of high-performance detectors for lane and traffic element plays a more important role. Our MLP-based topology head, backed by ResNet50, has achieved 96% (7.2/7.5) performance relative to using topology ground-truth, based on Fig.1 in our paper. Therefore, optimizing topology reasoning performance hinges on creating superior detectors, which presents a bottleneck in the process.
Considering the examples given in this [link](https://www.dropbox.com/scl/fo/a0m3aow7m747tmo8mdwvm/h?rlkey=t7mlzvfsxim582i453y4hah30&dl=0), inaccurate detection (Fig.(a)) result in an unsatisfactory assessment of the topology, despite the seemingly advanced lane topology connection (Fig.(b)). Specifically, the evaluation of topology first involves the alignment of prediction and ground-truth lanes. Following this, the overlapped lanes are utilized for the extraction of predicted topology values, which enable the calculation of the graph-based mAP. If the lanes are undetected or not matched with the ground-truth lanes according to the Frechet distance (with varying thresholds), these topology values will be classified as negatives.
In summary, the basic detection is of great importance for the following topology reasoning, in such “first-detect-then-reason” pipeline. We hope these discussions will bring fresh perspectives to the developing field of driving topology reasoning.
---
**Q2: Evaluation of other modules in topology head.**
**A2:** Good comment! Following your suggestion, we evaluate two complicated topology heads, i.e., Transformer-based head and graph-based head. As shown in below table, our MLP-based head has similar performance with these two methods. It supports our opinion that a complicated topology head is not that necessary for driving topology reasoning.
| Topology Head | DET_l | DET_t | TOP_ll | TOP_lt | OLS |
| ------------------ | ------- | ------- | -------- | -------- | ------ |
| Transfomer-based | 28.0 | 50.0 | 7.0 | 22.5 | 37.9 |
| Graph-based | 28.2 | 49.2 | 7.2 | 22.0 | 37.7 |
| TopoMLP | 28.3 | 50.0 | 7.2 | 22.8 | 38.2 |
---
**Q3: Discussion with organizers of the Challenge.**
**A3:** Yes, we have discussed this problem with organizers of the Challenge. They have took our advice and decided to modify the TOP metric. The adjusted TOP metric will be used in the next competition. As for the separate metric on evaluating topology at interactions, it is indeed sigificiant and we will provide your feedback to discuss with challenge organizers.
---
**Q4: About the representation of centerline.**
**A4:** Good comment! While the centerline of the lane is not the physical representation of the road scene, but it symbolizes a higher level idea, namely, the driving route. First, the centerline at interactions can be formulated, defining potential routes at interactions or road convergences. Second, it can integrate traffic element information, providing a comprehensive perception of the road. Last but not least, the centerline of Openlane-v2 offers driving routes, which bring many benefits for downstream task that requires potential routes, such as motion prediction and ego-car planning. Overall, the common lane detection can be viewed as a parallel task with the driving topology reasoning. Both will promote the development of autonomous driving.
---
**Q5: Minor Questions.**
**A5:** Thanks for your careful review. We will correct the typos and alignment. As for the hyparameters in Eq.5, we make some ablations for determining the values. The below table lists the results on different regression loss weights of lane detection head.
| Lane reg weight | DET_l | DET_t | TOP_ll | TOP_lt | OLS |
| ----------------- | ------- | ------- | -------- | -------- | ------ |
| 0.0075 | 26.6 | 49.8 | 7.0 | 21.4 | 37.3 |
| 0.01 | 27.9 | 49.6 | 7.1 | 22.4 | 37.9 |
| 0.02 (Ours) | **28.3** | **50.0** | **7.2** | **22.8** | **38.2** |
| 0.05 | 28.2 | 49.6 | 7.0 | 22.0 | 37.8 |
---
We appreciate your thoughtful review and we hope to address your concerns. Please let us know if you'd like any further discussion.