paper-with-me

홈 › Papers

Recurrent Glimpse-based Decoder for Detection with Transformer

2021-12-09 · CVPR 2022 1 · Zhe Chen, Jing Zhang, DaCheng Tao

Although detection with Transformer (DETR) is increasingly popular, its global attention modeling requires an extremely long training period to optimize and achieve promising detection performance. Alternative to existing studies that mainly develop advanced feature or embedding designs to tackle the training issue, we point out that the Region-of-Interest (RoI) based detection refinement can easily help mitigate the difficulty of training for DETR methods. Based on this, we introduce a novel REcurrent Glimpse-based decOder (REGO) in this paper. In particular, the REGO employs a multi-stage recurrent processing structure to help the attention of DETR gradually focus on foreground objects more accurately. In each processing stage, visual features are extracted as glimpse features from RoIs with enlarged bounding box areas of detection results from the previous stage. Then, a glimpse-based decoder is introduced to provide refined detection results based on both the glimpse features and the attention modeling outputs of the previous stage. In practice, REGO can be easily embedded in representative DETR variants while maintaining their fully end-to-end training and inference pipelines. In particular, REGO helps Deformable DETR achieve 44.8 AP on the MSCOCO dataset with only 36 training epochs, compared with the first DETR and the Deformable DETR that require 500 and 50 epochs to achieve comparable performance, respectively. Experiments also show that REGO consistently boosts the performance of different DETR detectors by up to 7% relative gain at the same setting of 50 training epochs. Code is available via https://github.com/zhechen/Deformable-DETR-REGO.

📄 PDF Abstract BibTeX arXiv:2112.04632

Code (1)

zhechen/deformable-detr-rego 공식 구현 pytorch

Tasks

DecoderObject Detection

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Deformable Attention Module Deformable Attention Module is an attention module used in the Deformable DETR architecture, which seeks to overcome one…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
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…
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…
Multi-Head Attention 설명 없음

Similar Papers 제목 키워드 기반

Recurrent Attention Models with Object-centric Capsule Representation for Multi-object Recognition

2021-10-11 · Hossein Adeli, Seoyoung Ahn, Gregory Zelinsky

The visual system processes a scene using a sequence of selective glimpses, each driven by spatial and object-based attention. These glimpses reflect what is relevant to the ongoing task and are selected through recurren…

DecoderObjectObject Recognition

Recurrent Soft Attention Model for Common Object Recognition

2017-05-04 · Liliang Ren

We propose the Recurrent Soft Attention Model, which integrates the visual attention from the original image to a LSTM memory cell through a down-sample network. The model recurrently transmits visual attention to the me…

modelObjectobject-detectionObject Detection+1

TERDNet: Transformer Encoder-Recurrent Decoder Network for Scene Change Detection

2026-05-20 · Jiae Yoon, Ue-Hwan Kim arxiv

In this work, we address the challenge of Scene Change Detection (SCD), where the goal is to identify variations between two images of the same location captured at different times. Existing SCD models often overlook the…

Scene Change Detection

Glimpse Clouds: Human Activity Recognition from Unstructured Feature Points

2018-02-22 · CVPR 2018 6 · Fabien Baradel, Christian Wolf, Julien Mille, Graham W. Taylor

We propose a method for human activity recognition from RGB data that does not rely on any pose information during test time and does not explicitly calculate pose information internally. Instead, a visual attention modu…

Action RecognitionActivity PredictionActivity RecognitionHuman Activity Recognition+2

GliTr: Glimpse Transformers with Spatiotemporal Consistency for Online Action Prediction

2022-10-24 · Samrudhdhi B Rangrej, Kevin J Liang, Tal Hassner, James J Clark

Many online action prediction models observe complete frames to locate and attend to informative subregions in the frames called glimpses and recognize an ongoing action based on global and local information. However, in…

Action Recognition