paper-with-me

홈 › Papers

Fast Prediction on a Tree

2008-12-01 · NeurIPS 2008 12 · Mark Herbster, Massimiliano Pontil, Sergio R. Galeano

Given an $n$-vertex weighted tree with structural diameter $S$ and a subset of $m$ vertices, we present a technique to compute a corresponding $m \times m$ Gram matrix of the pseudoinverse of the graph Laplacian in $O(n+ m^2 + m S)$ time. We discuss the application of this technique to fast label prediction on a generic graph. We approximate the graph with a spanning tree and then we predict with the kernel perceptron. We address the approximation of the graph with either a minimum spanning tree or a shortest path tree. The fast computation of the pseudoinverse enables us to address prediction problems on large graphs. To this end we present experiments on two web-spam classification tasks, one of which includes a graph with 400,000 nodes and more than 10,000,000 edges. The results indicate that the accuracy of our technique is competitive with previous methods using the full graph information.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Prediction

Similar Papers 제목 키워드 기반

TreePiece: Faster Semantic Parsing via Tree Tokenization

2023-03-30 · Sid Wang, Akshat Shrivastava, Sasha Livshits

Autoregressive (AR) encoder-decoder neural networks have proved successful in many NLP problems, including Semantic Parsing -- a task that translates natural language to machine-readable parse trees. However, the sequent…

DecoderSemantic Parsing

Array-Based Monte Carlo Tree Search

2025-08-27 · James Ragan, Fred Y. Hadaegh, Soon-Jo Chung arxiv

Monte Carlo Tree Search is a popular method for solving decision making problems. Faster implementations allow for more simulations within the same wall clock time, directly improving search performance. To this end, we …

Decision Making

Fast Non-local Stereo Matching based on Hierarchical Disparity Prediction

2015-09-28 · Xuan Luo, Xuejiao Bai, Shuo Li, Hongtao Lu 외

Stereo matching is the key step in estimating depth from two or more images. Recently, some tree-based non-local stereo matching methods have been proposed, which achieved state-of-the-art performance. The algorithms emp…

Stereo MatchingStereo Matching Hand

Softmax Tree: An Accurate, Fast Classifier When the Number of Classes Is Large

2021-11-01 · EMNLP 2021 11 · Arman Zharmagambetov, Magzhan Gabidolla, Miguel A. Carreira-Perpinan

Classification problems having thousands or more classes naturally occur in NLP, for example language models or document classification. A softmax or one-vs-all classifier naturally handles many classes, but it is very s…

Document Classification

Fast Estimation of Partial Dependence Functions using Trees

2024-10-17 · Jinyang Liu, Tessa Steensgaard, Marvin N. Wright, Niklas Pfister 외

Many existing interpretation methods are based on Partial Dependence (PD) functions that, for a pre-trained machine learning model, capture how a subset of the features affects the predictions by averaging over the remai…