Research · Thread 01
Turning ordinary photographs of a real place into a 3D scene you can walk through in a browser.
Every brokerage in Dubai had Matterport, so every brokerage's tours looked identical, and the brief was to find something better. What had moved in the field was 3D Gaussian splatting: it stores a scanned room not as modelled surfaces but as millions of tiny translucent blobs of colour, each stretched and tinted to match what the cameras saw, and redraws them fast enough to walk through. Method papers report their trade-offs on clean benchmark scenes, but a mirror-walled Dubai interior on a phone's memory budget is a different question, and a benchmark is how it gets answered. Barnes Vantage is what came out the other end, running in the BARNES Dubai property-search flow.
NeRF's neural net, swapped for millions of explicit Gaussians. Closing the gap between the method paper and a real Safari-iOS budget. Barnes Vantage: the shipped answer, live on BARNES Dubai's property search.
Method-paper quality, running on a mobile budget.
26 engines, one harness: studio, hard, and city-scale scans. PSNR/SSIM/LPIPS in progress.
Working hypothesis: the quality winner will not be the speed winner.
Paper
The seminal 3DGS paper. Replaces NeRF's MLP with millions of explicit Gaussians, competitive training times and real-time (30fps+) novel-view synthesis.
The authors introduce three elements that together achieve state-of-the-art visual quality while maintaining competitive training times and high-quality real-time (≥30 fps) novel-view synthesis at 1080p. Scenes are represented as 3D Gaussians initialised from sparse SfM points; an interleaved optimisation + adaptive-density-control step shapes the radiance field; a fast tile-based rasteriser keeps the render path GPU-resident. Demonstrated on several benchmarks against the prior NeRF state of the art.
Benchmark
26 Gaussian-splat engines wired into one harness across studio scans, hard scans, and city-scale capture. Evaluation is in progress on the three standard image-quality scores: PSNR for raw pixel error, SSIM for structural similarity, LPIPS for whether two images look alike to a human.
Shipped
Web-native viewer with tap-to-move navigation, LOD streaming, and golden-hour relighting. First georeferenced building (Onyx Tower) live for brokers.