Skip to main content

Showing 1–14 of 14 results for author: Trulls, E

Searching in archive cs. Search in all archives.
.
  1. arXiv:2312.02362  [pdf, other

    cs.CV cs.GR

    PointNeRF++: A multi-scale, point-based Neural Radiance Field

    Authors: Weiwei Sun, Eduard Trulls, Yang-Che Tseng, Sneha Sambandam, Gopal Sharma, Andrea Tagliasacchi, Kwang Moo Yi

    Abstract: Point clouds offer an attractive source of information to complement images in neural scene representations, especially when few images are available. Neural rendering methods based on point clouds do exist, but they do not perform well when the point cloud quality is low -- e.g., sparse or incomplete, which is often the case with real-world data. We overcome these problems with a simple represent… ▽ More

    Submitted 21 March, 2024; v1 submitted 4 December, 2023; originally announced December 2023.

    Comments: Project website: https://pointnerfpp.github.io/

  2. arXiv:2306.05407  [pdf, other

    cs.CV

    SNAP: Self-Supervised Neural Maps for Visual Positioning and Semantic Understanding

    Authors: Paul-Edouard Sarlin, Eduard Trulls, Marc Pollefeys, Jan Hosang, Simon Lynen

    Abstract: Semantic 2D maps are commonly used by humans and machines for navigation purposes, whether it's walking or driving. However, these maps have limitations: they lack detail, often contain inaccuracies, and are difficult to create and maintain, especially in an automated fashion. Can we use raw imagery to automatically create better maps that can be easily interpreted by both humans and machines? We… ▽ More

    Submitted 1 November, 2023; v1 submitted 8 June, 2023; originally announced June 2023.

    Comments: NeurIPS 2023, code available at https://github.com/google-research/snap

  3. arXiv:2303.05916  [pdf, other

    cs.CV

    GECCO: Geometrically-Conditioned Point Diffusion Models

    Authors: Michał J. Tyszkiewicz, Pascal Fua, Eduard Trulls

    Abstract: Diffusion models generating images conditionally on text, such as Dall-E 2 and Stable Diffusion, have recently made a splash far beyond the computer vision community. Here, we tackle the related problem of generating point clouds, both unconditionally, and conditionally with images. For the latter, we introduce a novel geometrically-motivated conditioning scheme based on projecting sparse image fe… ▽ More

    Submitted 25 September, 2023; v1 submitted 10 March, 2023; originally announced March 2023.

  4. arXiv:2206.08460  [pdf, other

    cs.CV cs.LG

    TUSK: Task-Agnostic Unsupervised Keypoints

    Authors: Yuhe Jin, Weiwei Sun, Jan Hosang, Eduard Trulls, Kwang Moo Yi

    Abstract: Existing unsupervised methods for keypoint learning rely heavily on the assumption that a specific keypoint type (e.g. elbow, digit, abstract geometric shape) appears only once in an image. This greatly limits their applicability, as each instance must be isolated before applying the method-an issue that is never discussed or evaluated. We thus propose a novel method to learn Task-agnostic, UnSupe… ▽ More

    Submitted 12 January, 2023; v1 submitted 16 June, 2022; originally announced June 2022.

  5. arXiv:2103.14167  [pdf, other

    cs.CV

    COTR: Correspondence Transformer for Matching Across Images

    Authors: Wei Jiang, Eduard Trulls, Jan Hosang, Andrea Tagliasacchi, Kwang Moo Yi

    Abstract: We propose a novel framework for finding correspondences in images based on a deep neural network that, given two images and a query point in one of them, finds its correspondence in the other. By doing so, one has the option to query only the points of interest and retrieve sparse correspondences, or to query all points in an image and obtain dense mappings. Importantly, in order to capture both… ▽ More

    Submitted 17 August, 2021; v1 submitted 25 March, 2021; originally announced March 2021.

  6. arXiv:2006.13566  [pdf, other

    cs.CV cs.LG

    DISK: Learning local features with policy gradient

    Authors: Michał J. Tyszkiewicz, Pascal Fua, Eduard Trulls

    Abstract: Local feature frameworks are difficult to learn in an end-to-end fashion, due to the discreteness inherent to the selection and matching of sparse keypoints. We introduce DISK (DIScrete Keypoints), a novel method that overcomes these obstacles by leveraging principles from Reinforcement Learning (RL), optimizing end-to-end for a high number of correct feature matches. Our simple yet expressive pro… ▽ More

    Submitted 27 October, 2020; v1 submitted 24 June, 2020; originally announced June 2020.

    Comments: Camera-ready version for NeurIPS 2020

  7. Image Matching across Wide Baselines: From Paper to Practice

    Authors: Yuhe Jin, Dmytro Mishkin, Anastasiia Mishchuk, Jiri Matas, Pascal Fua, Kwang Moo Yi, Eduard Trulls

    Abstract: We introduce a comprehensive benchmark for local features and robust estimation algorithms, focusing on the downstream task -- the accuracy of the reconstructed camera pose -- as our primary metric. Our pipeline's modular structure allows easy integration, configuration, and combination of different methods and heuristics. This is demonstrated by embedding dozens of popular algorithms and evaluati… ▽ More

    Submitted 11 February, 2021; v1 submitted 3 March, 2020; originally announced March 2020.

    Comments: Added: KeyNet-SOSNet, AffNet-HardNet, TFeat, MKD from kornia

  8. arXiv:1908.05547  [pdf, other

    cs.CV

    Beyond Cartesian Representations for Local Descriptors

    Authors: Patrick Ebel, Anastasiia Mishchuk, Kwang Moo Yi, Pascal Fua, Eduard Trulls

    Abstract: The dominant approach for learning local patch descriptors relies on small image regions whose scale must be properly estimated a priori by a keypoint detector. In other words, if two patches are not in correspondence, their descriptors will not match. A strategy often used to alleviate this problem is to "pool" the pixel-wise features over log-polar regions, rather than regularly spaced ones. By… ▽ More

    Submitted 15 August, 2019; originally announced August 2019.

  9. arXiv:1907.02545  [pdf, other

    cs.CV

    ACNe: Attentive Context Normalization for Robust Permutation-Equivariant Learning

    Authors: Weiwei Sun, Wei Jiang, Eduard Trulls, Andrea Tagliasacchi, Kwang Moo Yi

    Abstract: Many problems in computer vision require dealing with sparse, unordered data in the form of point clouds. Permutation-equivariant networks have become a popular solution-they operate on individual data points with simple perceptrons and extract contextual information with global pooling. This can be achieved with a simple normalization of the feature maps, a global operation that is unaffected by… ▽ More

    Submitted 31 January, 2021; v1 submitted 4 July, 2019; originally announced July 2019.

    Comments: CVPR 2020

  10. arXiv:1901.07124  [pdf, other

    cs.CV

    Linearized Multi-Sampling for Differentiable Image Transformation

    Authors: Wei Jiang, Weiwei Sun, Andrea Tagliasacchi, Eduard Trulls, Kwang Moo Yi

    Abstract: We propose a novel image sampling method for differentiable image transformation in deep neural networks. The sampling schemes currently used in deep learning, such as Spatial Transformer Networks, rely on bilinear interpolation, which performs poorly under severe scale changes, and more importantly, results in poor gradient propagation. This is due to their strict reliance on direct neighbors. In… ▽ More

    Submitted 10 September, 2019; v1 submitted 21 January, 2019; originally announced January 2019.

  11. arXiv:1805.09662  [pdf, other

    cs.CV

    LF-Net: Learning Local Features from Images

    Authors: Yuki Ono, Eduard Trulls, Pascal Fua, Kwang Moo Yi

    Abstract: We present a novel deep architecture and a training strategy to learn a local feature pipeline from scratch, using collections of images without the need for human supervision. To do so we exploit depth and relative camera pose cues to create a virtual target that the network should achieve on one image, provided the outputs of the network for the other image. While this process is inherently non-… ▽ More

    Submitted 22 November, 2018; v1 submitted 24 May, 2018; originally announced May 2018.

    Comments: NIPS 2018

  12. arXiv:1711.05971  [pdf, other

    cs.CV

    Learning to Find Good Correspondences

    Authors: Kwang Moo Yi, Eduard Trulls, Yuki Ono, Vincent Lepetit, Mathieu Salzmann, Pascal Fua

    Abstract: We develop a deep architecture to learn to find good correspondences for wide-baseline stereo. Given a set of putative sparse matches and the camera intrinsics, we train our network in an end-to-end fashion to label the correspondences as inliers or outliers, while simultaneously using them to recover the relative pose, as encoded by the essential matrix. Our architecture is based on a multi-layer… ▽ More

    Submitted 21 May, 2018; v1 submitted 16 November, 2017; originally announced November 2017.

    Comments: CVPR 2018 (Oral)

  13. arXiv:1603.09114  [pdf, other

    cs.CV

    LIFT: Learned Invariant Feature Transform

    Authors: Kwang Moo Yi, Eduard Trulls, Vincent Lepetit, Pascal Fua

    Abstract: We introduce a novel Deep Network architecture that implements the full feature point handling pipeline, that is, detection, orientation estimation, and feature description. While previous works have successfully tackled each one of these problems individually, we show how to learn to do all three in a unified manner while preserving end-to-end differentiability. We then demonstrate that our Deep… ▽ More

    Submitted 29 July, 2016; v1 submitted 30 March, 2016; originally announced March 2016.

    Comments: Accepted to ECCV 2016 (spotlight)

  14. arXiv:1412.6537  [pdf, other

    cs.CV

    Fracking Deep Convolutional Image Descriptors

    Authors: Edgar Simo-Serra, Eduard Trulls, Luis Ferraz, Iasonas Kokkinos, Francesc Moreno-Noguer

    Abstract: In this paper we propose a novel framework for learning local image descriptors in a discriminative manner. For this purpose we explore a siamese architecture of Deep Convolutional Neural Networks (CNN), with a Hinge embedding loss on the L2 distance between descriptors. Since a siamese architecture uses pairs rather than single image patches to train, there exist a large number of positive sample… ▽ More

    Submitted 25 February, 2015; v1 submitted 19 December, 2014; originally announced December 2014.