Pith. sign in

REVIEW 3 major objections 5 minor 135 references

This paper claims that a single optimization recipe over a paired global-and-spatial latent representation turns any of several 3D generators into a semantic editor that follows copy, resize, delete, mix, drag, and region-drag operations wh

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 20:33 UTC pith:GUPA7HEM

load-bearing objection Useful category-agnostic 3D editing recipe with a clean operator-to-objective formulation, but the SOTA-across-six-operators claim rests on evidence for only two and an unmeasured locality premise. the 3 major comments →

arxiv 2607.16577 v2 pith:GUPA7HEM submitted 2026-07-18 cs.CV cs.GR

CNS-Edit++: Category-Agnostic 3D Editing with Coupled Neural Shape Representation

classification cs.CV cs.GR
keywords 3D shape editingcoupled representationlatent space optimizationneural feature volumeedit operators3D foundation modelsregion preservationKV-cache replacement
verification ladder T0 review T1 audit T2 compute T3 formal T4 reserved

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

This paper is trying to establish that a wide class of 3D shape editing tasks can be handled by one optimization recipe over a paired representation—a global semantic code and a 3D feature volume. The recipe turns each of six user operations (copy, resize, delete, mix, point-wise drag, region-wise drag) into a loss on the feature volume and co-optimizes both parts so the decoded shape follows the instruction. The paper claims the same recipe works on a category-specific latent diffusion model and on category-agnostic foundation generators, with unedited regions protected by feature regularization and KV-cache replacement. A sympathetic reader would care because this suggests controllable, semantics-aware editing with topology changes is achievable on top of existing generators without retraining.

Core claim

The central claim is that a coupled neural shape representation—a global latent code z plus a 3D neural feature volume F extracted from an intermediate generator layer—can be co-optimized to satisfy any editing operation. The objective L_op = |F_k[Γ] − sg(V)|_1 sets target feature values in a selected region; gradients flow back through the volume to update the global code, and the updated code is decoded to produce the edit. The paper argues that because the volume is taken from a layer followed only by local convolutions, local feature changes yield local shape changes, so the optimization steers the latent toward the user's instruction while keeping global semantics such as symmetry.

What carries the argument

The load-bearing mechanism is the pair (z, F): z encodes high-level shape meaning (from a shape encoder, refined text embedding, or image embedding), and F is a 3D feature volume sliced from a selected intermediate layer whose remaining processing has limited receptive field. Each operator defines coordinates Γ and target features V; the loss L_op plus preservation regularizer L_reg = ||(1−M)⊙(F_k−F_0)||_1 guides gradient steps on z, followed by re-extraction of F and re-evaluation, until the decoded shape satisfies the operation. The choice of layer depth is what ties locality to semantics.

Load-bearing premise

The whole scheme assumes feature values in the chosen intermediate layer are locally aligned with 3D space, so changing a feature at one coordinate changes the shape only near that location—and that gradients through the volume can reliably steer the global code to the requested edit.

What would settle it

Clamp a small feature patch to zero (or to copied features) while keeping the latent fixed, and measure where the geometry actually moves across layer depths and object categories. If changes spread across most of the shape, or if gradient-based latent updates fail to move the edit toward the target, the locality assumption is refuted.

Watch this falsifier — get emailed when new claim-graph text bears on it.

If this is right

  • Any pretrained 3D generator with an invertible latent path can be turned into an editor by adding the CNS volume extractor and the L_op objective; no retraining is needed.
  • Operators are atomic and composable: copy plus delete yields a cut-paste operation, so users can construct new editing tasks from the six basic ones.
  • Edits are semantic rather than purely geometric: resizing one part automatically updates symmetric counterparts.
  • The method supports topology changes such as part removal or duplication, which pure deformation methods cannot.
  • Unedited regions are preserved by combining a regularizer on the feature volume with cached key-value replacement during decoding.

Where Pith is reading between the lines

These are editorial extensions of the paper, not claims the author makes directly.

  • The same recipe should transfer to video or scene generators that expose an intermediate feature volume, enabling drag-style editing in 4D—a direction the paper leaves to future work.
  • Layer choice could be made principled by measuring coordinate alignment directly (perturb a feature patch and see where geometry moves) rather than relying on one backbone ablation.
  • A stress test on categories far outside the generator's training distribution would reveal whether the locality premise holds in general; the reported benchmarks cover 20 Objaverse categories but no explicit out-of-distribution split.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, simulated authors' rebuttal, and a circularity audit.

Referee Report

3 major / 5 minor

Summary. The paper proposes CNS-Edit++, a latent-space 3D shape editing framework built on a Coupled Neural Shape (CNS) representation that couples a global latent code z with a 3D neural feature volume F. The representation is constructed on three backbones (a category-specific wavelet diffusion model [13], and the category-agnostic TRELLIS [14] and Direct3D-S2 [15] foundation models). Edits are posed as an objective L_op = |F_k[Γ]−sg(V)|_1 (Eq. 8) defined on coordinates Γ of the feature volume, together with a region preservation loss L_reg (Eq. 12), and the two components are co-optimized. Six operators are introduced: copy, resize, delete, mix, point-wise drag, and region-wise drag, alongside KV-cache replacement and latent feature regularization for preserving unedited regions. Quantitative comparisons are reported for point-wise drag (Table 2) and delete (Table 3) on small author-built benchmarks, with additional qualitative results for the remaining operators, and a category-specific comparison in Table 1.

Significance. The paper's central ambition — a single optimization recipe that turns different 3D generative backbones into spatially controllable editors — is valuable and timely. The formulation is clean and largely backbone-agnostic, the second-order inversion and KV-cache/regularization mechanisms are clearly motivated, and the ablations (Table 4, Figs. 22–23) confirm that each proposed component contributes. The qualitative results are broad and show that topology-changing edits are achievable. However, the central claim rests on a locality premise for the feature-volume-to-shape mapping that is asserted rather than directly measured, and the quantitative SOTA claim is supported for only two operators on 50-case benchmarks with no significance testing. If the mechanism holds, this would be an important step toward general-purpose 3D editing; the evidence as presented is not yet conclusive.

major comments (3)
  1. [Sec. 4.1, Eq. (8), Fig. 23] The entire editing mechanism rests on the claim that local modifications to the neural feature volume F correspond to localized shape changes ('local modifications in this volume typically correspond to targeted changes in the desired regions'). For the wavelet backbone this is supported by the local support property of wavelets, but for TRELLIS and Direct3D-S2, F is extracted from layer 21 of a rectified-flow transformer with no analogous argument. The only evidence is the layer-depth ablation in Fig. 23 (J=9 vs J=15 vs J=12), which shows layer choice matters but does not measure spatial locality. The paper's own word 'typically' flags the gap. I ask for a direct locality diagnostic: perturb a spatially small region of F, decode the shape, and quantify the change outside the target region; or measure the Jacobian of the decoded geometry with respect to F coordinates. This is load-bearin
  2. [Tables 2–3 and Sec. 5.2] Quantitative state-of-the-art comparisons are provided for only two of the six operators: point-wise drag and delete. Copy, resize, mix, and region-wise drag appear only in qualitative figures (Figs. 15–21). Given the abstract's claim of 'extensive quantitative and qualitative evaluations' and the conclusion's 'outperforming existing works,' the quantitative claim should be either extended to the other operators (e.g., with simple geometric metrics such as target-region overlap or feature matching) or explicitly scoped to the two evaluated operators. Without this, the 'six operators' contribution is supported only by qualitative evidence.
  3. [Sec. 5.3, Tables 1–3] The benchmarks use 50 editing cases per setting and a 10-participant user study, with no error bars, confidence intervals, or significance tests. FID/KID estimated on 50 samples are high-variance, especially when rendered from a small set of shapes; some reported gaps (e.g., Table 3: Ours Direct3D-S2 94.26 vs VoxHammer 100.37) may be within noise, while others are large. Please report variance across random seeds or bootstrap intervals, give per-case or per-category breakdowns, and state user-study inter-rater variability. This is necessary to support the 'consistent improvements' claim.
minor comments (5)
  1. [Sec. 5.1] The drag radii (r1, r2) = (1, 2) are given without units. Feature volumes from the three backbones have different resolutions; clarify whether these are voxel units and whether the same values are appropriate across backbones.
  2. [Table 4 caption] The caption does not state which operator and backbone the ablation is evaluated on. Please specify (it appears to be point-wise drag on TRELLIS-image, but this should be explicit).
  3. [Eqs. (3)–(7)] The second-order Taylor derivation is described as including a derivative term, but the final update is the standard midpoint rule x_t2 ≈ x_t1 + Δ·v_m. Clarify the relationship between the Taylor expansion and the midpoint update to avoid confusion.
  4. [Eq. (9)] Point tracking uses L1 feature distance on raw features. A brief comment on why this is preferred over cosine similarity or other metrics, and on failure modes when tracking drifts, would strengthen the presentation.
  5. [General] There is no direct comparison with the authors' previous CNS-Edit in the category-agnostic setting. Since the '++' contribution is the generalization, a comparison against a CNS-Edit variant adapted to foundation models (or an explicit explanation of why such comparison is omitted) would clarify the incremental benefit.

Circularity Check

0 steps flagged

No significant circularity: the editing results are obtained by optimization with externally evaluated outcomes; operator objectives are not self-fulfilling predictions.

full rationale

The paper's claimed derivation is an optimization recipe (Sec. 4.3), not a fitted prediction. The operator objectives (Eq. 8) specify desired feature-volume values, but the edited shape is obtained by decoding the co-optimized latent z_N (Sec. 4.3), and success is measured externally: user-study QS/MS scores and FID/KID against DeepMetaHandles, SLIDE, DualSDF, SPAGHETTI, APAP, MVDrag3D, DragFlow, Tailor3D, Instant3dit, and VoxHammer (Tables 1-3). No parameter is fit to the target edit and then reported as the output of a prediction. The locality premise that neural feature volumes are spatially aligned with shape regions (Sec. 4.1) is an empirical assumption, supported for the wavelet backbone by the local-support argument and for all backbones by a layer-depth ablation (Fig. 23, Table 4); it is not made true by definition or by a self-citation. The authors cite their own previous wavelet-diffusion backbone [13], [74] and CLIPXplore [12], but the category-agnostic claims are instantiated on external TRELLIS [14] and Direct3D-S2 [15], so these self-citations are not load-bearing. The unverified nature of the feature-volume locality premise is a correctness risk, not a circularity: it is a stated assumption about the learned generator's intermediate features, not an identity built into the objective.

Axiom & Free-Parameter Ledger

6 free parameters · 6 axioms · 1 invented entities

The central claim rests on upstream assets the paper did not build: pre-trained generators, their feature spaces, and the standard practice of FID/KID and user studies. The paper's own contributions are the optimization recipe, six operator objectives, and two preservation mechanisms. The free parameters are the hand-chosen architecture/time indices and optimization constants (several undeclared); the axioms record the empirical premises about feature locality, gradient coupling, and embedding optimizability that the recipe depends on; the one invented entity is the CNS representation itself.

free parameters (6)
  • Feature-layer index for volume F (J=12 for [13]'s 16-layer U-Net; J=21 for TRELLIS and Direct3D-S2) = 12 / 21 / 21
    Chosen by hand as a semantic-vs-spatial compromise. Figure 23 shows edit quality is sensitive to this choice (J=15 artifacts, J=9 weak edits). Sec. 5.1.
  • Feature-extraction timestep t = 200 (diffusion inversion backbone); 0.7 (TRELLIS, Direct3D-S2)
    Determines where in the generative trajectory the volume is frozen; reported in Sec. 5.1 without sensitivity analysis.
  • Region-preservation weight λ_reg (Eq. 13) = not stated in main text
    Balances L_op against L_reg; the value is deferred to the unavailable supplementary, so the reported FID/KID cannot be reproduced without it.
  • CNS co-optimization hyperparameters = Adam lr 3e-2 / 2e-3 / 2e-3 per backbone; N max iterations and K inversion steps unspecified
    Learning rates given in Sec. 5.1; N and K are referenced but never specified in the main text.
  • Drag geometry parameters = r1=1, r2=2 (voxel units)
    Local-neighborhood size for motion supervision and point tracking; set identically for all backbones (Sec. 5.1).
  • Termination thresholds = loss < 1/3 of initial; drag stops when source reaches target
    Early-stopping rule for all operators (Sec. 5.1); chosen by hand without analysis.
axioms (6)
  • domain assumption Intermediate features of the pre-trained backbones (U-Net layer 12; TRELLIS/Direct3D-S2 layer 21) are locally aligned with 3D space, so that local feature edits map to local shape edits.
    This locality premise is the foundation of every operator objective (Eq. 8); the paper states it in Sec. 4.1 ('local modifications in this volume typically correspond to targeted changes in the desired regions') and validates it only empirically via layer ablations (Fig. 23).
  • domain assumption The co-optimization loop (gradient on z through the differentiable volume extraction) converges to a code z_N that decodes to a plausible shape satisfying the edit.
    Section 4.3 asserts the coupling ('the extraction of F is differentiable, so the changes can be back-propagated to the global code z'); no convergence analysis or local-optimum discussion is provided.
  • ad hoc to paper For text-conditioned backbones, optimizing the CLIP text embedding with the rectified-flow objective (Eq. 1) yields an instance-specific code inside the generator's support.
    The latent refinement design is introduced in this paper (Sec. 4.1) and has no guarantee other than empirical reconstruction; its failure modes are deferred to the unavailable supplementary.
  • domain assumption The second-order Taylor update with midpoint velocity (Eqs. 3–7) approximates the rectified-flow inversion trajectory well enough for faithful feature-volume construction.
    Standard numerical approximation borrowed from [123]; accuracy depends on smoothness of G(·,c,·), which is not verified; ablated only qualitatively in Fig. 22.
  • domain assumption A user-provided binary mask M is available and can be mapped into neural-volume/token space for L_reg and KV-cache replacement.
    Section 4.5 states 'we assume a binary mask M provided by the user'; the mask-to-feature-space projection for KV-cache replacement is not specified in the main text.
  • domain assumption FID/KID on rendered views and 10-participant QS/MS ratings are valid proxies for editing fidelity and user-operation fulfillment.
    Standard practice in this literature, but the small sample (50 cases, 10 raters) and the absence of variance reporting limit what the metrics can establish (Sec. 5.3).
invented entities (1)
  • Coupled Neural Shape (CNS) representation — global latent code z + 3D neural feature volume F no independent evidence
    purpose: Provides a semantic latent handle with spatial locality so that editing operators can be defined as an objective (Eq. 8) and co-optimized (Secs. 4.1–4.3).
    The core introduced abstraction. Its effectiveness is demonstrated only on the authors' own benchmarks and figures; no code/weights are released and no external replication is available, so there is no falsifiable handle outside the paper.

pith-pipeline@v1.3.0-alltime-deepseek · 25149 in / 23889 out tokens · 214686 ms · 2026-08-01T20:33:16.295500+00:00 · methodology

0 comments
read the original abstract

This paper presents a latent-space 3D shape editing framework built upon a coupled neural shape (CNS) representation and a neural feature volume optimization. This work extends CNS-Edit, built on Coupled Neural Shape optimization, to CNS-Edit++, by generalizing the category-specific coupled representation to category-agnostic 3D shape editing with foundation models. The Coupled Neural Shape (CNS) representation couples a global latent code that captures high-level shape semantics with a 3D neural feature volume that provides spatial context for local shape manipulation. Then we formulate a coupled neural shape optimization procedure that co-optimizes these two components subject to a given editing operation. Our framework can be instantiated on both the category-specific 3D inversion model and category-agnostic 3D foundation models. We provide various shape editing operators, including copy, resize, delete, mix, point-wise drag, and region-wise drag, each of which is formulated as an objective to guide the CNS optimization. To preserve regions outside the editing area, we further introduce two complementary region-wise control mechanisms, i.e., KV-cache replacement and latent feature regularization. Extensive quantitative and qualitative evaluations across different 3D generative models demonstrate the strong capabilities of our approach over state-of-the-art solutions.

Figures

Figures reproduced from arXiv: 2607.16577 by Chi-Wing Fu, Haipeng Li, Hao Zhang, Jingyu Hu, Ka-Hei Hui, Weilong Yan, Zhengzhe Liu.

Figure 1
Figure 1. Figure 1: We propose a novel coupled neural shape representation, equipped with a family of shape editing operators: (i) copy, (ii) resize, (iii) delete, [PITH_FULL_IMAGE:figures/full_fig_p002_1.png] view at source ↗
Figure 2
Figure 2. Figure 2: Overview of our framework. (a) We propose a new coupled neural shape (CNS) representation, consisting of latent code [PITH_FULL_IMAGE:figures/full_fig_p004_2.png] view at source ↗
Figure 3
Figure 3. Figure 3: Construction of the coupled neural shape (CNS) representation on category-agnostic 3D foundation models. (a) In the image-conditioned [PITH_FULL_IMAGE:figures/full_fig_p005_3.png] view at source ↗
Figure 4
Figure 4. Figure 4: Shape editing operators: copy, resize, delete, mix, point-wise drag, and region-wise drag. Note the fidelity of the edited shapes generated by [PITH_FULL_IMAGE:figures/full_fig_p006_4.png] view at source ↗
Figure 5
Figure 5. Figure 5: The cut-paste operator combines the copy and delete operators. [PITH_FULL_IMAGE:figures/full_fig_p007_5.png] view at source ↗
Figure 7
Figure 7. Figure 7: Illustration of the region-wise control mechanisms. [PITH_FULL_IMAGE:figures/full_fig_p008_7.png] view at source ↗
Figure 8
Figure 8. Figure 8: Visual comparisons in the category-specific CNS-Edit setting. Our method is built on the category-specific 3D inversion backbone [13] and [PITH_FULL_IMAGE:figures/full_fig_p009_8.png] view at source ↗
Figure 9
Figure 9. Figure 9: Visual comparisons for the point-wise drag operation in the CNS-Edit++ setting. We compare our method with state-of-the-art category [PITH_FULL_IMAGE:figures/full_fig_p009_9.png] view at source ↗
Figure 10
Figure 10. Figure 10: Visual comparisons for the delete operation in the CNS-Edit++ setting. We compare our method with state-of-the-art 3D editing baselines [PITH_FULL_IMAGE:figures/full_fig_p009_10.png] view at source ↗
Figure 11
Figure 11. Figure 11: Visual results for the point-wise drag operator using the category-specific 3D inversion backbone [13]. Given a source point in purple and [PITH_FULL_IMAGE:figures/full_fig_p011_11.png] view at source ↗
Figure 12
Figure 12. Figure 12: More visual results for the point-wise drag operator in the CNS-Edit++ setting. Given a source point in purple and a target point in red, our [PITH_FULL_IMAGE:figures/full_fig_p011_12.png] view at source ↗
Figure 13
Figure 13. Figure 13: Visual results for the delete operator using the category-specific 3D inversion backbone [13]. Given a user-selected region in red, our [PITH_FULL_IMAGE:figures/full_fig_p012_13.png] view at source ↗
Figure 14
Figure 14. Figure 14: More visual results for the delete operator in the CNS-Edit++ setting. Our method removes the selected region while preserving the [PITH_FULL_IMAGE:figures/full_fig_p012_14.png] view at source ↗
Figure 15
Figure 15. Figure 15: Visual results for the copy operator using the category-specific 3D inversion backbone [13]. Our method copies the user-selected source [PITH_FULL_IMAGE:figures/full_fig_p012_15.png] view at source ↗
Figure 16
Figure 16. Figure 16: More visual results for the copy operator in the CNS-Edit++ setting. Our method copies local geometry from a user-selected source region [PITH_FULL_IMAGE:figures/full_fig_p013_16.png] view at source ↗
Figure 17
Figure 17. Figure 17: Visual results of the cut-paste operator. Our method allows a user to select part of a shape (in red) and then cut-and-paste it to a target [PITH_FULL_IMAGE:figures/full_fig_p013_17.png] view at source ↗
Figure 18
Figure 18. Figure 18: Visual results for the resize operator using the category-specific 3D inversion backbone [13]. Our method resizes the user-selected region [PITH_FULL_IMAGE:figures/full_fig_p013_18.png] view at source ↗
Figure 19
Figure 19. Figure 19: More visual results for the resize operator in the CNS-Edit++ setting. Our method resizes the user-selected region along a specified axis [PITH_FULL_IMAGE:figures/full_fig_p013_19.png] view at source ↗
Figure 20
Figure 20. Figure 20: More visual results for the region-wise drag operator in the CNS-Edit++ setting. Given a user-selected region and several representative [PITH_FULL_IMAGE:figures/full_fig_p014_20.png] view at source ↗
Figure 21
Figure 21. Figure 21: More visual results for the mix operator in the CNS-Edit++ setting. Given selected regions on the input and reference shapes, our method [PITH_FULL_IMAGE:figures/full_fig_p014_21.png] view at source ↗
Figure 22
Figure 22. Figure 22: Qualitative ablations for second-order scheme, KV-cache replacement, and latent feature regularization. [PITH_FULL_IMAGE:figures/full_fig_p014_22.png] view at source ↗
Figure 23
Figure 23. Figure 23: Ablation study for neural feature volume construction. Using fea [PITH_FULL_IMAGE:figures/full_fig_p015_23.png] view at source ↗
Figure 24
Figure 24. Figure 24: Visual results of our method on different 3D foundation-model [PITH_FULL_IMAGE:figures/full_fig_p015_24.png] view at source ↗

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Reference graph

Works this paper leans on

135 extracted references · 18 linked inside Pith

  1. [1]

    A revisit of shape editing techniques: From the geometric to the neural viewpoint,

    Y.-J. Yuan, Y.-K. Lai, T. Wu, L. Gao, and L. Liu, “A revisit of shape editing techniques: From the geometric to the neural viewpoint,” Journal of Computer Science and Technology, vol. 36, no. 3, pp. 520– 554, 2021

  2. [2]

    Generative adver- sarial nets,

    I. Goodfellow, J. Pouget-Abadie, M. Mirza, B. Xu, D. Warde- Farley, S. Ozair, A. Courville, and Y. Bengio, “Generative adver- sarial nets,” inConference on Neural Information Processing Systems (NeurIPS), 2014, pp. 2672–2680

  3. [3]

    Denoising diffusion probabilis- tic models,

    J. Ho, A. Jain, and P . Abbeel, “Denoising diffusion probabilis- tic models,”Conference on Neural Information Processing Systems (NeurIPS), pp. 6840–6851, 2020

  4. [4]

    Drag your GAN: Interactive point-based manip- ulation on the generative image manifold,

    X. Pan, A. Tewari, T. Leimk ¨uhler, L. Liu, A. Meka, and C. Theobalt, “Drag your GAN: Interactive point-based manip- ulation on the generative image manifold,” inProceedings of SIGGRAPH, 2023, pp. 1–11

  5. [5]

    Dragdif- fusion: Harnessing diffusion models for interactive point-based image editing,

    Y. Shi, C. Xue, J. Pan, W. Zhang, V . Y. Tan, and S. Bai, “Dragdif- fusion: Harnessing diffusion models for interactive point-based image editing,”arXiv preprint arXiv:2306.14435, 2023

  6. [6]

    Dragondif- fusion: Enabling drag-style manipulation on diffusion models,

    C. Mou, X. Wang, J. Song, Y. Shan, and J. Zhang, “Dragondif- fusion: Enabling drag-style manipulation on diffusion models,” arXiv preprint arXiv:2307.02421, 2023

  7. [7]

    Dragvideo: Interactive drag-style video editing,

    Y. Deng, R. Wang, Y. Zhang, Y.-W. Tai, and C.-K. Tang, “Dragvideo: Interactive drag-style video editing,”arXiv preprint arXiv:2312.02216, 2023

  8. [8]

    Pointgmm: A neural gmm network for point clouds,

    A. Hertz, R. Hanocka, R. Giryes, and D. Cohen-Or, “Pointgmm: A neural gmm network for point clouds,” inIEEE Conference on Computer Vision and Pattern Recognition (CVPR), 2020, pp. 12 054– 12 063

  9. [9]

    DualSDF: Semantic shape manipulation using a two-level representation,

    Z. Hao, H. Averbuch-Elor, N. Snavely, and S. Belongie, “DualSDF: Semantic shape manipulation using a two-level representation,” inIEEE Conference on Computer Vision and Pattern Recognition (CVPR), 2020, pp. 7631–7641

  10. [10]

    Neural template: Topology-aware reconstruction and disentangled gen- eration of 3d meshes,

    K.-H. Hui*, R. Li*, J. Hu, and C.-W. F. . joint first authors), “Neural template: Topology-aware reconstruction and disentangled gen- eration of 3d meshes,” inIEEE Conference on Computer Vision and Pattern Recognition (CVPR), 2022, pp. 18 572–18 582

  11. [11]

    Salad: Part-level latent diffusion for 3d shape generation and manipulation,

    J. Koo, S. Yoo, M. H. Nguyen, and M. Sung, “Salad: Part-level latent diffusion for 3d shape generation and manipulation,” in IEEE International Conference on Computer Vision (ICCV), 2023, pp. 14 441–14 451

  12. [12]

    Clipxplore: Coupled clip and shape spaces for 3d shape exploration,

    J. Hu*, K.-H. Hui*, Z. Liu, H. Zhang, and C.-W. Fu, “Clipxplore: Coupled clip and shape spaces for 3d shape exploration,” in Proceedings of SIGGRAPH Asia, 2023, pp. 1–12

  13. [13]

    Neural wavelet- domain diffusion for 3d shape generation, inversion, and manip- ulation,

    J. Hu*, K.-H. Hui*, Z. Liu, R. Li, and C.-W. Fu, “Neural wavelet- domain diffusion for 3d shape generation, inversion, and manip- ulation,”ACM Transactions on Graphics (TOG), 2023

  14. [14]

    Structured 3d latents for scalable and versatile 3d generation,

    J. Xiang, Z. Lv, S. Xu, Y. Deng, R. Wang, B. Zhang, D. Chen, X. Tong, and J. Yang, “Structured 3d latents for scalable and versatile 3d generation,” inIEEE Conference on Computer Vision and Pattern Recognition (CVPR), 2025, pp. 1–10

  15. [15]

    Direct3d-s2: Gigascale 3d generation made easy with spatial sparse attention,

    S. Wu, Y. Lin, F. Zhang, Y. Zeng, Y. Yang, Y. Bao, J. Qian, S. Zhu, X. Cao, P . Torret al., “Direct3d-s2: Gigascale 3d generation made easy with spatial sparse attention,” inConference on Neural Information Processing Systems (NeurIPS), 2025

  16. [16]

    As-rigid-as-possible surface model- ing,

    O. Sorkine and M. Alexa, “As-rigid-as-possible surface model- ing,” inSymposium on Geometry processing, vol. 4, 2007, pp. 109– 116

  17. [17]

    Har- monic coordinates for character articulation,

    P . Joshi, M. Meyer, T. DeRose, B. Green, and T. Sanocki, “Har- monic coordinates for character articulation,”ACM Transactions on Graphics, vol. 26, no. 3, pp. 71–es, 2007

  18. [18]

    Mean value coordinates for closed triangular meshes,

    T. Ju, S. Schaefer, and J. Warren, “Mean value coordinates for closed triangular meshes,”ACM Transactions on Graphics, vol. 24, no. 3, p. 561–566, 2005

  19. [19]

    Green coordinates,

    Y. Lipman, D. Levin, and D. Cohen-Or, “Green coordinates,” ACM Transactions on Graphics, vol. 27, no. 3, pp. 1–10, 2008

  20. [20]

    Green coordinates for triquad cages in 3d,

    J.-M. Thiery and T. Boubekeur, “Green coordinates for triquad cages in 3d,” inProceedings of SIGGRAPH Asia, 2022, pp. 1–8

  21. [21]

    Differential coordinates for interactive mesh editing,

    Y. Lipman, O. Sorkine, D. Cohen-Or, D. Levin, C. Rossi, and H.-P . Seidel, “Differential coordinates for interactive mesh editing,” in Proceedings of IEEE International Conference on Shape Modeling and Applications, 2004, pp. 181–190

  22. [22]

    Slippage-preserving reshaping of human-made 3d content,

    C. Ara ´ujo, N. Vining, S. Burla, M. Ruivo de Oliveira, E. Rosales, and A. Sheffer, “Slippage-preserving reshaping of human-made 3d content,”ACM Transactions on Graphics (SIGGRAPH Asia), vol. 42, no. 6, 2023. JOURNAL OF LATEX CLASS FILES, VOL. 14, NO. 8, AUGUST 2021 16

  23. [23]

    Laplacian surface editing,

    O. Sorkine, D. Cohen-Or, Y. Lipman, M. Alexa, C. R ¨ossl, and H.-P . Seidel, “Laplacian surface editing,” inEurographics Symposium on Geometry Processing (SGP), 2004, pp. 175–184

  24. [24]

    Structure-aware shape processing,

    N. Mitra, M. Wand, H. Zhang, D. Cohen-Or, and M. Bokeloh, “Structure-aware shape processing,” inEurographics State-of-the- art Report (STAR), 2013

  25. [25]

    iWIRES: an analyze-and-edit approach to shape manipulation,

    R. Gal, O. Sorkine, N. J. Mitra, and D. Cohen-Or, “iWIRES: an analyze-and-edit approach to shape manipulation,”ACM Trans- actions on Graphics (SIGGRAPH), 2009

  26. [26]

    Component-wise controllers for structure-preserving shape ma- nipulation,

    Y. Zheng, H. Fu, D. Cohen-Or, O. K.-C. Au, and C.-L. Tai, “Component-wise controllers for structure-preserving shape ma- nipulation,”Computer Graphics Forum (Eurographics), 2011

  27. [27]

    Symmetry hierarchy of man-made objects,

    Y. Wang, K. Xu, J. Li, H. Zhang, A. Shamir, L. Liu, Z. Cheng, and Y. Xiong, “Symmetry hierarchy of man-made objects,”Computer Graphics Forum (Eurographics), vol. 30, no. 2, pp. 287–296, 2011

  28. [28]

    COALESCE: Component assembly by learning to synthesize connections,

    K. Yin, Z. Chen, S. Chaudhuri, M. Fisher, V . Kim, and H. Zhang, “COALESCE: Component assembly by learning to synthesize connections,” inProc. of 3DV, 2020

  29. [29]

    Dag amendment for inverse control of parametric shapes,

    E. Michel and T. Boubekeur, “Dag amendment for inverse control of parametric shapes,”ACM Transactions on Graphics (TOG), vol. 40, no. 4, pp. 1–14, 2021

  30. [30]

    Differentiable 3d cad programs for bidirectional editing,

    D. Cascaval, M. Shalah, P . Quinn, R. Bodik, M. Agrawala, and A. Schulz, “Differentiable 3d cad programs for bidirectional editing,” inComputer Graphics Forum, vol. 41, no. 2, 2022, pp. 309–323

  31. [31]

    Neuform: Adaptive overfitting for neural shape editing,

    C. Z. Lin, N. J. Mitra, G. Wetzstein, L. Guibas, and P . Guerrero, “Neuform: Adaptive overfitting for neural shape editing,” in Conference on Neural Information Processing Systems (NeurIPS), 2022

  32. [32]

    Generating part-aware editable 3d shapes without 3d supervision,

    K. Tertikas, D. Paschalidou, B. Pan, J. J. Park, M. A. Uy, I. Emiris, Y. Avrithis, and L. Guibas, “Generating part-aware editable 3d shapes without 3d supervision,” inIEEE Conference on Computer Vision and Pattern Recognition (CVPR), 2023, pp. 4466–4478

  33. [33]

    3dn: 3d deformation network,

    W. Wang, D. Ceylan, R. Mech, and U. Neumann, “3dn: 3d deformation network,” inIEEE Conference on Computer Vision and Pattern Recognition (CVPR), 2019, pp. 1038–1046

  34. [34]

    Neural cages for detail-preserving 3d deformations,

    W. Yifan, N. Aigerman, V . G. Kim, S. Chaudhuri, and O. Sorkine- Hornung, “Neural cages for detail-preserving 3d deformations,” inIEEE Conference on Computer Vision and Pattern Recognition (CVPR), 2020, pp. 75–83

  35. [35]

    Deepmetahandles: Learn- ing deformation meta-handles of 3d meshes with biharmonic coordinates,

    M. Liu, M. Sung, R. Mech, and H. Su, “Deepmetahandles: Learn- ing deformation meta-handles of 3d meshes with biharmonic coordinates,” inIEEE Conference on Computer Vision and Pattern Recognition (CVPR), 2021, pp. 12–21

  36. [36]

    Shapeflow: Learnable deformation flows among 3d shapes,

    C. Jiang, J. Huang, A. Tagliasacchi, and L. J. Guibas, “Shapeflow: Learnable deformation flows among 3d shapes,” inConference on Neural Information Processing Systems (NeurIPS), 2020, pp. 9745– 9757

  37. [37]

    Mesh draping: Parametrization-free neural mesh transfer,

    A. Hertz, O. Perel, R. Giryes, O. Sorkine-Hornung, and D. Cohen- Or, “Mesh draping: Parametrization-free neural mesh transfer,” inComputer Graphics Forum, vol. 42, no. 1, 2023, pp. 72–85

  38. [38]

    Neural shape deformation priors,

    J. Tang, L. Markhasin, B. Wang, J. Thies, and M. Nießner, “Neural shape deformation priors,” inConference on Neural Information Processing Systems (NeurIPS), 2022, pp. 17 117–17 132

  39. [39]

    Exim: A hybrid explicit-implicit representation for text-guided 3d shape generation,

    Z. Liu, J. Hu, K.-H. Hui, X. Qi, D. Cohen-Or, and C.-W. Fu, “Exim: A hybrid explicit-implicit representation for text-guided 3d shape generation,”ACM Transactions on Graphics (SIGGRAPH Asia), vol. 42, no. 6, pp. 1–12, 2023

  40. [40]

    Shapecrafter: A recursive text-conditioned 3d shape generation model,

    R. Fu, X. Zhan, Y. Chen, D. Ritchie, and S. Sridhar, “Shapecrafter: A recursive text-conditioned 3d shape generation model,” in Conference on Neural Information Processing Systems (NeurIPS), 2022

  41. [41]

    Towards implicit text- guided 3d shape generation,

    Z. Liu, Y. Wang, X. Qi, and C.-W. Fu, “Towards implicit text- guided 3d shape generation,” inIEEE Conference on Computer Vision and Pattern Recognition (CVPR), 2022, pp. 17 896–17 906

  42. [42]

    Changeit3D: Language-Assisted 3D Shape Edits and Deforma- tions,

    P . Achlioptas, I. Huang, M. Sung, S. Tulyakov, and L. Guibas, “Changeit3D: Language-Assisted 3D Shape Edits and Deforma- tions,” inIEEE Conference on Computer Vision and Pattern Recogni- tion (CVPR), 2023

  43. [43]

    Ladis: Language disentanglement for 3d shape edit- ing,

    I. Huang, P . Achlioptas, T. Zhang, S. Tulyakov, M. Sung, and L. Guibas, “Ladis: Language disentanglement for 3d shape edit- ing,” inIn Findings of Empirical Methods in Natural Language Processing (EMNLP), 2022

  44. [44]

    Instruct-nerf2nerf: Editing 3d scenes with instructions,

    A. Haque, M. Tancik, A. A. Efros, A. Holynski, and A. Kanazawa, “Instruct-nerf2nerf: Editing 3d scenes with instructions,” inIEEE International Conference on Computer Vision (ICCV), 2023, pp. 19 740–19 750

  45. [45]

    Voxhammer: Training-free precise and coherent 3d editing in native 3d space,

    L. Li, Z. Huang, H. Feng, G. Zhuang, R. Chen, C. Guo, and L. Sheng, “Voxhammer: Training-free precise and coherent 3d editing in native 3d space,” inInternational Conference on 3D Vision (3DV), 2026, pp. 1281–1292

  46. [46]

    Tailor3d: Customized 3d assets editing and generation with dual-side images,

    Z. Qi, Y. Yang, M. Zhang, L. Xing, X. Wu, T. Wu, D. Lin, X. Liu, J. Wang, and H. Zhao, “Tailor3d: Customized 3d assets editing and generation with dual-side images,”arXiv preprint arXiv:2407.06191, 2024

  47. [47]

    Instant3dit: Multiview inpainting for fast edit- ing of 3d objects,

    A. Barda, M. Gadelha, V . G. Kim, N. Aigerman, A. H. Bermano, and T. Groueix, “Instant3dit: Multiview inpainting for fast edit- ing of 3d objects,” inIEEE Conference on Computer Vision and Pattern Recognition (CVPR), 2025, pp. 16 273–16 282

  48. [48]

    Mamba as a bridge: Where vi- sion foundation models meet vision language models for domain-generalized semantic segmentation,

    X. Zhang and R. T. Tan, “Mamba as a bridge: Where vi- sion foundation models meet vision language models for domain-generalized semantic segmentation,” inProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2025, pp. 14 527–14 537

  49. [49]

    Pegasus: 3d personalization of geometry and appearance,

    J. Hu, B. Hu, K.-H. Hui, H. Li, Z. Liu, D. Cohen-Or, and C.-W. Fu, “Pegasus: 3d personalization of geometry and appearance,” inProceedings of SIGGRAPH, 2026

  50. [50]

    Hierarchical neural semantic representation for 3d semantic correspondence,

    K. Du, J. Hu, H. Li, H. Xu, H. Huang, C.-W. Fu, and S. Liu, “Hierarchical neural semantic representation for 3d semantic correspondence,” inProceedings of SIGGRAPH Asia, 2025, pp. 1– 11

  51. [51]

    Sketchsampler: Sketch-based 3d reconstruction via view-dependent depth sam- pling,

    C. Gao, Q. Yu, L. Sheng, Y.-Z. Song, and D. Xu, “Sketchsampler: Sketch-based 3d reconstruction via view-dependent depth sam- pling,” inEuropean Conference on Computer Vision (ECCV), 2022, pp. 464–479

  52. [52]

    Sketch2model: View- aware 3d modeling from single free-hand sketches,

    S.-H. Zhang, Y.-C. Guo, and Q.-W. Gu, “Sketch2model: View- aware 3d modeling from single free-hand sketches,” inIEEE Conference on Computer Vision and Pattern Recognition (CVPR), 2021, pp. 6012–6021

  53. [53]

    Sketch2mesh: Reconstructing and editing 3d shapes from sketches,

    B. Guillard, E. Remelli, P . Yvernay, and P . Fua, “Sketch2mesh: Reconstructing and editing 3d shapes from sketches,” inIEEE In- ternational Conference on Computer Vision (ICCV), 2021, pp. 13 023– 13 032

  54. [54]

    Locally attentional sdf diffusion for controllable 3d shape generation,

    X.-Y. Zheng, H. Pan, P .-S. Wang, X. Tong, Y. Liu, and H.-Y. Shum, “Locally attentional sdf diffusion for controllable 3d shape generation,”ACM Transactions on Graphics (SIGGRAPH), vol. 42, no. 4, 2023

  55. [55]

    Sked: Sketch-guided text-based 3d editing,

    A. Mikaeili, O. Perel, M. Safaee, D. Cohen-Or, and A. Mahdavi- Amiri, “Sked: Sketch-guided text-based 3d editing,” inIEEE In- ternational Conference on Computer Vision (ICCV), 2023, pp. 14 607– 14 619

  56. [56]

    Learn- ing a probabilistic latent space of object shapes via 3D generative- adversarial modeling,

    J. Wu, C. Zhang, T. Xue, B. Freeman, and J. Tenenbaum, “Learn- ing a probabilistic latent space of object shapes via 3D generative- adversarial modeling,” inConference on Neural Information Process- ing Systems (NeurIPS), 2016, pp. 82–90

  57. [57]

    Improved adversarial systems for 3D object generation and reconstruction,

    E. J. Smith and D. Meger, “Improved adversarial systems for 3D object generation and reconstruction,” inConference on Robot Learning, 2017, pp. 87–96

  58. [58]

    3D shape generation and completion through point-voxel diffusion,

    L. Zhou, Y. Du, and J. Wu, “3D shape generation and completion through point-voxel diffusion,” inIEEE International Conference on Computer Vision (ICCV), 2021, pp. 5826–5835

  59. [59]

    Diffusion probabilistic models for 3D point cloud generation,

    S. Luo and W. Hu, “Diffusion probabilistic models for 3D point cloud generation,” inIEEE Conference on Computer Vision and Pattern Recognition (CVPR), 2021, pp. 2837–2845

  60. [60]

    Lion: Latent point diffusion models for 3d shape generation,

    X. Zeng, A. Vahdat, F. Williams, Z. Gojcic, O. Litany, S. Fidler, and K. Kreis, “Lion: Latent point diffusion models for 3d shape generation,” inConference on Neural Information Processing Systems (NeurIPS), 2022

  61. [61]

    Point-e: A system for generating 3d point clouds from complex prompts,

    A. Nichol, H. Jun, P . Dhariwal, P . Mishkin, and M. Chen, “Point-e: A system for generating 3d point clouds from complex prompts,” arXiv preprint arXiv:2212.08751, 2022

  62. [62]

    SP-GAN: Sphere-guided 3D shape generation and manipulation,

    R. Li, X. Li, K.-H. Hui, and C.-W. Fu, “SP-GAN: Sphere-guided 3D shape generation and manipulation,”ACM Transactions on Graphics (SIGGRAPH), vol. 40, no. 4, 2021

  63. [63]

    MRGAN: Multi-rooted 3D shape generation with unsupervised part disen- tanglement,

    R. Gal, A. Bermano, H. Zhang, and D. Cohen-Or, “MRGAN: Multi-rooted 3D shape generation with unsupervised part disen- tanglement,” inIn ICCV Workshop on Structural and Compositional Learning on 3D Data (StruCo3D)., 2020, pp. 2039–2048

  64. [64]

    Progressive point cloud deconvolution generation network,

    L. Hui, R. Xu, J. Xie, J. Qian, and J. Yang, “Progressive point cloud deconvolution generation network,” inEuropean Conference on Computer Vision (ECCV), 2020, pp. 397–413

  65. [65]

    Geocomplete: Geometry-aware diffusion for reference-driven image completion,

    B. Lin, T. Chen, and R. Tan, “Geocomplete: Geometry-aware diffusion for reference-driven image completion,”Advances in JOURNAL OF LATEX CLASS FILES, VOL. 14, NO. 8, AUGUST 2021 17 Neural Information Processing Systems, vol. 38, pp. 35 238–35 259, 2026

  66. [66]

    Glowgs: Generative seman- tic feature learning for 3d gaussian splatting in nighttime glow scenes,

    B. Lin, X. Cao, J. Guo, and R. T. Tan, “Glowgs: Generative seman- tic feature learning for 3d gaussian splatting in nighttime glow scenes,” inProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2026, pp. 275–284

  67. [67]

    Raindropgs: A benchmark for 3d gaussian splatting under rain- drop conditions,

    Z. Teng, T. Chen, B. Lin, Z. Yuan, X. Li, X. Zhang, and S. Zhang, “Raindropgs: A benchmark for 3d gaussian splatting under rain- drop conditions,”arXiv preprint arXiv:2510.17719, 2025

  68. [68]

    Adafit: Rethinking learning-based normal estimation on point clouds,

    R. Zhu, Y. Liu, Z. Dong, Y. Wang, T. Jiang, W. Wang, and B. Yang, “Adafit: Rethinking learning-based normal estimation on point clouds,” inProceedings of the IEEE/CVF international conference on computer vision, 2021, pp. 6118–6127

  69. [69]

    MeshDiffusion: Score-based generative 3D mesh model- ing,

    Z. Liu, Y. Feng, M. J. Black, D. Nowrouzezahrai, L. Paull, and W. Liu, “MeshDiffusion: Score-based generative 3D mesh model- ing,” inInternational Conference on Learning Representations, 2023

  70. [70]

    Meshgpt: Generating tri- angle meshes with decoder-only transformers,

    Y. Siddiqui, A. Alliegro, A. Artemov, T. Tommasi, D. Sirigatti, V . Rosov, A. Dai, and M. Nießner, “Meshgpt: Generating tri- angle meshes with decoder-only transformers,”arXiv preprint arXiv:2311.15475, 2023

  71. [71]

    Bsp-net: Generating compact meshes via binary space partitioning,

    Z. Chen, A. Tagliasacchi, and H. Zhang, “Bsp-net: Generating compact meshes via binary space partitioning,” inIEEE Confer- ence on Computer Vision and Pattern Recognition (CVPR), 2020, pp. 45–54

  72. [72]

    Las- comp: Zero-shot 3d completion with latent-spatial consistency,

    W. Yan, H. Li, H. Xu, N. Ye, Y. Ai, S. Liu, and J. Hu, “Las- comp: Zero-shot 3d completion with latent-spatial consistency,” inProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), June 2026, pp. 7588–7599

  73. [73]

    4dpc2hat: Towards dynamic point cloud understanding with failure-aware bootstrapping,

    X. Zhang, W. Yan, Y. Shi, X. Qiu, T. He, Y. Li, M. Li, and H. Fan, “4dpc2hat: Towards dynamic point cloud understanding with failure-aware bootstrapping,”arXiv preprint arXiv:2602.03890, 2026

  74. [74]

    Neural wavelet-domain diffusion for 3d shape generation,

    K.-H. Hui, R. Li, J. Hu, and C.-W. Fu, “Neural wavelet-domain diffusion for 3d shape generation,” inProceedings of SIGGRAPH Asia, 2022, pp. 1–9

  75. [75]

    Get3d: A generative model of high quality 3d textured shapes learned from images,

    J. Gao, T. Shen, Z. Wang, W. Chen, K. Yin, D. Li, O. Litany, Z. Gojcic, and S. Fidler, “Get3d: A generative model of high quality 3d textured shapes learned from images,” inConference on Neural Information Processing Systems (NeurIPS), 2022

  76. [76]

    3dshape2vecset: A 3d shape representation for neural fields and generative diffusion models,

    B. Zhang, J. Tang, M. Nießner, and P . Wonka, “3dshape2vecset: A 3d shape representation for neural fields and generative diffusion models,”ACM Transactions on Graphics (SIGGRAPH), vol. 42, no. 4, 2023

  77. [77]

    Occupancy networks: Learning 3D reconstruction in function space,

    L. Mescheder, M. Oechsle, M. Niemeyer, S. Nowozin, and A. Geiger, “Occupancy networks: Learning 3D reconstruction in function space,” inIEEE Conference on Computer Vision and Pattern Recognition (CVPR), 2019, pp. 4460–4470

  78. [78]

    Learning implicit fields for generative shape modeling,

    Z. Chen and H. Zhang, “Learning implicit fields for generative shape modeling,” inIEEE Conference on Computer Vision and Pattern Recognition (CVPR), 2019, pp. 5939–5948

  79. [79]

    3D shape generation with grid- based implicit functions,

    M. Ibing, I. Lim, and L. Kobbelt, “3D shape generation with grid- based implicit functions,” inIEEE Conference on Computer Vision and Pattern Recognition (CVPR), 2021, pp. 13 559–13 568

  80. [80]

    Ssp: Semi-signed prioritized neural fitting for surface reconstruction from unoriented point clouds,

    R. Zhu, D. Kang, K.-H. Hui, Y. Qian, S. Qiu, Z. Dong, L. Bao, P .-A. Heng, and C.-W. Fu, “Ssp: Semi-signed prioritized neural fitting for surface reconstruction from unoriented point clouds,” inProceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision, 2024, pp. 3769–3778

Showing first 80 references.