ResearchTrend.AI
  • Papers
  • Communities
  • Events
  • Blog
  • Pricing
Papers
Communities
Social Events
Terms and Conditions
Pricing
Parameter LabParameter LabTwitterGitHubLinkedInBlueskyYoutube

© 2025 ResearchTrend.AI, All rights reserved.

  1. Home
  2. Papers
  3. 2506.07069
18
0

Accelerating 3D Gaussian Splatting with Neural Sorting and Axis-Oriented Rasterization

8 June 2025
Zhican Wang
Guanghui He
Dantong Liu
Lingjun Gao
S. Hu
Chen Zhang
Zhuoran Song
Nicholas D. Lane
Wayne Luk
Hongxiang Fan
    3DGS
ArXiv (abs)PDFHTML
Main:11 Pages
19 Figures
Bibliography:1 Pages
2 Tables
Abstract

3D Gaussian Splatting (3DGS) has recently gained significant attention for high-quality and efficient view synthesis, making it widely adopted in fields such as AR/VR, robotics, and autonomous driving. Despite its impressive algorithmic performance, real-time rendering on resource-constrained devices remains a major challenge due to tight power and area budgets. This paper presents an architecture-algorithm co-design to address these inefficiencies. First, we reveal substantial redundancy caused by repeated computation of common terms/expressions during the conventional rasterization. To resolve this, we propose axis-oriented rasterization, which pre-computes and reuses shared terms along both the X and Y axes through a dedicated hardware design, effectively reducing multiply-and-add (MAC) operations by up to 63%. Second, by identifying the resource and performance inefficiency of the sorting process, we introduce a novel neural sorting approach that predicts order-independent blending weights using an efficient neural network, eliminating the need for costly hardware sorters. A dedicated training framework is also proposed to improve its algorithmic stability. Third, to uniformly support rasterization and neural network inference, we design an efficient reconfigurable processing array that maximizes hardware utilization and throughput. Furthermore, we introduce a π\piπ-trajectory tile schedule, inspired by Morton encoding and Hilbert curve, to optimize Gaussian reuse and reduce memory access overhead. Comprehensive experiments demonstrate that the proposed design preserves rendering quality while achieving a speedup of 23.4∼27.8×23.4\sim27.8\times23.4∼27.8× and energy savings of 28.8∼51.4×28.8\sim51.4\times28.8∼51.4× compared to edge GPUs for real-world scenes. We plan to open-source our design to foster further development in this field.

View on arXiv
@article{wang2025_2506.07069,
  title={ Accelerating 3D Gaussian Splatting with Neural Sorting and Axis-Oriented Rasterization },
  author={ Zhican Wang and Guanghui He and Dantong Liu and Lingjun Gao and Shell Xu Hu and Chen Zhang and Zhuoran Song and Nicholas Lane and Wayne Luk and Hongxiang Fan },
  journal={arXiv preprint arXiv:2506.07069},
  year={ 2025 }
}
Comments on this paper