paper-with-me

Papers

Semi-supervised Node Splitting for Random Forest Construction

2013-06-01 · CVPR 2013 6 · Xiao Liu, Mingli Song, DaCheng Tao, Zicheng Liu, Luming Zhang, Chun Chen, Jiajun Bu

Node splitting is an important issue in Random Forest but robust splitting requires a large number of training samples. Existing solutions fail to properly partition the feature space if there are insufficient training data. In this paper, we present semi-supervised splitting to overcome this limitation by splitting nodes with the guidance of both labeled and unlabeled data. In particular, we derive a nonparametric algorithm to obtain an accurate quality measure of splitting by incorporating abundant unlabeled data. To avoid the curse of dimensionality, we project the data points from the original high-dimensional feature space onto a low-dimensional subspace before estimation. A unified optimization framework is proposed to select a coupled pair of subspace and separating hyperplane such that the smoothness of the subspace and the quality of the splitting are guaranteed simultaneously. The proposed algorithm is compared with state-of-the-art supervised and semi-supervised algorithms for typical computer vision applications such as object categorization and image segmentation. Experimental results on publicly available datasets demonstrate the superiority of our method.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Image SegmentationObject CategorizationSemantic Segmentation

Similar Papers 제목 키워드 기반

Probabilistic Watershed: Sampling all spanning forests for seeded segmentation and semi-supervised learning

2019-11-06 · NeurIPS 2019 12 · Enrique Fita Sanmartin, Sebastian Damrich, Fred A. Hamprecht

The seeded Watershed algorithm / minimax semi-supervised learning on a graph computes a minimum spanning forest which connects every pixel / unlabeled node to a seed / labeled node. We propose instead to consider all pos…

All

SemiContour: A Semi-supervised Learning Approach for Contour Detection

2016-05-17 · CVPR 2016 6 · Zizhao Zhang, Fuyong Xing, Xiaoshuang Shi, Lin Yang

Supervised contour detection methods usually require many labeled training images to obtain satisfactory performance. However, a large set of annotated data might be unavailable or extremely labor intensive. In this pape…

Contour DetectionEnsemble Learning

Heterogeneous Oblique Double Random Forest

2023-04-13 · M. A. Ganaie, M. Tanveer, I. Beheshti, N. Ahmad 외

The decision tree ensembles use a single data feature at each node for splitting the data. However, splitting in this manner may fail to capture the geometric properties of the data. Thus, oblique decision trees generate…

Directed Probabilistic Watershed

2021-12-01 · NeurIPS 2021 12 · Enrique Fita Sanmartin, Sebastian Damrich, Fred A. Hamprecht

The Probabilistic Watershed is a semi-supervised learning algorithm applied on undirected graphs. Given a set of labeled nodes (seeds), it defines a Gibbs probability distribution over all possible spanning forests disco…

Deep Distributed Random Samplings for Supervised Learning: An Alternative to Random Forests?

2014-12-03 · Xiao-Lei Zhang

In (\cite{zhang2014nonlinear,zhang2014nonlinear2}), we have viewed machine learning as a coding and dimensionality reduction problem, and further proposed a simple unsupervised dimensionality reduction method, entitled d…

Dimensionality Reduction