We thank the reviewer for recognizing the clarity, organization, and strong experimental results of our work, as well as the novelty of our trajectory resampling technique. We address any questions and concerns below.
---
> 1. Q: 'How would the BEV style feature be better than other approaches in maintaining "detailed 3D information" during VAE latent space compression?'
**A:** Apologies for the ambiguity in our previous statement. We would like to clarify that **our statement is not contradictory**. First, the statement in our related work **is cited from TPVFormer** [1]. The BEV-style feature in our approach **differs significantly** from the methods referenced in our related work in terms of task. In our method, the BEV-style feature is designed for the task of occupancy compression, whereas those methods are designed for occupancy estimation.
Second, **those methods typically employ pooling operations** (e.g., averaging) along the height dimension to reduce computation costs, which leads to a loss of detailed 3D information. However, this does not significantly affect their task performance. In contrast, **we rearrange the height dimension into the feature channel dimension**, avoiding this information loss and preserving more detailed 3D information.
[1]Huang, Yuanhui, et al. "Tri-perspective view for vision-based 3d semantic occupancy prediction." Proceedings of the IEEE/CVF conference on computer vision and pattern recognition. 2023.
---
> 2. Q: "What are the purpose and downstream impact of the "class embedding" in Section 3.1? Could it potentially act as a bottleneck, limiting the model's generalizability?"
**A:** The class embedding is **a set of learnable parameters that maps discrete occupancy semantic IDs into embeddings** that can be processed by the encoder.
Regarding generalizability, we want to clarify that **this will not be an issue as long as the occupancy semantic IDs have a unified definition**. However, this could become a limitation when dealing with different semantic IDs, such as in cross-dataset inference. The solution is to simply unify the semantic IDs. We tested this scenario in KITTI dataset, which has entirely different semantic IDs, and it turned out fine.
- [kitti_demo](https://anonymous.4open.science/r/iclr-rebuttal-7BC0/kitti.mp4)
---
> 3. Q: "Do the authors think of the trajectory resampling as the central piece of this paper's novelty that allows for SOTA performance? If similar data augmentation is applied to OccWorld or OccLLaMA, would they also perform on par with DOME?"
**A:** Our experiments demonstrate that **our novel framework, combined with trajectory resampling**, significantly improves performance. Furthermore, **even without trajectory resampling**, our method outperforms others. As shown in Table 3, Line 3, our model achieves an mIoU of 24.24 and an IoU of 34.28, which are notably higher than those of OccWorld (mIoU: 17.14, IoU: 26.63) and OccLLaMA (mIoU: 19.93, IoU: 29.17).
Additionally, **trajectory resampling can serve as a general data augmentation technique** applicable to other occupancy world models or even LiDAR world models. This is because it alters the data distribution of trajectories without being model-specific
---
> 4. Q: ' Missing spaces in line 467 "further demonstrating that DOMEhas strong generalizability" and line 494 ": 4D occupancy forecasting performance.Avg. denotes..." I would suggest further proof reading.'
**A:** Thank you for your careful review. We have corrected these typographical errors and conducted a thorough proofreading of the manuscript. The updated version can be seen in the revised paper.
---
> 5. Q: "Tab. 4 suggests that DOME allows for 32s rollout for long duration generation without explicitly discussing the potential accumulated error. What's preventing the model from generating a even longer rollout if error range is not considered?"
**A:** Thank you for pointing out this concern. We acknowledge that **long-sequence generation is inherently challenging**, even in the well-studied field of video generation [1]. In the context of our task, the challenge of generating a long occupancy sequence arises from two primary factors:
- The limited availability of long ground truth sequences, which in our case are about 20 seconds in duration within the nuScenes dataset.
- The use of auto-regressive paradigms for generating long occupancy sequences leads to error accumulation, which degrades the overall generation quality.
Compared to baseline methods, which typically generate sequences lasting only 3 seconds, **our method achieves the longest generation duration**.
We also tested longer rollouts and observed issues such as repetitive generation. In future work, we will aim to address this problem, potentially by employing a divide-and-conquer strategy.
[1] Li, Chengxuan, et al. "A survey on long video generation: Challenges, methods, and prospects." arXiv preprint arXiv:2403.16407 (2024).