AI Navigate

TexEditor: Structure-Preserving Text-Driven Texture Editing

arXiv cs.CV / 3/20/2026

📰 NewsTools & Practical UsageModels & Research

Key Points

  • TexEditor is a dedicated texture editing model that aims to modify appearance via text while preserving the underlying geometric structure.
  • The authors build TexBlender, a high-quality SFT dataset generated with Blender to provide strong structural priors for cold-start editing.
  • They introduce StructureNFT, an RL-based approach that uses structure-preserving losses to transfer learned priors to real-world scenes.
  • They also propose TexBench, a general-purpose real-world benchmark to better evaluate text-guided texture editing beyond existing Blender-based datasets.
  • Experiments show TexEditor consistently outperforming strong baselines on Blender benchmarks and TexBench, with validation on ImgEdit for generalization, and the code/data are released on GitHub.

Abstract

Text-guided texture editing aims to modify object appearance while preserving the underlying geometric structure. However, our empirical analysis reveals that even SOTA editing models frequently struggle to maintain structural consistency during texture editing, despite the intended changes being purely appearance-related. Motivated by this observation, we jointly enhance structure preservation from both data and training perspectives, and build TexEditor, a dedicated texture editing model based on Qwen-Image-Edit-2509. Firstly, we construct TexBlender, a high-quality SFT dataset generated with Blender, which provides strong structural priors for a cold start. Sec- ondly, we introduce StructureNFT, a RL-based approach that integrates structure-preserving losses to transfer the structural priors learned during SFT to real-world scenes. Moreover, due to the limited realism and evaluation coverage of existing benchmarks, we introduce TexBench, a general-purpose real-world benchmark for text-guided texture editing. Extensive experiments on existing Blender-based texture benchmarks and our TexBench show that TexEditor consistently outperforms strong baselines such as Nano Banana Pro. In addition, we assess TexEditor on the general purpose benchmark ImgEdit to validate its generalization. Our code and data are available at https://github.com/KlingAIResearch/TexEditor.