MNIST

  • SIID: Scale Invariant Image Diffusion Model


    [P] SIID: A scale invariant pixel-space diffusion model; trained on 64x64 MNIST, generates readable 1024x1024 digits for arbitrary ratios with minimal deformities (25M parameters)The Scale Invariant Image Diffuser (SIID) is a new diffusion model architecture designed to overcome limitations in existing models like UNet and DiT, which struggle with changes in pixel density and resolution. SIID achieves this by using a dual relative positional embedding system that allows it to maintain image composition across varying resolutions and aspect ratios, while focusing on refining rather than adding information when more pixels are introduced. Trained on 64×64 MNIST images, SIID can generate readable 1024×1024 images with minimal deformities, demonstrating its ability to scale effectively without relying on data augmentation. This matters because it introduces a more flexible and efficient approach to image generation, potentially enhancing applications in fields requiring high-resolution image synthesis.

    Read Full Article: SIID: Scale Invariant Image Diffusion Model

  • S2ID: Scale Invariant Image Diffuser


    [P] S2ID: Scale Invariant Image Diffuser - trained on standard MNIST, generates 1024x1024 digits and at arbitrary aspect ratios with almost no artifacts at 6.1M parameters (Drastic code change and architectural improvement)The Scale Invariant Image Diffuser (S2ID) presents a novel approach to image generation that overcomes limitations of traditional diffusion architectures like UNet and DiT models, which struggle with artifacts when scaling image resolutions. S2ID leverages a unique method of treating image data as a continuous function rather than discrete pixels, allowing for the generation of clean, high-resolution images without the usual artifacts. This is achieved by using a coordinate jitter technique that generalizes the model's understanding of images, enabling it to adapt to various resolutions and aspect ratios. The model, trained on standard MNIST data, demonstrates impressive scalability and efficiency with only 6.1 million parameters, suggesting significant potential for applications in image processing and computer vision. This matters because it represents a step forward in creating more versatile and efficient image generation models that can adapt to different sizes and shapes without losing quality.

    Read Full Article: S2ID: Scale Invariant Image Diffuser