paper-with-me

홈 › Papers

DECO: Query-Based End-to-End Object Detection with ConvNets

2023-12-21 · Xinghao Chen, Siwei Li, Yijing Yang, Yunhe Wang

Detection Transformer (DETR) and its variants have shown great potential for accurate object detection in recent years. The mechanism of object query enables DETR family to directly obtain a fixed number of object predictions and streamlines the detection pipeline. Meanwhile, recent studies also reveal that with proper architecture design, convolution networks (ConvNets) also achieve competitive performance with transformers, \eg, ConvNeXt. To this end, in this paper we explore whether we could build a query-based end-to-end object detection framework with ConvNets instead of sophisticated transformer architecture. The proposed framework, \ie, Detection ConvNet (DECO), is composed of a backbone and convolutional encoder-decoder architecture. We carefully design the DECO encoder and propose a novel mechanism for our DECO decoder to perform interaction between object queries and image features via convolutional layers. We compare the proposed DECO against prior detectors on the challenging COCO benchmark. Despite its simplicity, our DECO achieves competitive performance in terms of detection accuracy and running speed. Specifically, with the ResNet-50 and ConvNeXt-Tiny backbone, DECO obtains $38.6\%$ and $40.8\%$ AP on COCO \textit{val} set with $35$ and $28$ FPS respectively and outperforms the DETR model. Incorporated with advanced multi-scale feature module, our DECO+ achieves $47.8\%$ AP with $34$ FPS. We hope the proposed DECO brings another perspective for designing object detection framework.

📄 PDF Abstract BibTeX arXiv:2312.13735

Code (3)

mindspore-lab/models/tree/master/research/huawei-noah/DECO 공식 구현 mindspore
xinghaochen/DECO 공식 구현 pytorch
MS-P3/code4/tree/main/DECO mindspore

Tasks

DecoderObjectobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Position-Wise Feed-Forward Layer 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Adam 설명 없음
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

The signature of robot action success in EEG signals of a human observer: Decoding and visualization using deep convolutional neural networks

2017-11-16 · Joos Behncke, Robin Tibor Schirrmeister, Wolfram Burgard, Tonio Ball

The importance of robotic assistive devices grows in our work and everyday life. Cooperative scenarios involving both robots and humans require safe human-robot interaction. One important aspect here is the management of…

EEGEeg DecodingElectroencephalogram (EEG)Management

Multi-View Product Image Search Using Deep ConvNets Representations

2016-08-11 · Muhammet Bastan, Ozgur Yilmaz

Multi-view product image queries can improve retrieval performance over single view queries significantly. In this paper, we investigated the performance of deep convolutional neural networks (ConvNets) on multi-view pro…

Image RetrievalRetrieval

Point Linking Network for Object Detection

2017-06-12 · Xinggang Wang, Kaibing Chen, Zilong Huang, Cong Yao 외

Object detection is a core problem in computer vision. With the development of deep ConvNets, the performance of object detectors has been dramatically improved. The deep ConvNets based object detectors mainly focus on r…

Objectobject-detectionObject Detection

Do Convnets Learn Correspondence?

2014-11-04 · NeurIPS 2014 12 · Jonathan Long, Ning Zhang, Trevor Darrell

Convolutional neural nets (convnets) trained from massive labeled datasets have substantially improved the state-of-the-art in image classification and object detection. However, visual understanding requires establishin…

General Classificationimage-classificationImage ClassificationKeypoint Detection+2

Deformable ConvNets v2: More Deformable, Better Results

2018-11-27 · CVPR 2019 6 · Xizhou Zhu, Han Hu, Stephen Lin, Jifeng Dai

The superior performance of Deformable Convolutional Networks arises from its ability to adapt to the geometric variations of objects. Through an examination of its adaptive behavior, we observe that while the spatial su…

Instance SegmentationObjectObject DetectionSemantic Segmentation