Papers › ABLE-NeRF: Attention-Based Rendering with Learnable Embeddings for Neural Radiance Field

ABLE-NeRF: Attention-Based Rendering with Learnable Embeddings for Neural Radiance Field

24 Mar 2023CVPR 2023 1arXiv:2303.13817archive 2025-07-28

Zhe Jun Tang, Tat-Jen Cham, Haiyu Zhao

Neural Radiance Field (NeRF) is a popular method in representing 3D scenes by optimising a continuous volumetric scene function. Its large success which lies in applying volumetric rendering (VR) is also its Achilles' heel in producing view-dependent effects. As a consequence, glossy and transparent surfaces often appear murky. A remedy to reduce these artefacts is to constrain this VR equation by excluding volumes with back-facing normal. While this approach has some success in rendering glossy surfaces, translucent objects are still poorly represented. In this paper, we present an alternative to the physics-based VR approach by introducing a self-attention-based framework on volumes along a ray. In addition, inspired by modern game engines which utilise Light Probes to store local lighting passing through the scene, we incorporate Learnable Embeddings to capture view dependent effects within the scene. Our method, which we call ABLE-NeRF, significantly reduces `blurry' glossy surfaces in rendering and produces realistic translucent surfaces which lack in prior art. In the Blender dataset, ABLE-NeRF achieves SOTA results and surpasses Ref-NeRF in all 3 image quality metrics PSNR, SSIM, LPIPS.

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

Code

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

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

tangzj/able-nerf officialmentioned in paperpytorch 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

16 samples harvested; 8 ran; 1 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 · honoured contract
3ran · our draft was wrong
3ran · fixture could not drive it
1ran
8unverified

Licence: 16 of the 16 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 TangZJ/able-nerf. “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.

Embedding TangZJ/able-nerf/models/able_nerf.py official repository ran · metamorphic tier: invariant fingerprinted no licence file found · pointer only · 7c7aeafde5cc40a0 · report
basic_integrated_pos_enc TangZJ/able-nerf/models/able_nerf.py official repository ran · fixture could not drive it no licence file found · pointer only · 017e87a050383796 · report
cast_rays TangZJ/able-nerf/models/able_nerf.py official repository ran · fixture could not drive it no licence file found · pointer only · 3683b97f8aca9303 · report
expected_sin TangZJ/able-nerf/models/able_nerf.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · e0fd7ef778e605fd · report
get_attn_mask TangZJ/able-nerf/models/able_nerf.py official repository ran · honoured contract no licence file found · pointer only · 3c45ff0195307234 · report
lift_gaussian TangZJ/able-nerf/models/able_nerf.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · 6fb4d2fd6b2742e3 · report
sample_along_rays TangZJ/able-nerf/models/able_nerf.py official repository ran · our draft was wrong no licence file found · pointer only · 6bd6be16b3322294 · report
sorted_piecewise_constant_pdf TangZJ/able-nerf/models/able_nerf.py official repository ran · fixture could not drive it no licence file found · pointer only · 359c5814e88f23e5 · report
LETransformer TangZJ/able-nerf/models/able_nerf.py official repository unverified no licence file found · pointer only · e28b4f42f7015bb7 · report
ableNeRF TangZJ/able-nerf/models/able_nerf.py official repository unverified no licence file found · pointer only · 10952e5cc9939e58 · report
conical_frustum_to_gaussian TangZJ/able-nerf/models/able_nerf.py official repository unverified no licence file found · pointer only · 3b22ae6dad1741a0 · report
generate_ipe_ray_samples TangZJ/able-nerf/models/able_nerf.py official repository unverified no licence file found · pointer only · 7773feb15fef744b · report
init_weights TangZJ/able-nerf/models/able_nerf.py official repository unverified no licence file found · pointer only · a37e025e04a925d5 · report
linear_to_srgb TangZJ/able-nerf/models/able_nerf.py official repository unverified no licence file found · pointer only · abcaa3f9a6617e1f · report
resample_along_rays TangZJ/able-nerf/models/able_nerf.py official repository unverified no licence file found · pointer only · 1cea813eb77eb5aa · report
resampled_generate_ipe_ray_samples TangZJ/able-nerf/models/able_nerf.py official repository unverified no licence file found · pointer only · 46790feceb297ccb · report

Tasks

NeRFSSIM

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

RoIAlignRoIPoolSoftmax

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