paper-with-me

Papers

Utilizing dynamic sparsity on pretrained DETR

2025-10-10 · Reza Sedghi, Anand Subramoney, David Kappel arxiv

Efficient inference with transformer-based models remains a challenge, especially in vision tasks like object detection. We analyze the inherent sparsity in the MLP layers of DETR and introduce two methods to exploit it without retraining. First, we propose Static Indicator-Based Sparsification (SIBS), a heuristic method that predicts neuron inactivity based on fixed activation patterns. While simple, SIBS offers limited gains due to the input-dependent nature of sparsity. To address this, we introduce Micro-Gated Sparsification (MGS), a lightweight gating mechanism trained on top of a pretrained DETR. MGS predicts dynamic sparsity using a small linear layer and achieves up to 85 to 95% activation sparsity. Experiments on the COCO dataset show that MGS maintains or even improves performance while significantly reducing computation. Our method offers a practical, input-adaptive approach to sparsification, enabling efficient deployment of pretrained vision transformers without full model retraining.

📄 PDF Abstract BibTeX arXiv:2510.09380

Code (0)

등록된 구현이 없습니다.

Tasks

Object Detection

Similar Papers 제목 키워드 기반

Dynamic MDETR: A Dynamic Multimodal Transformer Decoder for Visual Grounding

2022-09-28 · Fengyuan Shi, Ruopeng Gao, Weilin Huang, LiMin Wang

Multimodal transformer exhibits high capacity and flexibility to align image and text for visual grounding. However, the existing encoder-only grounding framework (e.g., TransVG) suffers from heavy computation due to the…

DecoderVisual Grounding

Hybrid Proposal Refiner: Revisiting DETR Series from the Faster R-CNN Perspective

2024-01-01 · CVPR 2024 1 · Jinjing Zhao, Fangyun Wei, Chang Xu

With the transformative impact of the Transformer DETR pioneered the application of the encoder-decoder architecture to object detection. A collection of follow-up research e.g. Deformable DETR aims to enhance DETR w…

Decoderobject-detectionObject Detection

RF-DETR Object Detection vs YOLOv12 : A Study of Transformer-based and CNN-based Architectures for Single-Class and Multi-Class Greenfruit Detection in Complex Orchard Environments Under Label Ambiguity

2025-04-17 · Ranjan Sapkota, Rahul Harsha Cheppally, Ajay Sharda, Manoj Karkee

This study conducts a detailed comparison of RF-DETR object detection base model and YOLOv12 object detection model configurations for detecting greenfruits in a complex orchard environment marked by label ambiguity, occ…

Computational EfficiencyObjectobject-detectionObject Detection

QKVA grid: Attention in Image Perspective and Stacked DETR

2022-07-09 · Wenyuan Sheng

We present a new model named Stacked-DETR(SDETR), which inherits the main ideas in canonical DETR. We improve DETR in two directions: simplifying the cost of training and introducing the stacked architecture to enhance t…

MonoDETRNext: Next-Generation Accurate and Efficient Monocular 3D Object Detector

2024-05-24 · Pan Liao, Feng Yang, Di wu, Wenhui Zhao 외

Monocular 3D object detection has vast application potential across various fields. DETR-type models have shown remarkable performance in different areas, but there is still considerable room for improvement in monocular…

3D Object DetectionComputational EfficiencyDepth EstimationDepth Prediction+3