paper-with-me

Papers

HyperVQ: MLR-based Vector Quantization in Hyperbolic Space

2024-03-18 · Nabarun Goswami, Yusuke Mukuta, Tatsuya Harada

The success of models operating on tokenized data has heightened the need for effective tokenization methods, particularly in vision and auditory tasks where inputs are naturally continuous. A common solution is to employ Vector Quantization (VQ) within VQ Variational Autoencoders (VQVAEs), transforming inputs into discrete tokens by clustering embeddings in Euclidean space. However, Euclidean embeddings not only suffer from inefficient packing and limited separation - due to their polynomial volume growth - but are also prone to codebook collapse, where only a small subset of codebook vectors are effectively utilized. To address these limitations, we introduce HyperVQ, a novel approach that formulates VQ as a hyperbolic Multinomial Logistic Regression (MLR) problem, leveraging the exponential volume growth in hyperbolic space to mitigate collapse and improve cluster separability. Additionally, HyperVQ represents codebook vectors as geometric representatives of hyperbolic decision hyperplanes, encouraging disentangled and robust latent representations. Our experiments demonstrate that HyperVQ matches traditional VQ in generative and reconstruction tasks, while surpassing it in discriminative performance and yielding a more efficient and disentangled codebook.

📄 PDF Abstract BibTeX arXiv:2403.13015

Code (0)

등록된 구현이 없습니다.

Tasks

QuantizationRepresentation Learning

Methods 이 논문이 사용한 방법론

Logistic Regression Logistic Regression, despite its name, is a linear model for classification rather than regression. Logistic regression is also known in the literature as logit regression,…
k-Means Clustering k-Means Clustering is a clustering algorithm that divides a training set into $k$ different clusters of examples that are near each other. It works by initializing $k$…

Similar Papers 제목 키워드 기반

HyperVQ: Enabling Hyperprior Entropy Modeling for VQ-Based Generative Image Compression

2025-12-08 · Niu Yi, Xu Tianyi, Ma Mingming, Wang Xinkun arxiv

Vector Quantization (VQ) based generative image compression has achieved remarkable perceptual quality. However, existing VQ codecs suffer from two fundamental limitations. First, they lack efficient content-adaptive ent…

Image Compression

HiHPQ: Hierarchical Hyperbolic Product Quantization for Unsupervised Image Retrieval

2024-01-14 · Zexuan Qiu, Jiahong Liu, Yankai Chen, Irwin King

Existing unsupervised deep product quantization methods primarily aim for the increased similarity between different views of the identical image, whereas the delicate multi-level semantic similarities preserved between …

Contrastive LearningImage RetrievalQuantizationRetrieval+2

Hyperbolic Centroid Calculations for Text Classification

2022-11-08 · Aydın Gerek, Cüneyt Ferahlar, Bilge Şipal Sert, Mehmet Can Yüney 외

A new development in NLP is the construction of hyperbolic word embeddings. As opposed to their Euclidean counterparts, hyperbolic embeddings are represented not by vectors, but by points in hyperbolic space. This makes …

Classificationtext-classificationText ClassificationWord Embeddings

Hyperbolic Graph Attention Network

2019-12-06 · Yiding Zhang, Xiao Wang, Xunqiang Jiang, Chuan Shi 외

Graph neural network (GNN) has shown superior performance in dealing with graphs, which has attracted considerable research attention recently. However, most of the existing GNN models are primarily designed for graphs i…

AnatomyGraph AttentionGraph Neural Network

Hyperbolic Coarse-to-Fine Few-Shot Class-Incremental Learning

2025-09-23 · Jiaxin Dai, Xiang Xiang arxiv

In the field of machine learning, hyperbolic space demonstrates superior representation capabilities for hierarchical data compared to conventional Euclidean space. This work focuses on the Coarse-To-Fine Few-Shot Class-…

Few-Shot Class-Incremental Learning