Random Feature Representation Boosting
Nikita Zozoulenko, Thomas Cass, Lukas Gonon

TL;DR
The paper introduces RFRBoost, a boosting-based method for deep residual random feature neural networks that improves performance and offers theoretical guarantees, especially effective on small to medium datasets.
Contribution
It presents a novel boosting approach for RFNNs, providing closed-form solutions for certain loss functions and demonstrating superior empirical performance.
Findings
RFRBoost outperforms RFNNs and MLP ResNets on tabular datasets.
It offers computational benefits over traditional methods.
Theoretical guarantees are established based on boosting theory.
Abstract
We introduce Random Feature Representation Boosting (RFRBoost), a novel method for constructing deep residual random feature neural networks (RFNNs) using boosting theory. RFRBoost uses random features at each layer to learn the functional gradient of the network representation, enhancing performance while preserving the convex optimization benefits of RFNNs. In the case of MSE loss, we obtain closed-form solutions to greedy layer-wise boosting with random features. For general loss functions, we show that fitting random feature residual blocks reduces to solving a quadratically constrained least squares problem. Through extensive numerical experiments on tabular datasets for both regression and classification, we show that RFRBoost significantly outperforms RFNNs and end-to-end trained MLP ResNets in the small- to medium-scale regime where RFNNs are typically applied. Moreover,…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsFace and Expression Recognition · Machine Learning and Data Classification · Neural Networks and Applications
