Papers › Learning Naturally Aggregated Appearance for Efficient 3D Editing

Learning Naturally Aggregated Appearance for Efficient 3D Editing

11 Dec 2023arXiv:2312.06657archive 2025-07-28

Ka Leong Cheng, Qiuyu Wang, Zifan Shi, Kecheng Zheng, Yinghao Xu, Hao Ouyang, Qifeng Chen, Yujun Shen

Neural radiance fields, which represent a 3D scene as a color field and a density field, have demonstrated great progress in novel view synthesis yet are unfavorable for editing due to the implicitness. In view of such a deficiency, we propose to replace the color field with an explicit 2D appearance aggregation, also called canonical image, with which users can easily customize their 3D editing via 2D image processing. To avoid the distortion effect and facilitate convenient editing, we complement the canonical image with a projection field that maps 3D points onto 2D pixels for texture lookup. This field is carefully initialized with a pseudo canonical camera model and optimized with offset regularity to ensure naturalness of the aggregated appearance. Extensive experimental results on three datasets suggest that our representation, dubbed AGAP, well supports various ways of 3D editing (e.g., stylization, interactive drawing, and content extraction) with no need of re-optimization for each case, demonstrating its generalizability and efficiency. Project page is available at https://felixcheng97.github.io/AGAP/.

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="2312.06657")

Code

Syntology Ran 13 of 14 code samples harvested from 1 repository linked to this paper; 1 has no recorded run. Of those that ran: 1 ran · violated contract; 2 ran · our draft was wrong; 1 ran · fixture could not drive it; 9 ran with no contract checked.

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

felixcheng97/agap officialmentioned in papermentioned on GitHubpytorchGPL-3.0 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

14 samples harvested; 13 ran; 0 honoured the contract we drafted; 1 has 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
2ran · our draft was wrong
1ran · fixture could not drive it
9ran
1unverified

Licence: 14 of the 14 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 felixcheng97/agap. “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.

create_full_step_id felixcheng97/agap/lib/dmpigo.py official repository ran GPL-3.0 (copyleft) · pointer only · eb2f4df4e13ab013 · report
depthread felixcheng97/agap/lib/load_in2n.py official repository ran GPL-3.0 (copyleft) · pointer only · 5e48834e0ab4f094 · report
get_rays felixcheng97/agap/lib/dvgo.py official repository ran · our draft was wrong GPL-3.0 (copyleft) · pointer only · 049307a781780caa · report
get_rays_np felixcheng97/agap/lib/dvgo.py official repository ran · fixture could not drive it fingerprinted GPL-3.0 (copyleft) · pointer only · 797ecc3ad3e96c73 · report
imread felixcheng97/agap/lib/load_in2n.py official repository ran GPL-3.0 (copyleft) · pointer only · 0e2260c4a52e43c7 · report
load_K_Rt_from_P felixcheng97/agap/lib/load_dtu.py official repository ran GPL-3.0 (copyleft) · pointer only · d250a3f916e450fd · report
load_blender_data felixcheng97/agap/lib/load_blender.py official repository ran GPL-3.0 (copyleft) · pointer only · ae3dedd9c49a6c57 · report
load_dtu_data felixcheng97/agap/lib/load_dtu.py official repository ran GPL-3.0 (copyleft) · pointer only · 86929e0f3a033786 · report
load_neuvf_data felixcheng97/agap/lib/load_neuvf.py official repository ran GPL-3.0 (copyleft) · pointer only · 47d569d208157269 · report
ndc_rays felixcheng97/agap/lib/dvgo.py official repository ran · our draft was wrong GPL-3.0 (copyleft) · pointer only · 4366d225ac2fe16d · report
normalize felixcheng97/agap/lib/load_in2n.py official repository ran · violated contract fingerprinted GPL-3.0 (copyleft) · pointer only · 1d6f8390d799f055 · report
pose_spherical felixcheng97/agap/lib/load_blender.py official repository ran GPL-3.0 (copyleft) · pointer only · 8313c1fb69b28c8e · report
recenter_pose felixcheng97/agap/lib/load_blender.py official repository ran GPL-3.0 (copyleft) · pointer only · 9036f8f9022fddda · report
load_data felixcheng97/agap/lib/load_data.py official repository unverified GPL-3.0 (copyleft) · pointer only · fd352967441cd049 · report

Tasks

Novel 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