Textured mesh Quality Assessment using Geometry and Color Field Similarity
Kaifa Yang, Qi Yang, Zhu Li, Yiling Xu
TL;DR
This work introduces FMQM, a full-reference TMQA metric designed for textured meshes by using field-based representations that couple geometry and texture via SDF and a novel color field called NCF. FMQM explicitly models both geometric and color-field differences through four perceptually motivated features—geometry similarity, geometry gradient similarity, space color distribution similarity, and space color gradient similarity—and aggregates them with a fourth-root pooling to obtain the final score. The method achieves state-of-the-art correlations across three benchmark datasets (TSMD, SJTU-TMQA, YANA) with robust performance under diverse distortions and lower computational cost due to offline patching and near-surface sampling. The results demonstrate FMQM’s practical applicability for real-time TMQA in 3D graphics and visualization, while the NCF-based field representation offers a flexible framework for future field-based metric enhancements. $FMQM = (geoSSIM \cdot geoGraSSIM \cdot colorSSIM \cdot colorGraSSIM)^{1/4}$ serves as the central aggregation formula linking geometry and color cues to perceptual quality.
Abstract
Textured mesh quality assessment (TMQA) is critical for various 3D mesh applications. However, existing TMQA methods often struggle to provide accurate and robust evaluations. Motivated by the effectiveness of fields in representing both 3D geometry and color information, we propose a novel point-based TMQA method called field mesh quality metric (FMQM). FMQM utilizes signed distance fields and a newly proposed color field named nearest surface point color field to realize effective mesh feature description. Four features related to visual perception are extracted from the geometry and color fields: geometry similarity, geometry gradient similarity, space color distribution similarity, and space color gradient similarity. Experimental results on three benchmark datasets demonstrate that FMQM outperforms state-of-the-art (SOTA) TMQA metrics. Furthermore, FMQM exhibits low computational complexity, making it a practical and efficient solution for real-world applications in 3D graphics and visualization. Our code is publicly available at: https://github.com/yyyykf/FMQM.
