用半监督学习提升遥感图像单目高度估计精度
TSE-Net: Semi-supervised Monocular Height Estimation from Single Remote Sensing Images
- 构建教师-学生-考试三网络自训练框架,利用伪标签挖掘无标注数据
- 在三个不同分辨率数据集上实现性能提升,长尾分布问题通过分层双切策略缓解
- 适合遥感、地理信息等领域研究者,尤其关注低标注成本场景
单目高度估计在遥感三维感知中至关重要,为多视角或激光雷达方法提供低成本替代方案。尽管深度学习显著提升了单目高度估计能力,但其性能仍受限于标注数据的稀缺性——高质量标注获取成本高、耗时长,制约了模型泛化与表现。为克服此瓶颈,本文提出基于半监督学习的TSE-Net框架,利用大规模无标注数据提取有效特征。该框架包含教师、学生和考试网络:学生网络在无标注数据上使用教师网络生成的伪标签进行训练;考试网络作为学生网络的时间集成版本以稳定性能。教师网络采用联合回归与分类结构:回归分支输出高度值作为伪标签,分类分支预测高度类别及类别概率,用于筛选伪标签。高度类别通过分层双切策略定义,以应对高度分布的长尾特性;类别概率通过Plackett-Luce模型校准,反映伪标签的预期准确性。我们在三个涵盖不同分辨率与成像模态的数据集上验证了该方法,代码已开源。
原文摘要 · Abstract (English)
Monocular height estimation plays a critical role in 3D perception for remote sensing, offering a cost-effective alternative to multi-view or LiDAR-based methods. While deep learning has significantly advanced the capabilities of monocular height estimation, these methods remain fundamentally limited by the availability of labeled data, which are expensive and labor-intensive to obtain at scale. The scarcity of high-quality annotations hinders the generalization and performance of existing models. To overcome this limitation, we propose leveraging large volumes of unlabeled data through a semi-supervised learning framework, enabling the model to extract informative cues from unlabeled samples and improve its predictive performance. In this work, we introduce TSE-Net, a self-training pipeline for semi-supervised monocular height estimation. The pipeline integrates teacher, student, and exam networks. The student network is trained on unlabeled data using pseudo-labels generated by the teacher network, while the exam network functions as a temporal ensemble of the student network to stabilize performance. The teacher network is formulated as a joint regression and classification model: the regression branch predicts height values that serve as pseudo-labels, and the classification branch predicts height value classes along with class probabilities, which are used to filter pseudo-labels. Height value classes are defined using a hierarchical bi-cut strategy to address the inherent long-tailed distribution of heights, and the predicted class probabilities are calibrated with a Plackett-Luce model to reflect the expected accuracy of pseudo-labels. We evaluate the proposed pipeline on three datasets spanning different resolutions and imaging modalities. Codes are available at https://github.com/zhu-xlab/tse-net.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。