Papers › Entangled View-Epipolar Information Aggregation for Generalizable Neural Radiance Fields

Entangled View-Epipolar Information Aggregation for Generalizable Neural Radiance Fields

20 Nov 2023CVPR 2024 1arXiv:2311.11845archive 2025-07-28

Zhiyuan Min, Yawei Luo, Wei Yang, Yuesong Wang, Yi Yang

Generalizable NeRF can directly synthesize novel views across new scenes, eliminating the need for scene-specific retraining in vanilla NeRF. A critical enabling factor in these approaches is the extraction of a generalizable 3D representation by aggregating source-view features. In this paper, we propose an Entangled View-Epipolar Information Aggregation method dubbed EVE-NeRF. Different from existing methods that consider cross-view and along-epipolar information independently, EVE-NeRF conducts the view-epipolar feature aggregation in an entangled manner by injecting the scene-invariant appearance continuity and geometry consistency priors to the aggregation process. Our approach effectively mitigates the potential lack of inherent geometric and appearance constraint resulting from one-dimensional interactions, thus further boosting the 3D representation generalizablity. EVE-NeRF attains state-of-the-art performance across various evaluation scenarios. Extensive experiments demonstate that, compared to prevailing single-dimensional aggregation, the entangled network excels in the accuracy of 3D scene geometry and appearance reconstruction. Our code is publicly available at https://github.com/tatakai1/EVENeRF.

PaperPDFConference PDFCodeCode 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="2311.11845")

Code

Syntology Ran 10 of 12 code samples harvested from 1 repository linked to this paper; 2 have no recorded run. Of those that ran: 1 ran · honoured contract; 4 ran · our draft was wrong; 2 ran · fixture could not drive it; 3 ran with no contract checked.

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

tatakai1/evenerf officialmentioned in papermentioned on GitHubpytorchApache-2.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

12 samples harvested; 10 ran; 1 honoured the contract we drafted; 2 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 · honoured contract
4ran · our draft was wrong
2ran · fixture could not drive it
3ran
2unverified

Licence: 0 of the 12 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 tatakai1/evenerf. “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.

class_for_name tatakai1/evenerf/evenerf/feature_network.py official repository ran Apache-2.0 (permissive) · 22e670c8093b7c80 · report
conv1x1 tatakai1/evenerf/evenerf/feature_network.py official repository ran · our draft was wrong Apache-2.0 (permissive) · 036782aebf2185a0 · report
conv3x3 tatakai1/evenerf/evenerf/feature_network.py official repository ran · our draft was wrong Apache-2.0 (permissive) · 7e558f4229d053af · report
dilate_img tatakai1/evenerf/evenerf/sample_ray.py official repository ran Apache-2.0 (permissive) · ffadd89803ecb27b · report
parse_camera tatakai1/evenerf/evenerf/sample_ray.py official repository ran · fixture could not drive it Apache-2.0 (permissive) · 3b75759486992d96 · report
raw2outputs tatakai1/evenerf/evenerf/render_ray.py official repository ran Apache-2.0 (permissive) · 4c8b5ae15ce28d94 · report
read_cameras_text tatakai1/evenerf/evenerf/data_loaders/colmap_read_model.py official repository ran · our draft was wrong Apache-2.0 (permissive) · 8a38e306ff4c5b42 · report
read_next_bytes tatakai1/evenerf/evenerf/data_loaders/colmap_read_model.py official repository ran · honoured contract Apache-2.0 (permissive) · 56858e04e6fdb2ff · report
sample_along_camera_ray tatakai1/evenerf/evenerf/render_ray.py official repository ran · fixture could not drive it fingerprinted Apache-2.0 (permissive) · 1771162d12b6e77f · report
sample_pdf tatakai1/evenerf/evenerf/render_ray.py official repository ran · our draft was wrong Apache-2.0 (permissive) · ca8853bb68d69984 · report
de_parallel tatakai1/evenerf/evenerf/model.py official repository unverified Apache-2.0 (permissive) · b7b60558eb5ef908 · report
read_cameras_binary tatakai1/evenerf/evenerf/data_loaders/colmap_read_model.py official repository unverified Apache-2.0 (permissive) · 3d7e294ff8567d46 · report

Tasks

Generalizable Novel View SynthesisNeRF

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