3D Gaussian Splatting: The Last 30 Days (Jul 6 – Aug 5)
2026-08-05 04:02 UTC
Highlights
- 3D Gaussian Splatting consolidates as a unifying spatial representation across robotics and real-time SLAM, displacing point clouds and voxel grids by jointly encoding metric geometric precision and semantic grounding.
- Feed-forward 3D Gaussian methods converge on view-conditioned adaptive representations that eliminate per-scene optimization latency while approaching its reconstruction quality.
- Uncertainty-aware and corruption-robust reconstruction emerges as a distinct research thread addressing 3DGS’s inability to detect silent failures such as unsupported geometry, baked-in artifacts, and unreliable fusion.
- Dynamic scene reconstruction remains split between deformation networks, mixture-of-experts, and holistic feed-forward approaches, with no consensus on how to trade off fidelity, flexibility, and efficiency.
- Clinical 3DGS gains traction not through photorealism but by embedding domain-specific physical constraints—such as MRI acquisition physics and tissue deformation models—that general-purpose methods ignore.
Recent research establishes 3D Gaussian Splatting (3DGS) as a unifying spatial representation spanning robotics and real-time SLAM. This consolidation is accompanied by two trajectories that define the frontier between benchmark performance and real-world deployment: feed-forward generalization and uncertainty-aware reconstruction. The sections of this review trace these developments, opening with feed-forward methods that adaptively allocate representations to rival per-scene optimization. Subsequent sections show 3DGS displacing traditional primitives in embodied AI, diverging strategies for dynamic scenes, and a counterintuitive turn toward appearance-stripped geometry in SLAM. One interpretation of recent trends is that in autonomous driving, the focus shifts from mapping to safety simulation, and clinical applications succeed by embedding domain physics rather than pursuing photorealism. A dedicated section addresses the emerging thread of uncertainty quantification and corruption robustness, identifying silent failure modes that conventional 3DGS cannot detect. The review closes with brief notes on incremental engineering gains, expanding application pipelines, and theoretical radiations, together reinforcing the representation’s trajectory toward production readiness.
Feed-Forward 3DGS Converges on View-Conditioned Adaptive Representations
The feed-forward 3D Spatial Gaussian Splatting paradigm originally inherited pixel-aligned prediction, which ties the number of Gaussian primitives to image resolution rather than scene complexity. ATSplat, a preprint 1, directly addresses this fundamental inefficiency by replacing that paradigm with sparse 3D anchor tokens that are adaptively expanded according to reconstruction difficulty, shifting capacity from simple, redundant regions to under-allocated areas. This adaptive allocation marks one axis of departure from a fixed, resolution-tied representation. A second, complementary axis appears in UniqueSplat 2, also a preprint, where Gaussian predictions are dynamically customized based on the target view query rather than producing a single fixed set of primitives for all novel views of a scene; the work is framed as the furthest departure from the pixel-aligned paradigm 23, 64. Together, these two preprints indicate a convergence toward representations that adapt both to local content and to viewing condition, moving decisively beyond rigid, resolution-locked allocation.
Concurrently, advances in feed-forward generalization are closing the quality gap with per-scene optimization while eliminating its latency. HyperGS 3 (preprint) introduces a feed-forward hypernetwork that predicts explicit 2D Gaussian primitives for video in a single forward pass, entirely removing per-video optimization and achieving a PSNR improvement of +2.9–3. WildSplat 4 extends feed-forward 3DGS to unposed in-the-wild images by explicitly decoupling geometry from appearance, thereby challenging the photometric-consistency assumption that restricted earlier feed-forward methods; this decoupling enables operation under varying illumination, weather, and exposure without per-scene tuning. For long sequences, cumulative pose drift remains a bottleneck; NoDrift3R 5 (preprint) identifies this failure and proposes a Raymap-Guided Coupling module that establishes a bidirectional “Rendering-to-Geometry Gain” loop, binding geometry and appearance densely to achieve drift-robust unposed feed-forward reconstruction. Taken together, these developments—adaptive allocation, view-conditioned prediction, single-pass video synthesis, appearance-agnostic geometry reconstruction, and drift mitigation—suggest that feed-forward 3DGS is systematically shedding its reliance on fixed, per-scene optimization regimes, approaching the fidelity of optimized methods without their latency.
3D Gaussian Primitives Are Displacing Traditional Representations in Embodied AI
The growing demand for embodied AI systems that can robustly manipulate objects and navigate complex environments is driving a re-evaluation of the spatial representations that underpin these capabilities. Within this period’s research, there is a discernible shift toward 3D Gaussian primitives as the preferred substrate, precisely because they offer a pathway to unify metric geometric precision with the semantic and appearance information that point clouds and voxel grids struggle to encapsulate in a single structure.
The foundational importance of explicit geometric reasoning is underscored by GeoMoLa 6, a preprint method that learns motion latents for manipulation by predicting how 3D point clouds evolve. By encoding physical spatiotemporal geometry directly, GeoMoLa 6 demonstrates that grounding motor primitives in 4D transformations yields robust generalization, highlighting a need that pure 2D or static 3D approaches miss. However, GeoMoLa’s 6 point-cloud representation primarily encodes geometric transformations, with visual and semantic information from RGB-D observations handled by a separate vision-language encoder rather than being intrinsically fused into the spatial primitives.
This gap is explicitly addressed by works that adopt 3D Gaussian Splatting-based representations. MANGO-Grasp 7 introduces an anisotropic interaction framework for cross-embodiment dexterous grasping in which objects are modeled as geometry-oriented 3D Gaussian primitives, reducing the per-hand engineering cost when deploying across diverse hardware. This positions the Gaussian primitive not merely as a rendering construct, but as a practical geometric substrate for manipulation policies. Extending beyond pure geometry, VistaVLA 8 constructs a geometry- and semantics-aware 3D cognitive representation directly from 3D Gaussian primitives to ground a vision-language-action policy. According to the abstract of the preprint 8, this explicit scene grounding addresses the viewpoint-sensitivity that plagues VLA models, unifying spatial layout with semantic context in a single representation—precisely the synergy that point clouds or voxel grids alone cannot offer.
In the domain of navigation training environments, SONG 9 builds a social-navigation simulator on 3D Gaussian Splatting for both static scenes and dynamic human avatars, using 3DGS as the rendering substrate to deliver the photorealistic fidelity that traditional simulators lack. This further cements the role of Gaussian representations as the spatial backbone for embodied AI training, where both metric accuracy and visual realism are needed. The generative side of scene creation, however, still leverages alternative compact primitives. ABot-3DWorld 0 10 unifies text, image, and video inputs into explorable 3D worlds via a Spatial Generative Primitive, a tuple of a panorama and a spatial point cloud. While this point-cloud-based approach lowers the barrier for environment generation, its separation from the semantic grounding achieved in Gaussian-based frameworks suggests a practical divergence: point clouds remain viable for world generation, but for the interactive reasoning tasks at the heart of manipulation and social navigation, the integrated geometry-and-appearance modeling of 3D Gaussians is proving decisive.
The importance of embedding 3D structure into learned policies, even if not exclusively via Gaussians, is echoed by SAM3D-VLA 11, a preprint that aligns object-centric 3D representations using a frozen SAM3D teacher during training, then drops the 3D model at inference to maintain a pure RGB-language-to-action pipeline. This training-time injection of 3D supervision indicates a broader recognition that purely 2D or abstract token-based VLAs benefit from explicit spatial grounding—a need that VistaVLA 8 fulfills directly through Gaussian-grounded scene tokens. Together, these works outline a trajectory in which point clouds demonstrated the value of geometry for manipulation 6, but 3D Gaussian primitives are increasingly adopted as the representation that can fuse that precise spatial information with the semantic and visual fidelity required for robust, deployable embodied AI 10, 26, 46.
Dynamic 3DGS Splits Between Deformation Networks and Holistic Feed-Forward Reconstruction
The lack of consensus in dynamic 3D Gaussian Splatting is rooted in the sheer difficulty of the target scenes. The Deform360 dataset, which encompasses 198 daily-life objects, 1,980 interaction sequences, and over 215 hours of multi-view visuotactile recordings, exposes the scale of deformable-object dynamics that any temporal modeling method must confront 12 (arXiv preprint; peer-review status unknown). Confronted with this challenge, the research community has fractured into three distinct modeling philosophies, none of which has yet established clear dominance.
Per-Gaussian deformation networks remain a prominent strategy, but they face internal optimization obstacles. GrainGS identifies a fundamental gradient-entanglement problem whereby deformation gradients perturb canonical geometry through shared pathways, and it proposes a hierarchical anchor scaffold to decouple these updates, thereby stabilizing reconstruction 13 (arXiv preprint). AdaAnchor4D extends deformation-based modeling to monocular UAV urban scenes, where fixed feature aggregation rules fail under heterogeneous local dynamics, causing ghosting and blur; its adaptive, anchor-conditioned spatiotemporal aggregation addresses this heterogeneity 14 (arXiv preprint). Both works refine the deformation-network paradigm, yet they reveal inherent brittleness: the pipeline must carefully balance canonical and deformation objectives, and the aggregation rules must be tuned to scene-specific dynamics.
A different strategy decomposes the deformation problem rather than unifying it. The MoDE and MoE‑GS frameworks introduce a mixture-of-experts approach that jointly optimizes multiple deformation experts on a shared canonical representation, allowing spatially varying motion to be handled by specialized sub-networks instead of a single monolithic model 15 (arXiv preprint; abstract only). This decomposition offers greater flexibility for complex multi‑object dynamics but introduces inter‑expert coordination overhead not present in simpler deformation networks.
In stark contrast, the feed‑forward approach bypasses deformation networks entirely. GUSH3R demonstrates that photorealistic, renderable dynamic human‑scene reconstruction can be achieved from monocular video in a single forward pass, unifying dynamic humans and static scenes as Gaussian primitives without any per‑scene optimization 16 (arXiv preprint). This holistic reconstruction trades the per‑scene fidelity of optimization‑based deformation against immediate inference efficiency, a gambit that sidesteps the gradient entanglement and heterogeneity problems altogether.
Practical observation limits further complicate the landscape. FillGS addresses sparse viewpoint coverage in 4D Gaussian Splatting by actively selecting virtual spatiotemporal viewpoints and applying generative refinement, an observation‑driven repair mechanism that is agnostic to whether the underlying model uses deformation networks, mixture‑of‑experts, or feed‑forward reconstruction 17 (arXiv preprint; abstract only). Its emergence signals that data sparsity remains a shared bottleneck across all strategies.
Taken together, these works illustrate a field split without resolution: deformation networks pursue high‑fidelity at the cost of architectural fragility; mixture‑of‑experts push flexibility while adding decomposition complexity; and feed‑forward reconstruction prioritizes speed and generality, potentially sacrificing the detail that optimization can recover. The Deform360 benchmark 12 stands as a common evaluative ground, but no single temporal modeling paradigm has yet demonstrated consistent superiority across its diverse deformable‑object interactions.
Real-Time 3DGS SLAM Strips Appearance to Achieve Robustness
The period’s 3DGS-based SLAM research signals a decisive shift away from photorealistic fidelity toward lean, geometry-centric representations that prioritize convergence speed, efficiency, and robustness. GeoGS-SLAM crystallizes this trend by discarding Spherical Harmonics entirely, preserving only spatial parameters—position, rotation, scale, and opacity—and thus slicing per-primitive parameters by over 80% 18. In direct comparisons, this geometry-only variant converges faster and operates with roughly 28k primitives versus 107k–198k for baselines, while gaining marked robustness to illumination changes that would confound appearance-dependent models 18. This deliberate sacrifice of gaze-dependent color information challenges the assumption that richer scene representations yield better SLAM results, asserting instead that downstream tasks such as navigation and obstacle avoidance depend foremost on accurate spatial structure 18.
A similar practical ethos drives Stipple, which couples the Basalt visual-inertial tracker with a vendor-agnostic Rust-based 3DGS implementation to perform real-time incremental reconstruction from stereo images and IMU data without CUDA lock-in 19. Although Stipple does not explicitly strip color appearance, it replaces the heavy structure-from-motion preprocessing and batched training typical of standard 3DGS with a streaming pipeline that consumes visual-inertial odometry outputs—poses, keyframes, loop closures—directly 19. By making photorealistic dense reconstruction feasible on low-power, non-CUDA devices, the system reduces its dependency on computationally intensive appearance optimization, emphasizing geometric consistency and incremental update speed 19.
Scaling this philosophy to large outdoor environments, GLAM-SLAM introduces a flow-guided densification module that bridges the density gap between sparse ORB-SLAM2 feature points and the dense initialization required by 3DGS, targeting real-time monocular Gaussian splatting SLAM for large-scale outdoor scenes and long-horizon scenarios 20. Here, the system's decoupled design ensures robust tracking and accurate geometry for reliable mapping, while a parallelized 3DGS module still produces photorealistic dense maps without compromising real-time performance 20.
The case for parsimony extends beyond Gaussian representations to the broader SLAM estimation stack. A minimal-learning stereo visual-inertial odometry framework confines learning only to visual correspondence generation via SEA-RAFT, while keeping temporal tracking, geometric verification, and state estimation fully explicit 21. By minimizing learned components and retaining geometric verification as a hard constraint, the system gains robustness that mirrors the GeoGS-SLAM insight that reducing parameter richness can improve reliability when the environment differs from training distributions 21.
Taken together, these contributions articulate a shared strategic logic: for real-time SLAM under challenging conditions, representations that strip or minimize photorealistic appearance modeling achieve better convergence, efficiency, and robustness. Several of these reports appear as arXiv preprints with unknown peer-review status 52, 60, 56, while GLAM-SLAM has been accepted to IROS 2026 20; thus the field’s consensus is still solidifying. Nevertheless, the convergence across these distinct approaches suggests a growing recognition that sacrificing appearance for geometry-centric minimalism is a promising, and perhaps necessary, path toward deployable real-time 3DGS SLAM.
Autonomous Driving 3DGS Pivots From Scene Capture to Controllable Safety Simulation
Autonomous-driving 3DGS research is pivoting from passive scene reconstruction toward active corner-case generation and physically calibrated weather synthesis, repositioning 3DGS as a safety-validation tool. The earlier mapping-oriented thread pressed 3DGS toward domain-specific efficiency and geometry. RoGS replaced mesh primitives with surfels for large-scale road surfaces, achieving 53× and 27× speedups over mesh-based methods for one and two epochs respectively 22. FocusGS targeted the sparse-view geometry of surround cameras, where camera overlap falls below 15%; it replaces uniform volumetric densification with query-based completion restricted to geometrically ambiguous regions 23. VGOcc incorporated frozen foundation model features (VGGT) into sparse Gaussian occupancy prediction, addressing the limitation that image-domain features alone provide insufficient explicit geometric information for volumetric reasoning 24. Even when contending with adverse weather, the ambition stayed reconstructional: DerainSplat is the first feed-forward framework that reconstructs clean 3D Gaussian scenes from sparse rainy views in a single forward pass, eliminating the clean-input assumption that prior driving 3DGS methods required 25. These works refine scene capture under autonomous-driving constraints, but their output remains a faithful static replica of observed conditions.
A distinct line of work then repositions 3DGS as a generative substrate for safety-critical simulation. Instead of removing rain, GSRAIN synthesizes it. The framework provides physically calibrated high‑/low‑frequency rainfall synthesis with cross-view consistency, yielding repeatable, multi-view‑consistent rainy test scenes 26. The closed‑loop driving experiments reported by GSRAIN show collisions at 8.5 and 12.0 mm/h within these synthesized scenes 26, directly linking generated conditions to safety outcomes. CARLA‑GS takes the pivot further: it decouples photorealistic GS scene representation from LLM‑based semantic reasoning and CARLA’s physics simulation to synthesize autonomous-driving corner-cases 27. The pipeline explicitly addresses the safety‑validation bottleneck, where existing simulators lack photorealism, fail to enforce physical feasibility, or offer limited semantic controllability 27. In this architecture, 3DGS is no longer a mapping endpoint but a component in a controlled generation system that produces physically plausible, semantically diverse hazardous scenarios.
Taken together, the reconstruction strand—RoGS, FocusGS, VGOcc, DerainSplat—advanced fidelity and efficiency under domain constraints, while the generation strand—GSRAIN, CARLA‑GS—reuses the same Gaussian representation not to record what happened but to engineer what might happen. The result is a functional redefinition of driving 3DGS, from a passive sensing technology toward an active safety‑validation instrument. Each referenced study is an arXiv preprint (peer‑review status unknown).
Clinical 3DGS Succeeds by Encoding Domain Physics, Not by Pursuing Photorealism
The clinical and surgical adoption of 3D Gaussian Splatting is being propelled not by advances in photorealistic rendering but by an explicit turn toward encoding domain-specific physical constraints that generic 3DGS pipelines ignore. The arXiv preprint PhyMRI-SR reframes MRI super-resolution as a physics-aware reconstruction problem that models the inherent trade-off between spatial resolution and signal‑to‑noise ratio, rejecting the deterministic upscaling paradigm common in general‑purpose radiance fields 28. Similarly, the arXiv preprint UniSpine‑GS introduces a physics‑aware Gaussian framework that spans X‑ray and ultrasound for spinal assessment 29. Both works embed imaging‑physics constraints directly, suggesting that clinical utility arises from fidelity to the acquisition process rather than from visually lossless novel‑view synthesis.
Surgical scene understanding likewise advances by incorporating the physical reality of deformable tissue. The arXiv preprint DeGenseGS explicitly decouples semantic evolution from geometric deformation in a 4D Gaussian representation, preventing the spurious warping that coupled methods produce when topology‑altering events such as cauterization occur 30. In parallel, the arXiv preprint Track2Map performs online deformable SLAM from stereo endoscopic video without relying on robot kinematics or pre‑computed poses, directly tackling the unreliable‑camera‑prior bottleneck that limits surgical augmented reality 31. Both tackle a constraint—severe, non‑rigid tissue deformation—that rigid‑scene 3DGS formulations fundamentally fail to model.
Additional works reinforce the pattern by encoding other domain‑specific physical and measurement requirements. The arXiv preprint ExtraGS uses diffusion guidance to extrapolate endoscopic views beyond the observed training trajectory, addressing the limited field‑of‑view safety bottleneck inherent to the physical geometry of the endoscope 32. The arXiv preprint DermDepth delivers metric‑scale monocular 3D reconstruction for dermatological images, prioritizing clinically actionable lesion measurement over aesthetic rendering quality and requiring no additional hardware or multi‑view capture 33. Meanwhile, a LoRA‑based adaptation of the SAM3 foundation model for surgical concept segmentation, reported in a MICCAI workshop paper, updates only 0.98% of parameters, indicating that domain‑specific deployment strategies favor minimal, resource‑conscious adaptation over full retraining 34. This too reflects an encoding of the surgical scene’s structure—here, semantic segmentation priors—rather than a pursuit of photorealistic output.
Taken together, these preprint contributions illustrate a converging principle: clinical 3DGS applications derive their traction from tightly embedding physical constraints—acquisition physics, tissue deformation, field‑of‑view limitations, metric scale—into the representation, not from improving shading fidelity. The claims remain subject to peer review, as all works are arXiv preprints.
Uncertainty Quantification and Corruption Robustness Emerge as Deployment-Critical 3DGS Gaps
The transition of 3DGS from curated benchmarks to deployment reveals a critical blind spot: point-estimate representations cannot detect or report when reconstruction is unreliable. Standard 3DGS offers no mechanism to distinguish well-supported geometry from hallucinated floaters, nor to flag regions where observation noise, occlusions, or sensor corruption have compromised fidelity. A distinct research thread, visible across a cluster of recent arXiv preprints (peer‑review status unknown), is now forming around uncertainty‑aware and corruption‑robust 3DGS to address these silent failures.
One line of work injects native uncertainty quantification directly into the 3DGS representation. A Bayesian framework reframes 3DGS by placing a Normal‑Inverse‑Wishart posterior over each Gaussian’s mean and covariance, yielding per‑primitive uncertainty that point‑estimate 3DGS fundamentally lacks 35. This allows the model to identify weakly supported geometry and to actively select informative views; in a 16‑to‑32 active‑view‑selection task, the method improves PSNR by +0.453 dB 35. That per‑primitive uncertainty complements fusion‑level uncertainty modeling. An online 3D scene graph method, PUF, introduces a training‑free, plug‑and‑play framework that explicitly models three sources of uncertainty—partial observations, soft 2D model outputs, and noisy 3D lifting—which deterministic pipelines discard 36. While 35 attends to the confidence of individual geometric primitives, 36 addresses the integration of uncertain 2D evidence into structured 3D abstractions; taken together, they suggest that spatial uncertainty in 3DGS must be handled at both the primitive and the fusion stages.
Beyond statistical uncertainty, real‑world captures introduce structured corruptions that standard 3DGS silently bakes into geometry. SSA‑3DGS targets screen‑space artifacts such as watermarks, lens dirt, and UI overlays, which standard 3DGS erroneously embeds as near‑camera floaters, degrading novel‑view synthesis 37. The artifact removal is unsupervised, avoiding reliance on clean reference data. This exposure of a specific corruption mode—baked‑in artifacts masquerading as geometry—extends naturally to forensic contexts. GFrame shows that 3D geometric inconsistencies, captured through monocular‑reconstructed depth and surface normals, can reveal image manipulations that remain visually seamless in 2D appearance 38. Here, the silent failure is not sensor noise but adversarial alteration, and the 3DGS‑adjacent geometry cues serve as a robustness check that 2D forensic methods miss.
Finally, the reliability gap is compounded when reconstruction pipelines operate under constrained communication. A semantic communication framework for real‑time mobile 3D reconstruction directly addresses this by having a transceiver jointly output reconstructed images and pixel‑wise confidence maps that quantify per‑region reconstruction reliability under noisy wireless channels 39. Unlike 35 and 36, which model uncertainty internal to the 3D representation, 39 pushes confidence estimation to the network edge, illustrating that deployment‑critical uncertainty must also account for transmission‑induced corruption.
These works collectively span native geometric uncertainty 35, fusion‑level uncertainty 36, screen‑space artifact removal 37, forensic geometry auditing 38, and channel‑aware confidence mapping 39. They do not yet form a unified formal framework, but their common thrust—making undetectable failures detectable—marks uncertainty quantification and corruption robustness as a deployment‑critical gap that the 3DGS community is beginning to close.
Rendering, Compression & Primitive Advances
Multiple works advanced the efficiency and scalability of Gaussian splatting rendering. CaT-GS identifies inter-frame preprocessing redundancy, viewpoint-based occlusion, and tile-level load imbalance as key bottlenecks in tile-based rasterization for large scenes 40, while TemporalGS exploits temporal coherence to accelerate rendering in a training-free, plug-and-play fashion by caching geometry and appearance buffers from a reference frame 41. Completing the push toward low-primitive regimes, “Bake It Till You Make It” decouples low-frequency geometry and appearance from a view-independent spatial hash grid of high-frequency texture, enabling more efficient rendering of fine-scale detail 42, and LocoADC, a plug-and-play density control framework for 2D Gaussian image representation, exploits spatial continuity of reconstruction errors to avoid fragmenting coherent error regions 43. A hardware-oriented demonstration rendered 3DGS forward pass on a Graphcore Mk2 Intelligence Processing Unit with no external DRAM, showing that explicit nearest-neighbor data exchange can replace global memory access—a property particularly beneficial for incremental camera motion in SLAM and robotics 44.
Compression and streaming methods also received attention. QIRF modeled neighboring Gaussian primitives as a local non-orthogonal basis inspired by quantum chemistry’s natural-orbital analysis, offering a principled alternative to scalar importance-based pruning for representational waste reduction 45. GenSplatCodec reformulated low-bitrate feed-forward 3DGS compression as geometry-guided generative decoding via one-step diffusion, addressing bandwidth constraints for immersive media 46, while Struct-GStream decomposed dynamic scene representation into structured Gaussians from dynamic anchor points and free Gaussians for deficient regions, reducing model size to 4.9 MB compared to 3DGStream’s 7.8 MB on N3DV 47.
Alternative primitive geometries challenged the standard Gaussian. Deformable Triangle Splatting (DETRIS) augments triangles with learnable control points per edge to represent non-convex shapes like crescents without modifying base vertices 48, and 3DGBGS introduced adaptive granular-ball organization into anchor-based 3DGS, addressing the mismatch between uniform voxelization and non-uniform real-world point distributions 49. On the representation front, PixWorld unified 3D scene generation and reconstruction in a pixel-space diffusion framework that eliminates the information loss inherent in latent-space methods by supervising directly on rendered multi-view images 50, and MSVS-VAE, a hierarchical set-based 3D VAE, closed the fidelity gap between compact set-based representations and voxel-based methods 51. GaussianSeed organized 3D Gaussian primitives into a coarse-to-fine hierarchy across decoder layers to scale vision-centric 3D occupancy prediction to 0.1 m resolution without prohibitive memory costs 52, and Convolutional Neural Shading replaced MLP-based single-point rendering with a convolutional neural shader that correlates neighboring spatial information, improving reconstruction quality in textureless regions and near image-boundary discontinuities 53.
Several efforts targeted domain-specific challenges and understanding. For projector-camera systems, FF-ProCams provided the first feed-forward 3DGS inverse-rendering framework, removing per-scene optimization latency 54, while InfiniSplat shifted from pixel-aligned to surface-aligned Gaussians for feed-forward single-image view synthesis, maintaining coherent structures under large-baseline viewpoint changes 55. G²SR decoupled few-view surface reconstruction into a lightweight neural frontend for 2D splat detection and an analytic backend that triangulates 3D splats via multi-view geometry, achieving up to 107× less memory than baselines 56. PanoLOG introduced the first block-wise 3DGS framework for large-scale outdoor panoramic reconstruction, replacing pinhole-frustum partitioning with a geometry and gradient-based partitioning strategy for 360° ERP imagery 57. JADE-GS coupled a 2D event-guided deblurring teacher with a 3DGS student via a bidirectional framework, enabling mutually refining 2D–3D loops for high-speed robotic perception and AR/VR 58, and ASTRA replaced appearance-only photometric alignment with explicit 2D motion trajectories as supervision for asynchronous dynamic 3D reconstruction in unconstrained multi-camera settings 59.
Quality assessment and spatial reasoning matured. SpatialQ explicitly modeled 3DGS scene quality through spatially-aware representations rather than 2D image quality assessment, a step important for model selection and failure diagnosis in deployed systems 60. ViewMind3D introduced a training-free, modular framework for 3D question answering that decomposes the task into question-driven multi-view selection, language-conditioned visual grounding, BEV-based viewpoint encoding, and structured answer generation, lowering the barrier for 3D-QA in robotics and embodied AI 61. In a robustness-focused study, a point-selection fine-tuning framework preserved robust pre-trained priors by selecting minimally influential points under corrupted inputs for point cloud classification 62, and a topological analysis of denoised 3D images of porous media assessed the robustness of persistence homology measures to noise that otherwise introduces millions of short-lived topological generators 63.
Benchmarks, Reconstruction & Scene Understanding
Benchmark and simulation efforts expanded notably. RealX3D introduced a real-capture benchmark of 55 high-resolution scenes spanning four degradation families and nine controlled settings, designed to address the gap between synthetic-degradation datasets and real-world deployment conditions 64. CLDefocus contributed a large-scale synthetic defocus-deblurring dataset generated with efficient wave-optics point-spread-function computation and camera ISP simulation 65. HIOcc unified ScanNet, ScanNet++, and Matterport3D into a hierarchical indoor semantic occupancy benchmark supporting local, room-scale, and building-scale evaluation 66. A standardized light field quality assessment workflow developed within JPEG Pleno Part 7 revealed that current objective metrics degrade significantly under view-synthesis distortions 67. On the simulation side, Image2Sim presented a real-time neural simulator that converts posed RGB-D sequences into interactive embodied navigation environments 68. An arXiv preprint described Genie Sim PanoWorld, which reconstructs a freely navigable 3D scene from a single 360° panorama without per-scene optimization (abstract-only description) 69. SynCity 3000 scaled scene-level 3D diffusion by adapting an object-centric image-to-3D model to operate convolutionally over scene windows, generating arbitrarily large outdoor environments from text prompts 70.
A suite of reconstruction advances streamlined pipelines and extended operational domains. A paper accepted to SIGGRAPH 2026 demonstrated the first immediate-feedback 3D Gaussian Splatting reconstruction from unordered RGB images with global consistency 71. SalientGS fused fast SfM with joint pose–appearance optimization into a single pipeline, completing end-to-end 3DGS training in about 15 minutes while using only 1.5 million Gaussians 72. ReCal3R addressed a reliability gap in streaming 3D reconstruction by calibrating state updates to prevent degraded historical geometry tokens from being corrupted by noisy observations 73. For underwater conditions, APVI-SLAM introduced a reliability-aware fusion framework that dynamically reweights visual-inertial and acoustic-pressure-inertial odometry to recover from total visual degradation without re-initialization 74. NSL-SLAM integrated frozen Depth Anything v2 monocular depth priors directly into the iterative structured-light stereo decoding loop, reducing depth RMSE by 35% on Replica-SL 75. HoloTetSphere produced topology-adaptive tetrahedral meshes directly from multi-view images, yielding output compatible with standard FEM simulators without error-prone post-processing 76. TRACE reformulated active 3D reconstruction with Gaussian-splatting maps as a trajectory-level ergodic coverage problem, replacing greedy next-best-view selection with continuous optimization over dynamically feasible trajectories 77.
Several works extended 3D scene understanding and collaborative perception. ZeroSplat defined the Generalized Referring 3D Gaussian Splatting Segmentation task to handle an arbitrary number of targets—including zero—and constructed the GR-LERF and GR-ScanNet benchmarks; an arXiv preprint notes its acceptance to ECCV 2026 78. A robust multimodal dynamic object segmentation method, accepted to ICRA 2026, combined per-point trajectories from pixel positions, depth, offsets, semantic features, and MonST3R attention maps into a compact 2.8M-parameter model 79. RayOcc, accepted to IROS 2026, reformulated camera-ray occupancy estimation from single-depth categorical distributions to multi-label Gaussian mixture intensity prediction, resolving a formulation-level mismatch 80. For vehicle-to-everything collaboration, CoGoal3D addressed the 3D spatial misalignment ignored by 2D BEV warping, with 10.18%–10.86% improvements in 3D AP on three real-world datasets reported in an arXiv preprint accepted to ECCV 2026 81. MonoVoc decoupled geometric reconstruction from semantic integration in a training-free monocular open-vocabulary 3DGS pipeline 82. Ground3D-LMM was introduced as the first unified large multimodal model for 3D point-level grounding with metric-aware conversational reasoning, incorporating a 3D Grounded Measurement task that requires predicting both a referred region and physical measurements 83. Another framework accepted to ECCV 2026 processed RGB video through parallel 2D visual, implicit geometry, and explicit geometry streams to embed 3D attributes from Gaussian splats into 3D-aware VLMs 84.
Contributions beyond the core reconstruction paradigms broadened the field’s reach. Latent Riemannian Flow Matching performed generative flow matching directly in the latent space of the feed-forward geometric foundation model VGGT, establishing an approach for hallucinating plausible geometry in occluded regions 85. An intrinsic and triangulation-agnostic attention mechanism for triangle meshes closed a performance gap that had limited attention-based architectures on mesh learning tasks 86. Dynamic inverse rendering showed that rigid object motion in a single casual video provides sufficient surface-light interaction to resolve material-lighting ambiguity without multi-illumination capture or learned priors 87. Finally, a comprehensive 49-page survey of Neural Radiance Fields, published in ACM Computing Surveys (2026), connected NeRF’s methodological advances to real-world deployment challenges, filling a gap left by prior surveys 88.
Avatars, Stylization & Applied Frontiers
Beyond the main current of 3D Gaussian splatting unification, the period produced several notable developments in avatar modeling and portrait animation. A new holistic parametric head model, GNM Head, unifies external skin, eyes, teeth, and tongue within a single statistical space, addressing the hollow‑shell limitation of prior models 89. In one‑shot reconstruction, FlexiAvatar handles arbitrary body visibility—full‑body, upper‑body, or head‑only—from monocular video within a single pipeline 90. A companion work, S‑Avatar, introduces a three‑stage pipeline that synthesizes high‑resolution 3D Gaussian splats from a single RGB image via a diffusion‑based generation module, fits the FLAME model, and binds a template 91. OASIS extends single‑image reconstruction to hands, replacing NeRF‑style volumetric representations with a 3D Gaussian Splatting framework for efficient hand avatar recovery, though the source is available only as an abstract 92. For real‑time emotional control, a cascaded framework uses a 3D Gaussian‑based emotion proxy avatar to generate expressive talking‑head videos from audio and emotion labels, targeting cross‑identity generalization 93.
DreamStyle3D generates stylized assets directly in a native 3D latent space using a Decoupled Dual Cross-Attention mechanism to disentangle geometry and style 94. Scene editing receives several dedicated tools: LB‑Edit places compact, attention‑optimal camera sets for text‑driven localized edits on specific objects in complex multi‑object scenes, addressing a limitation of reusing COLMAP training cameras 95; TRACE decouples geometric anchoring from appearance harmonization via mesh‑guided 3DGS, enabling geometry‑aware edits beyond appearance‑only modifications, as described in its abstract 96; and FocusGS frames local repair and deterministic editing of already‑trained 3DGS assets as composite spatial deltas, a practical need as 3DGS assets become maintainable 97. A media report from QbitAI describes ABot‑World Studio, a product that unifies interactive video generation and 3DGS scene creation, allowing text‑ or image‑driven exploration on consumer hardware 98.
On the robotics side, ProxyPose achieves state‑of‑the‑art 6‑DoF pose tracking by recasting the problem as video‑to‑video translation with a fine‑tuned video diffusion model, using no 3D models, depth sensors, or object masks 99. AeroAct instantiates the first world‑action model for real‑world aerial flight, adapting a 1.3B‑parameter video diffusion transformer to predict chunked trajectory parameters from egocentric visual history and language instructions 100. StructureGS, accepted at ECCV 2026, integrates structure‑aware guidance into 3D Gaussian Splatting for articulated object reconstruction, important for physical interaction in embodied AI 101.
Several works extend reconstruction to challenging domains. CORF‑GS presents the first real‑time 3DGS‑based wireless radiance field reconstruction, processing sequential optical‑RF keyframes incrementally 102. Swimm3R couples medium‑aware structure‑from‑motion with Underwater Beta Splatting to counteract scattering and attenuation that degrade underwater 3D reconstruction 103. The FUTURESURF benchmark evaluates dynamic surface meshes at held‑out future times, exposing a 2.7–4.1× Chamfer distance gap even on analytically recoverable futures, a previously unmeasured limitation 104.
Foundational tools and theoretical results also appeared. The dithered Gaussian mechanism discretizes private output for differential privacy, reducing randomness costs and eliminating floating‑point “holes” that can leak information in large‑scale DP‑SGD deployments 105. Windowed thinning provides the first exact simulation method with explicit cold‑start query complexity guarantees for bouncy particle and Zigzag samplers in log‑concave settings 106. AKSSAM introduces an explicit knot‑selection framework for generalized additive models, filling a gap in P‑splines practice 107. A Bayesian optimization framework that tunes genetic algorithm hyperparameters across three fidelity levels reduces computational cost by 24% for lattice material design according to the preprint 108, and a recovery result extends near‑optimal latent inner product guarantees to random geometric graphs drawn from anisotropic Gaussian distributions 109.
In scientific data and tools, BubbleSH provides a reusable dataset of transient 3D bubble‑swarm dynamics with compact spherical harmonics shape descriptors, bridging expensive direct numerical simulations and data‑driven models 110. Implicit machine learning force fields replace explicit neural network stacks with self‑consistent fixed‑point equations, achieving two‑ to five‑fold reductions in compute and memory during molecular dynamics, though the source body was unread and only the abstract could be used 111. A Python reimplementation of pTVreg incorporates an ADMM‑based optimization for deformable image registration using B‑spline control‑point displacements, addressing an unimplemented feature of the original release 112. Finally, GaussFusion pretrains on automatically generated 3D Gaussian data with image and text supervision distilled from vision‑language models, reducing dependence on manual 3D labels for point cloud understanding 113.
Synthesis and Outlook
The synthesis of this period’s research reveals a field reorienting from generic photorealism toward task- and domain-specific utility, a shift that is reinforced across multiple fronts. The trend toward view-conditioned, adaptively allocated feed-forward representations directly supports real-time SLAM’s embrace of minimal geometry, as both sacrifice rich appearance for speed and robustness, jointly challenging the assumption that more complete reconstruction is always better. Conversely, this minimalism sits in tension with the demands of clinical and autonomous-driving applications, where encoding domain physics—MRI acquisition constraints, tissue deformation, weather calibration—proves more critical than rendering fidelity, pointing to a broadening definition of 3DGS quality that diverges from traditional benchmark metrics. The lack of consensus in dynamic scene modeling—split between deformation networks, mixture-of-experts, and feed-forward holistic reconstruction—mirrors and may ultimately be resolved by the field’s simultaneous push toward deployment-ready, uncertainty-aware methods: editorial interpretation suggests that as uncertainty quantification matures, it will force a convergence on approaches that can report their own failures, particularly in safety-critical simulation for autonomous driving. This emerging thread of uncertainty and corruption robustness stands as the necessary connective tissue between otherwise siloed advances in embodied AI, medical imaging, and simulation, yet it remains largely absent from the incremental engineering work that is otherwise readying 3DGS for production. The evidence mix—drawing on 112 primary research sources against a single secondary source—warrants high confidence in the identified trends, with the thinnest coverage in real-world deployment validation. An open question persists: whether feed-forward generalization can incorporate the domain-specific physical priors that make clinical and safety-critical applications viable, without reintroducing the computational burden these domains currently accept.
This review draws on 113 developments: 112 Tier A research sources, and 1 Tier C/D secondary or community source. The firmest claims rest on the Tier A work, while the first-party and community sources should be read as directional; stronger confidence would require independent replication and primary-source confirmation of the self-reported results.
Canonical Sources & Links
- [1] ATSplat: Compact Feed-forward 3D Gaussian Splatting with Adaptive Token Expansion — arXiv · Tier A/research_paper
- [2] UniqueSplat: View-conditioned 3D Gaussian Splatting for Generalizable 3D Reconstruction — arXiv · Tier A/research_paper
- [3] HyperGS: Fast and Generalizable Gaussian Video Representation — arXiv · Tier A/research_paper
- [4] WildSplat: Feedforward Gaussian Splatting from Unposed In-the-Wild Images — arXiv · Tier A/research_paper
- [5] NoDrift3R: Raymap-Guided Coupling for Drift-Robust Unposed Feed-Forward 3D Reconstruction — arXiv · Tier A/research_paper
- [6] Geometry-Aware Motion Latents for Learning Robust Manipulation Policies — arXiv · Tier A/research_paper
- [7] MANGO-Grasp: Mahalanobis Fields over Geometry-Oriented 3D Gaussians for Cross-Embodiment Dexterous Grasping — arXiv · Tier A/research_paper
- [8] VistaVLA: Geometry- and Semantic-Aware 3D Gaussian-Grounded VLA for Robotic Manipulation — arXiv · Tier A/research_paper
- [9] SONG: A Photorealistic 3D Gaussian Simulation Platform for Benchmarking Social Navigation — arXiv · Tier A/research_paper
- [10] ABot-3DWorld 0: A Universal World Model to Explore Any 3D Space — arXiv · Tier A/research_paper
- [11] SAM3D-Guided Object-Centric Representation Alignment for Vision-Language-Action Models — arXiv · Tier A/research_paper
- [12] Deform360: A Massive Multi-view Visuotactile Dataset for Deformable World Models — arXiv · Tier A/research_paper
- [13] GrainGS: Gradient-Decoupled Gaussian Splatting for Efficient Dynamic Novel View Synthesis — arXiv · Tier A/research_paper
- [14] AdaAnchor4D: Anchor-Conditioned Spatiotemporal Feature Aggregation for Monocular UAV 4D Reconstruction — arXiv · Tier A/research_paper
- [15] On the Design of Mixture-of-Experts for Dynamic Gaussian Splatting — arXiv · Tier A/research_paper
- [16] GUSH3R: Everyone Everywhere All at Once as Gaussians — arXiv · Tier A/research_paper
- [17] FillGS: Filling Observation Gaps in 4D Gaussian Splatting via Viewpoint-Time Selection and Generative Refinement — arXiv · Tier A/research_paper
- [18] GeoGS-SLAM: Geometry-Only Gaussian Splatting for Dense Monocular SLAM — arXiv · Tier A/research_paper
- [19] Stipple: Real-Time Incremental Gaussian Splatting with Visual-Inertial Tracking — arXiv · Tier A/research_paper
- [20] GLAM-SLAM: Real-time Gaussian Large-scale Mapping via Flow Densification and Spatial Decomposition — arXiv · Tier A/research_paper
- [21] Does Robust VIO Need More Learning? Geometry-Verified Visual Measurements under Distribution Shift — arXiv · Tier A/research_paper
- [22] RoGS: Adaptive Meshgrid Gaussian for Large-Scale Road Surface Mapping — arXiv · Tier A/research_paper
- [23] Targeted Structure Completion for Sparse-View 3D Reconstruction in Autonomous Driving — arXiv · Tier A/research_paper
- [24] VGOcc: Learning Visual-Geometric Gaussians for Vision-Centric 3D Driving Occupancy Prediction — arXiv · Tier A/research_paper
- [25] DerainSplat: Feed-Forward Clean 3D Gaussian Splatting from Sparse Rainy Views — arXiv · Tier A/research_paper
- [26] GSRAIN: Physically Calibrated High-/Low-Frequency Rainfall Synthesis for 3D Gaussian Driving Scenes — arXiv · Tier A/research_paper
- [27] CARLA-GS: Decoupling Representation, Reasoning, and Physics Simulation for Autonomous Driving Corner-Case Synthesis — arXiv · Tier A/research_paper
- [28] PhyMRI-SR: Toward Physics-Aware MRI Image Super-Resolution — arXiv · Tier A/research_paper
- [29] UniSpine-GS: An Efficient Physics-Aware Gaussian Framework for Cross-Modality Multi-view Spine Image Synthesis — arXiv · Tier A/research_paper
- [30] DeGenseGS: Geometrically and Semantically Decoupled Surgical Scene Understanding in 4D Gaussian Splatting — arXiv · Tier A/research_paper
- [31] Track2Map: Online Deformable SLAM with Motion-Aware Pose Optimization in Robotic Surgery — arXiv · Tier A/research_paper
- [32] ExtraGS: Enhancing Endoscopic View Extrapolation via Diffusion-Guided 3D Gaussian Splatting — arXiv · Tier A/research_paper
- [33] DermDepth: Toward Monocular Metric Scale 3D Reconstruction Models for Dermatology — arXiv · Tier A/research_paper
- [34] Parameter-Efficient Adaptation of SAM3 for Prompt-Driven Surgical Concept Segmentation — arXiv · Tier A/research_paper
- [35] Rendering-Aware Bayesian 3D Gaussian Splatting with Native Uncertainty and Adaptive Complexity Control — arXiv · Tier A/research_paper
- [36] PUF: Plug-and-Play Uncertainty-Aware Fusion for Online 3D Scene Graph Generation — arXiv · Tier A/research_paper
- [37] SSA-3DGS: Unsupervised Removal of Screen-Space Artifacts for 3D Gaussian Splatting — arXiv · Tier A/research_paper
- [38] When 2D Cues Fail: Improving Image Manipulation Localization with Reliable 3D Geometry — arXiv · Tier A/research_paper
- [39] Toward Semantic Communication for Real-time Mobile 3D Reconstruction — arXiv · Tier A/research_paper
- [40] CaT-GS: Efficient 3DGS Rendering for Large Scale Scenes via Inter-frame Caching and Tile Scheduling — arXiv · Tier A/research_paper
- [41] TemporalGS: Training-Free Plug-and-Play Acceleration for 3D Gaussian Splatting Rendering via Temporal Priors — arXiv · Tier A/research_paper
- [42] Bake It Till You Make It: Ultrafast Spatial Texture-Atlas Splatting — arXiv · Tier A/research_paper
- [43] Locality-Aware Density Control for Efficient Gaussian-based Image Representation — arXiv · Tier A/research_paper
- [44] Rendering 3D Gaussians on a Graph Processor — arXiv · Tier A/research_paper
- [45] QIRF Quantum-Inspired Non-Orthogonal Function-Space Compression for 3D Gaussian Splatting — arXiv · Tier A/research_paper
- [46] GenSplatCodec: Feed-Forward Gaussian Splatting Compression via One-Step Diffusion — arXiv · Tier A/research_paper
- [47] Struct-GStream: Towards Efficient Free-Viewpoint Video Streaming at Low-Bitrates with Structured 3D Gaussians — arXiv · Tier A/research_paper
- [48] Deformable Triangle Splatting: Flexible Primitives for Real-Time Radiance Field Rendering — arXiv · Tier A/research_paper
- [49] 3DGBGS: 3D Granular Ball Gaussian Splatting for Compact Novel View Synthesis — arXiv · Tier A/research_paper
- [50] PixWorld: Unifying 3D Scene Generation and Reconstruction in Pixel Space — arXiv · Tier A/research_paper
- [51] MSVS-VAE: Multi-Scale Anchored VecSet for High-Fidelity 3D Reconstruction — arXiv · Tier A/research_paper
- [52] GaussianSeed: Hierarchical Gaussian Seeding for High-Resolution 3D Occupancy Prediction — arXiv · Tier A/research_paper
- [53] Convolutional Neural Shading for High-Quality 3D Reconstruction from Multi-View Images — arXiv · Tier A/research_paper
- [54] FF-ProCams: Feed-Forward Gaussian Splatting for Projector-Camera System — arXiv · Tier A/research_paper
- [55] InfiniSplat: Implicit Gaussian Decoding for Large-Baseline Monocular View Synthesis — arXiv · Tier A/research_paper
- [56] G$^2$SR: Geometric Methods for Fast and Memory-Efficient Gaussian-based Surface Reconstruction — arXiv · Tier A/research_paper
- [57] Geometry and Gradient-based Partitioning for Panoramic Outdoor Reconstruction — arXiv · Tier A/research_paper
- [58] JADE-GS: Joint Alternating Deblurring Guided by Events in 3D Gaussian Splatting — arXiv · Tier A/research_paper
- [59] ASTRA: Asynchronous Spatio-Temporal Reconstruction via Trajectory Alignment — arXiv · Tier A/research_paper
- [60] SpatialQ: Understanding 3D Gaussian Splatting Scene Quality via Visual-based MLLM — arXiv · Tier A/research_paper
- [61] ViewMind3D: Modular View-Aware Inference for Training-Free 3D-QA — arXiv · Tier A/research_paper
- [62] Point-Selection Fine-Tuning Framework for Robust Point Cloud Classification — arXiv · Tier A/research_paper
- [63] Denoising 3D images: robustness of persistent homology measures — arXiv · Tier A/research_paper
- [64] RealX3D: A Physically-Degraded 3D Benchmark for Multi-view Visual Restoration and Reconstruction — OpenAlex: peer-reviewed AI venues · Tier A/research_paper
- [65] Realistic Compound-Lens Defocus Blur Synthesis — arXiv · Tier A/research_paper
- [66] GEM-Occ: From Visual Geometry Evidence to Embodied Semantic Occupancy Memory — arXiv · Tier A/research_paper
- [67] Towards Standardized Light Field Quality Assessment: Hybrid Subjective Benchmarking and Objective Metric Evaluation — arXiv · Tier A/research_paper
- [68] Image2Sim: Scaling Embodied Navigation via Generative Neural Simulator — arXiv · Tier A/research_paper
- [69] Genie Sim PanoWorld: An Infinite Indoor 3D World Generation Pipeline via Panoramic Scene Modeling and Simulation — arXiv · Tier A/research_paper
- [70] SynCity 3000: Bootstrapping Scene-Scale 3D Diffusion — arXiv · Tier A/research_paper
- [71] Immediate 3D Gaussian Splat Reconstruction of Unordered Input with Global Consistency — arXiv · Tier A/research_paper
- [72] SalientGS: Unified SfM-to-3DGS with Importance-Guided MCMC Gaussian Allocation — arXiv · Tier A/research_paper
- [73] ReCal3R: Reliability-Calibrated Learning Rates for Streaming 3D Reconstruction — arXiv · Tier A/research_paper
- [74] APVI-SLAM: Real-Time Acoustic-Pressure-Visual-Inertial Localization and Photorealistic Mapping System in Complex Underwater Environment — arXiv · Tier A/research_paper
- [75] NSL-SLAM: High-Fidelity Neural Structured-Light Depth for Practical SLAM and Reconstruction — arXiv · Tier A/research_paper
- [76] HoloTetSphere: Unified TetSphere Mesh Reconstruction for Physical Simulations — arXiv · Tier A/research_paper
- [77] TRACE: Ergodic Trajectory Optimization for Active Scene Reconstruction — arXiv · Tier A/research_paper
- [78] ZeroSplat: Generalized Referring Segmentation in 3D Gaussian Splatting — arXiv · Tier A/research_paper
- [79] Robust Multimodal Dynamic Object Segmentation — arXiv · Tier A/research_paper
- [80] RayOcc: Occlusion-Aware Ray Occupancy Estimation via Gaussian Mixture Intensity — arXiv · Tier A/research_paper
- [81] CoGoal3D: Collaborative 3D Object Detection with 3D-Aware Fusion and Refinement — arXiv · Tier A/research_paper
- [82] MonoVoc: Decoupling Geometry and Semantics for Lightweight Monocular Open-Vocabulary 3D Gaussians — arXiv · Tier A/research_paper
- [83] Ground3D-LMM: Fine-Grained 3D Point Grounding and Spatial Reasoning with LMM — arXiv · Tier A/research_paper
- [84] 3D-Aware VLMs with Implicit and Explicit Geometries — arXiv · Tier A/research_paper
- [85] Latent Riemannian Flow Matching for Geometry-Grounded 3D Foundation Models — arXiv · Tier A/research_paper
- [86] Intrinsic and Triangulation-Agnostic Attention: A Simple and Powerful Approach for Learning on Meshes — arXiv · Tier A/research_paper
- [87] Dynamic Inverse Rendering for Enhanced Material-Lighting Decomposition — arXiv · Tier A/research_paper
- [88] Neural Radiance Fields for the Real World: A Survey — OpenAlex: peer-reviewed AI venues · Tier A/research_paper
- [89] GNM Head: A Generative aNthropometric Model of the human head — arXiv · Tier A/research_paper
- [90] FlexiAvatar: Unified 3D Gaussian Human Avatars Under Arbitrary Body Visibility — arXiv · Tier A/research_paper
- [91] S-Avatar: Diffusion-Guided Gaussian Head Avatars from a Single Image — arXiv · Tier A/research_paper
- [92] OASIS: Occlusion-aware Single-image Hand Avatar Reconstruction via 3D Gaussian Splatting — arXiv · Tier A/research_paper
- [93] Proxy Avatar Meets Low-Rank Caching: Real-Time One-Shot Emotion-Controllable Portrait Animation — arXiv · Tier A/research_paper
- [94] DreamStyle3D: Efficient 3D Stylized Asset Generation via Dual-Attention Disentanglement — arXiv · Tier A/research_paper
- [95] Look Before You Edit: Attention-Guided Camera Placement and Multi-View Alignment for 3D Gaussian Splatting Editing — arXiv · Tier A/research_paper
- [96] TRACE: High-Fidelity 3D Scene Editing via Tangible Reconstruction and Geometry-Aligned Contextual Video Masking — arXiv · Tier A/research_paper
- [97] FocusGS: Spatial Delta Layers for Local Repair and Deterministic Editing of Trained 3D Gaussian Assets — arXiv · Tier A/research_paper
- [98] AMap Releases ABot-World Studio: Hour-Long Real-Time Interactive Video and 3D Scene Generation on a Single RTX 5090 — 量子位 QbitAI (RSS) · Tier C/media_report
- [99] ProxyPose: 6-DoF Pose Tracking via Video-to-Video Translation — arXiv · Tier A/research_paper
- [100] AeroAct: Action-Centered World-Action Models for Language-Conditioned Quadrotor Flight — arXiv · Tier A/research_paper
- [101] StructureGS: Structure-aware Gaussian Splatting for Articulated Object Reconstruction — arXiv · Tier A/research_paper
- [102] CORF-GS: Real-Time Wireless Radiance Field Reconstruction via Coupled Optical-RF Gaussian Splatting — arXiv · Tier A/research_paper
- [103] Swimm3R: Splatting with Medium-aware SfM for Underwater 3D Reconstruction — arXiv · Tier A/research_paper
- [104] Future Rendering $\neq$ Future Surface: A Benchmark and Dataset for Dynamic Surface Reconstruction Beyond the Observed Window — arXiv · Tier A/research_paper
- [105] Dithered Gaussian Mechanism for Randomness-Efficient Differential Privacy — arXiv · Tier A/research_paper
- [106] Windowed thinning and query complexity for the bouncy particle and Zigzag samplers — arXiv · Tier A/research_paper
- [107] Automatic knot selection in smooth additive models — arXiv · Tier A/research_paper
- [108] Bayesian Optimization of Genetic Algorithm Hyperparameters in a Multi-Fidelity Framework for Efficient Lattice Material Design — arXiv · Tier A/research_paper
- [109] Recovery of latent inner products from an anisotropic Gaussian random geometric graph — arXiv · Tier A/research_paper
- [110] BubbleSH: A Dataset of Rising Bubbles with Deformable Interfaces — arXiv · Tier A/research_paper
- [111] Implicit Machine Learning Force Fields Accelerate Molecular Dynamics Simulations — arXiv · Tier A/research_paper
- [112] An Accessible Solution for Deformable Image Registration Compared with Learning-Based Approaches — arXiv · Tier A/research_paper
- [113] GaussFusion: Towards Multimodal 3D Gaussian Pretraining — arXiv · Tier A/research_paper