Summary
The authors introduce the Flatten Anything Model (FAM), an unsupervised tool for UV mapping 3D geometries. FAM consists of four main components:
1. **Deform-Net**: Adjusts 2D points in an input grid.
2. **Warp-Net**: Converts these 2D points into 3D space.
3. **Cut-Net**: Predicts a seam along which the 3D mesh is cut for unwrapping.
4. **Unwrap-Net**: Projects the cut 3D points back into 2D space.
Since the unsupervised model uses two-cycle consistency losses to ensure the mappings from 2D to 3D and back remain consistent. During inference, the UV mapping process utilizes the Cut-Net and Unwrap-Net modules in sequence. Unlike similar approaches, FAM generates a single, easily usable unwrapped patch and can also work with unstructured point clouds. It outperforms selected baselines on 3D mesh tasks.
Strengths
- The paper is well-organized and the narrative is clear, with each component having a clear purpose. The authors' efforts to replicate the standard procedures for creating a UV map are commendable.
- The paper positions itself effectively within the current body of research. Initially, I noticed an absence of comparison with cutting SOTA methods such as Nuvo (or the widely-used xatlas). Nonetheless, the paper justifies this by clearly explaining why a comparison is not feasible.
- Regarding performance, FAM outshines SLIM and matches FBCP-PC, which is designed specifically for point clouds, unlike FAM.
- Dividing the pipeline into separate, understandable components simplifies the process of tuning the model and integrating it with different methodologies.
Weaknesses
- One can argue with the statement "... global parametrization, a more valuable yet much harder problem setting". Such a parametrization serves a different purpose than real-world applications. For instance, implementing this parametrization on a car or any technical CAD object is impractical, whereas an atlas of patches is more applicable.
- Apart from that observation, it's challenging to identify any major flaws in this work. The resolution and clarity of some figures could be enhanced. For instance, the teaser dedicates excessive space to phrases like "complex topology". Instead, enlarging the independent figures would be beneficial. Moreover, Tables 1-3 should clarify whether the metrics are intended to be minimized or maximized. It is important to note that this comment does not affect my overall evaluation.
Questions
I reiterate the suggestions mentioned in the weakness for self-consistency:
> Apart from that observation, it's challenging to identify any major flaws in this work. The resolution and clarity of some figures could be enhanced. For instance, the teaser dedicates excessive space to phrases like "complex topology". Instead, enlarging the independent figures would be beneficial. Moreover, Tables 1-3 should clarify whether the metrics are intended to be minimized or maximized. It is important to note that this comment does not affect my overall evaluation.
Discussing the potential applications of this method, particularly for certain types of objects or its applicability to meshes derived from NeRFs [1] or NeuS [2], which are inherently noisy, would be highly beneficial.
[1] Mildenhall B, Srinivasan PP, Tancik M, Barron JT, Ramamoorthi R, Ng R. Nerf: Representing scenes as neural radiance fields for view synthesis. Communications of the ACM. 2021 Dec 17;65(1):99-106.
[2] Wang P, Liu L, Liu Y, Theobalt C, Komura T, Wang W. Neus: Learning neural implicit surfaces by volume rendering for multi-view reconstruction. arXiv preprint arXiv:2106.10689. 2021 Jun 20.
Limitations
The authors have not addressed the limitations of their method. It would be beneficial to include a separate paragraph, possibly in the supplementary materials, detailing the types of objects to which FAM is applicable, including its suitability for simpler CAD objects.