AI Navigate

SeeClear: Reliable Transparent Object Depth Estimation via Generative Opacification

arXiv cs.CV / 3/23/2026

📰 NewsTools & Practical UsageModels & Research

Key Points

  • SeeClear introduces a diffusion-based generative opacification module that converts transparent regions into geometrically consistent opaque shapes to enable stable monocular depth estimation of transparent objects.
  • The pipeline localizes transparent regions, applies opacification, and then uses an off-the-shelf monocular depth estimator without retraining or architectural changes.
  • To train the opacification model, the authors create SeeClear-396k, a synthetic dataset with 396,000 paired transparent-opaque renderings.
  • Experiments on synthetic and real-world datasets show that SeeClear significantly improves depth estimation for transparent objects.
  • A project page for SeeClear is provided at https://heyumeng.com/SeeClear-web/.

Abstract

Monocular depth estimation remains challenging for transparent objects, where refraction and transmission are difficult to model and break the appearance assumptions used by depth networks. As a result, state-of-the-art estimators often produce unstable or incorrect depth predictions for transparent materials. We propose SeeClear, a novel framework that converts transparent objects into generative opaque images, enabling stable monocular depth estimation for transparent objects. Given an input image, we first localize transparent regions and transform their refractive appearance into geometrically consistent opaque shapes using a diffusion-based generative opacification module. The processed image is then fed into an off-the-shelf monocular depth estimator without retraining or architectural changes. To train the opacification model, we construct SeeClear-396k, a synthetic dataset containing 396k paired transparent-opaque renderings. Experiments on both synthetic and real-world datasets show that SeeClear significantly improves depth estimation for transparent objects. Project page: https://heyumeng.com/SeeClear-web/