2020
DOI: 10.1111/cgf.14018
|View full text |Cite
|
Sign up to set email alerts
|

A Survey of Temporal Antialiasing Techniques

Abstract: Temporal Antialiasing (TAA), formally defined as temporally‐amortized supersampling, is the most widely used antialiasing technique in today's real‐time renderers and game engines. This survey provides a systematic overview of this technique. We first review the history of TAA, its development path and related work. We then identify the two main sub‐components of TAA, sample accumulation and history validation, and discuss algorithmic and implementation options. As temporal upsampling is becoming increasingly … Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
2
1

Citation Types

0
33
0
2

Year Published

2020
2020
2024
2024

Publication Types

Select...
6
1

Relationship

0
7

Authors

Journals

citations
Cited by 43 publications
(35 citation statements)
references
References 41 publications
0
33
0
2
Order By: Relevance
“…Note that the blurring occurs because the reprojection generally results in fractional pixel locations, so resampling is required. The resampling is typically done via bilinear or bicubic filtering [18]. Nevertheless, a reasonable amount of blur is still advantageous, as it acts as a simple denoising filter and usually improves the quality of the result, as we see in Section IV.…”
Section: Evaluating the Quality Benefits Of Reprojectionmentioning
confidence: 99%
See 2 more Smart Citations
“…Note that the blurring occurs because the reprojection generally results in fractional pixel locations, so resampling is required. The resampling is typically done via bilinear or bicubic filtering [18]. Nevertheless, a reasonable amount of blur is still advantageous, as it acts as a simple denoising filter and usually improves the quality of the result, as we see in Section IV.…”
Section: Evaluating the Quality Benefits Of Reprojectionmentioning
confidence: 99%
“…The accumulated samples are reprojected onto the new frame, and then blended with new samples according to some blending factor α. The common approach of using a constant α results in an exponential smoothing filter, also known as exponential moving average, assigning progressively lower weights to the older samples that get less relevant [18].…”
Section: Evaluating the Quality Benefits Of Reprojectionmentioning
confidence: 99%
See 1 more Smart Citation
“…Moreover, if the rejection heuristic is too aggressive the temporal accumulation becomes ineffective. Yang et al [2020] survey recent TAA techniques and provide an in-depth analysis of the image quality trade-offs with these heuristics.…”
Section: Background 21 Antialiasing and Image Reconstructionmentioning
confidence: 99%
“…TAA uses renderer-generated motion vectors to gather and accumulate samples from previous frames, effectively increasing the number of samples per pixel. However, TAA is susceptible to ghosting artifacts, loss of detail, and temporal instability [Yang et al 2020].…”
Section: Introductionmentioning
confidence: 99%