animegan2-pytorch icon indicating copy to clipboard operation
animegan2-pytorch copied to clipboard

ResizeRight and Antialiased CNNs recommendation

Open torridgristle opened this issue 3 years ago • 1 comments

Rather than F.interpolate with optional alignment of corners you could try ResizeRight and in places where convolution strides are above 1 you can add Antialiased CNNs's BlurPool after them and their activation functions to make it more shift-invariant, hopefully increasing quality and making things more consistent. It's thankfully painless to implement.

torridgristle avatar Sep 17 '21 13:09 torridgristle

Hi, thanks for the suggestions! I've been actually trying out some translation-equivariance techniques for video applications.

bryandlee avatar Sep 24 '21 01:09 bryandlee