菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-07-09
📄 Abstract - Wat3R: Underwater 3D Geometry Learning without Annotations

Estimating 3D geometry in underwater environments presents unique challenges due to light attenuation, scattering, and the absence of large-scale, high-quality 3D annotations. Pioneering methods rely on massive dense annotations that are impractical in underwater settings. In this paper, we propose Wat3R, a cross-domain semi-supervised learning framework designed to adapt feed-forward 3D reconstruction models from air to underwater scenes. Uniquely, our method eliminates the need for any annotated underwater data following a teacher-student architecture, that learns robust geometry representations merely on abundant unlabeled real underwater video footage. We also design a cross-view consistency loss that leverages geometric cues from other views to compensate for the information degradation in the current view caused by water attenuation and scattering. Furthermore, considering the lack of comprehensive evaluation benchmarks, we construct Water3D, a diverse dataset covering various water bodies and underwater scenarios, designed for geometric task evaluation. Experimental results demonstrate that Wat3R outperforms current state-of-the-art methods in underwater multi-view depth estimation and point cloud reconstruction. The dataset and code are available at this https URL .

顶级标签: computer vision 3d reconstruction semi-supervised learning
详细标签: underwater 3d semi-supervised teacher-student cross-view consistency depth estimation 或 搜索:

Wat3R:无需标注的水下3D几何学习 / Wat3R: Underwater 3D Geometry Learning without Annotations


1️⃣ 一句话总结

本文提出了一种名为Wat3R的半监督学习框架,通过教师-学生模型和跨视角一致性损失,仅利用未标注的水下视频数据就能将空气中的3D重建模型迁移到水下场景,无需任何水下标注,并在自建的多场景数据集Water3D上取得了优于现有方法的深度估计和点云重建效果。

源自 arXiv: 2607.08772