Skip to main content

Showing 1–7 of 7 results for author: Sormann, C

.
  1. arXiv:2308.14598  [pdf, other

    cs.CV

    S-TREK: Sequential Translation and Rotation Equivariant Keypoints for local feature extraction

    Authors: Emanuele Santellani, Christian Sormann, Mattia Rossi, Andreas Kuhn, Friedrich Fraundorfer

    Abstract: In this work we introduce S-TREK, a novel local feature extractor that combines a deep keypoint detector, which is both translation and rotation equivariant by design, with a lightweight deep descriptor extractor. We train the S-TREK keypoint detector within a framework inspired by reinforcement learning, where we leverage a sequential procedure to maximize a reward directly related to keypoint re… ▽ More

    Submitted 28 August, 2023; originally announced August 2023.

    Comments: Accepted at ICCV 2023

  2. arXiv:2212.06626  [pdf, other

    cs.CV

    DELS-MVS: Deep Epipolar Line Search for Multi-View Stereo

    Authors: Christian Sormann, Emanuele Santellani, Mattia Rossi, Andreas Kuhn, Friedrich Fraundorfer

    Abstract: We propose a novel approach for deep learning-based Multi-View Stereo (MVS). For each pixel in the reference image, our method leverages a deep architecture to search for the corresponding point in the source image directly along the corresponding epipolar line. We denote our method DELS-MVS: Deep Epipolar Line Search Multi-View Stereo. Previous works in deep MVS select a range of interest within… ▽ More

    Submitted 13 December, 2022; originally announced December 2022.

    Comments: accepted at WACV 2023

  3. arXiv:2208.05350  [pdf, other

    cs.CV

    MD-Net: Multi-Detector for Local Feature Extraction

    Authors: Emanuele Santellani, Christian Sormann, Mattia Rossi, Andreas Kuhn, Friedrich Fraundorfer

    Abstract: Establishing a sparse set of keypoint correspon dences between images is a fundamental task in many computer vision pipelines. Often, this translates into a computationally expensive nearest neighbor search, where every keypoint descriptor at one image must be compared with all the descriptors at the others. In order to lower the computational cost of the matching phase, we propose a deep feature… ▽ More

    Submitted 10 August, 2022; originally announced August 2022.

    Comments: Accepted at ICPR 2022

  4. arXiv:2111.14420  [pdf, other

    cs.CV

    IB-MVS: An Iterative Algorithm for Deep Multi-View Stereo based on Binary Decisions

    Authors: Christian Sormann, Mattia Rossi, Andreas Kuhn, Friedrich Fraundorfer

    Abstract: We present a novel deep-learning-based method for Multi-View Stereo. Our method estimates high resolution and highly precise depth maps iteratively, by traversing the continuous space of feasible depth values at each pixel in a binary decision fashion. The decision process leverages a deep-network architecture: this computes a pixelwise binary mask that establishes whether each pixel actual depth… ▽ More

    Submitted 29 November, 2021; originally announced November 2021.

    Comments: accepted at BMVC 2021

  5. arXiv:2010.12436  [pdf, other

    cs.CV

    BP-MVSNet: Belief-Propagation-Layers for Multi-View-Stereo

    Authors: Christian Sormann, Patrick Knöbelreiter, Andreas Kuhn, Mattia Rossi, Thomas Pock, Friedrich Fraundorfer

    Abstract: In this work, we propose BP-MVSNet, a convolutional neural network (CNN)-based Multi-View-Stereo (MVS) method that uses a differentiable Conditional Random Field (CRF) layer for regularization. To this end, we propose to extend the BP layer and add what is necessary to successfully use it in the MVS setting. We therefore show how we can calculate a normalization based on the expected 3D error, whi… ▽ More

    Submitted 23 October, 2020; originally announced October 2020.

    Comments: accepted at 3DV 2020

  6. arXiv:2003.06258  [pdf, other

    cs.CV cs.LG

    Belief Propagation Reloaded: Learning BP-Layers for Labeling Problems

    Authors: Patrick Knöbelreiter, Christian Sormann, Alexander Shekhovtsov, Friedrich Fraundorfer, Thomas Pock

    Abstract: It has been proposed by many researchers that combining deep neural networks with graphical models can create more efficient and better regularized composite models. The main difficulties in implementing this in practice are associated with a discrepancy in suitable learning objectives as well as with the necessity of approximations for the inference. In this work we take one of the simplest infer… ▽ More

    Submitted 13 March, 2020; originally announced March 2020.

    Comments: CVPR 2020

  7. arXiv:1912.00439  [pdf, other

    cs.CV

    DeepC-MVS: Deep Confidence Prediction for Multi-View Stereo Reconstruction

    Authors: Andreas Kuhn, Christian Sormann, Mattia Rossi, Oliver Erdler, Friedrich Fraundorfer

    Abstract: Deep Neural Networks (DNNs) have the potential to improve the quality of image-based 3D reconstructions. However, the use of DNNs in the context of 3D reconstruction from large and high-resolution image datasets is still an open challenge, due to memory and computational constraints. We propose a pipeline which takes advantage of DNNs to improve the quality of 3D reconstructions while being able t… ▽ More

    Submitted 13 August, 2020; v1 submitted 1 December, 2019; originally announced December 2019.

    Comments: changes in V3: re-worked confidence prediction scheme, re-organized text, updated experiments; changes in V2: a reference was updated