We thank reviewer eRJX for their comments and questions. Our responses to the feedback are provided below.
----
**Subject: Clarifying contribution about robustness to object pose and scale**
Our approach extends prior work on object-level completion methods such as SnowflakeNet [1], SeedFormer [2], AnchorFormer [3] (ln. 53 - 63 of our paper). These approaches produce high quality completions but expect the object to be in a canonical coordinate system. Hence our contribution statement is with respect to those approaches where we lifted the requirement of the canonical coordinate system and additionally leveraged scene constraints. Alternatively, prior instance scene completion methods like RfD-Net [4] and DIMR [5] indeed do not require objects to be in canonical coordinates, but these approaches produce much lower quality completions than our approach (since their network design was inferior to the object-level completion methods), as shown in our experiments.
---
**Subject: Effectiveness of scene constraints**
For the scene constraint ablation results in Table 4, we note that we do not expect an improvement in UHD (partial reconstruction quality) because the completion model does not need information about free space and occluded space to reconstruct the already observed portion of the object. However, we do find that including scene constraints significantly improves overall completion quality (CD) by 1.63 (7% relative improvement). While we did not observe much of an improvement in the percent of points in collision (%COL) because most of the points are simply far away from other objects, we do observe a very significant 29% relative improvement (2.67 vs 3.75) in how far these points that are in collision are penetrating into other objects (COL).
---
**Subject: Performance improvements in object completion model ablation**
As mentioned in the response to the first question, the quality of previous instance scene completion methods were significantly inferior to the object-level ones, but object-level ones weren't applicable to the instance scene completion problem before our contributions. From Table 3, we note a 12% relative drop in performance when object-level completion methods are naively used in instance scene completion (20.20 to 22.87). Our approach completely erased this drop and resulted in a significant 12% relative improvement (20.08 vs. 22.87) over the baseline. Note that results in each row contain all the modules in the rows above them. Hence, the final row of Table 3 is the performance of our full completion model. We also note that this ablation was only conducted on the chair category from ShapeNet as training on the 34 ShapeNet categories would be too computationally expensive with the resources we have available. Hence the numbers presented in Table 3 are not directly comparable to the numbers in Table 2.
---
**Subject: Concerns regarding performance improvements being due to better instance segmentation**
Rather than showing instance segmentation performance, we conducted an experiment evaluating completion quality when the ground truth segmentations are provided to each method (referred to as the "Scene Completion" task in our paper, ln. 449-452). This removes the differences in segmentation quality across methods and isolates the evaluation of completion quality. Results of this experiment in Table 2 show that when all methods are using the same ground truth segmentations, our method significantly outperforms prior work in terms of completion quality.
---
**References**
$\left [1 \right]$ Xiang, Peng, et al. "Snowflakenet: Point cloud completion by snowflake point deconvolution with skip-transformer." Proceedings of the IEEE/CVF international conference on computer vision. 2021.
$\left [2 \right]$ Zhou, Haoran, et al. "Seedformer: Patch seeds based point cloud completion with upsample transformer." European conference on computer vision. Cham: Springer Nature Switzerland, 2022.
$\left [3 \right]$ Chen, Zhikai, et al. "Anchorformer: Point cloud completion from discriminative nodes." Proceedings of the IEEE/CVF conference on computer vision and pattern recognition. 2023.
$\left [4 \right]$ Nie, Yinyu, et al. "Rfd-net: Point scene understanding by semantic instance reconstruction." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition. 2021.
$\left [5 \right]$ Tang, Jiaxiang, et al. "Point scene understanding via disentangled instance mesh reconstruction." European conference on computer vision. Cham: Springer Nature Switzerland, 2022.