paper-with-me

홈 › Papers

Robust Clustering on High-Dimensional Data with Stochastic Quantization

2024-09-03 · Anton Kozyriev, Vladimir Norkin

This paper addresses the limitations of conventional vector quantization algorithms, particularly K-Means and its variant K-Means++, and investigates the Stochastic Quantization (SQ) algorithm as a scalable alternative for high-dimensional unsupervised and semi-supervised learning tasks. Traditional clustering algorithms often suffer from inefficient memory utilization during computation, necessitating the loading of all data samples into memory, which becomes impractical for large-scale datasets. While variants such as Mini-Batch K-Means partially mitigate this issue by reducing memory usage, they lack robust theoretical convergence guarantees due to the non-convex nature of clustering problems. In contrast, the Stochastic Quantization algorithm provides strong theoretical convergence guarantees, making it a robust alternative for clustering tasks. We demonstrate the computational efficiency and rapid convergence of the algorithm on an image classification problem with partially labeled data, comparing model accuracy across various ratios of labeled to unlabeled data. To address the challenge of high dimensionality, we employ a Triplet Network to encode images into low-dimensional representations in a latent space, which serve as a basis for comparing the efficiency of both the Stochastic Quantization algorithm and traditional quantization algorithms. Furthermore, we enhance the algorithm's convergence speed by introducing modifications with an adaptive learning rate.

📄 PDF Abstract BibTeX arXiv:2409.02066

Code (1)

kaydotdev/stochastic-quantization 공식 구현

Tasks

ClusteringComputational Efficiencyimage-classificationImage ClassificationQuantizationTriplet

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Residual Expansion Algorithm: Fast and Effective Optimization for Nonconvex Least Squares Problems

2017-05-26 · CVPR 2017 7 · Daiki Ikami, Toshihiko Yamasaki, Kiyoharu Aizawa

We propose the residual expansion (RE) algorithm: a global (or near-global) optimization method for nonconvex least squares problems. Unlike most existing nonconvex optimization techniques, the RE algorithm is not based …

Blind Image DeblurringClusteringDeblurringglobal-optimization+2

High-Dimensional Stochastic Gradient Quantization for Communication-Efficient Edge Learning

2019-10-09 · Yuqing Du, Sheng Yang, Kaibin Huang

Edge machine learning involves the deployment of learning algorithms at the wireless network edge so as to leverage massive mobile data for enabling intelligent applications. The mainstream edge learning approach, federa…

Federated LearningQuantizationVocal Bursts Intensity Prediction

Expand-and-Quantize: Unsupervised Semantic Segmentation Using High-Dimensional Space and Product Quantization

2023-12-12 · Jiyoung Kim, Kyuhong Shim, Insu Lee, Byonghyo Shim

Unsupervised semantic segmentation (USS) aims to discover and recognize meaningful categories without any labels. For a successful USS, two key abilities are required: 1) information compression and 2) clustering capabil…

ClusteringDimensionality ReductionQuantizationSegmentation+2

Improved Residual Vector Quantization for High-dimensional Approximate Nearest Neighbor Search

2015-09-17 · Shicong Liu, Hongtao Lu, Junru Shao

Quantization methods have been introduced to perform large scale approximate nearest search tasks. Residual Vector Quantization (RVQ) is one of the effective quantization methods. RVQ uses a multi-stage codebook learning…

ClusteringQuantizationVocal Bursts Intensity Prediction

Learning Low-Rank Representations for Model Compression

2022-11-21 · Zezhou Zhu, Yucong Zhou, Zhao Zhong

Vector Quantization (VQ) is an appealing model compression method to obtain a tiny model with less accuracy loss. While methods to obtain better codebooks and codes under fixed clustering dimensionality have been extensi…

ClusteringmodelModel CompressionQuantization