paper-with-me

홈 › Papers

Doubly robust nearest neighbors in factor models

2022-11-25 · Raaz Dwivedi, Katherine Tian, Sabina Tomkins, Predrag Klasnja, Susan Murphy, Devavrat Shah

We introduce and analyze an improved variant of nearest neighbors (NN) for estimation with missing data in latent factor models. We consider a matrix completion problem with missing data, where the $(i, t)$-th entry, when observed, is given by its mean $f(u_i, v_t)$ plus mean-zero noise for an unknown function $f$ and latent factors $u_i$ and $v_t$. Prior NN strategies, like unit-unit NN, for estimating the mean $f(u_i, v_t)$ relies on existence of other rows $j$ with $u_j \approx u_i$. Similarly, time-time NN strategy relies on existence of columns $t'$ with $v_{t'} \approx v_t$. These strategies provide poor performance respectively when similar rows or similar columns are not available. Our estimate is doubly robust to this deficit in two ways: (1) As long as there exist either good row or good column neighbors, our estimate provides a consistent estimate. (2) Furthermore, if both good row and good column neighbors exist, it provides a (near-)quadratic improvement in the non-asymptotic error and admits a significantly narrower asymptotic confidence interval when compared to both unit-unit or time-time NN.

📄 PDF Abstract BibTeX arXiv:2211.14297

Code (1)

aashish-khub/NearestNeighbors

Tasks

counterfactualCounterfactual InferenceMatrix Completion

Similar Papers 제목 키워드 기반

Approximate Near Neighbors for General Symmetric Norms

2016-11-18 · Alexandr Andoni, Huy L. Nguyen, Aleksandar Nikolov, Ilya Razenshteyn 외

We show that every symmetric normed space admits an efficient nearest neighbor search data structure with doubly-logarithmic approximation. Specifically, for every $n$, $d = n^{o(1)}$, and every $d$-dimensional symmetric…

Causal Inference in Possibly Nonlinear Factor Models

2020-08-31 · Yingjie Feng

This paper develops a general causal inference method for treatment effects models with noisily measured confounders. The key feature is that a large set of noisy measurements are linked with the underlying latent confou…

Causal Inferencecounterfactual

Wastewater Pipe Condition Rating Model Using K- Nearest Neighbors

2022-02-22 · Sai Nethra Betgeri, Shashank Reddy Vadyala, Dr. John C. Matthews, Dr. Mahboubeh Madadi 외

Risk-based assessment in pipe condition mainly focuses on prioritizing the most critical assets by evaluating the risk of pipe failure. This paper's goal is to classify a comprehensive pipe rating model which is obtained…

Dynamic Feature Scaling for K-Nearest Neighbor Algorithm

2018-11-13 · Chandrasekaran Anirudh Bhardwaj, Megha Mishra, Kalyani Desikan

Nearest Neighbors Algorithm is a Lazy Learning Algorithm, in which the algorithm tries to approximate the predictions with the help of similar existing vectors in the training dataset. The predictions made by the K-Neare…

Trust your neighbors: A comprehensive survey of neighborhood-based methods for recommender systems

2021-09-09 · Athanasios N. Nikolakopoulos, Xia Ning, Christian Desrosiers, George Karypis

Collaborative recommendation approaches based on nearest-neighbors are still highly popular today due to their simplicity, their efficiency, and their ability to produce accurate and personalized recommendations. This ch…

Recommendation Systems