REVIEW 4 major objections 6 minor 60 references
A feedforward network trained purely on 2D supervision can match or beat task-specific 3D models on segmentation and correspondence, and stays accurate under arbitrary rotations.
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
T0 review · deepseek-v4-flash
2026-08-01 05:02 UTC pith:775ZERCP
load-bearing objection Solid distillation pipeline, but the 'all you need' claim needs a disjointness statement and more honest comparisons before it earns the title. the 4 major comments →
MeshFM: 2D Features Are All You Need for 3D Shape Understanding
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
The paper's central discovery is that distilled 2D foundation-model features, once corrected for aliasing and passed through a two-stage training procedure, are sufficient to match or beat task-specific 3D-supervised methods on part segmentation, dense correspondence, classification, and mesh deformation. The enabling correction is a segmentation-based feature-aliasing step: within each segment of an image-based segmentation model, pixels whose features deviate too far from the segment's median feature are replaced by that median, suppressing patch-level 'feature bleeding' across semantic boundaries. After the corrected teacher field is optimized, a feedforward network can regress it directl
What carries the argument
The load-bearing object is the corrected teacher feature field: a per-shape neural field fitted by back-projecting multi-view 2D foundation-model features onto the mesh, then denoised by replacing outlier pixels within each segmentation mask with that mask's median feature. This clean field supervises a feedforward predictor (point-voxel encoder with triplane representation and transformer) that produces rotation-robust features in a single pass.
Load-bearing premise
The correction assumes that pixels inside a single segmentation mask should all carry nearly the same feature and that large deviations are patch-bleeding noise; if the mask is imprecise or the bleeding contaminates the segment median itself, the corrected teacher field injects wrong features into every downstream prediction.
What would settle it
Run the pipeline with the segmentation-based correction replaced by a comparable denoiser that does not depend on mask boundaries (for example, median filtering in feature space over local neighborhoods), or perturb the segmentation masks slightly on shapes with thin parts. If downstream segmentation and correspondence do not degrade when the masks are inaccurate, the specific mask-median mechanism is not the decisive factor; if the method collapses under corrupted masks, the assumption is confirmed as load-bearing.
If this is right
- On class-agnostic part segmentation, the general-purpose features reach or slightly exceed a leading segmentation-specialized method on the original test sets, and clearly outperform it when shapes are randomly rotated.
- On dense correspondence, the method matches task-specific correspondence methods on canonical poses and remains accurate under SO(3) rotation, where the baselines degrade sharply.
- The same features serve segmentation, correspondence, classification, and deformation zero-shot, whereas the task-specific baselines do not transfer across tasks.
- The segmentation-based aliasing correction improves teacher-field quality consistently, raising instance-segmentation mean IoU by about three points on average and improving correspondence accuracy.
- The two-stage design beats directly training the feedforward network on back-projected 2D features, indicating that teacher-field optimization filters multi-view inconsistency.
Where Pith is reading between the lines
- If this claim holds, progress in 3D understanding could piggyback on progress in 2D foundation models: each new 2D model can be plugged into the same two-stage pipeline, a possibility the paper's foundation-model ablation already hints at.
- The acknowledged left-right confusion in correspondence suggests a concrete extension: inject a weak geometric or positional signal into the corrected teacher field, which could remove the main failure mode while keeping the features annotation-free.
- The fact that rotation robustness comes purely from augmentation suggests task-specific 3D models trained only on canonical poses could adopt the same training recipe, though their dependence on 3D-supervised or mask-based signals may make it harder.
- A natural stress test of the thesis is scene-level understanding, where occlusion and multi-object fields introduce ambiguities that single-object distillation does not; the paper's per-object results leave this open.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes MeshFM, a two-stage framework for learning general-purpose 3D shape features from 2D foundation models. In Stage 1, per-shape neural feature fields are optimized by distilling DINOv2 (or other) features from multi-view renderings, with a SAM-based aliasing correction that replaces outlier pixels in each segment by the segment median. In Stage 2, a feedforward PVCNN+triplane-transformer network is trained to regress these teacher fields, with SO(3) rotation augmentation. The resulting features are then applied zero-shot to part segmentation, dense correspondence, classification, and deformation, and compared against PartField, Diff3F, and DenseMatcher. The central claim is that properly distilled 2D features are sufficient for near-SOTA 3D understanding without task-specific heads or 3D supervision.
Significance. If validated, the paper would support a strong and useful thesis: that 2D foundation features, when distilled with boundary-aware correction, can serve as a general-purpose representation for diverse 3D tasks, eliminating the need for task-specific 3D supervision. The paper is well positioned in the literature and includes extensive experiments, a fair common postprocessing protocol, ablations (SAM correction, foundation-model choice, two-stage design), inference-time analysis, and cost breakdowns. These are genuine strengths. However, the current evaluation has critical gaps: no demonstration of train/test disjointness for Objaverse-derived benchmarks, no error bars or multiple seeds, and a clear case where the paper's reported numbers contradict the 'on par' wording (TOSCA). These issues must be resolved before the central claim can be accepted.
major comments (4)
- [S2.1, §4] The paper never states that the 130k-shape Objaverse training subset (S2.1) is disjoint from the evaluation benchmarks. PartObjaverse-Tiny (Table 1, S1) and DenseCorr3D (Table 3) are derived from Objaverse/Objaverse-XL, so train/test overlap is plausible. Because Stage 2 regresses the exact teacher fields produced in Stage 1, any test shape appearing in training could be memorized rather than generalized to. A clear statement of disjointness, or a retrained evaluation on a held-out split, is a necessary condition for the paper's headline claim of zero-shot transfer to unseen 3D shapes.
- [Tables 1, 2, S1, S2] No error bars, confidence intervals, or multiple seeds are reported. The reported gains over PartField are very small (e.g., Table 1: 0.549 vs 0.542; Table 2: 0.520 vs 0.517), and in Table S1 MeshFM is actually below PartField on original PartObjaverse-Tiny instance segmentation (0.598 vs 0.652) despite the text saying 'slightly underperforms'. Without variance estimates, the claims of statistical superiority or parity are not supported. The authors should report mean and standard deviation over at least 3 runs, or otherwise justify that the differences are not noise.
- [Table 4, §4.2] On the original (non-rotated) TOSCA benchmark, MeshFM reports AUC 0.34 and Err 18.8, while Diff3F reports 0.48/17.1 and DenseMatcher 0.50/10.2. The text states 'Our method is on par with state-of-the-art baselines,' but these numbers show a substantial underperformance, especially in AUC. This directly weakens the generality claim in the abstract and conclusion. The authors should either report additional metrics or revise the claim; if the underperformance is due to the functional-map postprocessing, that should be analyzed and disclosed.
- [Eq. (1)-(2), §3.1] The SAM aliasing correction assumes that each SAM segment has a unimodal feature distribution and that the median is a reliable representative. If a SAM mask is imprecise, or if patch bleeding corrupts the segment median itself, replacing outliers by the median can inject incorrect features into the teacher field, and every downstream result inherits this error. The ablation (Table 6, S4) shows only modest improvements (e.g., +0.031 mIoU average on PartObjaverse-Tiny; +0.01 AUC on DenseCorr3D), so it is not clear that this mechanism is the 'key enabler' described in Section 1. The authors should test robustness to SAM mask errors, e.g., by perturbing masks or by ablating with an alternative boundary correction.
minor comments (6)
- [§1] Typo: 'Championingthishypothesis' should be 'Championing this hypothesis'.
- [Figure 3] The labels 'Original Distillation' and 'Corrected Distillation' are small; consider enlarging or adding arrows to clarify the comparison.
- [§3.1] The threshold tau=1 is stated without sensitivity analysis. Since this is a hyperparameter of the proposed correction, a brief study across tau values would strengthen the paper.
- [S2.3] The sentence 'This preprocessing step is necessary regardless whether Stage 1 is incorporated' is unclear: for the Stage-2-only ablation, is the preprocessing identical? Clarify the comparison.
- [§4.3] Manifold40 classification: the paper reports accuracy but does not describe the number of training samples per class for the MLP, or the data split. Please provide details for reproducibility.
- [Abstract] The abstract states 'perform on par with methods trained explicitly with 3D supervision' without qualification; Table 4 shows a counterexample. Recommend adding a qualifying phrase such as 'on the evaluated benchmarks except TOSCA' or reworking the claim.
Circularity Check
No derivation reduces to its inputs; the two same-group citations are method adoption and related work, not load-bearing.
full rationale
MeshFM's derivation is a two-stage empirical pipeline: Stage 1 fits per-shape 3D teacher fields from multi-view 2D foundation-model features (with SAM-based median filtering, Eq. 1-2), and Stage 2 regresses those frozen fields with an L2 loss (Eq. 3). No equation defines the predicted quantity in terms of the evaluation target. Downstream evaluations (part segmentation mIoU, correspondence AUC/geodesic error, classification accuracy) are measured against external human annotations or held-out benchmark labels, not against the teacher fields used for training, so the fit-then-predict loop is broken by independent ground truth. The two same-group citations (DFD [24] for barycentric distillation/deformation and iSeg [19] for interactive attention) are explicit methodological borrowings and related-work context; they are not invoked to justify the central claim that distilled 2D features generalize. A legitimate experimental concern is that the 130k-shape Objaverse training set (S2.1) is not stated to be disjoint from Objaverse-derived test sets such as PartObjaverse-Tiny, DenseCorr3D, and Manifold40; if overlap exists, generalization numbers could be inflated. That is a benchmark-hygiene/correctness issue rather than circularity, because the paper does not define its predictions in terms of the test labels. Overall, no load-bearing self-referential reduction was found.
Axiom & Free-Parameter Ledger
free parameters (4)
- tau (SAM outlier threshold) =
1
- cluster count k (segmentation) =
number of ground-truth labels per shape
- lambda_reg (functional map regularizer) =
not reported
- SO(3) augmentation schedule =
365k extra iterations; theta_max ramps to 2pi in first 125k
axioms (5)
- domain assumption DINOv2/RADIO features are semantically rich and spatially localized enough to transfer to 3D tasks.
- domain assumption SAM segments correspond to semantically consistent regions with similar deep features.
- domain assumption Barycentric backprojection of 2D features yields a valid, view-consistent continuous 3D supervision signal.
- domain assumption A PVCNN+triplane feedforward network can regress the teacher field on new shapes from point clouds.
- domain assumption Multi-view renderings cover the mesh and the 2D features agree across views.
read the original abstract
We present MeshFM, an efficient feedforward framework for extracting rich features from 3D inputs. Our method distills 2D features from visual foundation models into 3D. We train a feedforward network to directly predict 3D features without requiring optimization during inference. The approach utilizes a two-stage training strategy. First, we optimize a feature field in 3D using only 2D feature supervision. Second, we train a network to regress this feature field. The entire procedure requires no 3D annotation, instead relying on the powerful information in 2D foundation models. We demonstrate that our learned features can be immediately applied to downstream tasks, including part segmentation, dense correspondence, and mesh deformation. Extensive experiments show that MeshFM, trained solely with 2D supervision, performs on par with methods trained explicitly with 3D supervision, even without task-specific fine-tuning. Moreover, our model is trained to be robust to extreme rotations of the input objects. Project page: https://threedle.github.io/MeshFM/
Figures
Reference graph
Works this paper leans on
-
[1]
In: Proceedings of the IEEE/CVF conference on computer vision and pattern recognition
Deitke, M., Schwenk, D., Salvador, J., Weihs, L., Michel, O., VanderBilt, E., Schmidt, L., Ehsani, K., Kembhavi, A., Farhadi, A.: Objaverse: A universe of annotated 3d objects. In: Proceedings of the IEEE/CVF conference on computer vision and pattern recognition. pp. 13142--13153 (2023)
2023
-
[2]
In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition
Dutt, N.S., Muralikrishnan, S., Mitra, N.J.: Diffusion 3d features (diff3f): Decorating untextured shapes with distilled semantic features. In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition. pp. 4494--4504 (2024)
2024
-
[3]
In: Proceedings of the International Conference on 3D Vision (3DV)
Lang, I., Ginzburg, D., Avidan, S., Raviv, D.: DPC: Unsupervised Deep Point Correspondence via Cross and Self Construction. In: Proceedings of the International Conference on 3D Vision (3DV). pp. 1442--1451 (2021)
2021
-
[4]
In: Proceedings of the IEEE/CVF International Conference on Computer Vision
Lin, C., Liu, H., Lin, Q., Bright, Z., Tang, S., He, Y., Liu, M., Zhu, L., Le, C.: Objaverse++: Curated 3d object dataset with quality annotations. In: Proceedings of the IEEE/CVF International Conference on Computer Vision. pp. 6813--6822 (2025)
2025
-
[5]
In: Proceedings of the IEEE/CVF International Conference on Computer Vision
Liu, M., Uy, M.A., Xiang, D., Su, H., Fidler, S., Sharp, N., Gao, J.: Partfield: Learning 3d feature fields for part segmentation and beyond. In: Proceedings of the IEEE/CVF International Conference on Computer Vision. pp. 9704--9715 (2025)
2025
-
[6]
In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition
Liu, M., Zhu, Y., Cai, H., Han, S., Ling, Z., Porikli, F., Su, H.: Partslip: Low-shot part segmentation for 3d point clouds via pretrained image-language models. In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition. pp. 21736--21746 (2023)
2023
-
[9]
arXiv preprint arXiv:2304.07193 , year=
Dinov2: Learning robust visual features without supervision , author=. arXiv preprint arXiv:2304.07193 , year=
-
[10]
International conference on machine learning , pages=
Learning transferable visual models from natural language supervision , author=. International conference on machine learning , pages=. 2021 , organization=
2021
-
[11]
Proceedings of the IEEE/CVF international conference on computer vision , pages=
Segment anything , author=. Proceedings of the IEEE/CVF international conference on computer vision , pages=
-
[12]
Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
Diffusion 3d features (diff3f): Decorating untextured shapes with distilled semantic features , author=. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
-
[13]
International conference on machine learning , pages=
Blip: Bootstrapping language-image pre-training for unified vision-language understanding and generation , author=. International conference on machine learning , pages=. 2022 , organization=
2022
-
[14]
International conference on machine learning , pages=
Blip-2: Bootstrapping language-image pre-training with frozen image encoders and large language models , author=. International conference on machine learning , pages=. 2023 , organization=
2023
-
[15]
Proceedings of the IEEE/CVF international conference on computer vision , pages=
Sigmoid loss for language image pre-training , author=. Proceedings of the IEEE/CVF international conference on computer vision , pages=
-
[16]
arXiv preprint arXiv:2502.14786 , year=
Siglip 2: Multilingual vision-language encoders with improved semantic understanding, localization, and dense features , author=. arXiv preprint arXiv:2502.14786 , year=
-
[17]
Proceedings of the IEEE/CVF international conference on computer vision , pages=
Emerging properties in self-supervised vision transformers , author=. Proceedings of the IEEE/CVF international conference on computer vision , pages=
-
[18]
arXiv preprint arXiv:2508.10104 , year=
Dinov3 , author=. arXiv preprint arXiv:2508.10104 , year=
-
[19]
Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
Self-supervised learning from images with a joint-embedding predictive architecture , author=. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
-
[20]
Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=
Masked autoencoders are scalable vision learners , author=. Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=
-
[21]
5: Improved baselines for agglomerative vision foundation models , author=
Radiov2. 5: Improved baselines for agglomerative vision foundation models , author=. Proceedings of the Computer Vision and Pattern Recognition Conference , pages=
-
[22]
Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=
Am-radio: Agglomerative vision foundation model reduce all domains into one , author=. Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=
-
[23]
arXiv preprint arXiv:2408.00714 , year=
Sam 2: Segment anything in images and videos , author=. arXiv preprint arXiv:2408.00714 , year=
-
[24]
arXiv preprint arXiv:2511.16719 , year=
Sam 3: Segment anything with concepts , author=. arXiv preprint arXiv:2511.16719 , year=
-
[25]
arXiv preprint arXiv:2511.16624 , year=
Sam 3d: 3dfy anything in images , author=. arXiv preprint arXiv:2511.16624 , year=
-
[26]
arXiv preprint arXiv:2212.08751 , year=
Point-e: A system for generating 3d point clouds from complex prompts , author=. arXiv preprint arXiv:2212.08751 , year=
-
[27]
arXiv preprint arXiv:2305.02463 , year=
Shap-e: Generating conditional 3d implicit functions , author=. arXiv preprint arXiv:2305.02463 , year=
-
[28]
Proceedings of the IEEE/CVF international conference on computer vision , pages=
Lerf: Language embedded radiance fields , author=. Proceedings of the IEEE/CVF international conference on computer vision , pages=
-
[29]
arXiv preprint arXiv:2308.07931 , year=
Distilled feature fields enable few-shot language-guided manipulation , author=. arXiv preprint arXiv:2308.07931 , year=
-
[30]
2022 International Conference on 3D Vision (3DV) , pages=
Neural feature fusion fields: 3d distillation of self-supervised 2d image representations , author=. 2022 International Conference on 3D Vision (3DV) , pages=. 2022 , organization=
2022
-
[31]
Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=
Clip-nerf: Text-and-image driven manipulation of neural radiance fields , author=. Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=
-
[32]
Advances in neural information processing systems , volume=
Openshape: Scaling up 3d shape representation towards open-world understanding , author=. Advances in neural information processing systems , volume=
-
[33]
Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=
Ulip: Learning a unified representation of language, images, and point clouds for 3d understanding , author=. Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=
-
[34]
Proceedings of the IEEE/CVF International Conference on Computer Vision , pages=
Partfield: Learning 3d feature fields for part segmentation and beyond , author=. Proceedings of the IEEE/CVF International Conference on Computer Vision , pages=
-
[35]
Advances in Neural Information Processing Systems , volume=
Segment anything in 3d with nerfs , author=. Advances in Neural Information Processing Systems , volume=
-
[36]
SIGGRAPH Asia 2024 Conference Papers , pages=
iseg: Interactive 3d segmentation via interactive attention , author=. SIGGRAPH Asia 2024 Conference Papers , pages=
2024
-
[37]
arXiv preprint arXiv:2412.05268 , year=
Densematcher: Learning 3d semantic correspondence for category-level manipulation from a single demo , author=. arXiv preprint arXiv:2412.05268 , year=
-
[38]
Liu, Richard and Lang, Itai and Hanocka, Rana , month = jan, year =. Deep. doi:10.48550/arXiv.2601.12527 , abstract =
-
[39]
Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=
High-resolution image synthesis with latent diffusion models , author=. Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=
-
[40]
arXiv preprint arXiv:2010.11929 , year=
An image is worth 16x16 words: Transformers for image recognition at scale , author=. arXiv preprint arXiv:2010.11929 , year=
Pith/arXiv arXiv 2010
-
[41]
Advances in neural information processing systems , volume=
Point-voxel cnn for efficient 3d deep learning , author=. Advances in neural information processing systems , volume=
-
[42]
arXiv preprint arXiv:2411.07184 , year=
Sampart3d: Segment any part in 3d objects , author=. arXiv preprint arXiv:2411.07184 , year=
-
[43]
Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
Partslip: Low-shot part segmentation for 3d point clouds via pretrained image-language models , author=. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
-
[44]
Proceedings of the International Conference on 3D Vision (3DV) , pages =
Lang, Itai and Ginzburg, Dvir and Avidan, Shai and Raviv, Dan , title =. Proceedings of the International Conference on 3D Vision (3DV) , pages =
-
[45]
ACM SIGGRAPH Asia Conference and Exhibition on Computer Graphics and Interactive Techniques , year =
PartUV: Part-Based UV Unwrapping of 3D Meshes , author =. ACM SIGGRAPH Asia Conference and Exhibition on Computer Graphics and Interactive Techniques , year =
-
[46]
, year =
Kuhn, Harold W. , year =. Naval Research Logistics Quarterly , volume =
-
[47]
2008 , publisher=
Numerical Geometry of Non-Rigid Shapes , author=. 2008 , publisher=
2008
-
[48]
IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) , year=
Tong Wu and Jiarui Zhang and Xiao Fu and Yuxin Wang and Jiawei Ren, Liang Pan and Wayne Wu and Lei Yang and Jiaqi Wang and Chen Qian and Dahua Lin and Ziwei Liu , title =. IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) , year=
-
[49]
arXiv preprint arXiv:2307.05663 , year=
Objaverse-XL: A Universe of 10M+ 3D Objects , author=. arXiv preprint arXiv:2307.05663 , year=
- [50]
-
[51]
Blended Intrinsic Maps
Vladimir Kim and Yaron Lipman and Thomas Funkhouser. Blended Intrinsic Maps. ACM Transactions on Graphics (Proc. SIGGRAPH). 2011
2011
-
[52]
Uzolas, Lukas and Eisemann, Elmar and Kellnhofer, Petr , title =. 2025 , isbn =. doi:10.1145/3757377.3763974 , booktitle =
arXiv 2025
-
[53]
Subdivision-based Mesh Convolution Networks , journal =
Shi. Subdivision-based Mesh Convolution Networks , journal =. 2022 , url =
2022
-
[54]
Proceedings of the IEEE international conference on computer vision , pages=
Multi-view convolutional neural networks for 3d shape recognition , author=. Proceedings of the IEEE international conference on computer vision , pages=
-
[55]
Proceedings of the European conference on computer vision (ECCV) , pages=
3dmv: Joint 3d-multi-view prediction for 3d semantic scene segmentation , author=. Proceedings of the European conference on computer vision (ECCV) , pages=
-
[56]
European conference on computer vision , pages=
Virtual multi-view fusion for 3d semantic segmentation , author=. European conference on computer vision , pages=. 2020 , organization=
2020
-
[57]
Proceedings of the IEEE/CVF international conference on computer vision , pages=
Clip-fo3d: Learning free open-world 3d scene representations from 2d dense clip , author=. Proceedings of the IEEE/CVF international conference on computer vision , pages=
-
[58]
Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=
Openscene: 3d scene understanding with open vocabularies , author=. Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=
-
[59]
arXiv preprint arXiv:2306.13631 , year=
Openmask3d: Open-vocabulary 3d instance segmentation , author=. arXiv preprint arXiv:2306.13631 , year=
-
[60]
Advances in neural information processing systems , volume=
Decomposing nerf for editing via feature field distillation , author=. Advances in neural information processing systems , volume=
-
[61]
Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=
Objaverse: A universe of annotated 3d objects , author=. Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=
-
[62]
Proceedings of the IEEE/CVF International Conference on Computer Vision , pages=
Objaverse++: Curated 3d object dataset with quality annotations , author=. Proceedings of the IEEE/CVF International Conference on Computer Vision , pages=
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.