paper-with-me

Papers

Consistent and Flexible Selectivity Estimation for High-Dimensional Data

2020-05-20 · Yaoshu Wang, Chuan Xiao, Jianbin Qin, Rui Mao, Onizuka Makoto, Wei Wang, Rui Zhang, Yoshiharu Ishikawa

Selectivity estimation aims at estimating the number of database objects that satisfy a selection criterion. Answering this problem accurately and efficiently is essential to many applications, such as density estimation, outlier detection, query optimization, and data integration. The estimation problem is especially challenging for large-scale high-dimensional data due to the curse of dimensionality, the large variance of selectivity across different queries, and the need to make the estimator consistent (i.e., the selectivity is non-decreasing in the threshold). We propose a new deep learning-based model that learns a query-dependent piecewise linear function as selectivity estimator, which is flexible to fit the selectivity curve of any distance function and query object, while guaranteeing that the output is non-decreasing in the threshold. To improve the accuracy for large datasets, we propose to partition the dataset into multiple disjoint subsets and build a local model on each of them. We perform experiments on real datasets and show that the proposed model consistently outperforms state-of-the-art models in accuracy in an efficient way and is useful for real applications.

📄 PDF Abstract BibTeX arXiv:2005.09908

Code (1)

yaoshuwang/SelNet-Estimation 공식 구현

Tasks

Data IntegrationDensity EstimationOutlier DetectionVocal Bursts Intensity Prediction

Similar Papers 제목 키워드 기반

Selectivity Estimation for Range Predicates using Lightweight Models

2019-05-01 · Proceedings of the VLDB Endowment 2019 5 · Anshuman Dutt, Chi Wang, Azade Nazi, Srikanth Kandula 외

Query optimizers depend on selectivity estimates of query predicates to produce a good execution plan. When a query contains multiple predicates, today’s optimizers use a variety of assumptions, such as independence betw…

Feature Engineeringregression

Linking average- and worst-case perturbation robustness via class selectivity and dimensionality

2020-10-14 · Matthew L. Leavitt, Ari Morcos

Representational sparsity is known to affect robustness to input perturbations in deep neural networks (DNNs), but less is known about how the semantic content of representations affects robustness. Class selectivity-the…

Linking average- and worst-case perturbation robustness via class selectivity and dimensionality

2020-09-28 · Matthew L Leavitt, Ari S. Morcos

Representational sparsity is known to affect robustness to input perturbations in deep neural networks (DNNs), but less is known about how the semantic content of representations affects robustness. Class selectivity—the…

On the relationship between class selectivity, dimensionality, and robustness

2020-07-08 · Matthew L. Leavitt, Ari S. Morcos

While the relative trade-offs between sparse and distributed representations in deep neural networks (DNNs) are well-studied, less is known about how these trade-offs apply to representations of semantically-meaningful i…

Multi-Attribute Selectivity Estimation Using Deep Learning

2019-03-24 · Shohedul Hasan, Saravanan Thirumuruganathan, Jees Augustine, Nick Koudas 외

Selectivity estimation - the problem of estimating the result size of queries - is a fundamental problem in databases. Accurate estimation of query selectivity involving multiple correlated attributes is especially chall…

AttributeDeep LearningDensity Estimation