← Search

Carlos Esteves

18 accepted papers

2024

Single Mesh Diffusion Models with Field Latents for Texture Generation

CVPR 2024poster

We introduce a framework for intrinsic latent diffusion models operating directly on the surfaces of 3D shapes with the goal of synthesizing high-quality textures. Our approach is underpinned by two contributions: Field Latents a latent representation encoding textures as discrete vector fields on t…

2023

ASIC: Aligning Sparse in-the-wild Image Collections

ICCV 2023oral

We present a method for joint alignment of sparse in-the-wild image collections of an object category. Most prior works assume either ground-truth keypoint annotations or a large dataset of images of a single object category. However, neither of the above assumptions hold true for the long-tail of t…

Cited by 21PDFcodeScholar
2023

LU-NeRF: Scene and Pose Estimation by Synchronizing Local Unposed NeRFs

ICCV 2023poster

A critical obstacle preventing NeRF models from being deployed broadly in the wild is their reliance on accurate camera poses. Consequently, there is growing interest in extending NeRF models to jointly optimize camera poses and scene representation, which offers an alternative to off-the-shelf SfM…

Cited by 34PDFScholar
2023

Learning to Transform for Generalizable Instance-wise Invariance

ICCV 2023poster

Computer vision research has long aimed to build systems that are robust to transformations found in natural data. Traditionally, this is done using data augmentation or hard-coding invariances into the architecture. However, too much or too little invariance can hurt, and the correct amount is un…

Cited by 1PDFcodeScholar
2021

Implicit-PDF: Non-Parametric Representation of Probability Distributions on the Rotation Manifold

ICML 2021spotlight

In the deep learning era, the vast majority of methods to predict pose from a single image are trained to classify or regress to a single given ground truth pose per image. Such methods have two main shortcomings, i) they cannot represent uncertainty about the predictions, and ii) they cannot handle…

2020

An Analysis of SVD for Deep Rotation Estimation

NeurIPS 2020poster

Symmetric orthogonalization via SVD, and closely related procedures, are well-known techniques for projecting matrices onto O(n) or SO(n). These tools have long been used for applications in computer vision, for example optimal 3D alignment problems solved by orthogonal Procrustes, rotation averagin…

2019

Cross-Domain 3D Equivariant Image Embeddings

ICML 2019oral

Spherical convolutional networks have been introduced recently as tools to learn powerful feature representations of 3D shapes. Spherical CNNs are equivariant to 3D rotations making them ideally suited to applications where 3D data may be observed in arbitrary orientations. In this paper we learn 2D…

Cited by 28SourcePDFScholar
2018

Learning SO(3) Equivariant Representations with Spherical CNNs

ECCV 2018poster

We address the problem of 3D rotation equivariance in convolutional neural networks. 3D rotations have been a challenging nuisance in 3D classification tasks requiring higher capacity and extended data augmentation in order to tackle it. We model 3D data with multi-valued spherical functions and we…