TransNormal-2: Geometry-Grounded Rectified Flow with Edge-Aware Decoding for Precise Normal Estimation

Mingwei Li, Yi Yang, Hehe Fan

arXiv:2609.06665 · 2026-09-09 공개 · arXiv · PDF

rectified-flow flux-2 vae-decoder monocular-geometry normal-estimation clearpose geometry-aware-loss edge-aware-regularization

Abstract

Diffusion-based models enable monocular geometry estimation, yet their pixel-space precision is limited by a shared, under-studied error source: VAE reconstruction degradation. The 8x spatial compression in the VAE encoder-decoder degrades surface normals at object boundaries; even encoding and decoding ground-truth normals introduces 1.3--8.5° of mean angular error (MAE), with edge MAE reaching 2.8x the global MAE. We present TransNormal-2, a FLUX.2-based rectified-flow framework with single-step deterministic inference that addresses this degradation on both sides of the VAE decoder: in how latent predictions are supervised during training, and in how decoded normals are corrected at inference. First, geometry-aware pixel-space losses, including inverse rendering self-consistency, von~Mises-Fisher angular loss, and wavelet edge-aware regularization, complement latent MSE by enforcing spherical normal geometry and diffuse image-formation cues after VAE decoding. Second, a lightweight Geometric Refinement Module (GRM) applies an RGB-guided residual correction to reduce boundary-localized decoding errors without freely rewriting the coarse prediction. On general-scene benchmarks, TransNormal-2 matches or exceeds MoGe-2 on all eight reported metrics while using only 1.4% as many task-specific normal annotations. The gains are clearest for transparent objects, reducing MAE by 4.2° on ClearGrasp and 3.1° on ClearPose over the strongest prior baselines. Code will be released at https://longxiang-ai.github.io/TransNormal-2.

한국어 요약

한 줄 요약

TransNormal-2는 VAE 재구성 오류를 해결한 정밀 법선 추정 모델로, ClearGrasp에서 4.2°의 MAE 감소를 달성.

핵심 기여도

핵심 아이디어

기존 diffusion 모델은 VAE의 8× 공간 압축으로 인해 경계에서 법선 추정 오류가 발생하며, 이는 정확도에 큰 영향을 미친다. TransNormal-2는 이 문제를 해결하기 위해 두 가지 접근을 결합한다. 첫째, VAE 디코딩 후에도 기하학적 일관성을 유지하도록 inverse rendering self-consistency와 von Mises-Fisher angular loss를 사용하여 loss를 설계한다. 둘째, GRM을 통해 RGB 이미지 정보를 활용해 경계 오류를 보정하면서 전체 예측을 재작성하지 않는다. 이는 기존의 loss 기반 접근과 달리, 공간적 일관성을 유지하면서 정밀도를 향상시킨다.

기술적 접근법

주요 결과

의의 및 한계

TransNormal-2는 VAE 재구성 오류를 정밀하게 해결함으로써, 기존 diffusion 모델의 한계를 극복한 사례로, 법선 추정 분야에서 중요한 기여를 한다. 특히, GRM과 geometry-aware loss는 경계 오류를 줄이는 데 효과적이며, 라벨 데이터를 최소화하면서도 높은 정확도를 유지하는 점에서 실용적 가치가 크다. 그러나, 모델이 특정 유형의 투명 물체에만 효과적일 수 있으며, 더 다양한 환경에서의 일반화 능력은 추가 연구가 필요하다.

실용적 활용

TransNormal-2는 로봇 비전, 3D 재구성, AR/VR 등에서 정밀 법선 추정이 필요한 분야에 적용 가능하다. 특히, 라벨 데이터가 제한된 상황에서 유용하며, 투명 물체 처리 능력은 산업 자동화 및 의료 영상 분석에 기여할 수 있다.