菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-05-25
📄 Abstract - Conditional KRR: Injecting Unpenalized Features into Kernel Methods with Applications to Kernel Thresholding

Conditionally positive definite (CPD) kernels are defined with respect to a function class $\mathcal{F}$. It is well known that such a kernel $K$ is associated with its native space (defined analogously to an RKHS), which in turn gives rise to a learning method -- called conditional kernel ridge regression (conditional KRR) due to its analogy with KRR -- where the estimated regression function is penalized by the square of its native space norm. This method is of interest because it can be viewed as classical linear regression, with features specified by $\mathcal{F}$, followed by the application of standard KRR to the residual (unexplained) component of the target variable. Methods of this type have recently attracted increasing attention. We study the statistical properties of this method by reducing its behavior to that of KRR with another fixed kernel, called the residual kernel. Our main theoretical result shows that such a reduction is indeed possible, at the cost of an additional term in the expected test risk, bounded by $\mathcal{O}(1/\sqrt{N})$, where $N$ is the sample size and the hidden constant depends on the class $\mathcal{F}$ and the input distribution. This reduction enables us to analyze conditional KRR in the case where $K$ is positive definite and $\mathcal{F}$ is given by the first $k$ principal eigenfunctions in the Mercer decomposition of $K$. We also consider the setting where $\mathcal{F}$ consists of $k$ random features from a random feature representation of $K$. It turns out that these two settings are closely related. Both our theoretical analysis and experiments confirm that conditional KRR outperforms standard KRR in these cases whenever the $\mathcal{F}$-component of the regression function is more pronounced than the residual part.

顶级标签: machine learning theory
详细标签: kernel methods ridge regression conditional krr spectral decomposition random features 或 搜索:

条件核岭回归:将无惩罚特征注入核方法及其在核阈值化中的应用 / Conditional KRR: Injecting Unpenalized Features into Kernel Methods with Applications to Kernel Thresholding


1️⃣ 一句话总结

本文提出了一种将无条件约束的特征(如主成分或随机特征)直接嵌入核岭回归模型的方法,通过先对这些特征进行无惩罚的线性回归,再对剩余部分进行标准的核岭回归,从而在回归函数中某些特征比剩余部分更重要时,显著提升预测性能。

源自 arXiv: 2605.26067