paper-with-me

홈 › Papers

Confusion-based rank similarity filters for computationally-efficient machine learning on high dimensional data

2021-09-28 · Katharine A. Shapcott, Alex D. Bird

We introduce a novel type of computationally efficient artificial neural network (ANN) called the rank similarity filter (RSF). RSFs can be used to both transform and classify nonlinearly separable datasets with many data points and dimensions. The weights of RSF are set using the rank orders of features in a data point, or optionally the 'confusion' adjusted ranks between features (determined from their distributions in the dataset). The activation strength of a filter determines its similarity to other points in the dataset, a measure related to cosine similarity. The activation of many RSFs maps samples into a new nonlinear space suitable for linear classification (the rank similarity transform (RST)). We additionally used this method to create the nonlinear rank similarity classifier (RSC), which is a fast and accurate multiclass classifier, and the nonlinear rank similarity probabilistic classifier (RSPC), which is an extension to the multilabel case. We evaluated the classifiers on multiple datasets and RSC was competitive with existing classifiers but with superior computational efficiency. Open-source code for RST, RSC and RSPC was written in Python using the popular scikit-learn framework to make it easily accessible. In future extensions the algorithm can be applied to specialised hardware suitable for the parallelization of an ANN (GPU) and a Spiking Neural Network (neuromorphic computing) with corresponding performance gains. This makes RSF a promising solution to the problem of efficient analysis of nonlinearly separable data.

📄 PDF Abstract BibTeX arXiv:2109.13610

Code (1)

katharineshapcott/rank-similarity 공식 구현

Tasks

Computational EfficiencyGPU

Similar Papers 제목 키워드 기반

Confusion2Vec: Towards Enriching Vector Space Word Representations with Representational Ambiguities

2018-11-08 · Prashanth Gurunath Shivakumar, Panayiotis Georgiou

Word vector representations are a crucial part of Natural Language Processing (NLP) and Human Computer Interaction. In this paper, we propose a novel word vector representation, Confusion2Vec, motivated from the human sp…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Machine Translationspeech-recognition+2

Speeding up Convolutional Neural Networks with Low Rank Expansions

2014-05-15 · Max Jaderberg, Andrea Vedaldi, Andrew Zisserman

The focus of this paper is speeding up the evaluation of convolutional neural networks. While delivering impressive results across a range of computer vision and machine learning tasks, these networks are computationally…

CPUGPUModel Compression

Language Confusion Gate: Language-Aware Decoding Through Model Self-Distillation

2025-10-20 · Collin Zhang, Fei Huang, Chenhan Yuan, Junyang Lin arxiv

Large language models (LLMs) often experience language confusion, which is the unintended mixing of languages during text generation. Current solutions to this problem either necessitate model retraining or cannot differ…

Text Generation

Progressive Tree-like Curvilinear Structure Reconstruction with Structured Ranking Learning and Graph Algorithm

2016-12-08 · Seong-Gyun Jeong, Yuliya Tarabalka, Nicolas Nisse, Josiane Zerubia

We propose a novel tree-like curvilinear structure reconstruction algorithm based on supervised learning and graph theory. In this work we analyze image patches to obtain the local major orientations and the rankings tha…

regression

SpelLM: Augmenting Chinese Spell Check Using Input Salience

2021-10-16 · ACL ARR October 2021 10 · Anonymous

The task of Chinese Spell Check (CSC) has a goal of detecting and correcting the misspelled Chinese characters in a sentence. Due to the complex nature of Chinese characters, the CSC task is very challenging and has att…

Sentence