JSRT: James-Stein Regression Tree
Xingchun Xiang, Qingtao Tang, Huaixuan Zhang, Tao Dai, Jiawei Li,, Shu-Tao Xia

TL;DR
The paper introduces JSRT, a novel regression tree that leverages global mean information via James-Stein estimator to improve prediction accuracy, validated through extensive experiments on benchmark datasets.
Contribution
We propose the James-Stein Regression Tree (JSRT), which incorporates global information from multiple nodes during construction and prediction, enhancing traditional regression tree performance.
Findings
JSRT outperforms existing regression tree methods in accuracy.
The method effectively utilizes global mean information for better predictions.
Experimental results demonstrate improved generalization and efficiency.
Abstract
Regression tree (RT) has been widely used in machine learning and data mining community. Given a target data for prediction, a regression tree is first constructed based on a training dataset before making prediction for each leaf node. In practice, the performance of RT relies heavily on the local mean of samples from an individual node during the tree construction/prediction stage, while neglecting the global information from different nodes, which also plays an important role. To address this issue, we propose a novel regression tree, named James-Stein Regression Tree (JSRT) by considering global information from different nodes. Specifically, we incorporate the global mean information based on James-Stein estimator from different nodes during the construction/predicton stage. Besides, we analyze the generalization error of our method under the mean square error (MSE) metric.…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsFace and Expression Recognition · Neural Networks and Applications · Machine Learning and Data Classification
