Zum Hauptinhalt springen

Showing 1–3 of 3 results for author: Karaev, N

.
  1. arXiv:2312.04563  [pdf, other

    cs.CV cs.RO

    Visual Geometry Grounded Deep Structure From Motion

    Authors: Jianyuan Wang, Nikita Karaev, Christian Rupprecht, David Novotny

    Abstract: Structure-from-motion (SfM) is a long-standing problem in the computer vision community, which aims to reconstruct the camera poses and 3D structure of a scene from a set of unconstrained 2D images. Classical frameworks solve this problem in an incremental manner by detecting and matching keypoints, registering images, triangulating 3D points, and conducting bundle adjustment. Recent research effo… ▽ More

    Submitted 7 December, 2023; originally announced December 2023.

    Comments: 8 figures. Project page: https://vggsfm.github.io/

  2. arXiv:2307.07635  [pdf, other

    cs.CV

    CoTracker: It is Better to Track Together

    Authors: Nikita Karaev, Ignacio Rocco, Benjamin Graham, Natalia Neverova, Andrea Vedaldi, Christian Rupprecht

    Abstract: We introduce CoTracker, a transformer-based model that tracks dense points in a frame jointly across a video sequence. This differs from most existing state-of-the-art approaches that track points independently, ignoring their correlation. We show that joint tracking results in a significantly higher tracking accuracy and robustness. We also provide several technical innovations, including the con… ▽ More

    Submitted 26 December, 2023; v1 submitted 14 July, 2023; originally announced July 2023.

    Comments: Code and model weights are available at: https://co-tracker.github.io/

  3. arXiv:2305.02296  [pdf, other

    cs.CV cs.AI

    DynamicStereo: Consistent Dynamic Depth from Stereo Videos

    Authors: Nikita Karaev, Ignacio Rocco, Benjamin Graham, Natalia Neverova, Andrea Vedaldi, Christian Rupprecht

    Abstract: We consider the problem of reconstructing a dynamic scene observed from a stereo camera. Most existing methods for depth from stereo treat different stereo frames independently, leading to temporally inconsistent depth predictions. Temporal consistency is especially important for immersive AR or VR scenarios, where flickering greatly diminishes the user experience. We propose DynamicStereo, a nove… ▽ More

    Submitted 3 May, 2023; originally announced May 2023.

    Comments: CVPR 2023; project page available at https://dynamic-stereo.github.io/