用混合密度模型解决深度估计中的飞点问题
Modeling Depth Ambiguity: A Mixture-Density Representation for Flying-Point-Free Depth Estimation

- 为每个像素预测多个深度假设及其概率
- 边界处准确还原双表面,飞点减少90%以上
- 适用于透明物体和天空区域,适合计算机视觉项目
尽管深度估计技术取得进展,飞点仍是常见问题:在物体边界附近,深度估计算法常在前景与背景之间空隙中预测虚假3D点。我们发现这一现象源于标准建模方式——为每个像素分配单一深度假设。在边界处,像素可能同时跨越前景与背景表面,真实深度存在歧义。单一直接预测无法同时保留两种可能,训练时会强制预测向两者之间的中间位置靠拢,从而产生飞点。为此,我们提出MDA(混合密度表示),允许模型为每个像素输出多个深度假设及其对应概率。在边界区域,不同假设可分别对齐不同表面,解码时从这些假设中选择,而非置于两表面之间的空隙中。在多种骨干网络上,MDA显著提升边界重建效果,大幅消除飞点,即使在严重输入模糊下依然有效,且运行开销几乎不变。该框架自然延伸至透明物体,可在透明像素处预测多层深度;并引入专用组件分离无限远天空与有限深度区域,生成无飞点的天际线。项目页面:https://biansy000.github.io/mda-site/
原文摘要 · Abstract (English)
Despite advances in depth estimation, flying points remain a persistent failure mode: near object boundaries, depth estimators often predict spurious 3D points in the empty space between foreground and background surfaces. We trace this artifact to a standard modeling choice: assigning each pixel a single depth hypothesis. At boundaries, a pixel can straddle a foreground and a background surface, so its true depth is ambiguous between the two. A model that predicts a single depth cannot keep both possibilities, so training instead pulls the prediction toward an intermediate depth that lies on neither surface. We address this with MDA, a mixture-density representation that lets the model predict multiple depth hypotheses and their associated probabilities for each pixel. Near boundaries, different hypotheses can align with different surfaces, and the decoded depth is selected from one of these hypotheses rather than placed in the empty space between them. Across different backbones, MDA substantially improves boundary reconstruction and largely removes flying-point artifacts even under severe input blur, while adding negligible runtime overhead. The same mixture-density framework naturally extends to transparent objects, where it predicts multiple depth layers at transparent pixels, and to sky regions, where a dedicated component separates the unbounded sky from finite-depth regions, producing flying-point-free skylines. Project Page: https://biansy000.github.io/mda-site/.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。