paper-with-me

홈 › Papers

Learning Graph Quantized Tokenizers

2024-10-17 · Limei Wang, Kaveh Hassani, Si Zhang, Dongqi Fu, Baichuan Yuan, Weilin Cong, Zhigang Hua, Hao Wu, Ning Yao, Bo Long

Transformers serve as the backbone architectures of Foundational Models, where domain-specific tokenizers allow them to adapt to various domains. Graph Transformers (GTs) have recently emerged as leading models in geometric deep learning, outperforming Graph Neural Networks (GNNs) in various graph learning tasks. However, the development of tokenizers for graphs has lagged behind other modalities. To address this, we introduce GQT (\textbf{G}raph \textbf{Q}uantized \textbf{T}okenizer), which decouples tokenizer training from Transformer training by leveraging multi-task graph self-supervised learning, yielding robust and generalizable graph tokens. Furthermore, the GQT utilizes Residual Vector Quantization (RVQ) to learn hierarchical discrete tokens, resulting in significantly reduced memory requirements and improved generalization capabilities. By combining the GQT with token modulation, a Transformer encoder achieves state-of-the-art performance on 20 out of 22 benchmarks, including large-scale homophilic and heterophilic datasets.

📄 PDF Abstract BibTeX arXiv:2410.13798

Code (1)

limei0307/GQT 공식 구현 pytorch

Tasks

Graph LearningQuantizationSelf-Supervised Learning

Methods 이 논문이 사용한 방법론

Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Adam 설명 없음
Attention 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Residual Connection 설명 없음
Position-Wise Feed-Forward Layer 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.

Similar Papers 제목 키워드 기반

Rethinking the Objectives of Vector-Quantized Tokenizers for Image Synthesis

2022-12-06 · CVPR 2024 1 · YuChao Gu, Xintao Wang, Yixiao Ge, Ying Shan 외

Vector-Quantized (VQ-based) generative models usually consist of two basic components, i.e., VQ tokenizers and generative transformers. Prior research focuses on improving the reconstruction fidelity of VQ tokenizers but…

Conditional Image GenerationDecoderImage GenerationSemantic Compression

GQ-VAE: A gated quantized VAE for learning variable length tokens

2025-12-26 · Theo Datta, Kayla Huang, Sham Kakade, David Brandfonbrener arxiv

While most frontier models still use deterministic frequency-based tokenization algorithms such as byte-pair encoding (BPE), there has been significant recent work to design learned neural tokenizers. However, these sche…

TokBench: Evaluating Your Visual Tokenizer before Visual Generation

2025-05-23 · Junfeng Wu, Dongliang Luo, Weizhi Zhao, Zhihao Xie 외

In this work, we reveal the limitations of visual tokenizers and VAEs in preserving fine-grained features, and propose a benchmark to evaluate reconstruction performance for two challenging visual contents: text and face…

Face RecognitionFace ReconstructionImage CompressionOptical Character Recognition (OCR)

Provably Secure Robust Image Steganography via Cross-Modal Error Correction

2024-12-15 · Yuang Qi, Kejiang Chen, Na Zhao, Zijin Yang 외

The rapid development of image generation models has facilitated the widespread dissemination of generated images on social networks, creating favorable conditions for provably secure image steganography. However, existi…

Image GenerationImage Steganography

Egalitarian Language Representation in Language Models: It All Begins with Tokenizers

2024-09-17 · Menan Velayuthan, Kengatharaiyer Sarveswaran

Tokenizers act as a bridge between human language and the latent space of language models, influencing how language is represented in these models. Due to the immense popularity of English-Centric Large Language Models (…

All