English

Share With Thy Neighbors: Single-View Reconstruction by Cross-Instance Consistency

Computer Vision and Pattern Recognition 2022-07-26 v3 Graphics

Abstract

Approaches for single-view reconstruction typically rely on viewpoint annotations, silhouettes, the absence of background, multiple views of the same instance, a template shape, or symmetry. We avoid all such supervision and assumptions by explicitly leveraging the consistency between images of different object instances. As a result, our method can learn from large collections of unlabelled images depicting the same object category. Our main contributions are two ways for leveraging cross-instance consistency: (i) progressive conditioning, a training strategy to gradually specialize the model from category to instances in a curriculum learning fashion; and (ii) neighbor reconstruction, a loss enforcing consistency between instances having similar shape or texture. Also critical to the success of our method are: our structured autoencoding architecture decomposing an image into explicit shape, texture, pose, and background; an adapted formulation of differential rendering; and a new optimization scheme alternating between 3D and pose learning. We compare our approach, UNICORN, both on the diverse synthetic ShapeNet dataset - the classical benchmark for methods requiring multiple views as supervision - and on standard real-image benchmarks (Pascal3D+ Car, CUB) for which most methods require known templates and silhouette annotations. We also showcase applicability to more challenging real-world collections (CompCars, LSUN), where silhouettes are not available and images are not cropped around the object.

Keywords

Cite

@article{arxiv.2204.10310,
  title  = {Share With Thy Neighbors: Single-View Reconstruction by Cross-Instance Consistency},
  author = {Tom Monnier and Matthew Fisher and Alexei A. Efros and Mathieu Aubry},
  journal= {arXiv preprint arXiv:2204.10310},
  year   = {2022}
}

Comments

ECCV 2022. Project webpage with code and videos: http://imagine.enpc.fr/~monniert/UNICORN/

R2 v1 2026-06-24T10:55:06.896Z