arXiv Computer Vision

Adaptive Dual-Constrained Line Aggregation for Cross-Paradigm Line Segment Detection

The paper introduces Adaptive Dual-Constrained Line Aggregation (ADLA), a framework that extracts line segments across multiple detection paradigms by aggregating pixels from an edge strength map under orientation coherence and bounded orthogonal distance constraints. ADLA dynamically updates line centroids and orientations, incorporates edge strength into various stages, and reduces parameter tuning. Experiments on generic, wireframe, and Manhattan line segment datasets show strong performance, achieving F^H scores of 0.8665, 0.8720, and 0.7297 respectively.

arXiv Machine Learning
Aug 31

Depth-Aware Pothole Detection Using YOLO and RT-DETR at the Edge

The paper introduces a depth‑aware pothole detection framework that fuses RGB‑D sensor data and evaluates five architectures—YOLOv8n, YOLOv8nSeg, YOLOv9t, RTDETRL, and RTDETRX—on the PothRGBD dataset. YOLOv8nSeg achieves the highest detection performance (mAP@50 = 0.9556, mAP@50_95 = 0.6758) and the most accurate depth estimate (2.96 cm), while YOLOv8n offers the fastest inference (3.6 ms) and RTDETRX delivers the highest detection confidence (92.70 %). The study also shows that even after RANSAC orthorectification, bounding‑box models overestimate pothole depth by 0.16–0.21 cm, indicating a structural bias rather than a calibration error.

By Md Monjurul Ahsan Prodhan, Md Nour Hossain
Hugging Face Trending Papers
Aug 10

Structure-Enhanced Features and Quality-Aware Dynamic Anchor Scoring for Robust Lane Detection

Lane detection requires recovering thin, elongated, and frequently occluded lane structures under challenging driving conditions. While anchor-based detectors provide efficient candidate generation, their performance is limited by two coupled issues: backbone features often lose structural continuity along partially visible lanes, and classification confidence may decouple from line-level localization quality, allowing inaccurate anchors to persist before non-maximum suppression (NMS).