paper-with-me

홈 › Papers

Spectral Image Tokenizer

2024-12-12 · Carlos Esteves, Mohammed Suhail, Ameesh Makadia

Image tokenizers map images to sequences of discrete tokens, and are a crucial component of autoregressive transformer-based image generation. The tokens are typically associated with spatial locations in the input image, arranged in raster scan order, which is not ideal for autoregressive modeling. In this paper, we propose to tokenize the image spectrum instead, obtained from a discrete wavelet transform (DWT), such that the sequence of tokens represents the image in a coarse-to-fine fashion. Our tokenizer brings several advantages: 1) it leverages that natural images are more compressible at high frequencies, 2) it can take and reconstruct images of different resolutions without retraining, 3) it improves the conditioning for next-token prediction -- instead of conditioning on a partial line-by-line reconstruction of the image, it takes a coarse reconstruction of the full image, 4) it enables partial decoding where the first few generated tokens can reconstruct a coarse version of the image, 5) it enables autoregressive models to be used for image upsampling. We evaluate the tokenizer reconstruction metrics as well as multiscale image generation, text-guided image upsampling and editing.

📄 PDF Abstract BibTeX arXiv:2412.09607

Code (0)

등록된 구현이 없습니다.

Tasks

Image Generation

Similar Papers 제목 키워드 기반

Structured State-Space Regularization for Generation-Friendly Image Tokenization

2026-04-13 · Jinsung Lee, Jaemin Oh, Namhun Kim, Dongwon Kim 외 arxiv

Image tokenizers play a central role in modern generative models, where the structure of the latent space critically determines the downstream generation performance. A key but underexplored property of effective latent …

EO-VAE: Towards A Multi-sensor Tokenizer for Earth Observation Data

2026-02-12 · Nils Lehmann, Yi Wang, Zhitong Xiong, Xiaoxiang Zhu arxiv

State-of-the-art generative image and video models rely heavily on tokenizers that compress high-dimensional inputs into more efficient latent representations. While this paradigm has revolutionized RGB generation, Earth…

Frequency Autoregressive Image Generation with Continuous Tokens

2025-03-07 · Hu Yu, Hao Luo, Hangjie Yuan, Yu Rong 외

Autoregressive (AR) models for image generation typically adopt a two-stage paradigm of vector quantization and raster-scan ``next-token prediction", inspired by its great success in language modeling. However, due to th…

Image GenerationLanguage ModelingLanguage ModellingQuantization+3

Phaedra: Learning High-Fidelity Discrete Tokenization for the Physical Science

2026-02-03 · Levi Lingsch, Georgios Kissas, Johannes Jakubik, Siddhartha Mishra arxiv

Tokens are discrete representations that allow modern deep learning to scale by transforming high-dimensional data into sequences that can be efficiently learned, generated, and generalized to new tasks. These have becom…

Video Generation

SpectralX: Parameter-efficient Domain Generalization for Spectral Remote Sensing Foundation Models

2025-08-03 · Yuxiang Zhang, Wei Li, Mengmeng Zhang, Jiawei Han 외 arxiv

Recent advances in Remote Sensing Foundation Models (RSFMs) have led to significant breakthroughs in the field. While many RSFMs have been pretrained with massive optical imagery, more multispectral/hyperspectral data re…

parameter-efficient fine-tuningDomain GeneralizationSemantic Segmentation