paper-with-me

홈 › Papers

Deep Differentiable Random Forests for Age Estimation

2019-07-23 · Wei Shen, Yilu Guo, Yan Wang, Kai Zhao, Bo wang, Alan Yuille

Age estimation from facial images is typically cast as a label distribution learning or regression problem, since aging is a gradual progress. Its main challenge is the facial feature space w.r.t. ages is inhomogeneous, due to the large variation in facial appearance across different persons of the same age and the non-stationary property of aging. In this paper, we propose two Deep Differentiable Random Forests methods, Deep Label Distribution Learning Forest (DLDLF) and Deep Regression Forest (DRF), for age estimation. Both of them connect split nodes to the top layer of convolutional neural networks (CNNs) and deal with inhomogeneous data by jointly learning input-dependent data partitions at the split nodes and age distributions at the leaf nodes. This joint learning follows an alternating strategy: (1) Fixing the leaf nodes and optimizing the split nodes and the CNN parameters by Back-propagation; (2) Fixing the split nodes and optimizing the leaf nodes by Variational Bounding. Two Deterministic Annealing processes are introduced into the learning of the split and leaf nodes, respectively, to avoid poor local optima and obtain better estimates of tree parameters free of initial values. Experimental results show that DLDLF and DRF achieve state-of-the-art performance on three age estimation datasets.

📄 PDF Abstract BibTeX arXiv:1907.10665

Code (0)

등록된 구현이 없습니다.

Tasks

Age Estimationregression

Similar Papers 제목 키워드 기반

Random Hinge Forest for Differentiable Learning

2018-02-12 · Nathan Lay, Adam P. Harrison, Sharon Schreiber, Gitesh Dawer 외

We propose random hinge forests, a simple, efficient, and novel variant of decision forests. Importantly, random hinge forests can be readily incorporated as a general component within arbitrary computation graphs that a…

Interpreting Deep Forest through Feature Contribution and MDI Feature Importance

2023-05-01 · Yi-Xiao He, Shen-Huan Lyu, Yuan Jiang

Deep forest is a non-differentiable deep model which has achieved impressive empirical success across a wide variety of applications, especially on categorical/symbolic or mixed modeling tasks. Many of the application fi…

Explainable ModelsFeature Importance

Prediction Error Estimation in Random Forests

2023-09-01 · Ian Krupkin, Johanna Hardin

In this paper, error estimates of classification Random Forests are quantitatively assessed. Based on the initial theoretical framework built by Bates et al. (2023), the true error rate and expected error rate are theore…

Prediction

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

Denoising random forests

2017-10-30 · Masaya Hibino, Akisato Kimura, Takayoshi Yamashita, Yuji Yamauchi 외

This paper proposes a novel type of random forests called a denoising random forests that are robust against noises contained in test samples. Such noise-corrupted samples cause serious damage to the estimation performan…

Denoising