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.

169,341 papers · 148 categories

Trend · papers per month

2955918861,181 · Jun 202019922001200920182026
48 results for distance data

Differentially private data structures for estimating distances between strings.

problem Estimating distances between query strings and database strings while ensuring privacy.
method Proposes differentially private data structures for Hamming and edit distances using randomized response technique.
result Efficient data structures that provide accurate distance estimates with strong privacy guarantees.

Transforms distance-based outlier scores into interpretable probabilistic estimates.

problem Difficult interpretation of distance-based outlier scores.
method Generic transformation of scores into probabilistic estimates using distance probability distributions.
result Probabilistic transformation improves interpretability without impacting detection performance.

Modified cosine distance improves similarity performance in data with variance and correlation.

problem Limitations of traditional cosine similarity in random variable spaces with variance and correlation.
method Proposed a variance-adjusted cosine distance metric to overcome limitations of traditional cosine similarity.
result Modified cosine distance shows 100% test accuracy in KNN model on the Wisconsin Breast Cancer Dataset.

A framework for measuring differences in categorical data.

problem Measuring differences between categorical variables.
method Introduces a general framework for efficient and flexible implementation of distances for categorical variables.
result Framework allows for incorporation of existing distances and introduces new formulations.

We address noisy Euclidean distances in high dimensions, estimating noise levels and correcting distances.

problem Distorted pairwise Euclidean distances due to heteroskedastic noise.
method Developed a hyperparameter-free approach to jointly estimate noise magnitudes and correct distances.
result Our method provides accurate noise magnitude estimates and corrected distances in high-dimensional settings.

Paper proposes a method to estimate total variation distance for synthetic data fidelity.

problem Assessing the fidelity of synthetic data generated by AI.
method Discriminative approach to estimate total variation distance between two distributions.
result Estimation of total variation distance reduces to quantifying Bayes risk in classification.

Quantum Earth Mover's distance improves stability and efficiency in quantum learning.

problem Quantum learning's loss landscapes often lead to poor local minima and gradients.
method Introduced the quantum Earth Mover's (EM) distance and proposed a quantum Wasserstein generative adversarial network (qWGAN).
result The quantum EM distance makes quantum learning more stable and efficient.

A new method embeds tree nodes to vectors for better tree edit distance learning.

problem Learning tree edit distances directly often violates metric axioms and is hard to interpret.
method Adaptive symbol embeddings to learn tree edit distances indirectly.
result Improves tree edit distance learning on multiple datasets.

The paper proposes a new Mahalanobis distance metric using cluster information for high-dimensional data.

problem Challenges in comparing high-dimensional data points, especially meaningfulness issues.
method Exploits cluster structure in high-dimensional data to construct Mahalanobis distance.
result The proposed Mahalanobis distance improves recovery of Euclidean distances in hidden spaces.

We improve density-based distances using normalizing flows and score matching.

problem Inaccurate density estimates and poor convergence in graph-based methods for high-dimensional spaces.
method Learn densities with normalizing flows and refine geodesics with a score model.
result Improved density-based distances that scale to high dimensions and improve numerical stability.

Study infinite Euclidean distance discriminants of algebraic varieties.

problem Understanding the structure of data points with infinitely many critical points in Euclidean distance correspondence.
method Developed computer code to compute discriminants and proved properties of fibers.
result Infinite Euclidean distance discriminants contain all data points with infinitely many critical points for the nearest-point problem.

A new model encodes distances and topology in latent variables.

problem Modeling dissimilarity data with latent variables and invariances.
method Isometric Gaussian Process Latent Variable Model using Riemannian geometry and variational inference.
result The model can encode invariances in learned manifolds.

A new metric HCP distance for comparing distributions.

problem Comparing high-dimensional probability distributions efficiently.
method Hilbert curve projection to low-dimensional coupling, followed by transport distance calculation.
result HCP distance is a proper metric for probability measures with bounded supports.

New fuzzy clustering method for distribution-valued data using adaptive Wasserstein distances.

problem Clustering distribution-valued data with adaptive weights.
method Fuzzy c-means algorithms using adaptive L2L2 Wasserstein distances.
result Adaptive distances improve clustering of distribution-valued data.

New method estimates SW distance using CDFs for scalable data parallelism.

problem Estimating SW distance efficiently for large datasets.
method Estimators based on CDFs of projected measures, avoiding sorting.
result Efficient estimation for large datasets and federated learning.

Improved image ranking model using ordinal distance metric learning and multidimensional scaling.

problem Ranking images based on known ranked images.
method Proposes an improved linear ordinal distance metric learning approach using multidimensional scaling.
result Demonstrates improved ranking performance and speed over the linear distance metric learning model.

PMD measures user distances using optimal transportation, improving recommendation accuracy.

problem Sparse data and lack of co-rated items in collaborative filtering.
method PMD is an Earth Mover's Distance-based user distance measure that utilizes all ratings.
result PMD achieves superior recommendation accuracy, especially in sparse data scenarios.

Improved classification of PolSAR data using SVM with stochastic distances and radial basis functions.

problem Improper training samples in PolSAR data classification.
method Combination of radial basis kernel functions and stochastic distances with Support Vector Machines (SVM).
result SVM with the proposed kernel functions achieves better performance than Minimum Distance classification.

Proposes a method to learn distance metrics from uncertain data.

problem Challenges of learning distance metrics from large-scale data with uncertainty.
method Margin preserving metric learning framework to learn distance metric and latent examples simultaneously.
result The learned metric is robust to uncertainty and preserves large margin for original data.

This study analyzes the quadratic Wasserstein metric's effects on inverse data matching.

problem Analyzing the quadratic Wasserstein metric's impact on inverse data matching.
method Characterizes and numerically analyzes the smoothing effect and convexity improvement of W2W_2 distance.
result The W2W_2 distance improves convexity and reduces resolution for reconstructed objects at a given noise level.

The paper proposes a method to infer causal directions from discrete data using distance correlation.

problem Inferring causal directions from discrete data.
method Comparing distance correlation between P(X)P(X) and P(YX)P(Y|X) with P(Y)P(Y) and P(XY)P(X|Y) to infer causal direction.
result The proposed method can infer causal directions from discrete data.

Learning a distance function or metric on a given data manifold is of great importance in machine learning and pattern recognition. Many of the previous works first embed the manifold to Euclidean space and then learn the distance function. However, such a scheme might not faithfully preserve the distance function if t…

2014-05-01abs ↗pdf ↗

New distances for comparing multivariate normal distributions.

problem Comparing multivariate normal distributions efficiently and accurately.
method Approximated Fisher-Rao distance and pullback SPD cone distances.
result Efficient computation of distances between normal distributions.

Optimal pre-processing reduces disparate impact by minimizing total variation distance.

problem Achieving fairness in data outputs based on protected attributes.
method Using pre-processing to enforce fairness, minimizing total variation distance between pre-processed and original data distributions.
result The problem of fairness can be formulated as a linear program, efficiently solvable.

A new metric compares true and learned causal graphs considering data and graph structure.

problem Comparing true and learned causal graphs accurately.
method Continuous Structural Intervention Distance (CSID) using conditional mean embeddings and maximum mean discrepancy.
result Validated the CSID with synthetic data, showing its effectiveness in comparing causal graphs.