paper-with-me

Papers

RL-based Stateful Neural Adaptive Sampling and Denoising for Real-Time Path Tracing

2023-10-05 · NeurIPS 2023 11 · Antoine Scardigli, Lukas Cavigelli, Lorenz K. Müller

Monte-Carlo path tracing is a powerful technique for realistic image synthesis but suffers from high levels of noise at low sample counts, limiting its use in real-time applications. To address this, we propose a framework with end-to-end training of a sampling importance network, a latent space encoder network, and a denoiser network. Our approach uses reinforcement learning to optimize the sampling importance network, thus avoiding explicit numerically approximated gradients. Our method does not aggregate the sampled values per pixel by averaging but keeps all sampled values which are then fed into the latent space encoder. The encoder replaces handcrafted spatiotemporal heuristics by learned representations in a latent space. Finally, a neural denoiser is trained to refine the output image. Our approach increases visual quality on several challenging datasets and reduces rendering times for equal quality by a factor of 1.6x compared to the previous state-of-the-art, making it a promising solution for real-time applications.

📄 PDF Abstract BibTeX arXiv:2310.03507

Code (1)

ajsvb/rl_path_tracing 공식 구현 pytorch

Tasks

DenoisingImage Generation

Methods 이 논문이 사용한 방법론

APPO 설명 없음

Similar Papers 제목 키워드 기반

Stateful Defenses for Machine Learning Models Are Not Yet Secure Against Black-box Attacks

2023-03-11 · Ryan Feng, Ashish Hooda, Neal Mangaokar, Kassem Fawaz 외

Recent work has proposed stateful defense models (SDMs) as a compelling strategy to defend against a black-box attacker who only has query access to the model, as is common for online machine learning platforms. Such sta…

Adaptive and Iterative Point Cloud Denoising with Score-Based Diffusion Model

2025-09-18 · Zhaonan Wang, Manyi Li, ShiQing Xin, Changhe Tu arxiv

Point cloud denoising task aims to recover the clean point cloud from the scanned data coupled with different levels or patterns of noise. The recent state-of-the-art methods often train deep neural networks to update th…

Point Clouds

Sleep-time Compute: Beyond Inference Scaling at Test-time

2025-04-17 · Kevin Lin, Charlie Snell, Yu Wang, Charles Packer 외

Scaling test-time compute has emerged as a key ingredient for enabling large language models (LLMs) to solve difficult problems, but comes with high latency and inference cost. We introduce sleep-time compute, which allo…

ADPro: a Test-time Adaptive Diffusion Policy via Manifold-constrained Denoising and Task-aware Initialization for Robotic Manipulation

2025-08-08 · Zezeng Li, Rui Yang, Ruochen Chen, ZhongXuan Luo 외 arxiv

Diffusion policies have recently emerged as a powerful class of visuomotor controllers for robot manipulation, offering stable training and expressive multi-modal action modeling. However, existing approaches typically t…

Test-time AdaptationRobot Manipulation

MuSEAgent: A Multimodal Reasoning Agent with Stateful Experiences

2026-03-29 · Shijian Wang, Jiarui Jin, Runhao Fu, Zexuan Yan 외 arxiv

Research agents have recently achieved significant progress in information seeking and synthesis across heterogeneous textual and visual sources. In this paper, we introduce MuSEAgent, a multimodal reasoning agent that e…

Multimodal Reasoning