SYNTOLOGY HomeExplorerAtlasCodeMethodologyAboutDevelopersFeedPricing
Paper · 2310.08585 · 2023

Im4D: High-Fidelity and Real-Time Novel View Synthesis for Dynamic Scenes

arXiv · PDF · Open in the Atlas

Code that ran

We lifted 5 functions out of this paper's own repositories and ran 4 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
zju3dv/im4d canonical 4 of 5
FunctionStatusWhere it lives
list_to_str Ran zju3dv/im4d/lib/config/config.py
pointer only (licence: NOASSERTION) · get_code("bc1bedb7bee102cf")
load_yaml_file Ran zju3dv/im4d/lib/config/config.py
pointer only (licence: NOASSERTION) · get_code("411a24e38dae9a0d")
make_data_sampler Ran zju3dv/im4d/lib/datasets/make_dataset.py
pointer only (licence: NONE) · get_code("87df4437d34bb35f")
none_collate Ran zju3dv/im4d/lib/datasets/collate_batch.py
pointer only (licence: NOASSERTION) · get_code("de8a4d6a5ad9880c")
load_cfg Not yet run zju3dv/im4d/lib/config/yacs.py
pointer only (licence: NONE) · get_code("65d6513bc44b700c")

Repositories linked to this paper

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

Abstract

This paper aims to tackle the challenge of dynamic view synthesis from multi-view videos. The key observation is that while previous grid-based methods offer consistent rendering, they fall short in capturing appearance details of a complex dynamic scene, a domain where multi-view image-based rendering methods demonstrate the opposite properties. To combine the best of two worlds, we introduce Im4D, a hybrid scene representation that consists of a grid-based geometry representation and a multi-view image-based appearance representation. Specifically, the dynamic geometry is encoded as a 4D density function composed of spatiotemporal feature planes and a small MLP network, which globally models the scene structure and facilitates the rendering consistency. We represent the scene appearance by the original multi-view videos and a network that learns to predict the color of a 3D point from image features, instead of memorizing detailed appearance totally with networks, thereby naturally making the learning of networks easier. Our method is evaluated on five dynamic view synthesis datasets including DyNeRF, ZJU-MoCap, NHR, DNA-Rendering and ENeRF-Outdoor datasets. The results show that Im4D exhibits state-of-the-art performance in rendering quality and can be trained efficiently, while realizing real-time rendering with a speed of 79.8 FPS for 512x512 images, on a single RTX 3090 GPU.

For agents

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

get_harvested_code_for_paper("2310.08585")
get_code_for_paper("2310.08585")
have("2310.08585")

Connect an agent — have() is free.