REVIEW 4 major objections 5 minor 1 cited by
DragScene: Interactive 3D Scene Editing with Single-view Drag Instructions
T0 review · 4 major / 5 minor · reviewed 2026-08-11 · deepseek-v4-flash
Pith's one-line read DragScene claims that a single drag on one rendered view can edit the whole 3D scene consistently.
desk verdict A genuinely new pipeline for drag-editing real 3D scenes, with the point-cloud latent propagation as the key idea; the evaluation, however, doesn't yet back the multi-view consistency claim. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing object is the 3D latent map: a coarse point cloud reconstructed by DUSt3R from the edited reference view and a small set of original views, with every point carrying the latent code of the edited reference image and the user's mask. Rendered into a new viewpoint, this map supplies both the target latent for the edited region and the mask that protects unchanged regions. Its role is to translate a single 2D edit into view-consistent latent supervision; the paper's ablation shows that omitting either the edited-image supervision or the original-image supervision degrades the point cloud and breaks feature correspondence, which in turn produces mismatched edited views.
What would settle it
Render a synthetic 3D scene with known ground-truth geometry, apply a drag that changes the shape, such as lengthening an object, reconstruct the point cloud from the edited reference view alone, and compare depth in the masked region to ground truth; if the depth error in the edited region is large or grows with drag distance, the multi-view-consistency mechanism will fail exactly where it is needed.
Extended reading notes
Core claim
The central discovery is a mechanism for keeping drag edits multi-view consistent. Instead of running a 2D drag editor independently on each view, which produces inconsistent features, DragScene first edits one reference view and obtains its diffusion latent. It then reconstructs a coarse point cloud from the edited reference image plus sparse original views, using a regression loss that keeps unmasked regions aligned with the original scene and masked regions aligned with the edit. The reference latent is assigned to that point cloud, and latent maps plus masks are rendered into all other views, where they drive a latent optimization with a reconstruction term pulling the edited region toward the 3D latent map and a mask term keeping unchanged regions near their original latent. The edited multi-view images are finally used to reconstruct the target 3D scene, demonstrated with 3D Gaussian Splatting, and the paper positions DragScene as the first drag-style 3D editing method applicable to real-world scenes.
Load-bearing premise
The pipeline assumes that the point-cloud reconstruction of the edited reference view gets the edited region's geometry right, even though the edited image is something the reconstruction model was not trained on; if that geometry is wrong, the latent maps mislead other views and consistency breaks.
Editorial extensions
If this is right
- If DragScene is correct, users can edit captured real scenes, including faces, furniture, and outdoor scenery, by dragging in one view without writing text prompts or training per object.
- Because the method operates on rendered images and a point-cloud latent bridge, it can be retargeted to newer 3D representations beyond 3D Gaussian Splatting whenever multi-view images can be rendered and reconstructed.
- The framework converts a capable 2D drag editor into a 3D editor, so future improvements in 2D drag editing would directly improve the quality and variety of 3D edits.
- Multi-view consistency is enforced at the latent level before final reconstruction, which should reduce the artifacts and discontinuities seen when drag editing is applied naively to each view separately.
- The approach supports localized and creative edits, such as widening a blade or lengthening a face, which the paper argues are poorly handled by deformation-based and prompt-driven 3D editing baselines.
Reading between the lines
- A direct extension is to replace the chosen 2D drag editor with any newer one; the paper itself notes that editing quality is bounded by the 2D drag model, so the framework's ceiling will track progress in 2D drag editing.
- The single-reference-view design implies that very large viewpoint changes or heavy occlusions could break the point-cloud bridge, a failure mode the paper acknowledges as unsatisfactory results for large view ranges.
- A testable prediction is that multi-view consistency degrades as edit magnitude grows, because larger edits move the edited image further from the reconstruction model's training distribution; measuring masked-region reprojection error as a function of drag distance would expose this.
- The latent-bridge mechanism does not inherently depend on scene staticity, so extending it to dynamic scenes or to text-guided drags, both listed as future work in the paper, is a plausible path.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. DragScene is a method for editing a reconstructed 3D scene by dragging points on a single reference view. Given a reference image rendered from the scene, a user-specified mask and handle/target point pairs, the authors first apply DragDiffusion to obtain a 2D edit and a DDIM-inverted latent for the edited view. They then reconstruct a coarse point cloud with DUSt3R from the edited reference and several original views, using the regression loss in Eq. (3) to keep unedited regions aligned with the original views while forcing edited regions to agree with the reference edit. The edited view's latent is attached to the point cloud, and rendered latent maps and masks are used to optimize DDIM-inverted latents of other views via Eqs. (4)-(7). Finally, the edited images are used to reconstruct a new 3D Gaussian Splatting scene. The paper claims this is the first drag-style 3D editing method applicable to real-world scenes and that it maintains multi-view consistency.
Significance. The problem addressed is real: existing text-driven 3D editing lacks localized geometric control, and drag-style interaction is a natural alternative. DragScene's design is elegant and representation-agnostic in principle; using DUSt3R pointmaps as 3D clues to transfer a latent edit across views is a sensible way to avoid per-scene optimization. The ablations in Figs. 7-9 and the comparisons in Fig. 6 show plausible qualitative results. If the multi-view consistency claim can be substantiated quantitatively, this would be a useful practical contribution to 3D scene editing. However, as presented, the evidence for the central consistency claim is mostly qualitative, with only a single-scene, target-deviation FID and NIQE curve, so the contribution is not yet established to the standard of a top venue. The paper also does not release code or data, which limits reproducibility.
major comments (4)
- [Section 4.3 and Fig. 6] The central claim that DragScene achieves multi-view consistency is supported only by qualitative examples. There is no user study and no quantitative cross-view consistency metric. The only quantitative evaluation, Fig. 9, reports FID between novel-view edited images and the edited reference image; this measures deviation from the target view, not consistency among views, and the text does not state the number of scenes or edits over which the scores are averaged. Please report quantitative consistency (e.g., re-projection error on the reconstructed point cloud, pairwise LPIPS/PSNR between matched views, or a user study) across multiple scenes and edits.
- [Section 3.2, Eq. (3), and Limitation] The coarse point cloud that carries the edit is reconstructed from an edited reference image that is out of distribution for DUSt3R. If the masked-region pointmap is wrong (e.g., for the 'make the sofa taller' edit), the rendered latent targets in Section 3.3 will pull other views toward inconsistent geometry. The only evidence that this does not happen is the single qualitative ablation in Fig. 7; the paper itself concedes failures for large view ranges but does not delimit them. Please provide a quantitative evaluation of the edited-region geometry, for example by comparing the reconstructed point cloud with a ground-truth edited mesh in a synthetic scene or by measuring re-projection consistency of the edited region across held-out views.
- [Section 3.2, Eq. (2)] The mask M is a 2D user annotation, but Eq. (2) transforms it with the same camera-pose mapping used for 3D pointmaps, h(M) being the homogeneous embedding of the mask. The depth or 3D surface used to lift the 2D mask into 3D is not specified. Since this mask is used in Eq. (3) and later rendered as R_vi(P_M) in Eqs. (4)-(6), the ambiguity directly affects the method's reproducibility. Please state explicitly how the 2D mask is associated with the reconstructed point cloud and how Eq. (2) is evaluated.
- [Section 4.2] The comparison with GaussianEditor and DragDiffusion-3D is entirely qualitative (Fig. 6). Given that the paper claims superiority in both editing quality and controllability, a quantitative comparison (e.g., user preference rates, or a protocol running the same set of edit intents across multiple scenes) is needed to rule out selection effects in the displayed examples.
minor comments (5)
- [Section 4.5] The sentence 'As shown in Fig. 7, the optimal results are achieved when eta is around 0.4' appears to reference the wrong figure; Fig. 7 is the point-cloud reconstruction ablation, while Fig. 9 contains the NIQE and FID plots.
- [Section 4.1] The implementation text says 'using the AdamW optimizer[11]' but reference [11] is the original Adam paper; please cite AdamW or correct the reference.
- [Section 3.2] The model name is written inconsistently as 'DUSt3R' in the main text and 'Dust3R' in Section 4.4; please use one spelling throughout.
- [Section 4.1] The description of LoRA fine-tuning does not specify which images are used for the 80 fine-tuning iterations; please clarify whether only the reference image or a set of views is used.
- [Section 3.2, Eq. (3)] The regression loss is described as an optimization over pointmaps, but the text does not state which variables are updated or how the optimization is initialized and run; please add a sentence describing the optimization procedure.
Circularity Check
No significant circularity: the multi-view propagation is an explicit optimization objective built on external components; only a non-load-bearing self-citation and a self-referential evaluation metric are noted.
full rationale
DragScene's derivation chain is not circular in the sense prohibited by the review criteria. The reference-view edit produced by DragDiffusion is the user-specified target, and Equations (3), (5), and (6) explicitly define an optimization objective that propagates this target to other views. The paper never presents multi-view consistency as an emergent prediction independent of this objective; rather, consistency is enforced by the loss design, which is the intended mechanism of the method. The 3D clues come from the external DUSt3R model, the 2D editing comes from the external DragDiffusion model, and the final representation uses the external 3D Gaussian Splatting framework. The only self-citation is Reference [45] (MesonGS, which shares two authors with this paper), used as an example of 3DGS adoption in applications; it is not load-bearing in the derivation. The FID metric in Figure 9 is computed against the edited reference view, but the text transparently labels it as measuring 'deviation from the editing target,' which is exactly the quantity the optimization is designed to minimize. This makes the metric a weak indicator of cross-view consistency, but it is not a disguised prediction or a circular derivation. Concerns about DUSt3R's reliability on out-of-distribution edited images are correctness and robustness risks, not circularity, and the Limitation section openly acknowledges failures for large view ranges. Overall, the paper's pipeline is self-contained and its claims are engineering claims about a propagation scheme, not derived results that reduce to their own inputs.
Assumptions & free parameters
free parameters (5)
- lambda (Lmask weight) =
not reported
- inversion strength eta =
0.4
- latent optimization learning rate sigma =
not reported
- DDIM inversion steps te and tr =
te=35, tr=20
- number of edited views s =
~20 images
assumptions (6)
- domain assumption DUSt3R produces reliable dense pointmaps for an edited reference image, even when the edit changes geometry.
- domain assumption The edited reference image is a valid anchor for multi-view geometry estimation.
- domain assumption DDIM inversion latents are semantically consistent across views for the same scene region.
- domain assumption Camera poses for the original scene are known and accurate.
- domain assumption Stable Diffusion v1.5 / DragDiffusion can produce a coherent edit on the reference view.
- domain assumption 3DGS reconstruction from edited multi-view images yields a valid edited 3D scene.
Cite this review
Pith. "Pith review of DragScene: Interactive 3D Scene Editing with Single-view Drag Instructions." pith.science (2026). https://pith.science/paper/GO5ZZ5F2
@misc{pith2026241213552,
author = {Pith},
title = {Pith review of: DragScene: Interactive 3D Scene Editing with Single-view Drag Instructions},
year = {2026},
howpublished = {\url{https://pith.science/paper/GO5ZZ5F2}},
note = {Machine review of arXiv:2412.13552}
}
read the original abstract
3D editing has shown remarkable capability in editing scenes based on various instructions. However, existing methods struggle with achieving intuitive, localized editing, such as selectively making flowers blossom. Drag-style editing has shown exceptional capability to edit images with direct manipulation instead of ambiguous text commands. Nevertheless, extending drag-based editing to 3D scenes presents substantial challenges due to multi-view inconsistency. To this end, we introduce DragScene, a framework that integrates drag-style editing with diverse 3D representations. First, latent optimization is performed on a reference view to generate 2D edits based on user instructions. Subsequently, coarse 3D clues are reconstructed from the reference view using a point-based representation to capture the geometric details of the edits. The latent representation of the edited view is then mapped to these 3D clues, guiding the latent optimization of other views. This process ensures that edits are propagated seamlessly across multiple views, maintaining multi-view consistency. Finally, the target 3D scene is reconstructed from the edited multi-view images. Extensive experiments demonstrate that DragScene facilitates precise and flexible drag-style editing of 3D scenes, supporting broad applicability across diverse 3D representations.
Figures
Figures from the paper (6 more)
Forward citations
Cited by 1 Pith paper
-
Instruction-based Image Editing: A Survey on Data, Models, Evaluation, and Applications
A survey of instruction-based image editing plus a new 21-task benchmark, CDD-IIE, on which ten open models are scored by human experts.
Reference graph
Works this paper leans on
-
[1]
Mip-nerf 360: Unbounded anti-aliased neural radiance fields
Jonathan T Barron, Ben Mildenhall, Dor Verbin, Pratul P Srinivasan, and Peter Hedman. Mip-nerf 360: Unbounded anti-aliased neural radiance fields. In Proceedings of the IEEE/CVF conference on computer vision and pattern recog- nition, pages 5470–5479, 2022. 3, 5
work page 2022
-
[2]
In- structpix2pix: Learning to follow image editing instructions
Tim Brooks, Aleksander Holynski, and Alexei A Efros. In- structpix2pix: Learning to follow image editing instructions. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 18392–18402, 2023. 2, 3
work page 2023
-
[3]
pixelsplat: 3d gaussian splats from image pairs for scalable generalizable 3d reconstruction
David Charatan, Sizhe Li, Andrea Tagliasacchi, and Vincent Sitzmann. pixelsplat: 3d gaussian splats from image pairs for scalable generalizable 3d reconstruction. In CVPR, 2023. 5
work page 2023
-
[4]
Mvsnerf: Fast general- izable radiance field reconstruction from multi-view stereo
Anpei Chen, Zexiang Xu, Fuqiang Zhao, Xiaoshuai Zhang, Fanbo Xiang, Jingyi Yu, and Hao Su. Mvsnerf: Fast general- izable radiance field reconstruction from multi-view stereo. In Proceedings of the IEEE/CVF international conference on computer vision, pages 14124–14133, 2021. 3
2021
-
[5]
Mvdrag3d: Drag-based creative 3d editing via multi-view generation-reconstruction priors
Honghua Chen, Yushi Lan, Yongwei Chen, Yifan Zhou, and Xingang Pan. Mvdrag3d: Drag-based creative 3d editing via multi-view generation-reconstruction priors. arXiv preprint arXiv:2410.16272, 2024. 3
arXiv 2024
-
[6]
Proedit: Simple progres- sion is all you need for high-quality 3d scene editing
Jun-Kun Chen and Yu-Xiong Wang. Proedit: Simple progres- sion is all you need for high-quality 3d scene editing. arXiv preprint arXiv:2411.05006, 2024. 3
arXiv 2024
-
[7]
Neuraled- itor: Editing neural radiance fields via manipulating point clouds
Jun-Kun Chen, Jipeng Lyu, and Yu-Xiong Wang. Neuraled- itor: Editing neural radiance fields via manipulating point clouds. In Proceedings of the IEEE/CVF Conference on Com- puter Vision and Pattern Recognition, pages 12439–12448,
-
[8]
Consist- dreamer: 3d-consistent 2d diffusion for high-fidelity scene editing
Jun-Kun Chen, Samuel Rota Bul`o, Norman M¨uller, Lorenzo Porzi, Peter Kontschieder, and Yu-Xiong Wang. Consist- dreamer: 3d-consistent 2d diffusion for high-fidelity scene editing. In Proceedings of the IEEE/CVF Conference on Com- puter Vision and Pattern Recognition, pages 21071–21080,
Show all 51 references
-
[9]
Dge: Direct gaussian 3d editing by consistent multi-view editing
Minghao Chen, Iro Laina, and Andrea Vedaldi. Dge: Direct gaussian 3d editing by consistent multi-view editing. arXiv preprint arXiv:2404.18929, 2024. 3
2024 arXiv
-
[10]
Dragvideo: Interactive drag-style video editing
Yufan Deng, Ruida Wang, Yuhao Zhang, Yu-Wing Tai, and Chi-Keung Tang. Dragvideo: Interactive drag-style video editing. In European Conference on Computer Vision, pages 183–199. Springer, 2025. 3
2025
-
[11]
Adam: A method for stochastic opti- mization
P Kingma Diederik. Adam: A method for stochastic opti- mization. (No Title), 2014. 5
2014
-
[12]
Vica-nerf: View- consistency-aware 3d editing of neural radiance fields
Jiahua Dong and Yu-Xiong Wang. Vica-nerf: View- consistency-aware 3d editing of neural radiance fields. Ad- vances in Neural Information Processing Systems, 36, 2024. 3
2024
-
[13]
Plenoxels: Radiance fields without neural networks
Sara Fridovich-Keil, Alex Yu, Matthew Tancik, Qinhong Chen, Benjamin Recht, and Angjoo Kanazawa. Plenoxels: Radiance fields without neural networks. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 5501–5510, 2022. 3
2022
-
[14]
Generative adversarial networks
Ian Goodfellow, Jean Pouget-Abadie, Mehdi Mirza, Bing Xu, David Warde-Farley, Sherjil Ozair, Aaron Courville, and Yoshua Bengio. Generative adversarial networks. Communi- cations of the ACM, 63(11):139–144, 2020. 3
2020
-
[15]
Nerfren: Neural radiance fields with reflections
Yuan-Chen Guo, Di Kang, Linchao Bao, Yu He, and Song- Hai Zhang. Nerfren: Neural radiance fields with reflections. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 18409–18418, 2022. 3
2022
-
[16]
threestudio: A unified framework for 3d content generation
Yuan-Chen Guo, Ying-Tian Liu, Ruizhi Shao, Christian Laforte, Vikram V oleti, Guan Luo, Chia-Hao Chen, Zi- Xin Zou, Chen Wang, Yan-Pei Cao, and Song-Hai Zhang. threestudio: A unified framework for 3d content generation. https://github.com/threestudio- project/ threestudio, 2023. 5
2023
-
[17]
Instruct-nerf2nerf: Editing 3d scenes with instructions
Ayaan Haque, Matthew Tancik, Alexei A Efros, Aleksander Holynski, and Angjoo Kanazawa. Instruct-nerf2nerf: Editing 3d scenes with instructions. In Proceedings of the IEEE/CVF International Conference on Computer Vision, pages 19740– 19750, 2023. 3, 5
2023
-
[18]
Gans trained by a two time-scale update rule converge to a local nash equilibrium
Martin Heusel, Hubert Ramsauer, Thomas Unterthiner, Bern- hard Nessler, and Sepp Hochreiter. Gans trained by a two time-scale update rule converge to a local nash equilibrium. Advances in neural information processing systems, 30, 2017. 7
2017
-
[19]
Lora: Low-rank adaptation of large language models.arXiv preprint arXiv:2106.09685, 2021
Edward J Hu, Yelong Shen, Phillip Wallis, Zeyuan Allen-Zhu, Yuanzhi Li, Shean Wang, Lu Wang, and Weizhu Chen. Lora: Low-rank adaptation of large language models.arXiv preprint arXiv:2106.09685, 2021. 5
2021 arXiv
-
[20]
2d gaussian splatting for geometrically accu- rate radiance fields
Binbin Huang, Zehao Yu, Anpei Chen, Andreas Geiger, and Shenghua Gao. 2d gaussian splatting for geometrically accu- rate radiance fields. In ACM SIGGRAPH 2024 Conference Papers, pages 1–11, 2024. 3
2024
-
[21]
Sc-gs: Sparse-controlled gaus- sian splatting for editable dynamic scenes
Yi-Hua Huang, Yang-Tian Sun, Ziyi Yang, Xiaoyang Lyu, Yan-Pei Cao, and Xiaojuan Qi. Sc-gs: Sparse-controlled gaus- sian splatting for editable dynamic scenes. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 4220–4230, 2024. 2, 3
2024
-
[22]
Nerf- shop: Interactive editing of neural radiance fields
Cl´ement Jambon, Bernhard Kerbl, Georgios Kopanas, Stavros Diolatzis, Thomas Leimk¨uhler, and George Drettakis. Nerf- shop: Interactive editing of neural radiance fields. Proceed- ings of the ACM on Computer Graphics and Interactive Tech- niques, 6(1), 2023. 2, 3
2023
-
[23]
3d gaussian splatting for real-time radiance field rendering
Bernhard Kerbl, Georgios Kopanas, Thomas Leimk¨uhler, and George Drettakis. 3d gaussian splatting for real-time radiance field rendering. ACM Trans. Graph., 42(4):139–1, 2023. 2, 3, 5
2023
-
[24]
Neural sparse voxel fields
Lingjie Liu, Jiatao Gu, Kyaw Zaw Lin, Tat-Seng Chua, and Christian Theobalt. Neural sparse voxel fields. Advances in Neural Information Processing Systems, 33:15651–15663,
-
[25]
Editing conditional radi- ance fields
Steven Liu, Xiuming Zhang, Zhoutong Zhang, Richard Zhang, Jun-Yan Zhu, and Bryan Russell. Editing conditional radi- ance fields. In Proceedings of the IEEE/CVF international conference on computer vision, pages 5773–5783, 2021. 3
2021
-
[26]
Manigaussian: Dynamic gaussian splatting for multi-task robotic manipulation
Guanxing Lu, Shiyi Zhang, Ziwei Wang, Changliu Liu, Jiwen Lu, and Yansong Tang. Manigaussian: Dynamic gaussian splatting for multi-task robotic manipulation. In European Conference on Computer Vision. Springer, 2024. 5 9
2024
-
[27]
Regiondrag: Fast region- based image editing with diffusion models
Jingyi Lu, Xinghui Li, and Kai Han. Regiondrag: Fast region- based image editing with diffusion models. arXiv preprint arXiv:2407.18247, 2024. 3
2024 arXiv
-
[28]
3dgsr: Implicit surface reconstruction with 3d gaussian splat- ting
Xiaoyang Lyu, Yang-Tian Sun, Yi-Hua Huang, Xiuzhe Wu, Ziyi Yang, Yilun Chen, Jiangmiao Pang, and Xiaojuan Qi. 3dgsr: Implicit surface reconstruction with 3d gaussian splat- ting. arXiv preprint arXiv:2404.00409, 2024. 3
2024 arXiv
-
[29]
Nerf: Representing scenes as neural radiance fields for view syn- thesis
Ben Mildenhall, Pratul P Srinivasan, Matthew Tancik, Jonathan T Barron, Ravi Ramamoorthi, and Ren Ng. Nerf: Representing scenes as neural radiance fields for view syn- thesis. Communications of the ACM , 65(1):99–106, 2021. 3
2021
-
[30]
completely blind
Anish Mittal, Rajiv Soundararajan, and Alan C Bovik. Mak- ing a “completely blind” image quality analyzer. IEEE Signal processing letters, 20(3):209–212, 2012. 7
2012
-
[31]
Dragondiffusion: Enabling drag-style manipula- tion on diffusion models
Chong Mou, Xintao Wang, Jiechong Song, Ying Shan, and Jian Zhang. Dragondiffusion: Enabling drag-style manipula- tion on diffusion models. arXiv preprint arXiv:2307.02421,
-
[32]
Instant neural graphics primitives with a multires- olution hash encoding
Thomas M¨uller, Alex Evans, Christoph Schied, and Alexan- der Keller. Instant neural graphics primitives with a multires- olution hash encoding. ACM transactions on graphics (TOG), 41(4):1–15, 2022. 3
2022
-
[33]
The blessing of random- ness: Sde beats ode in general diffusion-based image editing
Shen Nie, Hanzhong Allan Guo, Cheng Lu, Yuhao Zhou, Chenyu Zheng, and Chongxuan Li. The blessing of random- ness: Sde beats ode in general diffusion-based image editing. arXiv preprint arXiv:2311.01410, 2023. 3
2023 arXiv
-
[34]
Drag your gan: Interactive point-based manipulation on the generative image manifold
Xingang Pan, Ayush Tewari, Thomas Leimk ¨uhler, Lingjie Liu, Abhimitra Meka, and Christian Theobalt. Drag your gan: Interactive point-based manipulation on the generative image manifold. In ACM SIGGRAPH 2023 Conference Proceedings, pages 1–11, 2023. 2, 3
2023
-
[35]
Cagenerf: Cage-based neural radiance field for gen- eralized 3d deformation and animation
Yicong Peng, Yichao Yan, Shengqi Liu, Yuhao Cheng, Shanyan Guan, Bowen Pan, Guangtao Zhai, and Xiaokang Yang. Cagenerf: Cage-based neural radiance field for gen- eralized 3d deformation and animation. Advances in Neural Information Processing Systems, 35:31402–31415, 2022. 3
2022
-
[36]
High-resolution image synthesis with latent diffusion models
Robin Rombach, Andreas Blattmann, Dominik Lorenz, Patrick Esser, and Bj ¨orn Ommer. High-resolution image synthesis with latent diffusion models. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 10684–10695, 2022. 2, 3, 5
2022
-
[37]
U- net: Convolutional networks for biomedical image segmen- tation
Olaf Ronneberger, Philipp Fischer, and Thomas Brox. U- net: Convolutional networks for biomedical image segmen- tation. In Medical image computing and computer-assisted intervention–MICCAI 2015: 18th international conference, Munich, Germany, October 5-9, 2015, proceedings, pa...
2015
-
[38]
Dragdiffusion: Harnessing diffusion models for interactive point-based image editing
Yujun Shi, Chuhui Xue, Jun Hao Liew, Jiachun Pan, Han- shu Yan, Wenqing Zhang, Vincent YF Tan, and Song Bai. Dragdiffusion: Harnessing diffusion models for interactive point-based image editing. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recogniti...
2024
-
[39]
Denoising diffusion implicit models
Jiaming Song, Chenlin Meng, and Stefano Ermon. Denoising diffusion implicit models. arXiv preprint arXiv:2010.02502,
2010 arXiv
-
[40]
Drag-a-video: Non-rigid video editing with point- based interaction
Yao Teng, Enze Xie, Yue Wu, Haoyu Han, Zhenguo Li, and Xihui Liu. Drag-a-video: Non-rigid video editing with point- based interaction. arXiv preprint arXiv:2312.02936, 2023. 3
2023 arXiv
-
[41]
Dn-splatter: Depth and normal priors for gaussian splatting and meshing
Matias Turkulainen, Xuqian Ren, Iaroslav Melekhov, Otto Seiskari, Esa Rahtu, and Juho Kannala. Dn-splatter: Depth and normal priors for gaussian splatting and meshing. arXiv preprint arXiv:2403.17822, 2024. 3
2024 arXiv
-
[42]
Gaussianeditor: Editing 3d gaussians delicately with text instructions
Junjie Wang, Jiemin Fang, Xiaopeng Zhang, Lingxi Xie, and Qi Tian. Gaussianeditor: Editing 3d gaussians delicately with text instructions. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 20902– 20911, 2024. 2, 3, 5, 7
2024
-
[43]
Dust3r: Geometric 3d vision made easy
Shuzhe Wang, Vincent Leroy, Yohann Cabon, Boris Chidlovskii, and Jerome Revaud. Dust3r: Geometric 3d vision made easy. In Proceedings of the IEEE/CVF Con- ference on Computer Vision and Pattern Recognition, pages 20697–20709, 2024. 4
2024
-
[44]
View-consistent 3d editing with gaus- sian splatting
Yuxuan Wang, Xuanyu Yi, Zike Wu, Na Zhao, Long Chen, and Hanwang Zhang. View-consistent 3d editing with gaus- sian splatting. In European Conference on Computer Vision, pages 404–420. Springer, 2025. 3
2025
-
[45]
Mesongs: Post- training compression of 3d gaussians via efficient attribute transformation
Shuzhao Xie, Weixiang Zhang, Chen Tang, Yunpeng Bai, Rongwei Lu, Shijia Ge, and Zhi Wang. Mesongs: Post- training compression of 3d gaussians via efficient attribute transformation. In European Conference on Computer Vision. Springer, 2024. 5
2024
-
[46]
Deforming radiance fields with cages
Tianhan Xu and Tatsuya Harada. Deforming radiance fields with cages. In European Conference on Computer Vision , pages 159–175. Springer, 2022. 2, 3
2022
-
[47]
Neumesh: Learn- ing disentangled neural mesh-based implicit field for geome- try and texture editing
Bangbang Yang, Chong Bao, Junyi Zeng, Hujun Bao, Yinda Zhang, Zhaopeng Cui, and Guofeng Zhang. Neumesh: Learn- ing disentangled neural mesh-based implicit field for geome- try and texture editing. In European Conference on Computer Vision, pages 597–614. Springer, 2022. 3
2022
-
[48]
Plenoctrees for real-time rendering of neural radiance fields
Alex Yu, Ruilong Li, Matthew Tancik, Hao Li, Ren Ng, and Angjoo Kanazawa. Plenoctrees for real-time rendering of neural radiance fields. In Proceedings of the IEEE/CVF Inter- national Conference on Computer Vision, pages 5752–5761,
-
[49]
Viewcrafter: Taming video diffusion models for high-fidelity novel view synthesis
Wangbo Yu, Jinbo Xing, Li Yuan, Wenbo Hu, Xiaoyu Li, Zhipeng Huang, Xiangjun Gao, Tien-Tsin Wong, Ying Shan, and Yonghong Tian. Viewcrafter: Taming video diffusion models for high-fidelity novel view synthesis. arXiv preprint arXiv:2409.02048, 2024. 8
2024 arXiv
-
[50]
Nerf-editing: geometry editing of neural radiance fields
Yu-Jie Yuan, Yang-Tian Sun, Yu-Kun Lai, Yuewen Ma, Rongfei Jia, and Lin Gao. Nerf-editing: geometry editing of neural radiance fields. In Proceedings of the IEEE/CVF Con- ference on Computer Vision and Pattern Recognition, pages 18353–18364, 2022. 2, 3
2022
-
[51]
Drivinggaussian: Compos- ite gaussian splatting for surrounding dynamic autonomous driving scenes
Xiaoyu Zhou, Zhiwei Lin, Xiaojun Shan, Yongtao Wang, De- qing Sun, and Ming-Hsuan Yang. Drivinggaussian: Compos- ite gaussian splatting for surrounding dynamic autonomous driving scenes. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, page...
2024
Reviewed August 11, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.