SYNTOLOGY HomeExplorerAtlasCodeMethodologyAboutDevelopersFeedPricing
Paper · 2403.00939 · CVPR · 2024

G3DR: Generative 3D Reconstruction in ImageNet

Ismail Elezi, Pradyumna Reddy, Jiankang Deng

arXiv · PDF · Open in the Atlas

Code that ran

We lifted 13 functions out of this paper's own repositories and ran 8 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.

RepositoryRoleRan
preddy5/G3DR — 8 of 13
FunctionStatusWhere it lives
Attention Ran preddy5/G3DR/src/unet.py
pointer only (licence: NONE) · get_code("aff8d7e511059536")
LayerNorm Ran preddy5/G3DR/src/unet.py
pointer only (licence: NONE) · get_code("283a56bb7d23f95e")
LinearAttention Ran preddy5/G3DR/src/unet.py
pointer only (licence: NONE) · get_code("55b2c2cf73849d61")
PreNorm Ran preddy5/G3DR/src/unet.py
pointer only (licence: NONE) · get_code("2118ac4095e61787")
RandomOrLearnedSinusoidalPosEmb Ran preddy5/G3DR/src/unet.py
pointer only (licence: NONE) · get_code("b1f773c70c7f9675")
Residual Ran preddy5/G3DR/src/unet.py
pointer only (licence: NONE) · get_code("df64fd9fcc993ed7")
SinusoidalPosEmb Ran preddy5/G3DR/src/unet.py
pointer only (licence: NONE) · get_code("021995001e4162ac")
WeightStandardizedConv2d Ran preddy5/G3DR/src/unet.py
pointer only (licence: NONE) · get_code("6195093b86802c6d")
Block Not yet run preddy5/G3DR/src/unet.py
pointer only (licence: NONE) · get_code("ca1f424da1d12329")
Downsample Not yet run preddy5/G3DR/src/unet.py
pointer only (licence: NONE) · get_code("0ec25aa4e42d8883")
ResnetBlock Not yet run preddy5/G3DR/src/unet.py
pointer only (licence: NONE) · get_code("c4d5910cb5e14aa8")
Unet Not yet run preddy5/G3DR/src/unet.py
pointer only (licence: NONE) · get_code("a8fea6a6d1e8a21e")
Upsample Not yet run preddy5/G3DR/src/unet.py
pointer only (licence: NONE) · get_code("e86aab6d09dfc607")

Repositories linked to this paper

Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.

Abstract

We introduce a novel 3D generative method, Generative 3D Reconstruction (G3DR) in ImageNet, capable of generating diverse and high-quality 3D objects from single images, addressing the limitations of existing methods. At the heart of our framework is a novel depth regularization technique that enables the generation of scenes with high-geometric fidelity. G3DR also leverages a pretrained language-vision model, such as CLIP, to enable reconstruction in novel views and improve the visual realism of generations. Additionally, G3DR designs a simple but effective sampling procedure to further improve the quality of generations. G3DR offers diverse and efficient 3D asset generation based on class or text conditioning. Despite its simplicity, G3DR is able to beat state-of-theart methods, improving over them by up to 22% in perceptual metrics and 90% in geometry scores, while needing only half of the training time. Code is available at https://github.com/preddy5/G3DR.

For agents

The same record, over MCP at https://syntology.ai/mcp:

get_harvested_code_for_paper("2403.00939")
get_code_for_paper("2403.00939")
have("2403.00939")

Connect an agent — have() is free.