Telescope: Learnable Hyperbolic Foveation for Ultra-Long-Range Object Detection

arXiv cs.CV / 4/9/2026

💬 OpinionSignals & Early TrendsModels & Research

Key Points

  • The paper presents Telescope, a two-stage object detection model aimed at autonomous highway driving needs where critical objects must be detected beyond 500 meters for safe braking distances.
  • It targets the core failure mode of long-range detection—distant objects occupying only a few pixels—by introducing a novel re-sampling layer and image transformation mechanism.
  • Telescope is designed for image-based scalability given that commercially available LiDAR sensors lack sufficient effective ultra-long-range capability due to distance-related resolution loss.
  • The authors report a 76% relative mAP improvement over state-of-the-art methods, raising absolute mAP from 0.185 to 0.326 for distances beyond 250 meters, while keeping computational overhead minimal.
  • The method is reported to maintain strong detection performance across different ranges, suggesting robustness beyond just the longest distances.
  • categories は models-research と signals-early-trends の両方が該当する内容です。

Abstract

Autonomous highway driving, especially for long-haul heavy trucks, requires detecting objects at long ranges beyond 500 meters to satisfy braking distance requirements at high speeds. At long distances, vehicles and other critical objects occupy only a few pixels in high-resolution images, causing state-of-the-art object detectors to fail. This challenge is compounded by the limited effective range of commercially available LiDAR sensors, which fall short of ultra-long range thresholds because of quadratic loss of resolution with distance, making image-based detection the most practically scalable solution given commercially available sensor constraints. We introduce Telescope, a two-stage detection model designed for ultra-long range autonomous driving. Alongside a powerful detection backbone, this model contains a novel re-sampling layer and image transformation to address the fundamental challenges of detecting small, distant objects. Telescope achieves 76\% relative improvement in mAP in ultra-long range detection compared to state-of-the-art methods (improving from an absolute mAP of 0.185 to 0.326 at distances beyond 250 meters), requires minimal computational overhead, and maintains strong performance across all detection ranges.