Summary
The authors introduce a 3D instance segmentation framework, Beyond the Final Layer (BFL), to overcome the challenges of existing transformer-based methods.
BFL introduces an Agent-Interpolation Initialization Module (AI2M), a new query initialization method for properly balancing foreground coverage and content learning.
AI2M integrates FPS with learnable queries to produce resilient queries.
Also, BFL proposes a Hierarchical Query Fusion Decoder (HQFD) to retain low overlap queries, mitigating the decrease in recall with the deepening of transformer layers.
Extensive experiments on benchmark datasets (ScanNetV2, ScanNet200, ScanNet++, and S3DIS) show that BFL performs superior 3D instance segmentation.
Strengths
- The paper is fairly well-written and easy to follow.
- The authors consider a set of agents consisting of position and content queries to better initialize queries.
A discussion of existing query initialization methods (FPS-based and Learnable-based) is helpful for understanding the proposed approach with Agent interpolation.
- The experimental results look promising, and the proposed method, BFL, outperforms previous methods on various benchmark datasets.
Weaknesses
- The motivation for the proposed method needs to be clarified.
The authors discuss the object disappearance phenomenon and limitations of multi-layer transformers using an example from a single scene in Figure 1.
Also, in Figure 2 (b), it is unclear how many scenes are included to calculate recall scores.
These examples seem insufficient to support the limitations of the multi-layer transformer, which has proven effective across various vision tasks.
- The authors mentioned that objects like picture and bookshelf are difficult to predict.
However, these objects achieved higher accuracy scores than others, like counter and window, as shown not only in Table 13 of the Appendix but also in various methods on the ScanNetV2 leaderboard.
This makes the definition of "difficult-to-predict" instances unclear.
It would be better to demonstrate that the proposed method has indeed improved the accuracy of these objects.
- It would be more reasonable to visually demonstrate (from a more detailed angle) whether the proposed method effectively resolves the object disappearance phenomenon, one of the motivations.
- In Table 6, adding a comparison of AP, precision, and recall metrics for the S3DIS dataset as other papers would be beneficial to validate the robustness of the approach.
Questions
- The authors mentioned that noisy features lead to unstable directions in query optimization in line 313.
It would be helpful to provide a more detailed explanation of how these noisy features hinder query optimization.
- In HQFD, low overlap queries from the previous layer are concatenated with queries in the next layer.
Are these low overlap queries confident?
If low confidence queries accumulate, could this potentially lead to negative effects?
- In Table 8, when comparing the scores in the second row (S=400, L=400) with those in the fifth row (S=400, L=200) and the sixth row (S=200, L=400), it appears that the performance decline is more significant when varying the number of sampled points.
Could you explain why the number of sampled points (S) seems to have a greater impact on performance compared to the number of agents (L)?
While this work is well written, technical soundness is somewhat limited.
I have a few questions, as outlined in the weaknesses and questions.
A clarification of the points I mentioned would help me improve my decision.