paper-with-me

Papers

CroCo v2: Improved Cross-view Completion Pre-training for Stereo Matching and Optical Flow

2022-11-18 · ICCV 2023 1 · Philippe Weinzaepfel, Thomas Lucas, Vincent Leroy, Yohann Cabon, Vaibhav Arora, Romain Brégier, Gabriela Csurka, Leonid Antsfeld, Boris Chidlovskii, Jérôme Revaud

Despite impressive performance for high-level downstream tasks, self-supervised pre-training methods have not yet fully delivered on dense geometric vision tasks such as stereo matching or optical flow. The application of self-supervised concepts, such as instance discrimination or masked image modeling, to geometric tasks is an active area of research. In this work, we build on the recent cross-view completion framework, a variation of masked image modeling that leverages a second view from the same scene which makes it well suited for binocular downstream tasks. The applicability of this concept has so far been limited in at least two ways: (a) by the difficulty of collecting real-world image pairs -- in practice only synthetic data have been used -- and (b) by the lack of generalization of vanilla transformers to dense downstream tasks for which relative position is more meaningful than absolute position. We explore three avenues of improvement. First, we introduce a method to collect suitable real-world image pairs at large scale. Second, we experiment with relative positional embeddings and show that they enable vision transformers to perform substantially better. Third, we scale up vision transformer based cross-completion architectures, which is made possible by the use of large amounts of data. With these improvements, we show for the first time that state-of-the-art results on stereo matching and optical flow can be reached without using any classical task-specific techniques like correlation volume, iterative estimation, image warping or multi-scale reasoning, thus paving the way towards universal vision models.

📄 PDF Abstract BibTeX arXiv:2211.10408

Code (1)

naver/croco 공식 구현 pytorch

Tasks

Optical Flow EstimationPositionSelf-Supervised LearningStereo Matching

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
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$…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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…
Residual Connection 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Vision Transformer The Vision Transformer, or ViT, is a model for image classification that employs a Transformer-like architecture over…

Similar Papers 제목 키워드 기반

MuM: Multi-View Masked Image Modeling for 3D Vision

2025-11-21 · David Nordström, Johan Edstedt, Fredrik Kahl, Georg Bökman arxiv

Self-supervised learning on images seeks to extract meaningful visual representations from unlabeled data. When scaled to large datasets, this paradigm has achieved state-of-the-art performance and the resulting trained …

Self-Supervised LearningPose EstimationImage Matching

CroCo: Self-Supervised Pre-training for 3D Vision Tasks by Cross-View Completion

2022-10-19 · Philippe Weinzaepfel, Vincent Leroy, Thomas Lucas, Romain Brégier 외

Masked Image Modeling (MIM) has recently been established as a potent pre-training paradigm. A pretext task is constructed by masking patches in an input image, and this masked content is then predicted by a neural netwo…

Camera Pose EstimationDepth EstimationDepth Predictionimage-classification+6

Alligat0R: Pre-Training Through Co-Visibility Segmentation for Relative Camera Pose Regression

2025-03-10 · Thibaut Loiseau, Guillaume Bourmaud, Vincent Lepetit

Pre-training techniques have greatly advanced computer vision, with CroCo's cross-view completion approach yielding impressive results in tasks like 3D reconstruction and pose regression. However, this method requires su…

3D Reconstructionregression

Breaking Training Bottlenecks: Effective and Stable Reinforcement Learning for Coding Models

2026-03-08 · Zongqian Li, Shaohan Huang, Zewen Chi, Yixuan Su 외 arxiv

Modern code generation models exhibit longer outputs, accelerated capability growth, and changed training dynamics, rendering traditional training methodologies, algorithms, and datasets ineffective for improving their p…

Reinforcement LearningCode Generation

Self-supervised Pretraining and Finetuning for Monocular Depth and Visual Odometry

2024-06-16 · Boris Chidlovskii, Leonid Antsfeld

For the task of simultaneous monocular depth and visual odometry estimation, we propose learning self-supervised transformer-based models in two steps. Our first step consists in a generic pretraining to learn 3D geometr…

3D geometryDepth EstimationDepth PredictionVisual Odometry