中文
相关论文

相关论文: RFX: High-Performance Random Forests with GPU Acce…

200 篇论文

The random forest algorithm (RF) has several hyperparameters that have to be set by the user, e.g., the number of observations drawn randomly for each tree and whether they are drawn with or without replacement, the number of variables…

机器学习 · 统计学 2019-02-27 Philipp Probst , Marvin Wright , Anne-Laure Boulesteix

Recent advancements in neural networks, supported by foundational theoretical insights, emphasize the superior representational power of complex numbers. However, their adoption in randomized neural networks (RNNs) has been limited due to…

机器学习 · 计算机科学 2025-10-14 M. Sajid , Mushir Akhtar , A. Quadir , M. Tanveer

Similarity plays a fundamental role in many areas, including data mining, machine learning, statistics and various applied domains. Inspired by the success of ensemble methods and the flexibility of trees, we propose to learn a similarity…

机器学习 · 计算机科学 2019-08-29 Donghui Yan , Songxiang Gu , Ying Xu , Zhiwei Qin

With the wide adoption of language models for IR -- and specifically RAG systems -- the latency of the underlying LLM becomes a crucial bottleneck, since the long contexts of retrieved passages lead large prompts and therefore, compute…

信息检索 · 计算机科学 2026-04-06 Cornelius Kummer , Lena Jurkschat , Michael Färber , Sahar Vahdati

Low-Rank Adaptation (LoRA) has become the leading Parameter-Efficient Fine-Tuning (PEFT) method for Large Language Models (LLMs), as it significantly reduces GPU memory usage while maintaining competitive fine-tuned model quality on…

机器学习 · 计算机科学 2025-10-02 Zhanda Zhu , Qidong Su , Yaoyao Ding , Kevin Song , Shang Wang , Gennady Pekhimenko

Random projection (RP) is a classical technique for reducing storage and computational costs. We analyze RP-based approximations of convex programs, in which the original optimization problem is approximated by the solution of a…

信息论 · 计算机科学 2014-04-30 Mert Pilanci , Martin J. Wainwright

We prove uniform consistency of Random Survival Forests (RSF), a newly introduced forest ensemble learner for analysis of right-censored survival data. Consistency is proven under general splitting rules, bootstrapping, and random selection…

统计理论 · 数学 2008-11-19 Hemant Ishwaran , Udaya B. Kogalur

Ridge regression (RR) is a regularization technique that penalizes the L2-norm of the coefficients in linear regression. One of the challenges of using RR is the need to set a hyperparameter ($\alpha$) that controls the amount of…

统计方法学 · 统计学 2020-05-08 Ariel Rokem , Kendrick Kay

Geographical random forest (GRF) is a recently developed and spatially explicit machine learning model. With the ability to provide more accurate predictions and local interpretations, GRF has already been used in many studies. The current…

计算机与社会 · 计算机科学 2024-09-24 Kai Sun , Ryan Zhenqi Zhou , Jiyeon Kim , Yingjie Hu

Random Reshuffling (RR) is an algorithm for minimizing finite-sum functions that utilizes iterative gradient descent steps in conjunction with data reshuffling. Often contrasted with its sibling Stochastic Gradient Descent (SGD), RR is…

最优化与控制 · 数学 2021-04-06 Konstantin Mishchenko , Ahmed Khaled , Peter Richtárik

Random Projection (RP) technique has been widely applied in many scenarios because it can reduce high-dimensional features into low-dimensional space within short time and meet the need of real-time analysis of massive data. There is an…

机器学习 · 计算机科学 2017-06-20 Haozhe Xie , Jie Li , Qiaosheng Zhang , Yadong Wang

Canonical distances such as Euclidean distance often fail to capture the appropriate relationships between items, subsequently leading to subpar inference and prediction. Many algorithms have been proposed for automated learning of suitable…

机器学习 · 统计学 2020-08-24 Tyler M. Tomita , Joshua T. Vogelstein

The complex systems with edge computing require a huge amount of multi-feature data to extract appropriate insights for their decision making, so it is important to find a feasible feature selection method to improve the computational…

机器学习 · 计算机科学 2024-05-14 Wenjie Liu , Junxiu Chen , Yuxiang Wang , Peipei Gao , Zhibin Lei , Xu Ma

This paper present a strong data mining method based on rough set, which can realize feature selection, classification and knowledge representation at the same time. Rough set has good interpretability, and is a popular method for feature…

机器学习 · 计算机科学 2022-01-13 Shuyin Xia , Xinyu Bai , Guoyin Wang , Deyu Meng , Xinbo Gao , Zizhong Chen , Elisabeth Giem

Extensive efforts have been made to boost the performance in the domain of language models by introducing various attention-based transformers. However, the inclusion of linear layers with large dimensions contributes to significant…

机器学习 · 计算机科学 2024-11-19 Priyansh Bhatnagar , Linfeng Wen , Mingu Kang

Consider the classical supervised learning problem: we are given data $(y_i,{\boldsymbol x}_i)$, $i\le n$, with $y_i$ a response and ${\boldsymbol x}_i\in {\mathcal X}$ a covariates vector, and try to learn a model $f:{\mathcal…

统计理论 · 数学 2021-01-27 Song Mei , Theodor Misiakiewicz , Andrea Montanari

We investigate the high-dimensional data clustering problem by proposing a novel and unsupervised representation learning model called Robust Flexible Auto-weighted Local-coordinate Concept Factorization (RFA-LCF). RFA-LCF integrates the…

计算机视觉与模式识别 · 计算机科学 2019-05-28 Zhao Zhang , Yan Zhang , Sheng Li , Guangcan Liu , Meng Wang , Shuicheng Yan

Random Forests (RFs) are strong machine learning tools for classification and regression. However, they remain supervised algorithms, and no extension of RFs to the one-class setting has been proposed, except for techniques based on…

机器学习 · 统计学 2016-11-22 Nicolas Goix , Nicolas Drougard , Romain Brault , Maël Chiapino

Decision forests are widely used for classification and regression tasks. A lesser known property of tree-based methods is that one can construct a proximity matrix from the tree(s), and these proximity matrices are induced kernels. While…

机器学习 · 统计学 2024-10-14 Sambit Panda , Cencheng Shen , Joshua T. Vogelstein

Random forests are a scheme proposed by Leo Breiman in the 2000's for building a predictor ensemble with a set of decision trees that grow in randomly selected subspaces of data. Despite growing interest and practical use, there has been…

机器学习 · 统计学 2012-03-28 Gérard Biau