Studio Matrx Monthly · Volume 1 · Issue 4 · September 2026
Amogh N P
 In loving memory of Amogh N P — Architect · Designer · Visionary 
Neural Radiance Fields (NeRF)Lesson 4.2
Reality Capture & Scan-to-BIM/Module 4 · Neural Capture: NeRF & Gaussian Splatting

Lesson 4.2 · Neural Capture: NeRF & Gaussian Splatting

Neural Radiance Fields (NeRF)

The idea that started the neural capture revolution — a small neural network that learns a whole scene as a continuous field of colour and density, and can paint it from any angle you ask for

12 min Interactive lessonFree · open lessonByAmogh N P· Architect & interior designer
The hook

Imagine a function you can ask, for any point in a room and any direction you are looking from, 'what colour is here, and how solid is it?' — and it answers. Train that function on photos and you have a NeRF.

In 2020 a research team showed something that looked like a magic trick. They took a few dozen photographs of an object, trained a small neural network for a while, and could then render the object from any new camera position — smoothly, photorealistically, with correct reflections — as if they had filmed it from that angle. They called it a Neural Radiance Field, or NeRF, and it set off the neural capture revolution this module is about.

What makes NeRF worth understanding, even though Gaussian splatting (Module 4.3) has largely overtaken it for speed, is that it crystallised a genuinely new idea about how to represent a scene: not as a pile of points or a mesh, but as a *continuous function* — a field that, queried at any position and viewing direction, returns colour and density. The scene is not stored as geometry at all; it is stored as the learned ability to answer that question everywhere. This lesson builds an intuition for that idea, and is honest about where it shines and where it must not be trusted.

NeRF = a scene as a learned field: ask any point + direction, get colour + density. Render by walking rays. Beautiful, approximate, unscaled.

The core intuition: a scene as a continuous field

Start with the name, because it is unusually descriptive. A field, in physics, is something that has a value at every point in space — the temperature in a room is a field, defined at every location. A radiance field assigns, to every point, the light leaving that point. A Neural Radiance Field uses a neural network to represent that field. Put together: a NeRF is a function that, given any point in the scene (a position x, y, z) and a direction you are looking from, returns two things — the colour seen at that point from that direction, and the density, a measure of how much solid stuff is there (empty air has near-zero density; the surface of a wall has high density).

Notice what is and is not stored. There is no explicit list of surface points, no mesh, no coordinates of the wall. Instead the entire scene lives inside the weights of a small neural network — the learned numbers that make the function give the right answers. To find out what is at a location, you do not look it up in a list; you *run the network* with that location as input and read off the colour and density it computes. Because a neural network is a smooth, continuous function, you can query it at infinitely fine resolution, anywhere, which is why NeRFs can render crisp images and handle soft, gradual things well.

This is a genuinely different mental model from everything earlier in the course. A point cloud is a bag of measurements; a mesh is a surface; both are explicit things you can open and inspect. A NeRF is implicit — the scene is encoded indirectly, as the behaviour of a function, and you only ever see it by asking it to render a view. That implicitness is the source of both its magic (compact, continuous, photorealistic) and its difficulty (you cannot simply read a wall's coordinates out of it, and its geometry can be vague). Hold this picture — a function that knows the colour and solidity of every point — and the rest of NeRF follows from it.

A NeRF is a scene stored as a function ASK: (position x,y,z + view direction) -> (colour + density) camera one ray per pixel sampled points Trained neural network weights learned from the photos colour at point density (how solid) Blend all the samples along the ray by their density and you get the pixel. No stored points or mesh - the scene lives in the network's weights, queried afresh for every new viewpoint.
Zoom
How a NeRF renders a pixel: a ray is cast from the camera, points are sampled along it, the trained network returns colour and density at each sample, and the samples are blended by density. The scene lives in the network's weights, queried afresh for every viewpoint.

Not a bag of points. A FUNCTION: give it (where you are + where you look), it returns (colour + how solid). The scene lives in the network's weights.

How it renders a view — and how it learns

Given that function, how do you actually make a picture? Through volume rendering, and the mechanism is intuitive. To work out the colour of one pixel in your desired new view, you imagine a ray shooting from the camera, through that pixel, into the scene. You walk along the ray and, at many sample points, ask the network: colour and density here? Near empty air the density is tiny and contributes almost nothing; where the ray passes through a solid surface the density spikes and that point's colour dominates. Blend all the samples along the ray, weighting each by its density and by whether something solid already blocked the view in front of it, and you get the final pixel colour. Do that for every pixel and you have rendered the whole image. Because colour is returned *as a function of viewing direction*, a shiny surface can send different colours toward different cameras — which is exactly how NeRFs reproduce reflections and gloss.

So much for rendering a scene the network already knows. How does it *learn* the scene in the first place? By training, in the classic machine-learning loop. You supply the input photographs, each labelled with the camera position it was taken from (these poses usually come from a photogrammetry-style structure-from-motion step first). The network starts knowing nothing; it renders its guess of each training photo using the ray process above, compares its render to the real photograph, measures the error, and nudges its weights to reduce that error. Repeat this millions of times across all the photos and the network gradually converges on a field that reproduces every training view — and, because the field is smooth and consistent, it then generalises to render *new* views convincingly.

This training loop is the key to everything, including the cautions that follow. The network is optimised for one thing only: making its renders match the input photographs. Nothing in the process measures or rewards real-world distances. The scene representation that results is whatever best reproduces those images — which is usually visually excellent and geometrically approximate. Understanding that the objective is photo-reproduction, not measurement, explains every strength and every weakness of NeRF in the next section.

A NeRF is a scene stored as a function ASK: (position x,y,z + view direction) -> (colour + density) camera one ray per pixel sampled points Trained neural network weights learned from the photos colour at point density (how solid) Blend all the samples along the ray by their density and you get the pixel. No stored points or mesh - the scene lives in the network's weights, queried afresh for every new viewpoint.
Zoom
How a NeRF renders a pixel: a ray is cast from the camera, points are sampled along it, the trained network returns colour and density at each sample, and the samples are blended by density. The scene lives in the network's weights, queried afresh for every viewpoint.

Strengths: photorealism, view-dependent light, compactness

NeRF's strengths fall straight out of how it works, and they are real. First and foremost, photorealism. Because the network is trained to reproduce actual photographs and can be queried continuously, a good NeRF renders new views that look like genuine photos — soft shadows, subtle colour gradients, fine texture, atmospheric depth — far beyond the somewhat clinical look of a coloured point cloud or a textured mesh. For conveying the *feel* of a space to a client, this is transformative.

Second, view-dependent appearance, which is NeRF's signature and a thing classical methods genuinely cannot match. Because colour is a function of viewing direction, materials behave as they do in reality: a polished marble floor, a glazed tile, a metal fitting, a glass screen or a pool of water show moving highlights and reflections as you orbit the scene. Bake a single colour onto each point of a mesh and all of that is lost; a NeRF keeps it. This also lets NeRF handle soft, fuzzy and semi-transparent subjects — foliage, hair, thin grilles, carved stone screens (jali), lace — that scatter laser beams and confuse photogrammetry. The density field represents "partly there" gracefully.

Third, compactness and accessibility. The entire scene can live in a neural network whose stored weights are far smaller than a dense multi-billion-point cloud of the same space — an elegant kind of compression. And the input is just photographs or video from an ordinary camera or phone, with no specialist hardware. For a student, a designer or a practice exploring the technology, that low barrier to entry matters: you can make a genuine NeRF of a courtyard, a sculpture or a room with equipment you already own. Taken together, these strengths make NeRF outstanding for visualisation, immersive presentation, virtual and augmented reality, and the documentation of visually rich or delicate subjects — the places where *looking right* is the goal. The catch, always, is that looking right is not the same as measuring right, which is the subject of the final section.

NeRF: an honest balance sheet STRENGTHS COSTS AND CAUTIONS + Photorealistic novel views + Captures reflections, glass, gloss + Handles view-dependent light + Fills soft, fuzzy detail well + Compact vs a huge point cloud + From ordinary photos - Slow, heavy GPU training - Data hungry: many good photos - Geometry can be soft or wrong - Scale not inherently metric - Floaters and artefacts appear - Do not dimension from it blindly Bind measurement to laser / photogrammetry.
Zoom
An honest balance sheet for NeRF: photorealism, view-dependent effects and compactness on one side; slow training, data hunger, approximate geometry and no inherent metric scale on the other.

Weaknesses: training cost, data hunger, and metric reliability

Now the honest debit side, because a professional chooses a method knowing its failure modes. The first practical weakness is training time and compute. Classic NeRF does not produce a result the instant you stop capturing; it must train, historically for many minutes to hours on a capable GPU, because it runs that render-compare-adjust loop millions of times. Faster variants and better hardware have shortened this dramatically, and Gaussian splatting (Module 4.3) attacks exactly this problem, but NeRF's heritage is "capture now, wait for the model" rather than the real-time feedback a laser scanner or a splat gives. For fieldwork where you want to confirm coverage on the spot, that lag matters.

The second is data hunger and capture discipline. A NeRF needs many photographs, reasonably well distributed around the subject, with good overlap, consistent lighting, and accurately estimated camera poses. Too few images, big gaps in coverage, motion blur, changing light or moving objects, and the result degrades into floaters (wisps of spurious density hanging in the air), blurred regions, and gaps where the network simply had too little to learn from. Large, complex or poorly-lit scenes are hard. As with all capture, the result is only as good as the input, and NeRF is fairly demanding about that input.

The third weakness is the one that governs everything in this module: metric reliability. Because training optimises for reproducing photographs, the recovered geometry is approximate and the scene has no inherent real-world scale — a raw NeRF does not know if the column is two metres or twenty metres tall unless scale is imposed from outside (a known dimension, survey control, or the structure-from-motion step's own limitations). Surfaces that render perfectly can be subtly non-planar in the model; thin objects smear; unseen regions are plausibly invented. Extracting a clean, correct mesh or point cloud from a NeRF is an active research problem, not a solved one. So the rule stands, unchanged from 4.1: a NeRF is a superb visualisation and an untrustworthy ruler. Use it to *see*; verify any dimension that matters against laser scanning or controlled photogrammetry; and send anything binding to a licensed surveyor. These limits are also a snapshot — NeRF research moves fast — so re-check current capabilities rather than treating today's weaknesses as permanent.

NeRF: an honest balance sheet STRENGTHS COSTS AND CAUTIONS + Photorealistic novel views + Captures reflections, glass, gloss + Handles view-dependent light + Fills soft, fuzzy detail well + Compact vs a huge point cloud + From ordinary photos - Slow, heavy GPU training - Data hungry: many good photos - Geometry can be soft or wrong - Scale not inherently metric - Floaters and artefacts appear - Do not dimension from it blindly Bind measurement to laser / photogrammetry.
Zoom
An honest balance sheet for NeRF: photorealism, view-dependent effects and compactness on one side; slow training, data hunger, approximate geometry and no inherent metric scale on the other.

NeRF debits: slow to train, hungry for good photos, no built-in scale, geometry only approximate. Gorgeous view, unreliable measurement.

Verify-this: a NeRF is a learned appearance, not a measured model

Implicit representation

What is actually stored

The scene lives in network weights as a colour-and-density field, not as measurable surfaces; you cannot simply read coordinates out of it. Principles here; measured models come from laser/photogrammetry.

No inherent scale

Real-world units

A raw NeRF has no metric scale unless imposed externally; scaling and georeferencing are survey tasks deferred to control and a licensed surveyor (Module 1.3-1.4).

Approximate geometry

Planarity, thin objects, unseen regions

Perfect-looking renders can hide distorted or invented geometry and floaters. Verify any dimension against measured capture; Module 9 on quality/accuracy.

Capture quality

Photos and camera poses

NeRF needs many well-distributed, sharp, consistently-lit photos with good pose estimation; poor input yields floaters and gaps. Capture discipline follows Module 2 (photogrammetry good practice).

Hands-on workshop

Workshop — reason about a NeRF capture before (or instead of) running one

You learn NeRF fastest by predicting how it will behave on a real subject. In this workshop you plan a capture and forecast its strengths and failure modes, building intuition whether or not you have access to NeRF software.

A notebook and a subject to study. Optional: a phone plus a free NeRF or Gaussian-splat app to capture and test your predictions against a real result.

Given & goal
Goal: predict where a NeRF will excel and where it will fail on a chosen subject
Inputs: a real subject you could photograph (a sculpture, a courtyard, a richly-detailed room) + this lesson + a notebook (a phone and free NeRF/splat app optional)
Time: ~45 minutes
  1. 1Choose a subject and write down why it might suit a NeRF (reflective, foliage, fine ornament, atmospheric light) or challenge one (featureless walls, glass everywhere, moving people, poor light).
  2. 2Plan the capture: sketch how you would photograph it — how many photos, from what arc of positions, what overlap, what to keep still and consistent — and note why each choice matters to the training loop.
  3. 3Predict the strengths: name the view-dependent effects and rich details you expect a NeRF to reproduce well on this subject, and say why (link each to colour-as-a-function-of-direction or continuous density).
  4. 4Predict the failures: name where you expect floaters, smearing, gaps or distorted geometry, and why (link each to data coverage, thin/transparent objects, or unseen regions).
  5. 5Write the verification plan: list which dimensions you would NOT trust from the NeRF, how you would measure them properly instead, and where a licensed surveyor would be required. (If you have a tool, capture it and compare your predictions to the result.)

You’ll walk away with
A one-page capture-and-critique note: the subject, the photo plan, predicted strengths, predicted failure modes, and a verification plan naming the dimensions you would measure independently. If you ran a real NeRF, append your predictions-versus-reality comparison.

The worked example

Three altitudes on the same idea

Read the band that fits you — or all three.

For the architectCapturing sites and buildings as the reliable basis for design

Think of a NeRF as a photoreal, fly-anywhere record of a place — wonderful for communication, not a substitute for a measured model. For a heritage building, a competition site or a design review, a NeRF captured from photographs can immerse a client or a jury in the real space, reflections and light intact, in a way no point cloud does. But remember what it is: an implicit scene optimised to reproduce photos, with approximate geometry and no inherent scale. Do not extract dimensions from it for coordination, setting-out or fabrication; build your metric model from a laser scan or controlled photogrammetry and keep the NeRF as the experiential layer. If a NeRF-derived number would ever inform a binding or structural decision, verify it independently and involve a licensed surveyor.

For the interior designerAccurate existing interiors, as-builts and fit-out verification

A NeRF is the richest way to capture how an interior feels — and the wrong way to capture how big it is. Shoot a room well (many overlapping photos, steady light, nothing moving) and a NeRF renders its materials, its daylight, its reflections and its mood photorealistically, ideal for presentations, before/after narratives and immersive client review. But it will not reliably tell you the ceiling height or the true width of an alcove: the geometry is approximate and unscaled. For the dimensions that make joinery and fit-out actually fit, capture measured data separately (phone LiDAR with checks, a tape, or commissioned photogrammetry) and treat the NeRF as the beautiful picture, not the measuring tape. Flag anything binding for professional survey.

For the studentHow the real world becomes measured 3D data and models

NeRF is the concept that launched neural capture, and being able to explain it simply is a strong portfolio signal. Hold the core picture: a NeRF is a neural network trained to act as a continuous field that returns colour and density for any point and viewing direction, rendered into images by sampling and blending along camera rays, and learned by repeatedly matching its renders to input photos. From that single idea you can reason out everything — why it is photorealistic and handles reflections (colour depends on view direction), why it is slow and data-hungry (the training loop), and why it is not metric (the objective is photo-reproduction, and there is no inherent scale). You are not expected to train production NeRFs; you are expected to understand the representation and argue clearly about when it is trustworthy.

Misconception check

A NeRF reconstructs the scene's 3D geometry from the photos, so once it is trained I essentially have an accurate 3D model of the space that I can measure and turn straight into a mesh or a BIM model.

A NeRF does not primarily reconstruct explicit geometry; it learns a continuous field of colour and density whose only objective is to reproduce the input photographs when rendered. Geometry is a by-product of that objective, and an approximate one. Concretely: the scene is stored implicitly in the network's weights, not as measurable surfaces you can read coordinates off; the representation has no inherent real-world scale unless one is imposed externally; surfaces that render perfectly can be non-planar or locally distorted in the model; thin objects smear and poorly-seen regions are plausibly invented; and artefacts called floaters appear in empty space. Extracting a clean, correct mesh or point cloud from a NeRF is an active research problem, not a reliable one-click step, and what you extract inherits all those geometric approximations. That is why a NeRF is classed as a visualisation, not a survey: it is superb for photorealistic novel views, view-dependent effects, VR/AR and documenting visually rich subjects, and unreliable for dimensions. For a measurable model or scan-to-BIM you still start from laser scanning or controlled photogrammetry; any dimension that drives a decision is verified against measured data; and binding results go to a licensed surveyor. The field moves fast, so re-check current NeRF capabilities rather than assuming this limitation is fixed or permanent.
Try it

Do it yourself

No tools needed — build the intuition in words.

  1. 1Explain a NeRF in one sentence as a function: what does it take in, and what does it return?
  2. 2Walk through volume rendering: how does a NeRF decide the colour of a single pixel in a new view?
  3. 3Why can a NeRF reproduce reflections and gloss when a textured mesh cannot?
  4. 4Name two reasons a NeRF might show floaters or blurry regions, and tie each to how it is trained.
  5. 5Why does a raw NeRF have no real-world scale, and what would you do before trusting any dimension from it?
Take this with you

The one line to carry out

A Neural Radiance Field stores a scene implicitly as a learned field of colour and density, rendered into photorealistic new views by sampling and blending along camera rays and trained by matching those renders to input photos — giving outstanding realism and view-dependent effects, but slow training, data hunger, approximate geometry and no inherent scale, so it is a visualisation to enjoy and verify, never a survey to measure from.
Take it further
References & further reading

Peer-reviewed journals & authoritative standards

  1. 01Neural radiance fieldWikipedia — Neural radiance field, 2026.
  2. 02Novel view synthesisWikipedia — Novel view synthesis, 2026.
  3. 03Neural networkWikipedia — Neural network, 2026.
  4. 04Deep learningWikipedia — Deep learning, 2026.
  5. 053D reconstructionWikipedia — 3D reconstruction, 2026.
Related lessons
Recap
A Neural Radiance Field represents a scene not as explicit points or surfaces but as a continuous function — a neural network that, queried with any position and viewing direction, returns the colour and the density at that point. It renders a new view by volume rendering: casting a ray through each pixel, sampling colour and density along it, and blending the samples weighted by density, so solid surfaces dominate and reflections move correctly with viewpoint. It learns by training: rendering its guess of each input photo, comparing to the real photo, and adjusting its weights millions of times until its renders match — an objective of photo-reproduction, not measurement. Its strengths follow directly: striking photorealism, view-dependent effects like reflections and gloss that meshes cannot do, graceful handling of soft and fuzzy detail, compact storage, and capture from ordinary photos. So do its weaknesses: slow, compute-heavy training; hunger for many well-distributed, sharp, consistently-lit photos, failing into floaters and gaps otherwise; and, decisively, poor metric reliability — approximate geometry and no inherent real-world scale. The professional stance is unchanged: a NeRF is a superb way to see a place and an unreliable way to measure it, so verify load-bearing dimensions against laser scanning or controlled photogrammetry, defer binding results to a licensed surveyor, and treat today's limits as a fast-moving snapshot.
Carry forward →

NeRF proved the idea but was slow, and storing a scene inside a network makes it hard to render in real time or to edit. The next lesson meets the technique that answered both problems and took the field by storm — representing the scene not as a function but as millions of explicit little blobs: 3D Gaussian splatting.

A

The author

Amogh N P

Architect, interior designer, and creative polymath. Studio Matrx began in his notebooks — his vision of design made honest, useful, and open to everyone. Its Academy is written and taught in his memory, and free, forever.

More about Amogh →