Boosting Monte Carlo Rendering by Ray Histogram Fusion back

Board: Home Board index Raytracing General Development

(L) [2014/09/20] [tby AGPX] [Boosting Monte Carlo Rendering by Ray Histogram Fusion] Wayback!

Hey guys,
good news:
[LINK http://dev.ipol.im/~mdelbra/rhf/]
"Boosting Monte Carlo Rendering by Ray Histogram Fusion"
"This paper proposes a new multi-scale filter accelerating Monte Carlo renderers. [...] This simple and easily reproducible algorithm provides a PSNR gain of 10 to 15 decibels, or equivalently accelerates the rendering process by using 10 to 30 times fewer samples without observable bias. The algorithm is consistent, does not assume a particular noise model, and is immediately extendable to synthetic movies".
Sources, video, papers included.
(L) [2014/09/23] [tby koiava] [Boosting Monte Carlo Rendering by Ray Histogram Fusion] Wayback!

Very interesting.
You need external buffers to store histogram information at each pixel, but still good results and I think this is fast enough to do in real-time [SMILEY :)]
(L) [2014/09/23] [tby friedlinguini] [Boosting Monte Carlo Rendering by Ray Histogram Fusion] Wayback!

>> koiava wrote:Very interesting.
You need external buffers to store histogram information at each pixel, but still good results and I think this is fast enough to do in real-time
Unless I'm misreading it, the paper cites filtering times ranging from 5 to 115 seconds, which seems rather large for real-time applications. That said, I was wondering if using the ChiSquareDistance metric could be used to weight a cross bilateral filter, which I imagine should be pretty fast.
(L) [2014/09/24] [tby koiava] [Boosting Monte Carlo Rendering by Ray Histogram Fusion] Wayback!

>> friedlinguini wrote:Unless I'm misreading it, the paper cites filtering times ranging from 5 to 115 seconds, which seems rather large for real-time applications.
yeah, maybe I exaggerated things little bit, but the Idea is really simple to classify pixels using histogram. I think this Idea can be extended to use different render passes to make more robust decisions and using modern hardware for parallel computing with more optimizations, filtering time will be much less.
(L) [2014/11/13] [tby saddy] [Boosting Monte Carlo Rendering by Ray Histogram Fusion] Wayback!

Hello there, i'm totally confused, can't find in any information of how to save histogramm pass, how to save it from render?? can help someone? maybe somebody did it already? Thank you!
(L) [2015/03/20] [tby koiava] [Boosting Monte Carlo Rendering by Ray Histogram Fusion] Wayback!

Probably you guys already see new Demo of Brigade.
Unfortunately I couldn't found any description  and comments on video are disabled [SMILEY :)]
There is only static geometry with instensing, Unidirectional PT with MIS/RIS and there is defensively filtering on top. I think filtering technique is close to this one. I said it previously and still think that "Ray Histogram Fusion" can work in real-time on GPU(maybe with some slight modifications).
(L) [2015/03/20] [ost by koiava] [Boosting Monte Carlo Rendering by Ray Histogram Fusion] Wayback!

Probably you guys already see new Demo of Brigade.
Unfortunately I couldn't found any description  and comments on video are disabled [SMILEY :)]
There is only static geometry with instensing, Unidirectional PT with MIS/RIS and there is defensively filtering on top. I think filtering technique is close to this one. I said it previously and still think that "Ray Histogram Fusion" can work in real-time on GPU(maybe with some slight modifications).
[IFRAME n/a]
(L) [2015/03/21] [tby ultimatemau] [Boosting Monte Carlo Rendering by Ray Histogram Fusion] Wayback!

Looks good. If they use filtering, I seriously hope its not mine  [SMILEY :|]. You said they use MIS/RIS? Do you have the source that mentions this? Cheers [SMILEY :)]
(L) [2015/03/21] [tby koiava] [Boosting Monte Carlo Rendering by Ray Histogram Fusion] Wayback!

>> ultimatemau wrote:Looks good. If they use filtering, I seriously hope its not mine  . You said they use MIS/RIS? Do you have the source that mentions this? Cheers
[SMILEY :)] Of course I didn't know what type of filtering they actually use, but it looks very promising.
Today I didn't know any production render without MIS.
In earlier version when Jacco write this engine he used both MIS and RIS.
RIS greatly decreases variance is scenes with high number of light sources like the night scene at the end of the video. In his [LINK http://arauna2.nhtv.nl/files/thesis_jbikker.pdf Thesis] Jacco has great description of how he actually uses it(page 116). [SMILEY :)]
(L) [2015/03/21] [tby ultimatemau] [Boosting Monte Carlo Rendering by Ray Histogram Fusion] Wayback!

>> In his Thesis Jacco has great description of how he actually uses it(page 116). I was mostly referring to the RIS. Great thesis indeed!

back