Real-Time Hair Filtering with Convolutional Neural Networks
- Paper (PDF)
- https://doi.org/10.1145/3522606 (DOI)
- https://www.youtube.com/watch?v=nDbn9pzZM5w (Video with evaluation comparison of our method)
- https://gitlab.com/ror3d/hair-filtering-cnn (Code implementation)
- https://www.youtube.com/live/P-wRgPe8sDs?t=14407 (Video of the paper presentation)
Abstract
Rendering of realistic-looking hair is in general still too costly to do in real-time applications, from simulating the physics to rendering the fine details required for it to look natural, including self-shadowing.
We show how an autoencoder network, that can be evaluated in real time, can be trained to filter an image of few stochastic samples, including self-shadowing, to produce a much more detailed image that takes into account real hair thickness and transparency.
BibTex
@inproceedings{RealTimeHairFilteringCNN:currius:2022,
author = {Currius, R. R. and Assarsson, U. and Sintorn, E.},
title = {Real-Time Hair Filtering with Convolutional Neural Networks},
booktitle = {Proceedings of the ACM on Computer Graphics and Interactive Techniques},
doi = {10.1145/3522606},
year = {2022}
issue_date = {May 2022},
journal = {Proc. ACM Comput. Graph. Interact. Tech.},
volume = {5},
number = {1},
articleno = {15},
}