Summary
The paper presents OPS, a novel framework for occupancy prediction in autonomous driving. It formulates the task as a direct set prediction problem, using a transformer encoder-decoder architecture to predict occupied locations and classes simultaneously. This approach eliminates the need for explicit space modeling or complex sparsification. The main results of the paper demonstrate that the OPS framework outperforms previous state-of-the-art methods in occupancy prediction on the Occ3D-nuScenes dataset. It achieves superior RayIoU scores, a metric designed to address the overestimation issues of the traditional mIoU metric. The paper also includes an ablation study highlighting the effectiveness of the various strategies incorporated in OPS, such as adaptive re-weighting, consistent point sampling, and coarse-to-fine prediction. These strategies contribute to improved performance, particularly in terms of mIoU and RayIoU.
Strengths
- **[S1] Clarity:** The paper is well-written and easy to follow. The problem formulation, methodology, and experimental results are clearly presented. Overall, the figures are informative and complement the text well.
- **[S2] Quality:** The proposed OPS framework is thoroughly described, and the experimental results on the Occ3D-nuScenes dataset shows merits of the proposed method in terms of RayIoU. The ablation studies further validate the contribution of each component in the framework.
Weaknesses
- **[W1] Technical soundness:** The paper proposes to use Chamfer distance as the main objective function, which is known to be sub-optimal. Although several strategies including FocalLoss, coarse-to-fine refinement have been proposed, it makes the system overly complicated and potentially unfair for comparison. For example, it is unclear whether the baseline methods can benefit from the proposed strategies as well. Please comment this in the rebuttal.
- **[W2] Limited Evaluation:** The experimental evaluation is solely conducted on the Occ3D-nuScenes dataset. While this is a standard benchmark, evaluating the method on additional datasets, such as SemanticKITTI or Waymo Open Dataset, would provide a more comprehensive assessment of its generalizability and robustness.
- Reference: [NewRef1] Occ3D: A Large-Scale 3D Occupancy Prediction Benchmark for Autonomous Driving
- **[W3] mIoU Performance:**
- [W3.1] Although OPS excels in RayIoU, its performance on the mIoU metric lags behind some dense models. Given that mIoU is a widely used metric in occupancy prediction, addressing this weakness would make the method more appealing to a broader audience. In comparison, RayIoU is only introduced in a recent paper that has not been peer reviewed.
- [W3.2] As the paper is focusing on autonomous driving applications, it is unclear whether mIoU performance can cause safety-critical problems for downstream tasks such as behavior prediction and planning. It would be good to discuss this aspect in the rebuttal and next version of the paper.
- [W3.3] In Table 3, the reference number for FB-OCC is wrong.
- **[W4] Lack of Qualitative Analysis:** While the paper provides some visualizations, a more thorough qualitative analysis of the predictions would be insightful. Analyzing failure cases, comparing predictions across different classes and distances, and examining the impact of the proposed strategies on the quality of predictions would provide a deeper understanding of the method's strengths and weaknesses.
Questions
Please check the weakness section, especially W1 and W3.
Limitations
Yes, the limitations have been discussed in the paper.