paper-with-me

Papers

SDFit: 3D Object Pose and Shape by Fitting a Morphable SDF to a Single Image

2024-09-24 · Dimitrije Antić, Sai Kumar Dwivedi, Shashank Tripathi, Theo Gevers, Dimitrios Tzionas

We focus on recovering 3D object pose and shape from single images. This is highly challenging due to strong (self-)occlusions, depth ambiguities, the enormous shape variance, and lack of 3D ground truth for natural images. Recent work relies mostly on learning from finite datasets, so it struggles generalizing, while it focuses mostly on the shape itself, largely ignoring the alignment with pixels. Moreover, it performs feed-forward inference, so it cannot refine estimates. We tackle these limitations with a novel framework, called SDFit. To this end, we make three key observations: (1) Learned signed-distance-function (SDF) models act as a strong morphable shape prior. (2) Foundational models embed 2D images and 3D shapes in a joint space, and (3) also infer rich features from images. SDFit exploits these as follows. First, it uses a category-level morphable SDF (mSDF) model, called DIT, to generate 3D shape hypotheses. This mSDF is initialized by querying OpenShape's latent space conditioned on the input image. Then, it computes 2D-to-3D correspondences, by extracting and matching features from the image and mSDF. Last, it fits the mSDF to the image in an render-and-compare fashion, to iteratively refine estimates. We evaluate SDFit on the Pix3D and Pascal3D+ datasets of real-world images. SDFit performs roughly on par with state-of-the-art learned methods, but, uniquely, requires no re-training. Thus, SDFit is promising for generalizing in the wild, paving the way for future research. Code will be released

📄 PDF Abstract BibTeX arXiv:2409.16178

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Efficient Global Illumination for Morphable Models

2017-10-01 · ICCV 2017 10 · Andreas Schneider, Sandro Schonborn, Lavrenti Frobeen, Bernhard Egger 외

We propose an efficient self-shadowing illumination model for Morphable Models. Simulating self-shadowing with ray casting is computationally expensive which makes them impractical in Analysis-by-Synthesis methods for ob…

Object Reconstruction

Landmark Weighting for 3DMM Shape Fitting

2018-08-16 · Yu Yanga, Xiao-Jun Wu, Josef Kittler

Human face is a 3D object with shape and surface texture. 3D Morphable Model (3DMM) is a powerful tool for reconstructing the 3D face from a single 2D face image. In the shape fitting process, 3DMM estimates the correspo…

3D Face ReconstructionFace Reconstruction

Fitting 3D Morphable Models using Local Features

2015-03-08 · Patrik Huber, Zhen-Hua Feng, William Christmas, Josef Kittler 외

In this paper, we propose a novel fitting method that uses local image features to fit a 3D Morphable Model to 2D images. To overcome the obstacle of optimising a cost function that contains a non-differentiable feature …

regression

Text2Face: A Multi-Modal 3D Face Model

2023-03-05 · Will Rowan, Patrik Huber, Nick Pears, Andrew Keeling

We present the first 3D morphable modelling approach, whereby 3D face shape can be directly and completely defined using a textual prompt. Building on work in multi-modal learning, we extend the FLAME head model to a com…

Face Modelmodel

A Multiresolution 3D Morphable Face Model and Fitting Framework

2016-02-01 · Patrik Huber, Guosheng Hu, Rafael Tena, Pouria Mortazavian 외

3D Morphable Face Models are a powerful tool in computer vision. They consists of a PCA model of face shape and colour information and allow to reconstruct a 3D face from a single 2D image. 3D Morphable Face Models are u…

3D Face ReconstructionFace GenerationFace ModelFace Recognition+3