中文
相关论文

相关论文: Effective and Sparse Count-Sketch via k-means clus…

200 篇论文

Sparse Subspace Clustering (SSC) has been used extensively for subspace identification tasks due to its theoretical guarantees and relative ease of implementation. However SSC has quadratic computation and memory requirements with respect…

计算机视觉与模式识别 · 计算机科学 2017-04-14 Stephen Tierney , Yi Guo , Junbin Gao

Keypoint detection, integral to modern machine perception, faces challenges in few-shot learning, particularly when source data from the same distribution as the query is unavailable. This gap is addressed by leveraging sketches, a popular…

计算机视觉与模式识别 · 计算机科学 2025-07-29 Subhajit Maity , Ayan Kumar Bhunia , Subhadeep Koley , Pinaki Nath Chowdhury , Aneeshan Sain , Yi-Zhe Song

Linear regression is a classic method of data analysis. In recent years, sketching -- a method of dimension reduction using random sampling, random projections, or both -- has gained popularity as an effective computational approximation…

机器学习 · 统计学 2020-08-04 Jocelyn T. Chi , Ilse C. F. Ipsen

Large-sample data became prevalent as data acquisition became cheaper and easier. While a large sample size has theoretical advantages for many statistical methods, it presents computational challenges. Sketching, or compression, is a…

机器学习 · 统计学 2020-05-11 Alexander F. Lapanowski , Irina Gaynanova

Sketching has emerged as a powerful technique for speeding up problems in numerical linear algebra, such as regression. In the overconstrained regression problem, one is given an $n \times d$ matrix $A$, with $n \gg d$, as well as an $n…

数据结构与算法 · 计算机科学 2017-05-31 Eric Price , Zhao Song , David P. Woodruff

Bayesian computation of high dimensional linear regression models with a popular Gaussian scale mixture prior distribution using Markov Chain Monte Carlo (MCMC) or its variants can be extremely slow or completely prohibitive due to the…

统计方法学 · 统计学 2021-05-12 Rajarshi Guhaniyogi , Aaron Scheffler

Many computational tasks benefit from being formulated as the composition of neural networks followed by a discrete symbolic program. The goal of neurosymbolic learning is to train the neural networks using end-to-end input-output labels of…

机器学习 · 计算机科学 2025-10-24 Seewon Choi , Alaia Solko-Breslin , Rajeev Alur , Eric Wong

In many real-world problems, we are dealing with collections of high-dimensional data, such as images, videos, text and web documents, DNA microarray data, and more. Often, high-dimensional data lie close to low-dimensional structures…

计算机视觉与模式识别 · 计算机科学 2013-02-06 Ehsan Elhamifar , Rene Vidal

This paper argues that randomized linear sketching is a natural tool for on-the-fly compression of data matrices that arise from large-scale scientific simulations and data collection. The technical contribution consists in a new algorithm…

数值分析 · 计算机科学 2019-02-26 Joel A. Tropp , Alp Yurtsever , Madeleine Udell , Volkan Cevher

We study randomized sketching methods for approximately solving least-squares problem with a general convex constraint. The quality of a least-squares approximation can be assessed in different ways: either in terms of the value of the…

最优化与控制 · 数学 2014-11-04 Mert Pilanci , Martin J. Wainwright

Frequency estimation data structures such as the count-min sketch (CMS) have found numerous applications in databases, networking, computational biology and other domains. Many applications that use the count-min sketch process massive and…

数据结构与算法 · 计算机科学 2018-05-01 Mayank Goswami , Dzejla Medjedovic , Emina Mekic , Prashant Pandey

Subgraph counting is a fundamental primitive in graph processing, with applications in social network analysis (e.g., estimating the clustering coefficient of a graph), database processing and other areas. The space complexity of subgraph…

数据结构与算法 · 计算机科学 2018-08-16 John Kallaugher , Michael Kapralov , Eric Price

We revisit data selection in a modern context of finetuning from a fundamental perspective. Extending the classical wisdom of variance minimization in low dimensions to high-dimensional finetuning, our generalization analysis unveils the…

机器学习 · 计算机科学 2025-02-10 Yijun Dong , Hoang Phan , Xiang Pan , Qi Lei

Matrix trace estimation is ubiquitous in machine learning applications and has traditionally relied on Hutchinson's method, which requires $O(\log(1/\delta)/\epsilon^2)$ matrix-vector product queries to achieve a $(1 \pm…

数据结构与算法 · 计算机科学 2021-11-02 Shuli Jiang , Hai Pham , David P. Woodruff , Qiuyi , Zhang

Recent advancements in large vision-language models have enabled highly expressive and diverse vector sketch generation. However, state-of-the-art methods rely on a time-consuming optimization process involving repeated feedback from a…

计算机视觉与模式识别 · 计算机科学 2025-02-13 Ellie Arar , Yarden Frenkel , Daniel Cohen-Or , Ariel Shamir , Yael Vinker

A flexible conformal inference method is developed to construct confidence intervals for the frequencies of queried objects in very large data sets, based on a much smaller sketch of those data. The approach is data-adaptive and requires no…

统计方法学 · 统计学 2022-11-10 Matteo Sesia , Stefano Favaro

We propose a novel approach to program synthesis, focusing on synthesizing database queries. At a high level, our proposed algorithm takes as input a sketch with soft constraints encoding user intent, and then iteratively interacts with the…

编程语言 · 计算机科学 2021-10-12 Osbert Bastani , Xin Zhang , Armando Solar-Lezama

Semidefinite programming (SDP) is a powerful tool for tackling a wide range of computationally hard problems such as clustering. Despite the high accuracy, semidefinite programs are often too slow in practice with poor scalability on large…

机器学习 · 统计学 2022-02-10 Yubo Zhuang , Xiaohui Chen , Yun Yang

This paper studies how to sketch element-wise functions of low-rank matrices. Formally, given low-rank matrix A = [Aij] and scalar non-linear function f, we aim for finding an approximated low-rank representation of the (possibly high-rank)…

机器学习 · 计算机科学 2020-06-30 Insu Han , Haim Avron , Jinwoo Shin

Sketch-based algorithms for network traffic monitoring have drawn increasing interest in recent years due to their sub-linear memory efficiency and high accuracy. As the volume of network traffic grows, software-based sketch implementations…

硬件体系结构 · 计算机科学 2025-04-28 Zhaoyang Han , Yicheng Qian , Michael Zink , Miriam Leeser