Denoising Diffusion Probabilistic Models, Jonathan Ho, Ajay Jain, Pieter Abbeel, 2020Advances in Neural Information Processing Systems (NeurIPS 2020)DOI: 10.48550/arXiv.2006.11239 - Introduces the Denoising Diffusion Probabilistic Models framework, demonstrating the effectiveness of U-Nets as the noise prediction backbone, highlighting the context in which U-Net variants are optimized.
Real-Time Single Image and Video Super-Resolution Using an Efficient Sub-Pixel Convolutional Neural Network, Wenzhe Shi, Jose Caballero, Ferenc Huszár, Johannes Totz, Andrew P. Aitken, Rob Bishop, Daniel Rueckert, Zehan Wang, 2016Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR 2016)DOI: 10.1109/CVPR.2016.333 - Introduces the sub-pixel convolution (pixel shuffle) technique, an efficient upsampling method that can reduce checkerboard artifacts and computational cost compared to transposed convolutions.