paper-with-me

홈 › Papers

FlowFormer++: Masked Cost Volume Autoencoding for Pretraining Optical Flow Estimation

2023-03-02 · CVPR 2023 1 · Xiaoyu Shi, Zhaoyang Huang, Dasong Li, Manyuan Zhang, Ka Chun Cheung, Simon See, Hongwei Qin, Jifeng Dai, Hongsheng Li

FlowFormer introduces a transformer architecture into optical flow estimation and achieves state-of-the-art performance. The core component of FlowFormer is the transformer-based cost-volume encoder. Inspired by the recent success of masked autoencoding (MAE) pretraining in unleashing transformers' capacity of encoding visual representation, we propose Masked Cost Volume Autoencoding (MCVA) to enhance FlowFormer by pretraining the cost-volume encoder with a novel MAE scheme. Firstly, we introduce a block-sharing masking strategy to prevent masked information leakage, as the cost maps of neighboring source pixels are highly correlated. Secondly, we propose a novel pre-text reconstruction task, which encourages the cost-volume encoder to aggregate long-range information and ensures pretraining-finetuning consistency. We also show how to modify the FlowFormer architecture to accommodate masks during pretraining. Pretrained with MCVA, FlowFormer++ ranks 1st among published methods on both Sintel and KITTI-2015 benchmarks. Specifically, FlowFormer++ achieves 1.07 and 1.94 average end-point error (AEPE) on the clean and final pass of Sintel benchmark, leading to 7.76\% and 7.18\% error reductions from FlowFormer. FlowFormer++ obtains 4.52 F1-all on the KITTI-2015 test set, improving FlowFormer by 0.16.

📄 PDF Abstract BibTeX arXiv:2303.01237

Code (1)

XiaoyuShi97/FlowFormerPlusPlus 공식 구현 pytorch

Tasks

Optical Flow Estimation

Methods 이 논문이 사용한 방법론

Test 설명 없음
MAE 설명 없음

Similar Papers 제목 키워드 기반

FlowFormer: A Transformer Architecture and Its Masked Cost Volume Autoencoding for Optical Flow

2023-06-08 · Zhaoyang Huang, Xiaoyu Shi, Chao Zhang, Qiang Wang 외

This paper introduces a novel transformer-based network architecture, FlowFormer, along with the Masked Cost Volume AutoEncoding (MCVA) for pretraining it to tackle the problem of optical flow estimation. FlowFormer toke…

DecoderOptical Flow Estimation

FlowFormer: A Transformer Architecture for Optical Flow

2022-03-30 · Zhaoyang Huang, Xiaoyu Shi, Chao Zhang, Qiang Wang 외

We introduce optical Flow transFormer, dubbed as FlowFormer, a transformer-based neural network architecture for learning optical flow. FlowFormer tokenizes the 4D cost volume built from an image pair, encodes the cost t…

DecoderOptical Flow Estimation

MaskLRF: Self-supervised Pretraining via Masked Autoencoding of Local Reference Frames for Rotation-invariant 3D Point Set Analysis

2024-03-01 · Takahiko Furuya

Following the successes in the fields of vision and language, self-supervised pretraining via masked autoencoding of 3D point set data, or Masked Point Modeling (MPM), has achieved state-of-the-art accuracy in various do…

3D geometryDomain Adaptation

Stochastic Siamese MAE Pretraining for Longitudinal Medical Images

2025-12-29 · Taha Emre, Arunava Chakravarty, Thomas Pinetz, Dmitrii Lachinov 외 arxiv

Temporally aware image representations are crucial for capturing disease progression in 3D volumes of longitudinal medical datasets. However, recent state-of-the-art self-supervised learning approaches like Masked Autoen…

Self-Supervised LearningRepresentation Learning

MGMAE: Motion Guided Masking for Video Masked Autoencoding

2023-08-21 · ICCV 2023 1 · Bingkun Huang, Zhiyu Zhao, Guozhen Zhang, Yu Qiao 외

Masked autoencoding has shown excellent performance on self-supervised video representation learning. Temporal redundancy has led to a high masking ratio and customized masking strategy in VideoMAE. In this paper, we aim…

Optical Flow EstimationRepresentation Learning