Anti-Alias Downsampling
Introduction to Anti-Alias Downsampling Anti-Alias Downsampling (AA) is a technique used to improve the performance of deep learning networks. By reducing aliasing artifacts, it enhances the shift-equivariance of deep networks. AA works by implementing a low-pass filter between two operations of max-pooling. The first operation is to densely evaluate the max operator, and the second involves subsampling the output. AA is used to apply anti-aliasing to any existing strided layer, including strid