paper-with-me

홈 › Papers

Binary Latent Diffusion

2023-04-10 · CVPR 2023 1 · Ze Wang, Jiang Wang, Zicheng Liu, Qiang Qiu

In this paper, we show that a binary latent space can be explored for compact yet expressive image representations. We model the bi-directional mappings between an image and the corresponding latent binary representation by training an auto-encoder with a Bernoulli encoding distribution. On the one hand, the binary latent space provides a compact discrete image representation of which the distribution can be modeled more efficiently than pixels or continuous latent representations. On the other hand, we now represent each image patch as a binary vector instead of an index of a learned cookbook as in discrete image representations with vector quantization. In this way, we obtain binary latent representations that allow for better image quality and high-resolution image representations without any multi-stage hierarchy in the latent space. In this binary latent space, images can now be generated effectively using a binary latent diffusion model tailored specifically for modeling the prior over the binary image representations. We present both conditional and unconditional image generation experiments with multiple datasets, and show that the proposed method performs comparably to state-of-the-art methods while dramatically improving the sampling efficiency to as few as 16 steps without using any test-time acceleration. The proposed framework can also be seamlessly scaled to $1024 \times 1024$ high-resolution image generation without resorting to latent hierarchy or multi-stage refinements.

📄 PDF Abstract BibTeX arXiv:2304.04820

Code (1)

haoosz/BiGR pytorch

Tasks

Image GenerationQuantizationUnconditional Image Generation

Methods 이 논문이 사용한 방법론

Latent Diffusion Model Diffusion models applied to latent spaces, which are normally built with (Variational) Autoencoders.
Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Binary Noise for Binary Tasks: Masked Bernoulli Diffusion for Unsupervised Anomaly Detection

2024-03-18 · Julia Wolleb, Florentin Bieder, Paul Friedrich, Peter Zhang 외

The high performance of denoising diffusion models for image generation has paved the way for their application in unsupervised medical anomaly detection. As diffusion-based methods require a lot of GPU memory and have l…

Anomaly DetectionDenoisingGPUImage Generation+1

LSegDiff: A Latent Diffusion Model for Medical Image Segmentation

2023-12-07 · SOICT 2023: The 12th International Symposium on Information and Communication Technology 2023 12 · Vu Quoc Hung, Tran Le Phuong Thao, Trinh Xuan Minh, Dinh Viet Sang

Initially designed for image generation, diffusion models can also be effectively applied to various tasks, including semantic segmentation. However, most existing diffusion-based approaches for semantic segmentation ope…

DecoderImage GenerationImage SegmentationMedical Image Segmentation+2

HemExp: Clinically-Guided Latent Diffusion for Modeling Hematoma Expansion

2026-06-13 · Orhun Utku Aydin, Satoru Tanioka, Tzu I Chuang, Alexander Koch 외 arxiv

Hematoma expansion (HE) after spontaneous intracerebral hemorrhage (ICH) is a major determinant of acute triage and treatment decisions in neurosurgical care. However, most existing methods provide either a binary expans…

BitDance: Scaling Autoregressive Generative Models with Binary Tokens

2026-02-15 · Yuang Ai, Jiaming Han, Shaobin Zhuang, Weijia Mao 외 arxiv

We present BitDance, a scalable autoregressive (AR) image generator that predicts binary visual tokens instead of codebook indices. With high-entropy binary latents, BitDance lets each token represent up to $2^{256}$ sta…

Text-to-Image Generation

Binarized Neural Network for Multi-spectral Image Fusion

2025-01-01 · CVPR 2025 1 · JunMing Hou, Xiaoyu Chen, Ran Ran, Xiaofeng Cong 외

Pan-sharpening technology refers to generating a high-resolution (HR) multi-spectral (MS) image with broad applications by fusing a low-resolution (LR) MS image and HR panchromatic (PAN) image. While deep learning ap…

Binarization