unconv-ai/Un-0
Un-0: an image generator powered by a simulated system of coupled oscillators, an example of an emerging physical computing substrate.
What it solves
Un-0 is an image-generation model that avoids the computationally expensive iterative denoising and diffusion schedules common in modern AI image generators. It aims to provide a path toward significantly lower energy consumption for AI by utilizing dynamical systems as a computing substrate, which can be mapped onto analog and physical hardware.
How it works
Instead of diffusion, Un-0 uses Kuramoto dynamics—integrating the phase dynamics of a population of coupled oscillators. The model generates images by evolving these oscillators and passing the result through a decoder. The project provides a PyTorch reference implementation with training pipelines for CIFAR-10 and ImageNet-64, utilizing DINOv2 features for training.
Who it’s for
Researchers and developers interested in unconventional AI architectures, dynamical systems, and energy-efficient image generation.
Highlights
- Non-Diffusion Approach: Generates images without iterative denoising or adversarial training.
- Energy Efficiency: Designed for potential 1000× lower energy usage when implemented on analog/physical hardware.
- Pretrained Weights: Includes checkpoints for CIFAR-10 and ImageNet-64 with varying oscillator counts.
- Ablation Suite: Includes a comprehensive suite to measure the impact of Kuramoto dynamics versus the decoder alone.
Related
- Dispatch
- Project
- Project
- Project
- Project