paper-with-me

Papers

Cross Resolution Encoding-Decoding For Detection Transformers

2024-10-05 · Ashish Kumar, Jaesik Park

Detection Transformers (DETR) are renowned object detection pipelines, however computationally efficient multiscale detection using DETR is still challenging. In this paper, we propose a Cross-Resolution Encoding-Decoding (CRED) mechanism that allows DETR to achieve the accuracy of high-resolution detection while having the speed of low-resolution detection. CRED is based on two modules; Cross Resolution Attention Module (CRAM) and One Step Multiscale Attention (OSMA). CRAM is designed to transfer the knowledge of low-resolution encoder output to a high-resolution feature. While OSMA is designed to fuse multiscale features in a single step and produce a feature map of a desired resolution enriched with multiscale information. When used in prominent DETR methods, CRED delivers accuracy similar to the high-resolution DETR counterpart in roughly 50% fewer FLOPs. Specifically, state-of-the-art DN-DETR, when used with CRED (calling CRED-DETR), becomes 76% faster, with ~50% reduced FLOPs than its high-resolution counterpart with 202 G FLOPs on MS-COCO benchmark. We plan to release pretrained CRED-DETRs for use by the community. Code: https://github.com/ashishkumar822/CRED-DETR

📄 PDF Abstract BibTeX arXiv:2410.04088

Code (1)

ashishkumar822/cred-detr 공식 구현

Tasks

object-detectionObject Detection

Methods 이 논문이 사용한 방법론

Attention 설명 없음
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…
Adam 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Residual Connection 설명 없음
Position-Wise Feed-Forward Layer 설명 없음
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…
Feedforward Network A Feedforward Network, or a Multilayer Perceptron (MLP), is a neural network with solely densely connected layers. This is the classic neural network architecture of the…

Similar Papers 제목 키워드 기반

Emergence of Abstractions: Concept Encoding and Decoding Mechanism for In-Context Learning in Transformers

2024-12-16 · Seungwook Han, Jinyeop Song, Jeff Gore, Pulkit Agrawal

Humans distill complex experiences into fundamental abstractions that enable rapid learning and adaptation. Similarly, autoregressive transformers exhibit adaptive learning through in-context learning (ICL), which begs t…

In-Context LearningSentence

Hierarchical GPT with Congruent Transformers for Multi-Sentence Language Models

2020-09-18 · Jihyeon Roh, Huiseong Gim, Soo-Young Lee

We report a GPT-based multi-sentence language model for dialogue generation and document understanding. First, we propose a hierarchical GPT which consists of three blocks, i.e., a sentence encoding block, a sentence gen…

DecoderDialogue Generationdocument understandingLanguage Modeling+4

Line Segment Detection Using Transformers without Edges

2021-01-06 · CVPR 2021 1 · Yifan Xu, Weijian Xu, David Cheung, Zhuowen Tu

In this paper, we present a joint end-to-end line segment detection algorithm using Transformers that is post-processing and heuristics-guided intermediate processing (edge/junction/region detection) free. Our method, na…

DecoderLine Segment DetectionMulti-Task Learning

TIMeSynC: Temporal Intent Modelling with Synchronized Context Encodings for Financial Service Applications

2024-10-01 · Dwipam Katariya, Juan Manuel Origgi, Yage Wang, Thomas Caputo

Users engage with financial services companies through multiple channels, often interacting with mobile applications, web platforms, call centers, and physical locations to service their accounts. The resulting interacti…

DecoderNMTPredictionRepresentation Learning

Burst Image Super-Resolution via Multi-Cross Attention Encoding and Multi-Scan State-Space Decoding

2025-05-26 · Tengda Huang, Yu Zhang, Tianren Li, Yufu Qu 외

Multi-image super-resolution (MISR) can achieve higher image quality than single-image super-resolution (SISR) by aggregating sub-pixel information from multiple spatially shifted frames. Among MISR tasks, burst super-re…

Burst Image Super-ResolutionImage Super-ResolutionSuper-Resolution