PulseAugur
LIVE 04:12:10
research · [1 source] ·
0
research

Object detection models show mixed robustness to quantization and input degradations

A new study investigates how post-training quantization (PTQ) affects the robustness of YOLO object detection models when faced with real-world input degradations like noise and blur. Researchers evaluated various precision formats, including Static INT8, and proposed a degradation-aware calibration strategy. While Static INT8 offers significant speedups, the proposed calibration method did not consistently improve robustness across most models and degradations, though some benefits were seen in larger models under specific noise conditions. AI

Summary written by gemini-2.5-flash-lite from 1 source. How we write summaries →

IMPACT Provides insights into deploying quantized object detection models in uncontrolled environments, highlighting challenges in robustness.

RANK_REASON Academic paper evaluating model robustness to input degradations.

Read on arXiv cs.CV →

COVERAGE [1]

  1. arXiv cs.CV TIER_1 · Toghrul Karimov, Hassan Imani, Allan Kazakov ·

    Quantization Robustness to Input Degradations for Object Detection

    arXiv:2508.19600v3 Announce Type: replace Abstract: Post-training quantization (PTQ) is crucial for deploying efficient object detection models, like YOLO, on resource-constrained devices. However, the impact of reduced precision on model robustness to real-world input degradatio…