paper-with-me

Papers

GaussianToken: An Effective Image Tokenizer with 2D Gaussian Splatting

2025-01-26 · Jiajun Dong, Chengkun Wang, Wenzhao Zheng, Lei Chen, Jiwen Lu, Yansong Tang

Effective image tokenization is crucial for both multi-modal understanding and generation tasks due to the necessity of the alignment with discrete text data. To this end, existing approaches utilize vector quantization (VQ) to project pixels onto a discrete codebook and reconstruct images from the discrete representation. However, compared with the continuous latent space, the limited discrete codebook space significantly restrict the representational ability of these image tokenizers. In this paper, we propose GaussianToken: An Effective Image Tokenizer with 2D Gaussian Splatting as a solution. We first represent the encoded samples as multiple flexible featured 2D Gaussians characterized by positions, rotation angles, scaling factors, and feature coefficients. We adopt the standard quantization for the Gaussian features and then concatenate the quantization results with the other intrinsic Gaussian parameters before the corresponding splatting operation and the subsequent decoding module. In general, GaussianToken integrates the local influence of 2D Gaussian distribution into the discrete space and thus enhances the representation capability of the image tokenizer. Competitive reconstruction performances on CIFAR, Mini-ImageNet, and ImageNet-1K demonstrate the effectiveness of our framework. Our code is available at: https://github.com/ChrisDong-THU/GaussianToken.

📄 PDF Abstract BibTeX arXiv:2501.15619

Code (1)

chrisdong-thu/gaussiantoken 공식 구현 pytorch

Tasks

Quantization

Methods 이 논문이 사용한 방법론

ADOPT Please enter a description about the method here

Similar Papers 제목 키워드 기반

TIGaussian: Disentangle Gaussians for Spatial-Awared Text-Image-3D Alignment

2026-01-27 · Jiarun Liu, Qifeng Chen, Yiru Zhao, Minghua Liu 외 arxiv

While visual-language models have profoundly linked features between texts and images, the incorporation of 3D modality data, such as point clouds and 3D Gaussians, further enables pretraining for 3D-related tasks, e.g.,…

Cross-Modal RetrievalScene RecognitionPoint Clouds

CLIP-GS: Unifying Vision-Language Representation with 3D Gaussian Splatting

2024-12-26 · Siyu Jiao, Haoye Dong, Yuyang Yin, Zequn Jie 외

Recent works in 3D multimodal learning have made remarkable progress. However, typically 3D multimodal models are only capable of handling point clouds. Compared to the emerging 3D representation technique, 3D Gaussian S…

3DGSRepresentation Learning

Fi-Gaussian: Frequency-Aware Implicit Gaussian Splatting for Single Image Dehazing

2026-06-15 · Yuhan Chen, Ying Fang, Guofa Li, Wenxuan Yu 외 arxiv

Single image dehazing continues to be hindered by the loss of high-frequency details and the difficulty of accurate physical scattering modeling. To address these issues, we propose Fi-Gaussian, a frequency-aware implici…

Single Image DehazingPoint Clouds

2D Gaussians Meet Visual Tokenizer

2025-08-19 · Yiang Shi, Xiaoyang Guo, Wei Yin, Mingkai Jia 외 arxiv

The image tokenizer is a critical component in AR image generation, as it determines how rich and structured visual content is encoded into compact representations. Existing quantization-based tokenizers such as VQ-GAN p…

Image Generation

BeSplat: Gaussian Splatting from a Single Blurry Image and Event Stream

2024-12-26 · Gopi Raju Matta, Reddypalli Trisha, Kaushik Mitra

Novel view synthesis has been greatly enhanced by the development of radiance field methods. The introduction of 3D Gaussian Splatting (3DGS) has effectively addressed key challenges, such as long training times and slow…

3DGSNeRFNovel View SynthesisSingle Image Deblurring