Rasterized Steered Mixture of Experts for Efficient 2D Image Regression
Yi-Hsin Li, Mårten Sjöström, Sebastian Knorr, Thomas Sikora
TL;DR
Rasterized SMoE (R-SMoE) combines the edge-aware, sparse gating of Steered Mixture of Experts with a tile-based rasterization strategy to accelerate 2D image regression, denoising, and native super-resolution. By restricting kernel influence to block-relevant subsets and precomputing kernel coverage, it achieves orders-of-magnitude speedups and memory savings while maintaining reconstruction fidelity comparable to or better than global SMoE and Gaussian Splatting baselines. The approach includes segmentation-guided initialization and multi-model fusion to enhance denoising, yielding measurable gains in PSNR/SSIM with reduced artifacts. These advancements offer a practical, scalable solution for high-quality image regression tasks and potentially extendable to higher-dimensional data, albeit with some limitations on very high-frequency textures and encoding time.
Abstract
The Steered Mixture of Experts regression framework has demonstrated strong performance in image reconstruction, compression, denoising, and super-resolution. However, its high computational cost limits practical applications. This work introduces a rasterization-based optimization strategy that combines the efficiency of rasterized Gaussian kernel rendering with the edge-aware gating mechanism of the Steered Mixture of Experts. The proposed method is designed to accelerate two-dimensional image regression while maintaining the model's inherent sparsity and reconstruction quality. By replacing global iterative optimization with a rasterized formulation, the method achieves significantly faster parameter updates and more memory-efficient model representations. In addition, the proposed framework supports applications such as native super-resolution and image denoising, which are not directly achievable with standard rasterized Gaussian kernel approaches. The combination of fast rasterized optimization with the edge-aware structure of the Steered Mixture of Experts provides a new balance between computational efficiency and reconstruction fidelity for two-dimensional image processing tasks.
