paper-with-me

Papers

A Scalable Multiclass Algorithm for Node Classification

2011-12-19 · Giovanni Zappella

We introduce a scalable algorithm, MUCCA, for multiclass node classification in weighted graphs. Unlike previously proposed methods for the same task, MUCCA works in time linear in the number of nodes. Our approach is based on a game-theoretic formulation of the problem in which the test labels are expressed as a Nash Equilibrium of a certain game. However, in order to achieve scalability, we find the equilibrium on a spanning tree of the original graph. Experiments on real-world data reveal that MUCCA is much faster than its competitors while achieving a similar predictive performance.

📄 PDF Abstract BibTeX arXiv:1112.4344

Code (3)

HyeongjuKang/accelerator-aware-pruning
hjkang1976/accelerator-aware-pruning
hyeongjukang/aocstream

Tasks

ClassificationNode Classification

Similar Papers 제목 키워드 기반

Incorporating Structural Alternatives and Sharing into Hierarchy for Multiclass Object Recognition and Detection

2015-02-03 · CVPR 2013 6 · Xiaolong Wang, Liang Lin, Lichao Huang, Shuicheng Yan

This paper proposes a reconfigurable model to recognize and detect multiclass (or multiview) objects with large variation in appearance. Compared with well acknowledged hierarchical models, we study two advanced capabili…

Object Recognitionvalid

Efficient Large-Scale Structured Learning

2013-06-01 · CVPR 2013 6 · Steve Branson, Oscar Beijbom, Serge Belongie

We introduce an algorithm, SVM-IS, for structured SVM learning that is computationally scalable to very large datasets and complex structural representations. We show that structured learning is at least as fast-and ofte…

Binary ClassificationClassificationGeneral Classificationobject-detection+1

Mandatory Leaf Node Prediction in Hierarchical Multilabel Classification

2012-12-01 · NeurIPS 2012 12 · Wei Bi, James T. Kwok

In hierarchical classification, the prediction paths may be required to always end at leaf nodes. This is called mandatory leaf node prediction (MLNP) and is particularly useful when the leaf nodes have much stronger sem…

ClassificationGeneral ClassificationPrediction

Multiclass Optimal Classification Trees with SVM-splits

2021-11-16 · Víctor Blanco, Alberto Japón, Justo Puerto

In this paper we present a novel mathematical optimization-based methodology to construct tree-shaped classification rules for multiclass instances. Our approach consists of building Classification Trees in which, except…

BenchmarkingClassification

Mexican Hat Wavelet Kernel ELM for Multiclass Classification

2019-02-20 · Jie Wang, Yi-Fan Song, Tian-Lei Ma

Kernel extreme learning machine (KELM) is a novel feedforward neural network, which is widely used in classification problems. To some extent, it solves the existing problems of the invalid nodes and the large computatio…

ClassificationGeneral Classification