CVMay 22, 2025

LINEA: Fast and Accurate Line Detection Using Scalable Transformers

arXiv:2505.16264v1h-index: 1ICIP
Originality Highly original
AI Analysis

This work addresses a bottleneck for real-time video analysis applications by improving the speed and accuracy of line detection without requiring extensive pretraining.

The paper tackles the problem of slow inference speeds in transformer-based line detection methods, which hinders their use in low-latency applications like video analysis, by introducing LINEA with Deformable Line Attention (DLA) to eliminate the need for pretraining on large datasets. The result is a method that is significantly faster and outperforms previous models on sAP in out-of-distribution testing.

Line detection is a basic digital image processing operation used by higher-level processing methods. Recently, transformer-based methods for line detection have proven to be more accurate than methods based on CNNs, at the expense of significantly lower inference speeds. As a result, video analysis methods that require low latencies cannot benefit from current transformer-based methods for line detection. In addition, current transformer-based models require pretraining attention mechanisms on large datasets (e.g., COCO or Object360). This paper develops a new transformer-based method that is significantly faster without requiring pretraining the attention mechanism on large datasets. We eliminate the need to pre-train the attention mechanism using a new mechanism, Deformable Line Attention (DLA). We use the term LINEA to refer to our new transformer-based method based on DLA. Extensive experiments show that LINEA is significantly faster and outperforms previous models on sAP in out-of-distribution dataset testing.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes