Deep Equilibrium Object Detection
Shuai Wang, Yao Teng, Limin Wang

TL;DR
This paper introduces DEQDet, a novel query-based object detector with a deep equilibrium decoder that models query refinement as a fixed point, leading to faster convergence, lower memory use, and improved accuracy.
Contribution
The paper proposes a deep equilibrium decoder for query-based object detection, explicitly modeling query refinement as a fixed point and incorporating refinement awareness into training.
Findings
DEQDet converges faster than baseline models.
DEQDet uses less memory during training.
DEQDet achieves higher mAP on MS COCO benchmark.
Abstract
Query-based object detectors directly decode image features into object instances with a set of learnable queries. These query vectors are progressively refined to stable meaningful representations through a sequence of decoder layers, and then used to directly predict object locations and categories with simple FFN heads. In this paper, we present a new query-based object detector (DEQDet) by designing a deep equilibrium decoder. Our DEQ decoder models the query vector refinement as the fixed point solving of an {implicit} layer and is equivalent to applying {infinite} steps of refinement. To be more specific to object decoding, we use a two-step unrolled equilibrium equation to explicitly capture the query vector refinement. Accordingly, we are able to incorporate refinement awareness into the DEQ training with the inexact gradient back-propagation (RAG). In addition, to stabilize the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Image and Video Retrieval Techniques · Advanced Neural Network Applications · Domain Adaptation and Few-Shot Learning
MethodsDeep Equilibrium Models
