paper-with-me

홈 › Papers

Multi-scale Alternated Attention Transformer for Generalized Stereo Matching

2023-08-06 · Wei Miao, Hong Zhao, Tongjia Chen, Wei Huang, Changyan Xiao

Recent stereo matching networks achieves dramatic performance by introducing epipolar line constraint to limit the matching range of dual-view. However, in complicated real-world scenarios, the feature information based on intra-epipolar line alone is too weak to facilitate stereo matching. In this paper, we present a simple but highly effective network called Alternated Attention U-shaped Transformer (AAUformer) to balance the impact of epipolar line in dual and single view respectively for excellent generalization performance. Compared to other models, our model has several main designs: 1) to better liberate the local semantic features of the single-view at pixel level, we introduce window self-attention to break the limits of intra-row self-attention and completely replace the convolutional network for denser features before cross-matching; 2) the multi-scale alternated attention backbone network was designed to extract invariant features in order to achieves the coarse-to-fine matching process for hard-to-discriminate regions. We performed a series of both comparative studies and ablation studies on several mainstream stereo matching datasets. The results demonstrate that our model achieves state-of-the-art on the Scene Flow dataset, and the fine-tuning performance is competitive on the KITTI 2015 dataset. In addition, for cross generalization experiments on synthetic and real-world datasets, our model outperforms several state-of-the-art works.

📄 PDF Abstract BibTeX arXiv:2308.03048

Code (0)

등록된 구현이 없습니다.

Tasks

Stereo Matching

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Adam 설명 없음
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…
Residual Connection 설명 없음
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…

Similar Papers 제목 키워드 기반

Crossformer: Transformer with Alternated Cross-Layer Guidance

2021-09-29 · Shujian Zhang, Zhibin Duan, Huangjie Zheng, Pengcheng He 외

Transformers with stacked attention layers have achieved state-of-the-art results on a wide range of tasks related to discrete sequences. Significant work has been done to better understand or interpret the capabilities …

Inductive BiasMachine TranslationNode ClassificationQuestion Answering+2

Video Colorization with Pre-trained Text-to-Image Diffusion Models

2023-06-02 · Hanyuan Liu, Minshan Xie, Jinbo Xing, Chengze Li 외

Video colorization is a challenging task that involves inferring plausible and temporally consistent colors for grayscale frames. In this paper, we present ColorDiffuser, an adaptation of a pre-trained text-to-image late…

Colorization

On the Proximal Gradient Algorithm with Alternated Inertia

2018-01-17 · Franck Iutzeler, Jerome Malick

In this paper, we investigate the attractive properties of the proximal gradient algorithm with inertia. Notably, we show that using alternated inertia yields monotonically decreasing functional values, which contrasts w…

CLUSTSEG: Clustering for Universal Segmentation

2023-05-03 · James Liang, Tianfei Zhou, Dongfang Liu, Wenguan Wang

We present CLUSTSEG, a general, transformer-based framework that tackles different image segmentation tasks (i.e., superpixel, semantic, instance, and panoptic) through a unified neural clustering scheme. Regarding queri…

Instance SegmentationPanoptic SegmentationSegmentationSemantic Segmentation+2

Alternated Training with Synthetic and Authentic Data for Neural Machine Translation

2021-06-16 · Findings (ACL) 2021 8 · Rui Jiao, Zonghan Yang, Maosong Sun, Yang Liu

While synthetic bilingual corpora have demonstrated their effectiveness in low-resource neural machine translation (NMT), adding more synthetic data often deteriorates translation performance. In this work, we propose al…

Low Resource Neural Machine TranslationLow-Resource Neural Machine TranslationMachine TranslationNMT+1