paper-with-me

홈 › Papers

Neural Neighborhood Encoding for Classification

2020-08-19 · Kaushik Sinha, Parikshit Ram

Inspired by the fruit-fly olfactory circuit, the Fly Bloom Filter [Dasgupta et al., 2018] is able to efficiently summarize the data with a single pass and has been used for novelty detection. We propose a new classifier (for binary and multi-class classification) that effectively encodes the different local neighborhoods for each class with a per-class Fly Bloom Filter. The inference on test data requires an efficient {\tt FlyHash} [Dasgupta, et al., 2017] operation followed by a high-dimensional, but {\em sparse}, dot product with the per-class Bloom Filters. The learning is trivially parallelizable. On the theoretical side, we establish conditions under which the prediction of our proposed classifier on any test example agrees with the prediction of the nearest neighbor classifier with high probability. We extensively evaluate our proposed scheme with over $50$ data sets of varied data dimensionality to demonstrate that the predictive performance of our proposed neuroscience inspired classifier is competitive the the nearest-neighbor classifiers and other single-pass classifiers.

📄 PDF Abstract BibTeX arXiv:2008.08685

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationGeneral ClassificationMulti-class ClassificationNovelty Detection

Similar Papers 제목 키워드 기반

Self-Supervised Representation Learning via Neighborhood-Relational Encoding

2019-08-27 · ICCV 2019 10 · Mohammad Sabokrou, Mohammad Khalooei, Ehsan Adeli

In this paper, we propose a novel self-supervised representation learning by taking advantage of a neighborhood-relational encoding (NRE) among the training data. Conventional unsupervised learning methods only focused o…

Anomaly DetectionDecoderRepresentation LearningVideo Anomaly Detection

Graph DNA: Deep Neighborhood Aware Graph Encoding for Collaborative Filtering

2019-05-29 · Liwei Wu, Hsiang-Fu Yu, Nikhil Rao, James Sharpnack 외

In this paper, we consider recommender systems with side information in the form of graphs. Existing collaborative filtering algorithms mainly utilize only immediate neighborhood information and have a hard time taking a…

Collaborative FilteringRecommendation Systems

Towards Adaptive Neighborhood for Advancing Temporal Interaction Graph Modeling

2024-06-14 · Siwei Zhang, Xi Chen, Yun Xiong, Xixi Wu 외

Temporal Graph Networks (TGNs) have demonstrated their remarkable performance in modeling temporal interaction graphs. These works can generate temporal node representations by encoding the surrounding neighborhoods for …

Conditional Positional Encodings for Vision Transformers

2021-02-22 · Xiangxiang Chu, Zhi Tian, Bo Zhang, Xinlong Wang 외

We propose a conditional positional encoding (CPE) scheme for vision Transformers. Unlike previous fixed or learnable positional encodings, which are pre-defined and independent of input tokens, CPE is dynamically genera…

AutoMLClassificationGeneral Classificationimage-classification+3

Unsupervised Representation Learning for Time Series with Temporal Neighborhood Coding

2021-06-01 · ICLR 2021 1 · Sana Tonekaboni, Danny Eytan, Anna Goldenberg

Time series are often complex and rich in information but sparsely labeled and therefore challenging to model. In this paper, we propose a self-supervised framework for learning generalizable representations for non-stat…

ClusteringRepresentation LearningTime SeriesTime Series Analysis