Skip to main content
GameDev.net gamedev.net
Research Paper

This is an academic paper or technical research. Key findings may require technical background to fully understand.

Explore Research Radar

PRO Tired of ads? Read GameDev.net ad-free and help keep the community independent with GameDev Pro — $3/month.

Disney Research Studios
Disney Research Studios Research
· 2 months, 1 week ago • America Ortiz

Ragged Neighborhood Attention for Spatiotemporal Neural Denoising of Deep Monte Carlo Renderings

Briefing

Disney Research Studios has unveiled ragged neighborhood attention, or RaNA, a new operator built for semi-structured deep images where each pixel can contain a variable number of bins. That irregular layout has been a bad fit for fixed convolution kernels, which is one reason deep-image denoising has lagged behind flat-image workflows.

RaNA dynamically resolves bin-to-bin relationships across both spatial and temporal neighborhoods, letting the team build RaNAD, a spatiotemporal neural denoiser for deep Monte Carlo renderings. The system uses a multi-U-Net backbone, multi-scale reconstruction, and an optimized CUDA implementation, and it supports both deep-Z and deep-OID data.

The practical detail for production teams is that RaNAD keeps the layered structure needed for deep compositing instead of flattening everything into a single image too early. It also handles temporal windows of up to 7 frames, which should help stability in animated sequences and reduce flicker in offline rendering pipelines.

For developers working on rendering, compositing, or ML-assisted image cleanup, the interesting part is the kernel-based approach: it can denoise multi-AOV images efficiently while still improving quality substantially over prior deep-image denoisers. When flattened for evaluation, it also lands in the range of strong flat-image denoisers, which makes it more than just a niche deep-compositing tool.

“the first spatiotemporal neural denoiser for deep Monte Carlo renderings”

— Disney Research Studios · Describing RaNAD
At a glance
what
Disney Research Studios introduced RaNA, a ragged neighborhood attention operator for denoising semi-structured deep images.
what
RaNA powers RaNAD, described as the first spatiotemporal neural denoiser for deep Monte Carlo renderings.
who
Authors listed are Xianyao Zhang, Gerhard Röthlin, Tunç Ozan Aydin, Farnood Salehi, and Marios Papas at DisneyResearch|Studios.
when
Presented July 16, 2026 at SIGGRAPH 2026.
Signal Positive

Meaningful quality gains for deep-image workflows

Discuss

Follow graphics updates

See relevant stories in your personalized news feed.

Sign in to follow

Continue on GameDev.net

Useful next steps related to this story.

Game development news without the noise

One useful weekly briefing. No daily flood.

Sending your confirmation email…

Discussion

Loading comments...

Recommended resources

Graphics Programming Resources

See full guide
Real-Time Rendering, Fourth Edition cover
Editor pick Community pick

Real-Time Rendering, Fourth Edition

Amazon · Book

Real-Time Rendering combines fundamental principles with guidance on the latest techniques to provide a complete reference on three-dimensional interactive computer graphics. It will help you increase speed and improve image quality and learn the features and limitations of acceleration algorithms and graphics APIs. This latest fourth edition has been updated to include a chapter on virtual reality and augmented reality and covers new topics such as visual appearance, global illumination, and curves and curved surfaces. It is for anyone serious about computer graphics who wants to learn about algorithms that create synthetic images fast enough that the viewer can interact with a virtual environment.

GameDev.net may earn a commission if you purchase through these links. This helps fund the site at no extra cost to you.

Programming with wgpu in Rust cover
Editor pick

Programming with wgpu in Rust

Amazon · Book

Unlock the full power of modern graphics programming with wgpu and Rust. This comprehensive guide takes you from foundational GPU concepts to advanced real-time rendering and compute techniques—equipping you to build fast, safe, and cross-platform graphics applications. Written for intermediate to advanced Rust developers, this book provides clear explanations, hands-on examples, and detailed insights into how GPUs process and render data. You’ll explore everything from the fundamentals of buffers, shaders, and pipelines to advanced topics like deferred rendering, shadow mapping, and GPU compute workloads.

GameDev.net may earn a commission if you purchase through these links. This helps fund the site at no extra cost to you.

GameDev.net may earn a commission if you purchase through these links. This helps fund the site at no extra cost to you.