CVAIDec 9, 2024

Elastic-DETR: Making Image Resolution Learnable with Content-Specific Network Prediction

arXiv:2412.06341v13 citationsh-index: 6
Originality Incremental advance
AI Analysis

This work addresses the need for automated resolution tuning in object detection, offering a domain-specific improvement for computer vision applications.

The paper tackles the inflexibility of manually selecting image resolutions in object detectors by introducing Elastic-DETR, a method that learns adaptive resolutions based on image content, resulting in up to a 3.5% accuracy gain or 26% reduction in computation compared to baseline models.

Multi-scale image resolution is a de facto standard approach in modern object detectors, such as DETR. This technique allows for the acquisition of various scale information from multiple image resolutions. However, manual hyperparameter selection of the resolution can restrict its flexibility, which is informed by prior knowledge, necessitating human intervention. This work introduces a novel strategy for learnable resolution, called Elastic-DETR, enabling elastic utilization of multiple image resolutions. Our network provides an adaptive scale factor based on the content of the image with a compact scale prediction module (< 2 GFLOPs). The key aspect of our method lies in how to determine the resolution without prior knowledge. We present two loss functions derived from identified key components for resolution optimization: scale loss, which increases adaptiveness according to the image, and distribution loss, which determines the overall degree of scaling based on network performance. By leveraging the resolution's flexibility, we can demonstrate various models that exhibit varying trade-offs between accuracy and computational complexity. We empirically show that our scheme can unleash the potential of a wide spectrum of image resolutions without constraining flexibility. Our models on MS COCO establish a maximum accuracy gain of 3.5%p or 26% decrease in computation than MS-trained DN-DETR.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes