paper-with-me

Papers

AbHE: All Attention-based Homography Estimation

2022-12-06 · Mingxiao Huo, Zhihao Zhang, Xinyang Ren, Xianqiang Yang

Homography estimation is a basic computer vision task, which aims to obtain the transformation from multi-view images for image alignment. Unsupervised learning homography estimation trains a convolution neural network for feature extraction and transformation matrix regression. While the state-of-theart homography method is based on convolution neural networks, few work focuses on transformer which shows superiority in highlevel vision tasks. In this paper, we propose a strong-baseline model based on the Swin Transformer, which combines convolution neural network for local features and transformer module for global features. Moreover, a cross non-local layer is introduced to search the matched features within the feature maps coarsely. In the homography regression stage, we adopt an attention layer for the channels of correlation volume, which can drop out some weak correlation feature points. The experiment shows that in 8 Degree-of-Freedoms(DOFs) homography estimation our method overperforms the state-of-the-art method.

📄 PDF Abstract BibTeX arXiv:2212.03029

Code (0)

등록된 구현이 없습니다.

Tasks

AllHomography Estimationregression

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
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…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
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…
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…
Position-Wise Feed-Forward Layer 설명 없음

Similar Papers 제목 키워드 기반

Unsupervised Homography Estimation with Coplanarity-Aware GAN

2022-05-08 · CVPR 2022 1 · Mingbo Hong, Yuhang Lu, Nianjin Ye, Chunyu Lin 외

Estimating homography from an image pair is a fundamental problem in image alignment. Unsupervised learning methods have received increasing attention in this field due to their promising performance and label-free train…

Homography Estimation

Geometrized Transformer for Self-Supervised Homography Estimation

2023-01-01 · ICCV 2023 1 · Jiazhen Liu, Xirong Li

For homography estimation, we propose Geometrized Transformer (GeoFormer), a new detector-free feature matching method. Current detector-free methods, e.g. LoFTR, lack an effective mean to accurately localize small a…

Homography Estimation

LocalTrans: A Multiscale Local Transformer Network for Cross-Resolution Homography Estimation

2021-06-08 · ICCV 2021 10 · Ruizhi Shao, Gaochang Wu, Yuemei Zhou, Ying Fu 외

Cross-resolution image alignment is a key problem in multiscale gigapixel photography, which requires to estimate homography matrix using images with large resolution gap. Existing deep homography methods concatenate the…

Homography Estimation

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

SSHNet: Unsupervised Cross-modal Homography Estimation via Problem Reformulation and Split Optimization

2025-01-01 · CVPR 2025 1 · Junchen Yu, Si-Yuan Cao, Runmin Zhang, Chenghao Zhang 외

We propose a novel unsupervised cross-modal homography estimation learning framework, named Split Supervised Homography estimation Network (SSHNet). SSHNet reformulates the unsupervised cross-modal homography estimat…

Domain GeneralizationHomography Estimation