Global Parameterization-based Texture Space Optimization
Wei Chen, Yuxue Ren, Na Lei, Zhongxuan Luo, Xianfeng Gu
TL;DR
The paper tackles wasted texture space and inefficient GPU addressing in texture mapping by introducing a global parameterization-based optimization that avoids NP-hard atlas packing. It employs a robust pipeline: data preparation, harmonic-map-based global parameterization, and a scan-line texture-image generation to produce tight, non-redundant textures. The approach leverages topological denoising and cotangent-weighted harmonic energy, with theoretical support through Radó's theorem for existence and uniqueness. Experiments demonstrate dense texture utilization and storage/rendering benefits, though area distortion from harmonic maps is a noted limitation. Overall, the work offers a practical pathway to compact texture spaces with improved rendering efficiency, while indicating avenues for improved parameterization in future work.
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.
