paper-with-me

홈 › Papers

Recurrent Transformer Networks for Semantic Correspondence

2018-10-29 · NeurIPS 2018 12 · Seungryong Kim, Stephen Lin, Sangryul Jeon, Dongbo Min, Kwanghoon Sohn

We present recurrent transformer networks (RTNs) for obtaining dense correspondences between semantically similar images. Our networks accomplish this through an iterative process of estimating spatial transformations between the input images and using these transformations to generate aligned convolutional activations. By directly estimating the transformations between an image pair, rather than employing spatial transformer networks to independently normalize each individual image, we show that greater accuracy can be achieved. This process is conducted in a recursive manner to refine both the transformation estimates and the feature representations. In addition, a technique is presented for weakly-supervised training of RTNs that is based on a proposed classification loss. With RTNs, state-of-the-art performance is attained on several benchmarks for semantic correspondence.

📄 PDF Abstract BibTeX arXiv:1810.12155

Code (1)

seungryong/RTNs

Tasks

General ClassificationSemantic correspondence

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Spatial Transformer A Spatial Transformer is an image model block that explicitly allows the spatial manipulation of data within a [convolutional neural…
Residual Connection 설명 없음
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…
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…
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…

Similar Papers 제목 키워드 기반

IMRAM: Iterative Matching with Recurrent Attention Memory for Cross-Modal Image-Text Retrieval

2020-03-08 · CVPR 2020 6 · Hui Chen, Guiguang Ding, Xudong Liu, Zijia Lin 외

Enabling bi-directional retrieval of images and texts is important for understanding the correspondence between vision and language. Existing methods leverage the attention mechanism to explore such correspondence in a f…

Cross-Modal RetrievalImage-text RetrievalRetrievalText Retrieval

CRFT: Consistent-Recurrent Feature Flow Transformer for Cross-Modal Image Registration

2026-04-07 · Xuecong Liu, Mengzhu Ding, Zixuan Sun, Zhang Li 외 arxiv

We present Consistent-Recurrent Feature Flow Transformer (CRFT), a unified coarse-to-fine framework based on feature flow learning for robust cross-modal image registration. CRFT learns a modality-independent feature flo…

Image RegistrationSpatial Reasoning

Recurrent Homography Estimation Using Homography-Guided Image Warping and Focus Transformer

2023-01-01 · CVPR 2023 1 · Si-Yuan Cao, Runmin Zhang, Lun Luo, Beinan Yu 외

We propose the Recurrent homography estimation framework using Homography-guided image Warping and Focus transformer (FocusFormer), named RHWF. Both being appropriately absorbed into the recurrent framework, the homo…

Homography Estimation

Pixel-Aligned Recurrent Queries for Multi-View 3D Object Detection

2023-10-02 · ICCV 2023 1 · Yiming Xie, Huaizu Jiang, Georgia Gkioxari, Julian Straub

We present PARQ - a multi-view 3D object detector with transformer and pixel-aligned recurrent queries. Unlike previous works that use learnable features or only encode 3D point positions as queries in the decoder, PARQ …

3D Object DetectionDecoderobject-detectionObject Detection

An Intrinsic Nearest Neighbor Analysis of Neural Machine Translation Architectures

2019-07-08 · WS 2019 8 · Hamidreza Ghader, Christof Monz

Earlier approaches indirectly studied the information captured by the hidden states of recurrent and non-recurrent neural machine translation models by feeding them into different classifiers. In this paper, we look at t…

Machine TranslationTranslationWord Embeddings