paper-with-me

홈 › Papers

BG-Triangle: Bézier Gaussian Triangle for 3D Vectorization and Rendering

2025-03-18 · Minye Wu, Haizhao Dai, Kaixin Yao, Tinne Tuytelaars, Jingyi Yu

Differentiable rendering enables efficient optimization by allowing gradients to be computed through the rendering process, facilitating 3D reconstruction, inverse rendering and neural scene representation learning. To ensure differentiability, existing solutions approximate or re-formulate traditional rendering operations using smooth, probabilistic proxies such as volumes or Gaussian primitives. Consequently, they struggle to preserve sharp edges due to the lack of explicit boundary definitions. We present a novel hybrid representation, B\'ezier Gaussian Triangle (BG-Triangle), that combines B\'ezier triangle-based vector graphics primitives with Gaussian-based probabilistic models, to maintain accurate shape modeling while conducting resolution-independent differentiable rendering. We present a robust and effective discontinuity-aware rendering technique to reduce uncertainties at object boundaries. We also employ an adaptive densification and pruning scheme for efficient training while reliably handling level-of-detail (LoD) variations. Experiments show that BG-Triangle achieves comparable rendering quality as 3DGS but with superior boundary preservation. More importantly, BG-Triangle uses a much smaller number of primitives than its alternatives, showcasing the benefits of vectorized graphics primitives and the potential to bridge the gap between classic and emerging representations.

📄 PDF Abstract BibTeX arXiv:2503.13961

Code (0)

등록된 구현이 없습니다.

Tasks

3DGS3D ReconstructionInverse RenderingRepresentation LearningVector Graphics

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

BG-Triangle: Bezier Gaussian Triangle for 3D Vectorization and Rendering

2025-01-01 · CVPR 2025 1 · Minye Wu, Haizhao Dai, Kaixin Yao, Tinne Tuytelaars 외

Differentiable rendering enables efficient optimization by allowing gradients to be computed through the rendering process, facilitating 3D reconstruction, inverse rendering and neural scene representation learning. …

3DGS3D ReconstructionInverse RenderingRepresentation Learning+1

Triangle Splatting for Real-Time Radiance Field Rendering

2025-05-25 · Jan Held, Renaud Vandeghen, Adrien Deliege, Abdullah Hamdi 외

The field of computer graphics was revolutionized by models such as Neural Radiance Fields and 3D Gaussian Splatting, displacing triangles as the dominant representation for photogrammetry. In this paper, we argue for a …

GPUNeRFNovel View Synthesis

2D Triangle Splatting for Direct Differentiable Mesh Training

2025-06-23 · Kaifeng Sheng, Zheng Zhou, Yingliang Peng, Qianwei Wang

Differentiable rendering with 3D Gaussian primitives has emerged as a powerful method for reconstructing high-fidelity 3D scenes from multi-view images. While it offers improvements over NeRF-based methods, this represen…

NeRF

Triangle Splatting+: Differentiable Rendering with Opaque Triangles

2025-09-29 · Jan Held, Renaud Vandeghen, Sanghyun Son, Daniel Rebain 외 arxiv

Reconstructing 3D scenes and synthesizing novel views has seen rapid progress in recent years. Neural Radiance Fields demonstrated that continuous volumetric radiance fields can achieve high-quality image synthesis, but …

Novel View Synthesis

UTrice: Unifying Primitives in Differentiable Ray Tracing and Rasterization via Triangles for Particle-Based 3D Scenes

2025-12-04 · Changhe Liu, Ehsan Javanmardi, Naren Bao, Alex Orsholits 외 arxiv

Ray tracing 3D Gaussian particles enables realistic effects such as depth of field, refractions, and flexible camera modeling for novel-view synthesis. However, existing methods trace Gaussians through proxy geometry, wh…