Papers › Real-Time Neural Character Rendering with Pose-Guided Multiplane Images

Real-Time Neural Character Rendering with Pose-Guided Multiplane Images

25 Apr 2022arXiv:2204.11820archive 2025-07-28

Hao Ouyang, Bo Zhang, Pan Zhang, Hao Yang, Jiaolong Yang, Dong Chen, Qifeng Chen, Fang Wen

We propose pose-guided multiplane image (MPI) synthesis which can render an animatable character in real scenes with photorealistic quality. We use a portable camera rig to capture the multi-view images along with the driving signal for the moving subject. Our method generalizes the image-to-image translation paradigm, which translates the human pose to a 3D scene representation -- MPIs that can be rendered in free viewpoints, using the multi-views captures as supervision. To fully cultivate the potential of MPI, we propose depth-adaptive MPI which can be learned using variable exposure images while being robust to inaccurate camera registration. Our method demonstrates advantageous novel-view synthesis quality over the state-of-the-art approaches for characters with challenging motions. Moreover, the proposed method is generalizable to novel combinations of training poses and can be explicitly controlled. Our method achieves such expressive and animatable character rendering all in real time, serving as a promising solution for practical applications.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2204.11820")

Code

Syntology Ran 9 of 17 code samples harvested from 1 repository linked to this paper; 8 have no recorded run. Of those that ran: 1 ran · violated contract; 4 ran · our draft was wrong; 4 ran · fixture could not drive it.

By repository: official repository: 17 samples from 1 repository, 9 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

ken-ouyang/PGMPI officialmentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

17 samples harvested; 9 ran; 0 honoured the contract we drafted; 8 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · violated contract
4ran · our draft was wrong
4ran · fixture could not drive it
8unverified

Licence: 0 of the 17 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from ken-ouyang/PGMPI. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

buildCamera ken-ouyang/PGMPI/utils/mpi_utils.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · df07d9a1206a42b7 · report
buildNerfPoses ken-ouyang/PGMPI/utils/mpi_utils.py official repository ran · fixture could not drive it fingerprinted MIT (permissive) · e654f7331d5c6b76 · report
nerf_pose_to_ours ken-ouyang/PGMPI/utils/mpi_utils.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · 58ade291f3bdc118 · report
normalize ken-ouyang/PGMPI/utils/mpi_utils.py official repository ran · violated contract fingerprinted MIT (permissive) · 1d6f8390d799f055 · report
poses_avg ken-ouyang/PGMPI/utils/mpi_utils.py official repository ran · fixture could not drive it fingerprinted MIT (permissive) · b81d1533a3bb6e3f · report
readCameraDeepview ken-ouyang/PGMPI/utils/mpi_utils.py official repository ran · our draft was wrong MIT (permissive) · 01520d50e6a4ddeb · report
readCamerasBinary ken-ouyang/PGMPI/utils/mpi_utils.py official repository ran · our draft was wrong MIT (permissive) · 9ad1e4f49e3fdd27 · report
recenter_poses ken-ouyang/PGMPI/utils/mpi_utils.py official repository ran · fixture could not drive it fingerprinted MIT (permissive) · 72fe78717ebe8cca · report
viewmatrix ken-ouyang/PGMPI/utils/mpi_utils.py official repository ran · fixture could not drive it fingerprinted MIT (permissive) · aa52acee18f54d38 · report
OrbiterDatasetMulti ken-ouyang/PGMPI/utils/mpi_utils.py official repository unverified MIT (permissive) · 28a7f7eb30f03fd8 · report
SfMData ken-ouyang/PGMPI/utils/mpi_utils.py official repository unverified MIT (permissive) · 3717e18fcebddb7b · report
_load_data ken-ouyang/PGMPI/utils/mpi_utils.py official repository unverified MIT (permissive) · ab9f62362dbc99c9 · report
_minify ken-ouyang/PGMPI/utils/mpi_utils.py official repository unverified MIT (permissive) · f1e4ec50e8bcf425 · report
load_llff_data ken-ouyang/PGMPI/utils/mpi_utils.py official repository unverified MIT (permissive) · 8edd5bb1b5283559 · report
readImagesBinary ken-ouyang/PGMPI/utils/mpi_utils.py official repository unverified MIT (permissive) · 028a51a7cbf901be · report
render_path_spiral ken-ouyang/PGMPI/utils/mpi_utils.py official repository unverified MIT (permissive) · 00fdbdc7dff998ed · report
spherify_poses ken-ouyang/PGMPI/utils/mpi_utils.py official repository unverified MIT (permissive) · 6f17619d1df740cc · report

Tasks

Image-to-Image TranslationNeural RenderingNovel View Synthesis

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections