4

Is there currently anyone working on a link between these two fields? I have a hunch that, due to the repetitive nature of sampling, there could be a good bit to gain in the area of ray tracing using Machine Learning techniques, but I'm interested in finding out more and getting involved if there's a group out there doing this.

Sanjurjo7
  • 43
  • 5
  • 1
    I have seen a few people apply machine learning to BRDF's. Here's one such thing: http://www.iaeng.org/IJCS/issues_v42/issue_1/IJCS_42_1_04.pdf – Alan Wolfe Jan 05 '17 at 05:05

1 Answers1

5

A group from UC Santa Barbara published the Siggraph 2015 paper A Machine Learning Approach for Filtering Monte Carlo Noise describing a technique which trains a neural network to select filtering parameters for path tracing. The paper details the structure of the neural network, the filter parameters used and how several secondary features are pre-computed to feed the neural network.