Implementing Decision Trees And Forests On A Gpu

COMPUTER VISION - ECCV 2008, PT IV, PROCEEDINGS(2008)

引用 288|浏览69
暂无评分
摘要
We describe a method for implementing the evaluation and training of decision trees and forests entirely on a CPU, and show how this method can be used in the context of object recognition.Our strategy for evaluation involves mapping the data structure describing a decision forest to a 2D texture array. We navigate through the forest for each point of the input data in parallel using an efficient, non-branching pixel shader. For training, we compute the responses of the training data to a set of candidate features, and scatter the responses into a suitable histogram using a vertex shader. The histograms thus computed can be used in conjunction with a broad range of tree learning algorithms.We demonstrate results for object recognition which are identical to those obtained on a CPU, obtained in about 1% of the time.To our knowledge, this is the first time a method has been proposed which is capable of evaluating or training decision trees on a CPU. Our method leverages the full parallelism of the CPU.Although we use features common to computer vision to demonstrate object recognition, our framework can accommodate other kinds of features for more general utility within computer science.
更多
查看译文
关键词
computer vision,data structure,object recognition,decision tree
AI 理解论文
溯源树
样例
生成溯源树,研究论文发展脉络
Chat Paper
正在生成论文摘要