paper-with-me

Papers

Improving Transformer Based Line Segment Detection with Matched Predicting and Re-ranking

2025-02-25 · Xin Tong, Shi Peng, Baojie Tian, Yufei Guo, Xuhui Huang, Zhe Ma

Classical Transformer-based line segment detection methods have delivered impressive results. However, we observe that some accurately detected line segments are assigned low confidence scores during prediction, causing them to be ranked lower and potentially suppressed. Additionally, these models often require prolonged training periods to achieve strong performance, largely due to the necessity of bipartite matching. In this paper, we introduce RANK-LETR, a novel Transformer-based line segment detection method. Our approach leverages learnable geometric information to refine the ranking of predicted line segments by enhancing the confidence scores of high-quality predictions in a posterior verification step. We also propose a new line segment proposal method, wherein the feature point nearest to the centroid of the line segment directly predicts the location, significantly improving training efficiency and stability. Moreover, we introduce a line segment ranking loss to stabilize rankings during training, thereby enhancing the generalization capability of the model. Experimental results demonstrate that our method outperforms other Transformer-based and CNN-based approaches in prediction accuracy while requiring fewer training epochs than previous Transformer-based models.

📄 PDF Abstract BibTeX arXiv:2502.17766

Code (0)

등록된 구현이 없습니다.

Tasks

Line Segment DetectionRe-Ranking

Similar Papers 제목 키워드 기반

BIOT: Biosignal Transformer for Cross-data Learning in the Wild

2023-09-21 · NeurIPS 2023 11

Biological signals, such as electroencephalograms (EEG), play a crucial role in numerous clinical applications, exhibiting diverse data formats and quality profiles. Current deep learning models for biosignals (based on …

BoxeR: Box-Attention for 2D and 3D Transformers

2021-11-25 · CVPR 2022 1 · Duy-Kien Nguyen, Jihong Ju, Olaf Booij, Martin R. Oswald 외

In this paper, we propose a simple attention mechanism, we call box-attention. It enables spatial interaction between grid features, as sampled from boxes of interest, and improves the learning capability of transformers…

3D Object DetectionInstance Segmentationobject-detectionObject Detection+1

Line Segment Detection Using Transformers without Edges

2021-01-06 · CVPR 2021 1 · Yifan Xu, Weijian Xu, David Cheung, Zhuowen Tu

In this paper, we present a joint end-to-end line segment detection algorithm using Transformers that is post-processing and heuristics-guided intermediate processing (edge/junction/region detection) free. Our method, na…

DecoderLine Segment DetectionMulti-Task Learning

DT-LSD: Deformable Transformer-based Line Segment Detection

2024-11-20 · Sebastian Janampa, Marios Pattichis

Line segment detection is a fundamental low-level task in computer vision, and improvements in this task can impact more advanced methods that depend on it. Most new methods developed for line segment detection are based…

DenoisingLine Segment Detection

Uni-3D: A Universal Model for Panoptic 3D Scene Reconstruction

2023-01-01 · ICCV 2023 1 · Xiang Zhang, Zeyuan Chen, Fangyin Wei, Zhuowen Tu

Performing holistic 3D scene understanding from a single-view observation, involving generating instance shapes and 3D scene segmentation, is a long-standing challenge. Prevailing works either focus only on geometry …

3D Scene ReconstructionImage SegmentationPanoptic SegmentationScene Parsing+4