2024, Ikkala, J., Lauttia, T., Jääskeläinen, P. and Mäkitalo, M., To appear in ACM SIGGRAPH Asia Technical Communications.
Abstract: Temporal antialiasing is one of the most common methods for removing aliasing artifacts in contemporary real-time rendering, based on utilizing reprojected color data from previous frames. One typical issue with the method is ghosting: moving objects leaving a wake of visual trails. To mitigate this, a common technique is to validate and rectify reused history colors by comparing and clipping them to the color neighborhoods of the current frame's pixels. Previous, bounding box based methods are only situationally effective and cause significant ghosting in less favorable circumstances. We propose using k-Discrete Oriented Polytopes ("k-DOPs") for more robust neighborhood clipping. For a 0.2 ms performance overhead, our method more reliably mitigates ghosting across scenes where previous methods have inconsistent results.
BibTeX
@inproceedings{Ikkala24kdop,
author={Ikkala, Julius and Lauttia, Tuomas and Jääskeläinen, Pekka and Mäkitalo, Markku},
title={k-DOP Clipping: Robust Ghosting Mitigation in Temporal Antialiasing},
year={2024},
booktitle={SIGGRAPH Asia 2024 Technical Communications},
series={SA '24 Technical Communications},
location={Tokyo, Japan},
doi={10.1145/3681758.3697996},
address={New York, NY, USA},
publisher={Association for Computing Machinery},
url={https://webpages.tuni.fi/vga/publications/k_DOP_clipping_Ikkala2024.pdf}
}
This work is licensed under a Creative Commons Attribution International 4.0 License.
SA Technical Communications '24, December 03-06, 2024, Tokyo, Japan
© 2024 Copyright held by the owner/author(s).
ACM ISBN 979-8-4007-1140-4/24/12
https://doi.org/10.1145/3681758.3697996
All supplementary material (code, supplementary PDF, comparison video)