1-bit image generation model

A class of generative models that utilize extreme low-bit precision (1-bit binary or 2-bit ternary) for weights and activations to drastically reduce computational overhead and memory usage. These models aim to enable efficient local inference by minimizing the size of the neural network parameters.

Core Concepts

Notable Implementations