VPDETR: End-to-End Vanishing Point DEtection TRansformers

Taiyan Chen,Xianghua Ying,Jinfa Yang,Ruibin Wang,Ruohao Guo,Bowei Xing,Ji Shi
DOI: https://doi.org/10.1609/aaai.v38i2.27881
2024-01-01
Abstract:In the field of vanishing point detection, previous works commonly relied on extracting and clustering straight lines or classifying candidate points as vanishing points. This paper proposes a novel end-to-end framework, called VPDETR (Vanishing Point DEtection TRansformer), that views vanishing point detection as a set prediction problem, applicable to both Manhattan and non-Manhattan world datasets. By using the positional embedding of anchor points as queries in Transformer decoders and dynamically updating them layer by layer, our method is able to directly input images and output their vanishing points without the need for explicit straight line extraction and candidate points sampling. Additionally, we introduce an orthogonal loss and a cross-prediction loss to improve accuracy on the Manhattan world datasets. Experimental results demonstrate that VPDETR achieves competitive performance compared to state-of-the-art methods, without requiring post-processing.
What problem does this paper attempt to address?