对比不同深度残差网络在机器人视觉中的表现,发现环境变化影响检测置信度。
Benchmarking ResNet Backbones in RT-DETR: Impact of Depth and Regularization under environmental conditions

- 用四种ResNet骨干网络比较光照与背景变化下的检测表现
- 光照变化下ResNet50精度高、置信度达0.869,延迟约0.058毫秒
- 背景变化时ResNet34更稳定,置信度最高达0.887,适合实际部署
视觉感知在竞技机器人中至关重要,环境变化会直接影响实时检测性能。现有基于Transformer的检测器文献缺乏对骨干网络规模和环境设置影响的系统研究。本文针对竞技机器人场景,对比评估了RT-DETR在不同光照与背景对比度变化下对圆形目标的检测表现,采用四种ResNet骨干网络(ResNet18、ResNet34、ResNet50、ResNet101)并测试不同丢弃率的影响。所有模型在相同配置下训练,于环境变化条件下评估。结果表明,环境条件主要影响预测置信度,而推理延迟基本不变,分类准确率始终接近或超过1.00。在光照变化下,ResNet50表现最优,兼具接近满分的精度、最高0.869的置信度及约0.058–0.059毫秒的延迟;在背景变化下,ResNet34表现最均衡,精度接近满分,置信度最高达0.887。这说明最优架构依赖于具体环境扰动类型,中等深度模型在性能与效率间取得最佳平衡。
原文摘要 · Abstract (English)
Visual perception plays a central role in competitive robotics, where environmental variations can directly affect real-time detection performance. The related literature on transformer-based detectors lack information regarding the impact of backbone scale and environmental settings on model performance. This work presents a comparative evaluation of RT-DETR for detecting round objects under environmental and hyperparameter variations relevant to competitive robotics. Four ResNet backbones (ResNet18, ResNet34, ResNet50, and ResNet101) were compared using dropout rates, analyzing their effect on confidence and accuracy. All models were trained under the same configuration and evaluated under changes in lighting and background contrast. Environmental conditions primarily impact prediction confidence, while inference latency remains largely unaffected and classification accuracy stays consistently high, approaching or above 1.00 in most cases. Two distinct behaviors were observed. Under illumination variation, ResNet50 achieves the best trade-off, combining near-perfect accuracy, confidence values up to approximately 0.869 and latency around 0.058-0.059 ms. Under background variation, ResNet34 provides the most balanced performance, reaching near-perfect accuracy and higher confidence values up to approximately 0.887. These results indicate that the optimal architecture depends on the type of environmental variation, with intermediate-depth models offering the best balance between performance and efficiency.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。