paper-with-me

Papers

Fisher-aware Quantization for DETR Detectors with Critical-category Objectives

2024-07-03 · Huanrui Yang, Yafeng Huang, Zhen Dong, Denis A Gudovskiy, Tomoyuki Okuno, Yohei Nakata, Yuan Du, Kurt Keutzer, Shanghang Zhang

The impact of quantization on the overall performance of deep learning models is a well-studied problem. However, understanding and mitigating its effects on a more fine-grained level is still lacking, especially for harder tasks such as object detection with both classification and regression objectives. This work defines the performance for a subset of task-critical categories, i.e. the critical-category performance, as a crucial yet largely overlooked fine-grained objective for detection tasks. We analyze the impact of quantization at the category-level granularity, and propose methods to improve performance for the critical categories. Specifically, we find that certain critical categories have a higher sensitivity to quantization, and are prone to overfitting after quantization-aware training (QAT). To explain this, we provide theoretical and empirical links between their performance gaps and the corresponding loss landscapes with the Fisher information framework. Using this evidence, we apply a Fisher-aware mixed-precision quantization scheme, and a Fisher-trace regularization for the QAT on the critical-category loss landscape. The proposed methods improve critical-category metrics of the quantized transformer-based DETR detectors. They are even more significant in case of larger models and higher number of classes where the overfitting becomes more severe. For example, our methods lead to 10.4% and 14.5% mAP gains for, correspondingly, 4-bit DETR-R50 and Deformable DETR on the most impacted critical classes in the COCO Panoptic dataset.

📄 PDF Abstract BibTeX arXiv:2407.03442

Code (0)

등록된 구현이 없습니다.

Tasks

object-detectionObject DetectionQuantization

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Multi-Head Attention 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Residual Connection 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…

Similar Papers 제목 키워드 기반

EW-DETR: Evolving World Object Detection via Incremental Low-Rank DEtection TRansformer

2026-02-24 · Munish Monga, Vishal Chudasama, Pankaj Wasnik, C. V. Jawahar arxiv

Real-world object detection must operate in evolving environments where new classes emerge, domains shift, and unseen objects must be identified as "unknown": all without accessing prior data. We introduce Evolving World…

Incremental LearningDomain AdaptationObject Detection

DETRDistill: A Universal Knowledge Distillation Framework for DETR-families

2022-11-17 · ICCV 2023 1 · Jiahao Chang, Shuo Wang, HaiMing Xu, Zehui Chen 외

Transformer-based detectors (DETRs) are becoming popular for their simple framework, but the large model size and heavy time consumption hinder their deployment in the real world. While knowledge distillation (KD) can be…

Knowledge Distillationobject-detectionObject Detection

Multi-bit Distributed Detection of Sparse Stochastic Signals over Error-Prone Reporting Channels

2024-11-06 · Linlin Mao, Shefeng Yan, Zeping Sui, Hongbin Li

We consider a distributed detection problem within a wireless sensor network (WSN), where a substantial number of sensors cooperate to detect the existence of sparse stochastic signals. To achieve a trade-off between det…

Quantization

Evaluating the Adversarial Robustness of Detection Transformers

2024-12-25 · Amirhossein Nazeri, Chunheng Zhao, Pierluigi Pisu

Robust object detection is critical for autonomous driving and mobile robotics, where accurate detection of vehicles, pedestrians, and obstacles is essential for ensuring safety. Despite the advancements in object detect…

Adversarial RobustnessAutonomous DrivingObjectobject-detection+2

CLoCKDistill: Consistent Location-and-Context-aware Knowledge Distillation for DETRs

2025-02-15 · Qizhen Lan, Qing Tian

Object detection has advanced significantly with Detection Transformers (DETRs). However, these models are computationally demanding, posing challenges for deployment in resource-constrained environments (e.g., self-driv…

DenoisingKnowledge Distillationobject-detectionObject Detection+1