paper-with-me

홈 › Papers

Nearest Neighbor-based Importance Weighting

2021-02-03 · Marco Loog

Importance weighting is widely applicable in machine learning in general and in techniques dealing with data covariate shift problems in particular. A novel, direct approach to determine such importance weighting is presented. It relies on a nearest neighbor classification scheme and is relatively straightforward to implement. Comparative experiments on various classification tasks demonstrate the effectiveness of our so-called nearest neighbor weighting (NNeW) scheme. Considering its performance, our procedure can act as a simple and effective baseline method for importance weighting.

📄 PDF Abstract BibTeX arXiv:2102.02291

Code (0)

등록된 구현이 없습니다.

Tasks

BIG-bench Machine LearningClassificationGeneral Classification

Similar Papers 제목 키워드 기반

On $L_2$-consistency of nearest neighbor matching

2019-02-06 · James Sharpnack

Biased sampling and missing data complicates statistical problems ranging from causal inference to reinforcement learning. We often correct for biased sampling of summary statistics with matching methods and importance w…

Causal InferenceDomain AdaptationImputationreinforcement-learning+1

Target Neighbor Consistent Feature Weighting for Nearest Neighbor Classification

2011-12-01 · NeurIPS 2011 12 · Ichiro Takeuchi, Masashi Sugiyama

We consider feature selection and weighting for nearest neighbor classifiers. A technical challenge in this scenario is how to cope with the discrete update of nearest neighbors when the feature space metric is changed d…

Classificationfeature selectionGeneral ClassificationMetric Learning

MNN: Mixed Nearest-Neighbors for Self-Supervised Learning

2023-11-01 · Xianzhong Long, Chen Peng, Yun Li

In contrastive self-supervised learning, positive samples are typically drawn from the same image but in different augmented views, resulting in a relatively limited source of positive samples. An effective way to allevi…

Self-Supervised Learning

K-Nearest Neighbors Hashing

2019-06-01 · CVPR 2019 6 · Xiangyu He, Peisong Wang, Jian Cheng

Hashing based approximate nearest neighbor search embeds high dimensional data to compact binary codes, which enables efficient similarity search and storage. However, the non-isometry sign() function makes it hard to pr…

k-NNN: Nearest Neighbors of Neighbors for Anomaly Detection

2023-05-28 · Ori Nizan, Ayellet Tal

Anomaly detection aims at identifying images that deviate significantly from the norm. We focus on algorithms that embed the normal training examples in space and when given a test image, detect anomalies based on the fe…

Anomaly Detection