Zum Hauptinhalt springen

Showing 1–18 of 18 results for author: Esteves, C

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

    cs.CV cs.GR cs.LG

    Single Mesh Diffusion Models with Field Latents for Texture Generation

    Authors: Thomas W. Mitchel, Carlos Esteves, Ameesh Makadia

    Abstract: 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 the mesh vertices, and field latent diffusion models, which learn to denoise a diffusion process in… ▽ More

    Submitted 28 May, 2024; v1 submitted 14 December, 2023; originally announced December 2023.

    Comments: CVPR 2024. Code and additional visualizations available: https://single-mesh-diffusion.github.io/

  2. arXiv:2309.16672  [pdf, other

    cs.CV cs.LG

    Learning to Transform for Generalizable Instance-wise Invariance

    Authors: Utkarsh Singhal, Carlos Esteves, Ameesh Makadia, Stella X. Yu

    Abstract: Computer vision research has long aimed to build systems that are robust to spatial 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 unknown a priori and dependent on the instance. Ideally, the appropriate invariance would be lea… ▽ More

    Submitted 15 February, 2024; v1 submitted 28 September, 2023; originally announced September 2023.

    Comments: Accepted to ICCV 2023

  3. arXiv:2306.05420  [pdf, other

    cs.LG cs.CV

    Scaling Spherical CNNs

    Authors: Carlos Esteves, Jean-Jacques Slotine, Ameesh Makadia

    Abstract: Spherical CNNs generalize CNNs to functions on the sphere, by using spherical convolutions as the main linear operation. The most accurate and efficient way to compute spherical convolutions is in the spectral domain (via the convolution theorem), which is still costlier than the usual planar convolutions. For this reason, applications of spherical CNNs have so far been limited to small problems t… ▽ More

    Submitted 8 June, 2023; originally announced June 2023.

    Comments: Accepted to ICML'23

  4. arXiv:2306.05410  [pdf, other

    cs.CV

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

    Authors: Zezhou Cheng, Carlos Esteves, Varun Jampani, Abhishek Kar, Subhransu Maji, Ameesh Makadia

    Abstract: 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 pipelines which have well-understood failure modes. Existing approaches for unposed NeRF operate und… ▽ More

    Submitted 8 June, 2023; originally announced June 2023.

    Comments: Project website: https://people.cs.umass.edu/~zezhoucheng/lu-nerf/

  5. arXiv:2303.16201  [pdf, other

    cs.CV cs.AI cs.LG

    ASIC: Aligning Sparse in-the-wild Image Collections

    Authors: Kamal Gupta, Varun Jampani, Carlos Esteves, Abhinav Shrivastava, Ameesh Makadia, Noah Snavely, Abhishek Kar

    Abstract: 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 the objects present in the world. We present a self-supervised technique that directly optimizes on a… ▽ More

    Submitted 28 March, 2023; originally announced March 2023.

    Comments: Web: https://kampta.github.io/asic

  6. Stable Object Reorientation using Contact Plane Registration

    Authors: Richard Li, Carlos Esteves, Ameesh Makadia, Pulkit Agrawal

    Abstract: We present a system for accurately predicting stable orientations for diverse rigid objects. We propose to overcome the critical issue of modelling multimodality in the space of rotations by using a conditional generative model to accurately classify contact surfaces. Our system is capable of operating from noisy and partially-observed pointcloud observations captured by real world depth cameras.… ▽ More

    Submitted 18 August, 2022; originally announced August 2022.

    Comments: 7 pages, 1 additional page for references

    Journal ref: 2022 International Conference on Robotics and Automation (ICRA), 2022, pp. 6379-6385

  7. arXiv:2207.10662  [pdf, other

    cs.CV

    Generalizable Patch-Based Neural Rendering

    Authors: Mohammed Suhail, Carlos Esteves, Leonid Sigal, Ameesh Makadia

    Abstract: Neural rendering has received tremendous attention since the advent of Neural Radiance Fields (NeRF), and has pushed the state-of-the-art on novel-view synthesis considerably. The recent focus has been on models that overfit to a single scene, and the few attempts to learn models that can synthesize novel views of unseen scenes mostly consist of combining deep convolutional features with a NeRF-li… ▽ More

    Submitted 28 July, 2022; v1 submitted 21 July, 2022; originally announced July 2022.

    Comments: Project Page with code and results at https://mohammedsuhail.net/gen_patch_neural_rendering/

  8. arXiv:2112.09687  [pdf, other

    cs.CV

    Light Field Neural Rendering

    Authors: Mohammed Suhail, Carlos Esteves, Leonid Sigal, Ameesh Makadia

    Abstract: Classical light field rendering for novel view synthesis can accurately reproduce view-dependent effects such as reflection, refraction, and translucency, but requires a dense view sampling of the scene. Methods based on geometric reconstruction need only sparse views, but cannot accurately model non-Lambertian effects. We introduce a model that combines the strengths and mitigates the limitations… ▽ More

    Submitted 28 March, 2022; v1 submitted 17 December, 2021; originally announced December 2021.

    Comments: Project page with code and videos at https://light-field-neural-rendering.github.io

  9. arXiv:2106.05965  [pdf, other

    cs.CV

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

    Authors: Kieran Murphy, Carlos Esteves, Varun Jampani, Srikumar Ramalingam, Ameesh Makadia

    Abstract: Single image pose estimation is a fundamental problem in many vision and robotics tasks, and existing deep learning approaches suffer by not completely modeling and handling: i) uncertainty about the predictions, and ii) symmetric objects with multiple (sometimes infinite) correct poses. To this end, we introduce a method to estimate arbitrary, non-parametric distributions on SO(3). Our key idea i… ▽ More

    Submitted 1 July, 2022; v1 submitted 10 June, 2021; originally announced June 2021.

    Comments: Additional implementation details

  10. arXiv:2012.02771  [pdf, other

    cs.CV cs.LG

    Learning Equivariant Representations

    Authors: Carlos Esteves

    Abstract: State-of-the-art deep learning systems often require large amounts of data and computation. For this reason, leveraging known or unknown structure of the data is paramount. Convolutional neural networks (CNNs) are successful examples of this principle, their defining characteristic being the shift-equivariance. By sliding a filter over the input, when the input shifts, the response shifts by the s… ▽ More

    Submitted 4 December, 2020; originally announced December 2020.

  11. arXiv:2006.14616  [pdf, ps, other

    cs.CV

    An Analysis of SVD for Deep Rotation Estimation

    Authors: Jake Levinson, Carlos Esteves, Kefan Chen, Noah Snavely, Angjoo Kanazawa, Afshin Rostamizadeh, Ameesh Makadia

    Abstract: 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 averaging, or Essential matrix decomposition. Despite its utility in different settings, SVD orthogonali… ▽ More

    Submitted 25 June, 2020; originally announced June 2020.

  12. arXiv:2006.10731  [pdf, other

    cs.CV cs.LG

    Spin-Weighted Spherical CNNs

    Authors: Carlos Esteves, Ameesh Makadia, Kostas Daniilidis

    Abstract: Learning equivariant representations is a promising way to reduce sample and model complexity and improve the generalization performance of deep neural networks. The spherical CNNs are successful examples, producing SO(3)-equivariant representations of spherical inputs. There are two main types of spherical CNNs. The first type lifts the inputs to functions on the rotation group SO(3) and applies… ▽ More

    Submitted 26 October, 2020; v1 submitted 18 June, 2020; originally announced June 2020.

    Comments: Accepted to NeurIPS'20

  13. arXiv:2004.05154  [pdf, other

    cs.LG stat.ML

    Theoretical Aspects of Group Equivariant Neural Networks

    Authors: Carlos Esteves

    Abstract: Group equivariant neural networks have been explored in the past few years and are interesting from theoretical and practical standpoints. They leverage concepts from group representation theory, non-commutative harmonic analysis and differential geometry that do not often appear in machine learning. In practice, they have been shown to reduce sample and model complexity, notably in challenging ta… ▽ More

    Submitted 29 April, 2020; v1 submitted 10 April, 2020; originally announced April 2020.

    Comments: Corrected 3D steerable CNNs kernel characterization and other minor fixes

  14. arXiv:1904.00993  [pdf, other

    cs.CV

    Equivariant Multi-View Networks

    Authors: Carlos Esteves, Yinshuang Xu, Christine Allen-Blanchette, Kostas Daniilidis

    Abstract: Several popular approaches to 3D vision tasks process multiple views of the input independently with deep neural networks pre-trained on natural images, achieving view permutation invariance through a single round of pooling over all views. We argue that this operation discards important information and leads to subpar global descriptors. In this paper, we propose a group convolutional approach to… ▽ More

    Submitted 27 October, 2019; v1 submitted 1 April, 2019; originally announced April 2019.

    Comments: Camera-ready. Accepted to ICCV'19 as oral presentation

  15. arXiv:1812.02716  [pdf, other

    cs.CV

    Cross-Domain 3D Equivariant Image Embeddings

    Authors: Carlos Esteves, Avneesh Sud, Zhengyi Luo, Kostas Daniilidis, Ameesh Makadia

    Abstract: 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 image embeddings with a similar equivariant structure: embedding the image of a 3D object should co… ▽ More

    Submitted 14 May, 2019; v1 submitted 6 December, 2018; originally announced December 2018.

    Comments: Accepted to the International Conference on Machine Learning, ICML 2019

  16. arXiv:1809.02123  [pdf, other

    cs.CV

    Labeling Panoramas with Spherical Hourglass Networks

    Authors: Carlos Esteves, Kostas Daniilidis, Ameesh Makadia

    Abstract: With the recent proliferation of consumer-grade 360° cameras, it is worth revisiting visual perception challenges with spherical cameras given the potential benefit of their global field of view. To this end we introduce a spherical convolutional hourglass network (SCHN) for the dense labeling on the sphere. The SCHN is invariant to camera orientation (lifting the usual requirement for `upright' p… ▽ More

    Submitted 6 September, 2018; originally announced September 2018.

    Comments: Accepted to the 360° Perception and Interaction Workshop at ECCV 2018

  17. arXiv:1711.06721  [pdf, other

    cs.CV

    Learning SO(3) Equivariant Representations with Spherical CNNs

    Authors: Carlos Esteves, Christine Allen-Blanchette, Ameesh Makadia, Kostas Daniilidis

    Abstract: 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 propose a novel spherical convolutional network that implements exact convolutions on the sphere by… ▽ More

    Submitted 27 September, 2018; v1 submitted 17 November, 2017; originally announced November 2017.

    Comments: Camera-ready. Accepted to ECCV'18 as oral presentation

  18. arXiv:1709.01889  [pdf, other

    cs.CV

    Polar Transformer Networks

    Authors: Carlos Esteves, Christine Allen-Blanchette, Xiaowei Zhou, Kostas Daniilidis

    Abstract: Convolutional neural networks (CNNs) are inherently equivariant to translation. Efforts to embed other forms of equivariance have concentrated solely on rotation. We expand the notion of equivariance in CNNs through the Polar Transformer Network (PTN). PTN combines ideas from the Spatial Transformer Network (STN) and canonical coordinate representations. The result is a network invariant to transl… ▽ More

    Submitted 1 February, 2018; v1 submitted 6 September, 2017; originally announced September 2017.

    Comments: Accepted as a conference paper at ICLR 2018