REVIEW 4 major objections 5 minor 9 cited by
DISCOVERSE: Efficient Robot Simulation in Complex High-Fidelity Environments
T0 review · 4 major / 5 minor · reviewed 2026-08-06 · deepseek-v4-flash
Pith's one-line read Combining Gaussian-splatting rendering with MuJoCo physics trains manipulation policies that transfer zero-shot to real robots at up to 86.5 percent average success.
desk verdict Solid systems paper with plausible zero-shot sim2real results, but the causal claim about visual fidelity is not yet separated from physics tuning and the benchmark lacks statistical rigor. 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 central mechanism is the pairing of a 3D Gaussian Splatting renderer with a MuJoCo rigid-body simulator, connected by a dual 3DGS-Mesh asset format: Gaussian primitives produce photorealistic RGB and depth, while convex-decomposed meshes described in MJCF provide contact physics. A Mesh2GS transfer step initializes one flattened Gaussian per mesh facet, aligned to face normals, so the same object can be rendered as a radiance field and simulated as a rigid body. The Real2Sim pipeline also uses laser scanning, generative 3D reconstruction, estimated HDR environment lighting, and PBR as a preprocessing step to align object appearance with the reconstructed background.
What would settle it
Run the ACT and Diffusion Policy benchmarks in Discoverse twice: once with the 3DGS renderer and once with a conventional textured-mesh renderer, keeping the MuJoCo physics identical. If the success rates stay close to the reported values, photorealistic rendering is not the cause of the transfer gains and the paper's central claim fails; if they fall to the MuJoCo baseline, the rendering is confirmed as the load-bearing factor.
Extended reading notes
Core claim
Discoverse is presented as the first unified, modular, open-source 3DGS-based simulation framework for Real2Sim2Real robot learning. It reconstructs real scenes as Gaussian radiance fields, uses laser scanning, generative 3D models, and HDR relighting to build interactive objects, and converts those objects into a dual representation: 3DGS for rendering and convex-decomposed meshes in MJCF for MuJoCo physics. The experimental discovery is that imitation-learning policies trained in this simulator transfer zero-shot to the real world more reliably than policies trained in MuJoCo, RoboTwin, or SplatSim, with the advantage attributed to the photorealistic appearance that reduces the visual domain gap.
Load-bearing premise
The paper assumes MuJoCo's rigid-body contact model, with meshes split into convex pieces and friction, damping, and density set by hand within unspecified ranges, behaves like the real laptop, mouse, and kiwifruit closely enough that the measured Sim2Real gains come from visual fidelity rather than physics tuned to be easy.
Editorial extensions
If this is right
- ACT policies trained in Discoverse transfer to the real world at 55 percent average success without augmentation and 86.5 percent with image augmentation, versus 44 and 68 percent for SplatSim.
- Diffusion Policy follows the same ordering: 56 and 86 percent for Discoverse versus 45.3 and 74.6 percent for SplatSim.
- Image-based augmentation closes much of the remaining visual gap, raising Discoverse's averages by 31.5 points for ACT and 29.3 points for Diffusion Policy.
- Demonstration collection becomes roughly 100 times faster: 100 demonstrations take about 1.5 minutes in simulation against 146 minutes of human teleoperation in the real world.
- Because the same framework supports RGB, depth, LiDAR, tactile sensing, and multiple robot embodiments, the benchmark can extend beyond tabletop manipulation to navigation and multi-agent coordination.
Reading between the lines
- A consequence the authors leave implicit: if visual fidelity is the main carrier of the gain, 3DGS rendering could be bolted onto any physics engine as a modular upgrade, so the simulator's full-stack design may matter less than its renderer.
- A blinded sweep over friction, damping, and density values would separate the renderer's contribution from the hand-tuned contact model; the paper does not report such a sweep, so the attribution to visual fidelity is not yet isolated.
- The real-robot baselines sit near 94 to 100 percent, so a measurable Sim2Real gap remains; testing whether generative randomization fully closes it is a natural next step.
- The three benchmark objects are rigid and roughly Lambertian; extending to deformable, transparent, or highly specular objects would stress both the 3DGS reconstruction and MuJoCo's contact model.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper introduces DISCOVERSE, a unified open-source robot simulation framework that combines 3D Gaussian Splatting rendering with the MuJoCo physics engine and a ROS2 interface. It proposes a Real2Sim pipeline for reconstructing high-fidelity background scenes and interactive objects, plus domain-randomization mechanisms. The central claim is that policies (ACT and Diffusion Policy) trained in DISCOVERSE transfer zero-shot to the real world with significantly higher success rates than policies trained in MuJoCo, RoboTwin, or SplatSim, across three contact-rich manipulation tasks. The paper also reports high rendering throughput, automated demonstration collection, and exemplary navigation and multi-agent applications.
Significance. If the reported results hold, DISCOVERSE is a substantive engineering contribution: it is open-source, modular, supports multiple sensor modalities and robot embodiments, and offers an integrated Real2Sim pipeline that combines scanning, generation, relighting, and mesh-to-Gaussian transfer. The benchmark comparing four simulators under two imitation-learning policies and three real-world tasks is useful, and the reported throughput and automated data collection are practical assets. However, the paper's headline causal claim — that the Sim2Real gains are due to visual fidelity — is not yet isolated from the physics engine choice and manually adjusted physical parameters. The comparison is also missing two directly related 3DGS-based simulators (RoboGSim and Robo-GS) and lacks statistical rigor. The engineering value is real, but the evidence as presented is not sufficient to support the strong state-of-the-art and fidelity-attribution claims.
major comments (4)
- [§III-B Asset Formatting] This section states that physical properties for interactive objects (friction, damping, density) are 'randomized or manually adjusted ... within appropriate ranges,' but no values, ranges, or calibration procedures are reported. The benchmark in Tables II and III compares DISCOVERSE (MuJoCo physics with these tuned properties) against SplatSim (Bullet physics) and a MuJoCo baseline, so the 11–18 percentage-point margins are a joint test of rendering fidelity, physics engine, and manual tuning. The conclusion that the gains come from 'superior fidelity' is therefore underdetermined. Please report the exact physical parameters used, calibrate them against real object dynamics (e.g., friction and mass measurements), and include a controlled ablation that isolates rendering fidelity from physics tuning — for example, use identical mesh and physics parameters across renderers, or add a SplatSim-with-MuJoCo condition.
- [§V-A Evaluation Protocol and Tables II–III] Each task reports 50 test trials, but there are no confidence intervals, seeds, number of training runs, or statistical significance tests. Given that the margins are 11–18 percentage points and the underlying policy training is stochastic, the 'state-of-the-art' claim needs interval estimates (e.g., Wilson intervals across trials) and ideally multiple training seeds. Without this, the reader cannot assess whether the reported differences are reliable. Please add seed information, confidence intervals, and an appropriate test or at least show per-seed variability.
- [§II-B and Table I] RoboGSim [16] and Robo-GS [17] are cited and described as 3DGS-based Real2Sim simulators, yet neither appears in Table I or in the benchmark. Because the paper claims to be the 'first unified ... 3DGS-based simulation framework' and the 'state-of-the-art' simulator, omitting the most closely related systems from the comparison is a significant gap. Please include these baselines if feasible, or provide a concrete justification based on unavailability or incompatibility. At minimum, the 'first' claim should be qualified as 'to our knowledge' and the comparison set explicitly stated.
- [§VI Conclusion and Future Work] The paper's own future-work paragraph says 'advanced physical simulation' remains to be improved, which aligns with the concern that the current physics model is not calibrated. This admission, combined with the manual tuning in §III-B, means the causal statements in the Introduction (that Sim2Real gaps 'primarily originate from visual discrepancies' and that DISCOVERSE's gains are due to visual fidelity) go beyond the evidence. Please reframe the claims as demonstrating the joint Sim2Real performance of the full DISCOVERSE system, and avoid attributing the improvement to rendering alone until the physics confound is addressed.
minor comments (5)
- [§VI Heading] The heading 'CONCLUSION AND FUTHER WORK' contains a typo; it should be 'FURTHER WORK.'
- [Table I] The row for DISCOVERSE renders '✓ ⋆ ⋆ ⋆' rather than using the same star notation as other rows; this makes the table difficult to parse and should be cleaned up.
- [§IV-B Mesh-Gaussian Transfer] The phrase 'tagent axes' is a typo for 'tangent axes.'
- [§V-A Evaluation Protocol] The hardware components (AIRBOT-Gripper-2, LRCP V1080P cameras) and the 'gamepad-based state generation' procedure are not described in enough detail for reproduction; please add brief specifications or a reference to a documentation page.
- [References] Reference [43] is the GPT-4V system card and is cited in the context of a domain-randomization pipeline; please cite the specific technical report in a consistent format, as the current entry is incomplete.
Circularity Check
No significant circularity: the central Sim2Real claims rest on externally measured robot trials, not on fitted parameters or self-cited constraints.
full rationale
DISCOVERSE is a systems and benchmarking paper; it makes no analytic derivation whose output is equivalent to its input. The headline claim is the zero-shot Sim2Real success rate, measured by deploying ACT and Diffusion Policy policies on a physical AIRBOT Play arm after training in each simulator. These are external, out-of-distribution measurements, not numbers reconstructed from a fitted model, so the comparison is not circular by construction. The only citation with overlapping authorship is ActiveSplat [23], which appears solely in an illustrative navigation application ('The agent takes ego-view renderings as input and progressively updates the spatial map [23]'), not in the benchmark tables or in any load-bearing argument. The manual adjustment of physical properties in Sec. III-B ('We either randomize or manually adjust physical properties, such as friction, damping, and density, within appropriate ranges') is a legitimate confound for the causal claim that visual fidelity drives the gain, because Discoverse's contact dynamics may have been tuned favorably. However, this is a validity threat, not circularity: no success rate is fitted to the simulation parameters, the physics engine is shared with the MuJoCo baseline, and the real-robot deployment is an independent arbiter. No equation, definitional identity, or self-citation forces the reported result, so the paper is self-contained with respect to circularity.
Assumptions & free parameters
free parameters (2)
- Domain randomization ranges (video overlay blend, HSV, gamma) =
not specified
- Physical property ranges (friction, damping, density) for interactive objects =
not specified
assumptions (4)
- domain assumption 3D Gaussian Splatting is an adequate visual representation for training robot policies that transfer to reality.
- domain assumption MuJoCo's rigid-body contact model with convex-decomposed meshes captures the real contact dynamics of the benchmark objects.
- domain assumption Laser-scanned and generative-model reconstructions are accurate enough to serve as the test environment for zero-shot transfer.
- domain assumption Three tabletop tasks with 50 trials per condition are representative of the claimed state-of-the-art Sim2Real performance.
Cite this review
Pith. "Pith review of DISCOVERSE: Efficient Robot Simulation in Complex High-Fidelity Environments." pith.science (2026). https://pith.science/paper/YWFFQIQX
@misc{pith2026250721981,
author = {Pith},
title = {Pith review of: DISCOVERSE: Efficient Robot Simulation in Complex High-Fidelity Environments},
year = {2026},
howpublished = {\url{https://pith.science/paper/YWFFQIQX}},
note = {Machine review of arXiv:2507.21981}
}
read the original abstract
We present the first unified, modular, open-source 3DGS-based simulation framework for Real2Sim2Real robot learning. It features a holistic Real2Sim pipeline that synthesizes hyper-realistic geometry and appearance of complex real-world scenarios, paving the way for analyzing and bridging the Sim2Real gap. Powered by Gaussian Splatting and MuJoCo, Discoverse enables massively parallel simulation of multiple sensor modalities and accurate physics, with inclusive supports for existing 3D assets, robot models, and ROS plugins, empowering large-scale robot learning and complex robotic benchmarks. Through extensive experiments on imitation learning, Discoverse demonstrates state-of-the-art zero-shot Sim2Real transfer performance compared to existing simulators. For code and demos: https://air-discoverse.github.io/.
Figures
Figures from the paper (3 more)
Forward citations
Cited by 9 Pith papers
-
AeroAct: Action-Centered World-Action Models for Language-Conditioned Quadrotor Flight
A video-diffusion world-action model predicts smooth local trajectory chunks for language-conditioned quadrotor flight and is demonstrated in simulation and one real indoor flight.
-
GS-Playground: A High-Throughput Photorealistic Simulator for Vision-Informed Robot Learning
GS-Playground delivers a high-throughput photorealistic simulator for vision-informed robot learning via parallel physics integrated with batch 3D Gaussian Splatting at 10^4 FPS and an automated Real2Sim workflow for ...
-
From Seeing to Simulating: Generative High-Fidelity Simulation with Digital Cousins for Generalizable Robot Learning and Evaluation
Digital Cousins is a generative real-to-sim method that creates diverse high-fidelity simulation scenes from real panoramas to improve generalization in robot learning and evaluation.
-
Genie Sim 3.0 : A High-Fidelity Comprehensive Simulation Platform for Humanoid Robot
Genie Sim 3.0 introduces an LLM-powered scene generator, the first LLM-based automated evaluation benchmark, and a large open synthetic dataset that demonstrates zero-shot sim-to-real transfer for robotic manipulation...
-
Genie Sim 3.0 : A High-Fidelity Comprehensive Simulation Platform for Humanoid Robot
An open-source simulation platform with LLM-generated scenes, VLM-based automatic evaluation, 10,000+ hours of synthetic robot data, and evidence of sim-to-real transfer on four manipulation tasks.
-
IGen: Scalable Data Generation for Robot Learning from Open-World Images
IGen generates realistic visuomotor training data including actions and temporally coherent visuals from unstructured open-world images via 3D reconstruction and VLM reasoning.
-
SkillPlug: Unsupervised Skill Mining for Few-Shot Adaptation in Robotic Manipulation
Unsupervised skill mining with self-supervised compactness, alignment, and disentanglement losses yields a fixed skill library that improves multi-task and few-shot robotic manipulation when plugged into ACT and OpenVLA-OFT.
-
QuadVerse: An Integrated Framework Aligning Visual-Physical Reality for Quadruped Simulation
QuadVerse integrates 3D Gaussian Splatting scene reconstruction, friction calibration via trajectory search, and a residual dynamics compensator to improve quadruped simulation fidelity and enable zero-shot policy transfer.
-
REAP: Reinforcement-Learning End-to-End Autonomous Parking with Gaussian Splatting Simulator for Real2Sim2Real Transfer
REAP trains an end-to-end SAC policy with behavior cloning and collision penalties inside a 3DGS Real2Sim simulator and transfers it to physical vehicles, succeeding in narrow mechanical parking slots.
Reference graph
Works this paper leans on
-
[16]
Robogsim: A real2sim2real robotic gaussian splatting simulator,
X. Li, J. Li, Z. Zhang, R. Zhang, F. Jia, T. Wang, H. Fan, K.-K. Tseng, and R. Wang, “Robogsim: A real2sim2real robotic gaussian splatting simulator,” arXiv preprint arXiv:2411.11839 , 2024
arXiv 2024
-
[17]
Robo-gs: A physics consistent spatial-temporal model for robotic arm with hybrid representation,
H. Lou, Y . Liu, Y . Pan, Y . Geng, J. Chen, W. Ma, C. Li, L. Wang, H. Feng, L. Shi et al., “Robo-gs: A physics consistent spatial-temporal model for robotic arm with hybrid representation,” arXiv preprint arXiv:2408.14873, 2024
arXiv 2024
-
[1]
Mujoco: A physics engine for model-based control,
E. Todorov, T. Erez, and Y . Tassa, “Mujoco: A physics engine for model-based control,” in 2012 IEEE/RSJ international conference on intelligent robots and systems . IEEE, 2012, pp. 5026–5033
2012
-
[2]
Habitat 2.0: Training home assistants to rearrange their habitat,
A. Szot, A. Clegg, E. Undersander, E. Wijmans, Y . Zhao, J. Turner, N. Maestre, M. Mukadam, D. S. Chaplot, O. Maksymets et al. , “Habitat 2.0: Training home assistants to rearrange their habitat,” Advances in neural information processing systems , vol. 34, pp. 251– 266, 2021
work page 2021
-
[3]
Orbit: A unified simulation framework for interactive robot learning environments,
M. Mittal, C. Yu, Q. Yu, J. Liu, N. Rudin, D. Hoeller, J. L. Yuan, R. Singh, Y . Guo, H. Mazhar et al. , “Orbit: A unified simulation framework for interactive robot learning environments,”IEEE Robotics and Automation Letters , vol. 8, no. 6, pp. 3740–3747, 2023
work page 2023
-
[4]
Sapien: A simulated part-based interactive environment,
F. Xiang, Y . Qin, K. Mo, Y . Xia, H. Zhu, F. Liu, M. Liu, H. Jiang, Y . Yuan, H. Wang et al. , “Sapien: A simulated part-based interactive environment,” in Proceedings of the IEEE/CVF conference on com- puter vision and pattern recognition , 2020, pp. 11 097–11 107
work page 2020
-
[5]
Three- dworld: A platform for interactive multi-modal physical simulation,
C. Gan, J. Schwartz, S. Alter, D. Mrowca, M. Schrimpf, J. Traer, J. De Freitas, J. Kubilius, A. Bhandwaldar, N. Haber et al. , “Three- dworld: A platform for interactive multi-modal physical simulation,” arXiv preprint arXiv:2007.04954 , 2020
arXiv 2007
-
[6]
Robotwin: Dual-arm robot benchmark with generative digital twins (early version),
Y . Mu, T. Chen, S. Peng, Z. Chen, Z. Gao, Y . Zou, L. Lin, Z. Xie, and P. Luo, “Robotwin: Dual-arm robot benchmark with generative digital twins (early version),” arXiv preprint arXiv:2409.02920 , 2024
arXiv 2024
Show all 46 references
-
[7]
Maniskill2: A unified benchmark for generalizable manipulation skills,
J. Gu, F. Xiang, X. Li, Z. Ling, X. Liu, T. Mu, Y . Tang, S. Tao, X. Wei, Y . Yao et al. , “Maniskill2: A unified benchmark for generalizable manipulation skills,” arXiv preprint arXiv:2302.04659 , 2023
2023 arXiv
-
[8]
Manipulathor: A framework for vi- sual object manipulation,
K. Ehsani, W. Han, A. Herrasti, E. VanderBilt, L. Weihs, E. Kolve, A. Kembhavi, and R. Mottaghi, “Manipulathor: A framework for vi- sual object manipulation,” in Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , 2021, pp. 4497–4506
2021
-
[9]
igibson 2.0: Object- centric simulation for robot learning of everyday household tasks,
C. Li, F. Xia, R. Mart ´ın-Mart´ın, M. Lingelbach, S. Srivastava, B. Shen, K. Vainio, C. Gokmen, G. Dharan, T. Jain et al., “igibson 2.0: Object- centric simulation for robot learning of everyday household tasks,” arXiv preprint arXiv:2108.03272 , 2021
2021 arXiv
-
[10]
Sim2real in robotics and automation: Applications and challenges,
S. H ¨ofer, K. Bekris, A. Handa, J. C. Gamboa, M. Mozifian, F. Golemo, C. Atkeson, D. Fox, K. Goldberg, J. Leonard et al. , “Sim2real in robotics and automation: Applications and challenges,” IEEE trans- actions on automation science and engineering , vol. 18, no. 2, pp. 398–400, 2021
2021
-
[11]
Navigating to objects in the real world,
T. Gervet, S. Chintala, D. Batra, J. Malik, and D. S. Chaplot, “Navigating to objects in the real world,” Science Robotics , vol. 8, no. 79, p. eadf6991, 2023
2023
-
[12]
Matterport3d: Learning from rgb-d data in indoor environments,
A. Chang, A. Dai, T. Funkhouser, M. Halber, M. Niessner, M. Savva, S. Song, A. Zeng, and Y . Zhang, “Matterport3d: Learning from rgb-d data in indoor environments,” arXiv preprint arXiv:1709.06158 , 2017
2017 arXiv
-
[13]
The replica dataset: A digital replica of indoor spaces,
J. Straub, T. Whelan, L. Ma, Y . Chen, E. Wijmans, S. Green, J. J. Engel, R. Mur-Artal, C. Ren, S. Verma et al. , “The replica dataset: A digital replica of indoor spaces,” arXiv preprint arXiv:1906.05797 , 2019
1906 arXiv
-
[14]
Habitat: A platform for embodied ai research,
M. Savva, A. Kadian, O. Maksymets, Y . Zhao, E. Wijmans, B. Jain, J. Straub, J. Liu, V . Koltun, J. Malik et al. , “Habitat: A platform for embodied ai research,” in Proceedings of the IEEE/CVF international conference on computer vision , 2019, pp. 9339–9347
2019
-
[15]
Interactive gibson benchmark: A benchmark for interactive navigation in cluttered environments,
F. Xia, W. B. Shen, C. Li, P. Kasimbeg, M. E. Tchapmi, A. Toshev, R. Mart´ın-Mart´ın, and S. Savarese, “Interactive gibson benchmark: A benchmark for interactive navigation in cluttered environments,” IEEE Robotics and Automation Letters , vol. 5, no. 2, pp. 713–720, 2020
2020
-
[18]
Splatsim: Zero-shot sim2real transfer of rgb manipulation policies using gaussian splatting,
M. N. Qureshi, S. Garg, F. Yand ´un, D. Held, G. Kantor, and A. Silwal, “Splatsim: Zero-shot sim2real transfer of rgb manipulation policies using gaussian splatting,” ArXiv, vol. abs/2409.10161, 2024
2024 arXiv
-
[19]
3d gaussian splatting for real-time radiance field rendering
B. Kerbl, G. Kopanas, T. Leimk ¨uhler, and G. Drettakis, “3d gaussian splatting for real-time radiance field rendering.” ACM Trans. Graph. , vol. 42, no. 4, pp. 139–1, 2023
2023
-
[20]
Learning fine-grained bimanual manipulation with low-cost hardware,
T. Z. Zhao, V . Kumar, S. Levine, and C. Finn, “Learning fine-grained bimanual manipulation with low-cost hardware,” arXiv preprint arXiv:2304.13705, 2023
2023 arXiv
-
[21]
Diffusion policy: Visuomotor policy learning via ac- tion diffusion,
C. Chi, Z. Xu, S. Feng, E. Cousineau, Y . Du, B. Burchfiel, R. Tedrake, and S. Song, “Diffusion policy: Visuomotor policy learning via ac- tion diffusion,” The International Journal of Robotics Research , p. 02783649241273668, 2023
2023
-
[22]
Pybullet, a python module for physics simulation for games, robotics and machine learning,
E. Coumans and Y . Bai, “Pybullet, a python module for physics simulation for games, robotics and machine learning,” 2016. [Online]. Available: https://pybullet.org/wordpress/
2016
-
[23]
Activesplat: High-fidelity scene reconstruction through active gaussian splatting,
Y . Li, Z. Kuang, T. Li, G. Zhou, S. Zhang, and Z. Yan, “Activesplat: High-fidelity scene reconstruction through active gaussian splatting,” arXiv preprint arXiv:2410.21955 , 2024
2024 arXiv
-
[24]
Clay: A controllable large-scale generative model for creating high-quality 3d assets,
L. Zhang, Z. Wang, Q. Zhang, Q. Qiu, A. Pang, H. Jiang, W. Yang, L. Xu, and J. Yu, “Clay: A controllable large-scale generative model for creating high-quality 3d assets,” ACM Transactions on Graphics (TOG), vol. 43, no. 4, pp. 1–20, 2024
2024
-
[25]
Robot operating system 2: Design, architecture, and uses in the wild,
S. Macenski, T. Foote, B. Gerkey, C. Lalancette, and W. Woodall, “Robot operating system 2: Design, architecture, and uses in the wild,” Science robotics, vol. 7, no. 66, p. eabm6074, 2022
2022
-
[26]
Pixel- wise view selection for unstructured multi-view stereo,
J. L. Sch ¨onberger, E. Zheng, J.-M. Frahm, and M. Pollefeys, “Pixel- wise view selection for unstructured multi-view stereo,” in Computer Vision–ECCV 2016: 14th European Conference, Amsterdam, The Netherlands, October 11-14, 2016, Proceedings, Part III 14 . Springer, 2016, pp...
2016
-
[27]
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,” arXiv preprint arXiv:2412.01506 , 2024
2024 arXiv
-
[28]
Lgm: Large multi-view gaussian model for high-resolution 3d content creation,
J. Tang, Z. Chen, X. Chen, T. Wang, G. Zeng, and Z. Liu, “Lgm: Large multi-view gaussian model for high-resolution 3d content creation,” in European Conference on Computer Vision . Springer, 2025, pp. 1–18
2025
-
[29]
Shapenet: An information-rich 3d model repository,
A. X. Chang, T. Funkhouser, L. Guibas, P. Hanrahan, Q. Huang, Z. Li, S. Savarese, M. Savva, S. Song, H. Su et al. , “Shapenet: An information-rich 3d model repository,” arXiv preprint arXiv:1512.03012, 2015
2015 arXiv
-
[30]
Partnet: A large-scale benchmark for fine-grained and hierarchical part-level 3d object understanding,
K. Mo, S. Zhu, A. X. Chang, L. Yi, S. Tripathi, L. J. Guibas, and H. Su, “Partnet: A large-scale benchmark for fine-grained and hierarchical part-level 3d object understanding,” in Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , 2019, pp. 909– 918
2019
-
[31]
Objaverse-xl: A universe of 10m+ 3d objects,
M. Deitke, R. Liu, M. Wallingford, H. Ngo, O. Michel, A. Kusupati, A. Fan, C. Laforte, V . V oleti, S. Y . Gadre et al. , “Objaverse-xl: A universe of 10m+ 3d objects,” Advances in Neural Information Processing Systems, vol. 36, 2024
2024
-
[32]
Approximate convex decompo- sition for 3d meshes with collision-aware concavity and tree search,
X. Wei, M. Liu, Z. Ling, and H. Su, “Approximate convex decompo- sition for 3d meshes with collision-aware concavity and tree search,” ACM Transactions on Graphics (TOG) , vol. 41, no. 4, pp. 1–18, 2022
2022
-
[33]
Tacchi: A pluggable and low computational cost elastomer deformation simulator for optical tactile sensors,
Z. Chen, S. Zhang, S. Luo, F. Sun, and B. Fang, “Tacchi: A pluggable and low computational cost elastomer deformation simulator for optical tactile sensors,” IEEE Robotics and Automation Letters , vol. 8, no. 3, pp. 1239–1246, 2023
2023
-
[34]
Letsgo: Large-scale garage modeling and rendering via lidar-assisted gaussian primitives,
J. Cui, J. Cao, Y . Zhong, L. Wang, F. Zhao, P. Wang, Y . Chen, Z. He, L. Xu, Y . Shi et al. , “Letsgo: Large-scale garage modeling and rendering via lidar-assisted gaussian primitives,” arXiv preprint arXiv:2404.09748, 2024
2024 arXiv
-
[35]
Urban radiance fields,
K. Rematas, A. Liu, P. P. Srinivasan, J. T. Barron, A. Tagliasacchi, T. Funkhouser, and V . Ferrari, “Urban radiance fields,” in Proceed- ings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2022, pp. 12 932–12 942
2022
-
[36]
Street gaussians for modeling dynamic urban scenes,
Y . Yan, H. Lin, C. Zhou, W. Wang, H. Sun, K. Zhan, X. Lang, X. Zhou, and S. Peng, “Street gaussians for modeling dynamic urban scenes,” arXiv preprint arXiv:2401.01339 , 2024
2024 arXiv
-
[37]
Diffusionlight: Light probes for free by painting a chrome ball,
P. Phongthawee, W. Chinchuthakun, N. Sinsunthithet, V . Jampani, A. Raj, P. Khungurn, and S. Suwajanakorn, “Diffusionlight: Light probes for free by painting a chrome ball,” in Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , 2024, pp. 98–108
2024
-
[38]
Method for registration of 3-d shapes,
P. J. Besl and N. D. McKay, “Method for registration of 3-d shapes,” in Sensor fusion IV: control paradigms and data structures , vol. 1611. Spie, 1992, pp. 586–606
1992
-
[39]
Kinectfusion: Real-time dense surface mapping and tracking,
R. A. Newcombe, S. Izadi, O. Hilliges, D. Molyneaux, D. Kim, A. J. Davison, P. Kohi, J. Shotton, S. Hodges, and A. Fitzgibbon, “Kinectfusion: Real-time dense surface mapping and tracking,” in 2011 10th IEEE international symposium on mixed and augmented reality. Ieee, 2011, pp...
2011
-
[40]
Surface simplification using quadric error metrics,
M. Garland and P. S. Heckbert, “Surface simplification using quadric error metrics,” in Proceedings of the 24th annual conference on Computer graphics and interactive techniques , 1997, pp. 209–216
1997
-
[41]
Learning visual parkour from generated images,
A. Yu, G. Yang, R. Choi, Y . Ravan, J. Leonard, and P. Isola, “Learning visual parkour from generated images,” in 8th Annual Conference on Robot Learning , 2024
2024
-
[42]
Adding conditional control to text-to-image diffusion models,
L. Zhang, A. Rao, and M. Agrawala, “Adding conditional control to text-to-image diffusion models,” in Proceedings of the IEEE/CVF international conference on computer vision , 2023, pp. 3836–3847
2023
-
[43]
Gpt-4v(ision) system card,
“Gpt-4v(ision) system card,” 2023. [Online]. Available: https: //api.semanticscholar.org/CorpusID:263218031
2023
-
[44]
Raft: Recurrent all-pairs field transforms for optical flow,
Z. Teed and J. Deng, “Raft: Recurrent all-pairs field transforms for optical flow,” in Computer Vision–ECCV 2020: 16th European Conference, Glasgow, UK, August 23–28, 2020, Proceedings, Part II
2020
-
[45]
Springer, 2020, pp. 402–419
2020
-
[46]
Two-frame motion estimation based on polynomial expansion,
G. Farneb ¨ack, “Two-frame motion estimation based on polynomial expansion,” in Image Analysis: 13th Scandinavian Conference, SCIA 2003 Halmstad, Sweden, June 29–July 2, 2003 Proceedings 13 . Springer, 2003, pp. 363–370
2003
Reviewed August 6, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.