Summary
The paper introduces a novel method, NU-MCC, for reconstructing 3D objects from single-view RGB-D images. The proposed approach builds upon the existing MCC method by incorporating two important advancements. Firstly, it introduces a neighborhood decoder to efficiently manage a large number of query points, which helps to reduce computational complexity and improve processing speed. Secondly, it adopts a Repulsive unsigned distance function (Repulsive UDF) to enhance the quality of surface reconstruction, resulting in more accurate and detailed reconstructions. The authors have conducted extensive experiments on multiple datasets to evaluate the effectiveness of their proposed approach. The results demonstrate that NU-MCC outperforms the existing state-of-the-art methods, achieving higher accuracy and better quality reconstructions.
Strengths
This paper identifies and addresses two major limitations of the state-of-the-art MCC method. The first limitation is related to the Transformer decoder, which struggles to handle a large number of query points efficiently. The second limitation is associated with the inability of the 3D representation to recover high-fidelity details accurately.
To address these limitations, the authors propose a new method called NU-MCC that significantly improves the quality of 3D object reconstruction. The proposed method employs a set of anchor points to provide global coarse structure prediction and utilizes the Neighborhood decoder to accelerate inference speed while enabling the exploitation of finer-scale visual features for improved recovery of 3D textures. Additionally, the Repulsive Unsigned Distance Function (UDF) is utilized to replace the occupancy field for more accurate surface representation, outperforming the traditional UDF in this problem.
The effectiveness of the proposed NU-MCC method is demonstrated through experimentation on multiple datasets. Specifically, the method quantitatively outperforms MCC by 9.7% in terms of F1-score on the CO3D-v2 dataset. Moreover, it showcases its superior performance qualitatively in zero-shot settings such as iPhone RGB-D capture, AI-generated images, and ImageNet.
Overall, this paper provides valuable discussion into the challenges associated with 3D object reconstruction and demonstrates the efficacy of the proposed NU-MCC method in overcoming these challenges.
Weaknesses
Overall, I find the method to be promising, but there are several concerns that need to be addressed regarding the evaluation section.
Firstly, I believe the analysis of the effects of different anchor point numbers is missing. Given that the use of anchor points is one of the key designs of the method, it is important to understand their effect on the performance of the model. Therefore, it would be beneficial to conduct experiments analyzing the effects of different anchor point numbers to improve the evaluation section.
Secondly, while the repulsive UDF is another important design of the method, there are no quantitative results provided to ablate its influence. Although a single visual comparison is presented in Fig. 5, more experimental results are needed to justify this design and its impact on the overall performance of the model.
Thirdly, there seems to be some inconsistency with regards to the resolution used for training and testing. While the supplementary material states that the model trained with 128128 image resolution can be directly applied to 256256 image inputs, the main paper suggests that the model is trained with a 256256 resolution. It would be better to clarify these discrepancies and consider using a higher resolution such as 512512 for testing.
Furthermore, no video results are shown to check the 3D reconstruction results, which could provide a more comprehensive evaluation of the proposed method.
Lastly, there is a need to explain the design philosophy behind the aggregation weight estimation in Equation 2. It is unclear why the sum operation is used when the input to the network is the sum of three features. Therefore, providing more insights into the selection of weights and the reasoning behind it would enhance the clarity of the method.
In conclusion, while the method shows promise, the issues outlined above need to be addressed to improve the evaluation section and to strengthen the overall contribution of the paper.
Questions
- Analysis of using different numbers of anchor points.
- More results (both quantitative and qualitative) to justify the repulsive UDF representation.
- Higher image resolution for testing.
- Video results for the reconstruction.
- Design of aggregation weight estimation.
More details can be found in the Weaknesses part.
Rating
7: Accept: Technically solid paper, with high impact on at least one sub-area, or moderate-to-high impact on more than one areas, with good-to-excellent evaluation, resources, reproducibility, and no unaddressed ethical considerations.
Confidence
4: You are confident in your assessment, but not absolutely certain. It is unlikely, but not impossible, that you did not understand some parts of the submission or that you are unfamiliar with some pieces of related work.