English

Vision-Language Feature Alignment for Road Anomaly Segmentation

Computer Vision and Pattern Recognition 2026-03-03 v1

Abstract

Safe autonomous systems in complex environments require robust road anomaly segmentation to identify unknown obstacles. However, existing approaches often rely on pixel-level statistics to determine whether a region appears anomalous. This reliance leads to high false-positive rates on semantically normal background regions such as sky or vegetation, and poor recall of true Out-of-distribution (OOD) instances, thereby posing safety risks for robotic perception and decision-making. To address these challenges, we propose VL-Anomaly, a vision-language anomaly segmentation framework that incorporates semantic priors from pre-trained Vision-Language Models (VLMs). Specifically, we design a prompt learning-driven alignment module that adapts Mask2Forme's visual features to CLIP text embeddings of known categories, effectively suppressing spurious anomaly responses in background regions. At inference time, we further introduce a multi-source inference strategy that integrates text-guided similarity, CLIP-based image-text similarity and detector confidence, enabling more reliable anomaly prediction by leveraging complementary information sources. Extensive experiments demonstrate that VL-Anomaly achieves state-of-the-art performance on benchmark datasets including RoadAnomaly, SMIYC and Fishyscapes.Code is released on https://github.com/NickHezhuolin/VL-aligner-Road-anomaly-segment.

Keywords

Cite

@article{arxiv.2603.01029,
  title  = {Vision-Language Feature Alignment for Road Anomaly Segmentation},
  author = {Zhuolin He and Jiacheng Tang and Jian Pu and Xiangyang Xue},
  journal= {arXiv preprint arXiv:2603.01029},
  year   = {2026}
}
R2 v1 2026-07-01T10:57:51.759Z