arXiv:2602.23575cs.CVcs.AI2026-02被引 1

通过视角循环一致性提升自动驾驶鸟瞰图语义分割精度

CycleBEV: Regularizing View Transformation Networks via View Cycle Consistency for Bird's-Eye-View Semantic Segmentation

  • 引入反向视角转换网络,利用循环一致性正则化训练
  • 在nuScenes数据集上最高提升4.86点mIoU,尤其改善车辆检测
  • 仅训练时使用,推理无额外开销,适合实际部署场景

将透视图(PV)特征转换到鸟瞰图(BEV)空间在自动驾驶中仍面临深度模糊和遮挡挑战。本文提出CycleBEV正则化框架,增强现有视角转换(VT)模型的性能。受循环一致性启发,设计反向视角转换(IVT)网络,将BEV分割图映射回PV分割图,并通过循环一致性损失在训练中正则化VT网络,使其从输入的PV图像中捕捉更丰富的语义与几何信息。为进一步挖掘IVT网络潜力,将循环一致性扩展至几何与表示空间。在nuScenes大规模数据集上对四种代表性VT模型进行评估,覆盖三种主要范式。实验结果表明,所有模型均获得稳定提升:可行驶区域、车辆、行人三类分别提升0.74、4.86、3.74 mIoU,且不增加推理复杂度,因IVT网络仅用于训练。代码已公开于https://github.com/JeongbinHong/CycleBEV。

原文摘要 · Abstract (English)

Transforming image features from perspective view (PV) space to bird's-eye-view (BEV) space remains challenging in autonomous driving due to depth ambiguity and occlusion. Although several view transformation (VT) paradigms have been proposed, the challenge still remains. In this paper, we propose a new regularization framework, dubbed CycleBEV, that enhances existing VT models for BEV semantic segmentation. Inspired by cycle consistency, widely used in image distribution modeling, we devise an inverse view transformation (IVT) network that maps BEV segmentation maps back to PV segmentation maps and use it to regularize VT networks during training through cycle consistency losses, enabling them to capture richer semantic and geometric information from input PV images. To further exploit the capacity of the IVT network, we introduce two novel ideas that extend cycle consistency into geometric and representation spaces. We evaluate CycleBEV on four representative VT models covering three major paradigms using the large-scale nuScenes dataset. Experimental results show consistent improvements -- with gains of up to 0.74, 4.86, and 3.74 mIoU for drivable area, vehicle, and pedestrian classes, respectively -- without increasing inference complexity, since the IVT network is used only during training. The implementation code is available at https://github.com/JeongbinHong/CycleBEV.

鸟瞰图分割视角转换循环一致性自动驾驶

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。