paper-with-me

Papers

Face Alignment Using K-Cluster Regression Forests With Weighted Splitting

2017-06-06 · Marek Kowalski, Jacek Naruniec

In this work we present a face alignment pipeline based on two novel methods: weighted splitting for K-cluster Regression Forests and 3D Affine Pose Regression for face shape initialization. Our face alignment method is based on the Local Binary Feature framework, where instead of standard regression forests and pixel difference features used in the original method, we use our K-cluster Regression Forests with Weighted Splitting (KRFWS) and Pyramid HOG features. We also use KRFWS to perform Affine Pose Regression (APR) and 3D-Affine Pose Regression (3D-APR), which intend to improve the face shape initialization. APR applies a rigid 2D transform to the initial face shape that compensates for inaccuracy in the initial face location, size and in-plane rotation. 3D-APR estimates the parameters of a 3D transform that additionally compensates for out-of-plane rotation. The resulting pipeline, consisting of APR and 3D-APR followed by face alignment, shows an improvement of 20% over standard LBF on the challenging IBUG dataset, and state-of-theart accuracy on the entire 300-W dataset.

📄 PDF Abstract BibTeX arXiv:1706.01820

Code (0)

등록된 구현이 없습니다.

Tasks

Face Alignmentregression

Similar Papers 제목 키워드 기반

Clustered random forests with correlated data for optimal estimation and inference under potential covariate shift

2025-03-16 · Elliot H. Young, Peter Bühlmann

We develop Clustered Random Forests, a random forests algorithm for clustered data, arising from independent groups that exhibit within-cluster dependence. The leaf-wise predictions for each decision tree making up clust…

Prediction

Cross-Cluster Weighted Forests

2021-05-17 · Maya Ramchandran, Rajarshi Mukherjee, Giovanni Parmigiani

Adapting machine learning algorithms to better handle the presence of clusters or batch effects within training datasets is important across a wide variety of biological applications. This article considers the effect of…

Clustering

Adaptive Forests For Classification

2025-10-27 · Dimitris Bertsimas, Yubing Cui arxiv

Random Forests (RF) and Extreme Gradient Boosting (XGBoost) are two of the most widely used and highly performing classification and regression models. They aggregate equally weighted CART trees, generated randomly in RF…

Multi-class Classification

Weighted Sum-of-Trees Model for Clustered Data

2026-02-03 · Kevin McCoy, Zachary Wooten, Katarzyna Tomczak, Christine B. Peterson arxiv

Clustered data, which arise when observations are nested within groups, are incredibly common in clinical, education, and social science research. Traditionally, a linear mixed model, which includes random effects to acc…

Smaller, more accurate regression forests using tree alternating optimization

2020-01-01 · ICML 2020 1 · Arman Zharmagambetov, Miguel Carreira-Perpinan

Regression forests (ensembles of regression trees) have long been recognized as the leading off-the-shelf method for regression, where the task is to predict a continuous scalar or vector output. The main approaches are …

Ensemble Learningregression