paper-with-me

홈 › Papers

A Hierarchical Multi-Output Nearest Neighbor Model for Multi-Output Dependence Learning

2014-10-17 · Richard G. Morris, Tony Martinez, Michael R. Smith

Multi-Output Dependence (MOD) learning is a generalization of standard classification problems that allows for multiple outputs that are dependent on each other. A primary issue that arises in the context of MOD learning is that for any given input pattern there can be multiple correct output patterns. This changes the learning task from function approximation to relation approximation. Previous algorithms do not consider this problem, and thus cannot be readily applied to MOD problems. To perform MOD learning, we introduce the Hierarchical Multi-Output Nearest Neighbor model (HMONN) that employs a basic learning model for each output and a modified nearest neighbor approach to refine the initial results.

📄 PDF Abstract BibTeX arXiv:1410.4777

Code (0)

등록된 구현이 없습니다.

Tasks

General Classification

Similar Papers 제목 키워드 기반

LANNS: A Web-Scale Approximate Nearest Neighbor Lookup System

2020-10-19 · Ishita Doshi, Dhritiman Das, Ashish Bhutani, Rajeev Kumar 외

Nearest neighbor search (NNS) has a wide range of applications in information retrieval, computer vision, machine learning, databases, and other areas. Existing state-of-the-art algorithm for nearest neighbor search, Hie…

Information RetrievalPlaying the Game of 2048Retrieval

Hierarchical Graph Clustering using Node Pair Sampling

2018-06-05 · Thomas Bonald, Bertrand Charpentier, Alexis Galland, Alexandre Hollocou

We present a novel hierarchical graph clustering algorithm inspired by modularity-based clustering techniques. The algorithm is agglomerative and based on a simple distance between clusters induced by the probability of …

ClusteringGraph Clustering

EFANNA : An Extremely Fast Approximate Nearest Neighbor Search Algorithm Based on kNN Graph

2016-09-23 · Cong Fu, Deng Cai

Approximate nearest neighbor (ANN) search is a fundamental problem in many areas of data mining, machine learning and computer vision. The performance of traditional hierarchical structure (tree) based methods decreases …

graph construction

Learning Label Embeddings for Nearest-Neighbor Multi-class Classification with an Application to Speech Recognition

2009-12-01 · NeurIPS 2009 12 · Natasha Singh-Miller, Michael Collins

We consider the problem of using nearest neighbor methods to provide a conditional probability estimate, P(y|a), when the number of labels y is large and the labels share some underlying structure. We propose a method fo…

General ClassificationMulti-class Classificationspeech-recognitionSpeech Recognition

COL-Trees: Efficient Hierarchical Object Search in Road Networks

2026-01-28 · Tenindra Abeywickrama, Muhammad Aamir Cheema, Sabine Storandt arxiv

Location-based services rely heavily on efficient methods that search for relevant points-of-interest (POIs) near a given location. A k Nearest Neighbor (kNN) query is one such example that finds the k closest POIs from …