paper-with-me

Papers

Using dynamical quantization to perform split attempts in online tree regressors

2020-11-30 · Saulo Martiello Mastelini, Andre Carlos Ponce de Leon Ferreira de Carvalho

A central aspect of online decision tree solutions is evaluating the incoming data and enabling model growth. For such, trees much deal with different kinds of input features and partition them to learn from the data. Numerical features are no exception, and they pose additional challenges compared to other kinds of features, as there is no trivial strategy to choose the best point to make a split decision. The problem is even more challenging in regression tasks because both the features and the target are continuous. Typical online solutions evaluate and store all the points monitored between split attempts, which goes against the constraints posed in real-time applications. In this paper, we introduce the Quantization Observer (QO), a simple yet effective hashing-based algorithm to monitor and evaluate split point candidates in numerical features for online tree regressors. QO can be easily integrated into incremental decision trees, such as Hoeffding Trees, and it has a monitoring cost of $O(1)$ per instance and sub-linear cost to evaluate split candidates. Previous solutions had a $O(\log n)$ cost per insertion (in the best case) and a linear cost to evaluate split points. Our extensive experimental setup highlights QO's effectiveness in providing accurate split point suggestions while spending much less memory and processing time than its competitors.

📄 PDF Abstract BibTeX arXiv:2012.00083

Code (0)

등록된 구현이 없습니다.

Tasks

Quantization

Similar Papers 제목 키워드 기반

Breaking Modality Heterogeneity in Low-Bit Quantization for Large Vision-Language Models

2026-05-19 · Yi Zhong, Haotong Qin, Xindong Zhang, Lei Zhang 외 arxiv

Low-bit post-training quantization (PTQ) is a pivotal technique for deploying Vision-Language Models (VLMs) on resource-constrained devices. However, existing PTQ methods often degrade VLMs' accuracy due to the heterogen…

SplitQuant: Layer Splitting for Low-Bit Neural Network Quantization

2025-01-21 · Jaewoo Song, Fangzhen Lin

Quantization for deep neural networks (DNNs) is the process of mapping the parameter values of DNNs from original data types to other data types of lower precision to reduce model sizes and make inference faster. Quantiz…

Quantization

Channel-Level Variable Quantization Network for Deep Image Compression

2020-07-15 · Zhisheng Zhong, Hiroaki Akutsu, Kiyoharu Aizawa

Deep image compression systems mainly contain four components: encoder, quantizer, entropy model, and decoder. To optimize these four components, a joint rate-distortion framework was proposed, and many deep neural netwo…

DecoderImage CompressionQuantization

Online Product Quantization

2017-11-29 · Donna Xu, Ivor W. Tsang, Ying Zhang

Approximate nearest neighbor (ANN) search has achieved great success in many tasks. However, existing popular methods for ANN search, such as hashing and quantization methods, are designed for static databases only. They…

Quantization

Q-LIC: Quantizing Learned Image Compression with Channel Splitting

2022-05-28 · Heming Sun, Lu Yu, Jiro Katto

Learned image compression (LIC) has reached a comparable coding gain with traditional hand-crafted methods such as VVC intra. However, the large network complexity prohibits the usage of LIC on resource-limited embedded …

Image CompressionMS-SSIMQuantizationSSIM