Global Parameterization-based Texture Space Optimization

Wei Chen,Yuxue Ren,Na Lei,Zhongxuan Luo,Xianfeng Gu
2024-06-06
Abstract:Texture mapping is a common technology in the area of computer graphics, it maps the 3D surface space onto the 2D texture space. However, the loose texture space will reduce the efficiency of data storage and GPU memory addressing in the rendering process. Many of the existing methods focus on repacking given textures, but they still suffer from high computational cost and hardly produce a wholly tight texture space. In this paper, we propose a method to optimize the texture space and produce a new texture mapping which is compact based on global parameterization. The proposed method is computationally robust and efficient. Experiments show the effectiveness of the proposed method and the potency in improving the storage and rendering efficiency.
Computer Vision and Pattern Recognition,Graphics
What problem does this paper attempt to address?
The main focus of this paper is on the optimization of texture space for 3D models. In computer graphics, texture mapping techniques map the 3D surface to a 2D texture space. However, this loose texture space can cause a decrease in data storage and GPU memory addressing efficiency during rendering. Existing methods attempt to repack textures, but they still suffer from high computational costs and the inability to generate a completely compact texture space. This paper proposes a texture space optimization method based on global parameterization. This method generates new compact texture mappings to improve storage and rendering efficiency. The method is computationally robust and efficient, and experimental results validate its effectiveness and potential. The authors point out that with the development of 3D data acquisition techniques, the use of high-resolution models and multi-texture images is becoming more widespread. However, existing reconstruction methods often produce texture images with blank and redundant pixels, which is not conducive to subsequent storage and computation tasks. Therefore, optimizing texture space is crucial for improving data storage efficiency and GPU rendering efficiency. The main contributions of the paper include: 1. Introducing a novel framework for global parameterization texture optimization, avoiding the NP-hard problem of block repacking. 2. Implementing computational efficiency and robustness through fast harmonic mapping and topological denoising algorithms. 3. Generating new textures without redundant space or pixels compared to methods based on texture patch repacking. The paper also discusses related work, including various methods for optimizing texture space, and provides an overview of the theoretical background of the proposed method, such as surface parameterization and harmonic mapping. The experimental section demonstrates the effectiveness of the new method on multiple models, showing its ability to effectively reduce redundant space and pixels and improve storage and rendering efficiency. However, the use of harmonic mapping for global parameterization may result in region distortion, affecting texture quality, which is an area that needs improvement in the future.