paper-with-me

홈 › Papers

Supersampling Stable Diffusion and Beyond: A Seamless, Training-Free Approach for Scaling Neural Networks Using Common Interpolation Methods

2026-05-09 · Md Abu Obaida Zishan, Jannatun Noor, Annajiat Alim Rasel arxiv

Stable Diffusion (SD) has evolved DDPM (Denoising Diffusion Probabilistic Model) based image generation significantly by denoising in latent space instead of feature space. This popularized DDPM-based image generation as the cost and compute barrier was significantly lowered. However, these models could only generate fixed-resolution images according to their training configuration. When we attempt to generate higher resolutions, the resulting images show object duplication artifacts consistently. To solve this problem without finetuning SD models, recent works have tried dilating the convolution kernels of the models and have achieved a great level of success. But dilated kernels are harder to fine-tune due to being zero-gapped. Apart from this, other methods, such as patched diffusion, could not solve the object-duplication problem efficiently. Hence, to overcome the limitations of dilated convolutions, we propose kernel interpolation of SD models for higher-resolution image generation. In this work, we show mathematically that interpolation can correctly scale convolution kernels if multiplied by a constant coefficient and achieve competitive empirical results in generating beyond-training-resolution images with Stable Diffusion using zero training. Furthermore, we demonstrate that our method enables interpolation of deep neural networks to adapt to higher-dimensional training data, with a worst-case performance drop of $2.6\%$ in accuracy and F1-Score relative to the baseline. This shows the applicability of our method to be general, where we interpolate fully-connected layers, going beyond convolution layers. We also discuss how we can reduce the memory footprints of training neural networks, using our method up to at least $4\times$.

📄 PDF Abstract BibTeX arXiv:2605.08698

Code (0)

등록된 구현이 없습니다.

Tasks

Image Generation

Similar Papers 제목 키워드 기반

NeRF-SR: High-Quality Neural Radiance Fields using Supersampling

2021-12-03 · Chen Wang, Xian Wu, Yuan-Chen Guo, Song-Hai Zhang 외

We present NeRF-SR, a solution for high-resolution (HR) novel view synthesis with mostly low-resolution (LR) inputs. Our method is built upon Neural Radiance Fields (NeRF) that predicts per-point density and color with a…

NeRFNovel View SynthesisVocal Bursts Intensity Prediction

Adaptive Learning Rate Clipping Stabilizes Learning

2019-06-21 · Jeffrey M. Ede, Richard Beanland

Artificial neural network training with stochastic gradient descent can be destabilized by "bad batches" with high losses. This is often problematic for training with small batch sizes, high order loss functions or unsta…

Low-latency Space-time Supersampling for Real-time Rendering

2023-12-18 · Ruian He, Shili Zhou, Yuqi Sun, Ri Cheng 외

With the rise of real-time rendering and the evolution of display devices, there is a growing demand for post-processing methods that offer high-resolution content in a high frame rate. Existing techniques often suffer f…

Efficient neural supersampling on a novel gaming dataset

2023-08-03 · ICCV 2023 1 · Antoine Mercier, Ruan Erasmus, Yashesh Savani, Manik Dhingra 외

Real-time rendering for video games has become increasingly challenging due to the need for higher resolutions, framerates and photorealism. Supersampling has emerged as an effective solution to address this challenge. O…

Super-Resolution

BeyondMimic: From Motion Tracking to Versatile Humanoid Control via Guided Diffusion

2025-08-11 · Qiayuan Liao, Takara E. Truong, Xiaoyu Huang, Yuman Gao 외 arxiv

The human-like form of humanoid robots positions them uniquely to achieve the agility and versatility in motor skills that humans possess. Learning from human demonstrations offers a scalable approach to acquiring these …

Motion Synthesis