Research
On-device research index

arXiv research

A locally-built, LLM-digested index of recent arXiv papers in quant finance, geometry/topology, and statistical ML — keyword search served straight from SQLite on this machine.

168,695 papers · 148 categories

Trend · papers per month

4794140187 · May 202619922001200920172026
48 results for column matching

Correctly detecting the semantic type of data columns is crucial for data science tasks such as automated data cleaning, schema matching, and data discovery. Existing data preparation and analysis systems rely on dictionary lookups and regular expression matching to detect semantic types. However, these matching-based …

2019-05-25abs ↗pdf ↗

DCoM uses deep neural networks to detect semantic data types from raw column values.

problem Detecting semantic data types from dirty and unseen data.
method DCoM employs multi-input NLP-based deep neural networks trained on 686,765 data columns.
result DCoM outperforms existing methods significantly on 78 different semantic data types.

We develop an efficient algorithm for low-rank approximation with improved approximation guarantees.

problem Optimal low-rank approximation of matrices with 1\ell_1 norm constraints.
method Polynomial time column subset selection-based algorithm achieving ildeO(k1/2) ilde{O}(k^{1/2})-approximation.
result Improved approximation guarantees for 1\ell_1 low-rank approximation.

We propose stochastic rank-11 bandits, a class of online learning problems where at each step a learning agent chooses a pair of row and column arms, and receives the product of their values as a reward. The main challenge of the problem is that the individual values of the row and column are unobserved. We assume tha…

2016-08-10abs ↗pdf ↗

This paper is a survey of dictionary screening for the lasso problem. The lasso problem seeks a sparse linear combination of the columns of a dictionary to best match a given target vector. This sparse representation has proven useful in a variety of subsequent processing and decision tasks. For a given target vector, …

2014-05-19abs ↗pdf ↗

The study analyzes group testing algorithms for identifying defective items with high confidence.

problem Identifying defective items from a population using group testing with high confidence.
method Formulated as a function learning problem using the PAC framework, analyzed three algorithms: column matching, combinatorial basis pursuit, and definite defectives.
result Derived bounds on the number of tests needed for approximate set identification, comparing with existing bounds and simulating performance.

We explain theoretically a curious empirical phenomenon: "Approximating a matrix by deterministically selecting a subset of its columns with the corresponding largest leverage scores results in a good low-rank matrix surrogate". To obtain provable guarantees, previous work requires randomized sampling of the columns wi…

2014-04-06abs ↗pdf ↗

A biclustering algorithm finds dense disjoint subgraphs in weighted bipartite graphs.

problem Finding dense disjoint bicliques in a weighted bipartite graph.
method Semidefinite programming-based branch-and-cut algorithm with upper and lower bounds.
result The algorithm can solve much larger instances than general-purpose solvers.

New method recovers matrix column space with active sampling for better results.

problem Recovering column space of partially observed matrices with limited data.
method Alternating minimization with active sampling strategy.
result Active sampling improves convergence to true column space with higher probability.

We study sparse principal components analysis in high dimensions, where pp (the number of variables) can be much larger than nn (the number of observations), and analyze the problem of estimating the subspace spanned by the principal eigenvectors of the population covariance matrix. We introduce two complementary not…

2012-11-02abs ↗pdf ↗

We study the problem of recovering an incomplete m×nm\times n matrix of rank rr with columns arriving online over time. This is known as the problem of life-long matrix completion, and is widely applied to recommendation system, computer vision, system identification, etc. The challenge is to design provable algorithms…

2016-12-01abs ↗pdf ↗

Optimal subspace embedding with near-optimal sparsity for high-dimensional data.

problem Efficiently preserving norms of vectors in high-dimensional subspaces.
method Near-optimal sparsity oblivious subspace embedding with decoupling argument and cumulant method.
result Achieved near-optimal sparsity of O~(1/ε)\tilde O(1/ε) non-zeros per column.

This paper is concerned with estimating the column space of an unknown low-rank matrix ARd1×d2\boldsymbol{A}^{\star}\in\mathbb{R}^{d_{1}\times d_{2}}, given noisy and partial observations of its entries. There is no shortage of scenarios where the observations -- while being too noisy to support faithful recovery of the ent…

2019-10-09abs ↗pdf ↗

The column group is a subgroup of the symmetric group on the elements of a finite blackboard birack generated by the column permutations in the birack matrix. We use subgroups of the column group associated to birack homomorphisms to define an enhancement of the integral birack counting invariant and give examples whic…

2009-01-30abs ↗pdf ↗

In this paper, we consider matrix completion from non-uniformly sampled entries including fully observed and partially observed columns. Specifically, we assume that a small number of columns are randomly selected and fully observed, and each remaining column is partially observed with uniform sampling. To recover the …

2018-06-27abs ↗pdf ↗

Double autoencoder Ae2IAe^2I improves missing value imputation in recommender systems.

problem Imputing missing values in tables using row-row and column-column relationships.
method Simultaneously uses row-row and column-column relationships through a double autoencoder.
result Ae2IAe^2I outperforms state-of-the-art models in recommender systems.

Paper tackles low-rank matrix recovery with column 2,0\ell_{2,0}-norm regularization.

problem Low-rank matrix recovery problems with column sparsity constraints.
method Developed alternating majorization-minimization (AMM) methods with extrapolation and hybrid AMM.
result Global convergence analysis and superior performance in matrix completion problems.

Representation learning is typically applied to only one mode of a data matrix, either its rows or columns. Yet in many applications, there is an underlying geometry to both the rows and the columns. We propose utilizing this coupled structure to perform co-manifold learning: uncovering the underlying geometry of both …

2018-10-16abs ↗pdf ↗

The paper identifies redundant columns in matrices for feature selection and clustering.

problem Identifying redundant columns in matrices for feature selection and clustering.
method Proves that after re-ordering columns, a matrix can be block-diagonalized revealing linearly dependent columns.
result Identifies redundant columns in matrices, aiding in feature selection and clustering.

We consider a column of a rotating stationary surface in Euclidean space. We obtain a value l0>0l_0>0 in such way that if the length ll of column satisfies l>l0l>l_0, then the surface is instable. This extends, in some sense, previous results due to Plateau and Rayleigh for columns of surfaces with constant mean curvature…

2008-09-22abs ↗pdf ↗

We study the low rank approximation problem of any given matrix AA over Rn×m\mathbb{R}^{n\times m} and Cn×m\mathbb{C}^{n\times m} in entry-wise p\ell_p loss, that is, finding a rank-kk matrix XX such that AXp\|A-X\|_p is minimized. Unlike the traditional 2\ell_2 setting, this particular variant is NP-Hard. We show that…

2019-10-30abs ↗pdf ↗

This paper defines a generalized column subset selection problem which is concerned with the selection of a few columns from a source matrix A that best approximate the span of a target matrix B. The paper then proposes a fast greedy algorithm for solving this problem and draws connections to different problems that ca…

2013-12-24abs ↗pdf ↗

This paper proposes a probabilistic imputation method with uncertainty quantification.

problem Missing value imputation with uncertainty estimation for large datasets.
method Low Rank Gaussian Copula framework that augments PPCA with column-specific transformations.
result The method yields state-of-the-art imputation accuracy and well-calibrated uncertainty estimates.

We present a solution to scale spectral algorithms for learning sequence functions. We are interested in the case where these functions are sparse (that is, for most sequences they return 0). Spectral algorithms reduce the learning problem to the task of computing an SVD decomposition over a special type of matrix call…

2017-06-09abs ↗pdf ↗

The paper tackles one-for-many counterfactual explanations using column generation.

problem Minimizing the number of explanations needed for a group of instances with sparsity constraints.
method Developed a novel column generation framework to efficiently search for explanations for any black-box classifier.
result The column generation framework outperforms existing methods in scalability, computational performance, and solution quality.

A common problem in large-scale data analysis is to approximate a matrix using a combination of specifically sampled rows and columns, known as CUR decomposition. Unfortunately, in many real-world environments, the ability to sample specific individual rows or columns of the matrix is limited by either system constrain…

2017-03-17abs ↗pdf ↗

We study the problem of instance segmentation in biological images with crowded and compact cells. We formulate this task as an integer program where variables correspond to cells and constraints enforce that cells do not overlap. To solve this integer program, we propose a column generation formulation where the prici…

2017-09-21abs ↗pdf ↗

Unified methods for fast column selection in various applications.

problem Efficiently selecting columns for low-rank approximations in data science and machine learning.
method Deterministic and randomized algorithms exploiting nuclear scores.
result Theoretical guarantees and performance bounds for column selection.

Given an overcomplete dictionary AA and a signal bb that is a linear combination of a few linearly independent columns of AA, classical sparse recovery theory deals with the problem of recovering the unique sparse representation xx such that b=Axb = A x. It is known that under certain conditions on AA, xx can be re…

2015-07-06abs ↗pdf ↗

Proposes a new matrix factorization model for interval-valued matrices.

problem Matrix factorization for matrices with entries in a given interval.
method Bounded simplex-structured matrix factorization (BSSMF) with fast algorithm for missing data.
result BSSMF provides a unique decomposition under certain conditions.

PRRO generates synthetic tabular data that improves SL performance and class distribution.

problem Low SL utility of synthetic data due to class imbalance and overlooked data relationships.
method Data pruning and column reordering to optimize SL utility.
result Synthetic data generated with PRRO enhances predictive performance and class distribution.

We study the column subset selection problem with respect to the entrywise 1\ell_1-norm loss. It is known that in the worst case, to obtain a good rank-kk approximation to a matrix, one needs an arbitrarily large nΩ(1)n^{Ω(1)} number of columns to obtain a (1+ε)(1+ε)-approximation to the best entrywise 1\ell_1-norm low ra…

2020-04-16abs ↗pdf ↗

We propose and study a row-and-column affine measurement scheme for low-rank matrix recovery. Each measurement is a linear combination of elements in one row or one column of a matrix XX. This setting arises naturally in applications from different domains. However, current algorithms developed for standard matrix rec…

2015-05-23abs ↗pdf ↗