paper-with-me

홈 › Papers

Correspondence Transformers With Asymmetric Feature Learning and Matching Flow Super-Resolution

2023-01-01 · CVPR 2023 1 · Yixuan Sun, Dongyang Zhao, Zhangyue Yin, Yiwen Huang, Tao Gui, Wenqiang Zhang, Weifeng Ge

This paper solves the problem of learning dense visual correspondences between different object instances of the same category with only sparse annotations. We decompose this pixel-level semantic matching problem into two easier ones: (i) First, local feature descriptors of source and target images need to be mapped into shared semantic spaces to get coarse matching flows. (ii) Second, matching flows in low resolution should be refined to generate accurate point-to-point matching results. We propose asymmetric feature learning and matching flow super-resolution based on vision transformers to solve the above problems. The asymmetric feature learning module exploits a biased cross-attention mechanism to encode token features of source images with their target counterparts. Then matching flow in low resolutions is enhanced by a super-resolution network to get accurate correspondences. Our pipeline is built upon vision transformers and can be trained in an end-to-end manner. Extensive experimental results on several popular benchmarks, such as PF-PASCAL, PF-WILLOW, and SPair-71K, demonstrate that the proposed method can catch subtle semantic differences in pixels efficiently. Code is available on https://github.com/YXSUNMADMAX/ACTR.

📄 PDF Abstract BibTeX

Code (1)

yxsunmadmax/actr 공식 구현 pytorch

Tasks

Super-Resolution

Similar Papers 제목 키워드 기반

Asymmetrical Gauss Mixture Models for Point Sets Matching

2014-06-01 · CVPR 2014 6 · Wenbing Tao, Kun Sun

The probabilistic methods based on Symmetrical Gauss Mixture Model (SGMM) have achieved great success in point sets registration, but are seldom used to find the correspondences between two images due to the complexity o…

Unifying Feature and Cost Aggregation with Transformers for Semantic and Visual Correspondence

2024-03-17 · Sunghwan Hong, Seokju Cho, Seungryong Kim, Stephen Lin

This paper introduces a Transformer-based integrative feature and cost aggregation network designed for dense matching tasks. In the context of dense matching, many works benefit from one of two forms of aggregation: fea…

Geometric Matching

S2LD: Sparse-to-Local-Dense Matching for Geometry-Guided Correspondence Estimation

2023-06-22 · IEEE Transactions on Image Processing 2023 6 · Shenghao Li, Qunfei Zhao, Zeyang Xia

Establishing reliable correspondences between two views is one of the most important components of various vision tasks. This paper proposes a novel sparse-to-local-dense (S2LD) matching method to conduct fully different…

Homography EstimationKeypoint detection and image matchingPose EstimationVisual Localization+1

MaskFlownet: Asymmetric Feature Matching with Learnable Occlusion Mask

2020-03-24 · CVPR 2020 6 · Shengyu Zhao, Yilun Sheng, Yue Dong, Eric I-Chao Chang 외

Feature warping is a core technique in optical flow estimation; however, the ambiguity caused by occluded areas during warping is a major problem that remains unsolved. In this paper, we propose an asymmetric occlusion-a…

Optical Flow Estimation

Unsupervised Deep Asymmetric Stereo Matching With Spatially-Adaptive Self-Similarity

2023-01-01 · CVPR 2023 1 · Taeyong Song, Sunok Kim, Kwanghoon Sohn

Unsupervised stereo matching has received a lot of attention since it enables the learning of disparity estimation without ground-truth data. However, most of the unsupervised stereo matching algorithms assume that t…

Disparity EstimationStereo Matching