中文
相关论文

相关论文: Conditional Feature Importance with Generative Mod…

200 篇论文

Random Forest is a machine learning method that offers many advantages, including the ability to easily measure variable importance. Class balancing technique is a well-known solution to deal with class imbalance problem. However, it has…

机器学习 · 统计学 2023-12-19 Yunbi Nam , Sunwoo Han

Conditional Random Field (CRF) and recurrent neural models have achieved success in structured prediction. More recently, there is a marriage of CRF and recurrent neural models, so that we can gain from both non-linear dense features and…

计算与语言 · 计算机科学 2016-11-15 Shuming Ma , Xu Sun

A new approach called ABRF (the attention-based random forest) and its modifications for applying the attention mechanism to the random forest (RF) for regression and classification are proposed. The main idea behind the proposed ABRF…

机器学习 · 计算机科学 2022-01-11 Lev V. Utkin , Andrei V. Konstantinov

We propose an adaptive node feature selection approach for graph neural networks (GNNs) that identifies and removes unnecessary features during training. The ability to measure how features contribute to model output is key for interpreting…

机器学习 · 计算机科学 2026-05-04 Ali Azizpour , Madeline Navarro , Santiago Segarra

Feature compression is increasingly important for improving the efficiency of downstream tasks, especially in applications involving large-scale or multi-modal data. While existing methods typically rely on dedicated models for achieving…

计算机视觉与模式识别 · 计算机科学 2026-02-13 Yufan Liu , Daoyuan Ren , Zhipeng Zhang , Wenyang Luo , Bing Li , Weiming Hu , Stephen Maybank

Conditional Random Fields (CRFs) constitute a popular and efficient approach for supervised sequence labelling. CRFs can cope with large description spaces and can integrate some form of structural dependency between labels. In this…

机器学习 · 计算机科学 2015-05-14 Nataliya Sokolovska , Thomas Lavergne , Olivier Cappé , François Yvon

In many cases, feature selection is often more complicated than identifying a single subset of input variables that would together explain the output. There may be interactions that depend on contextual information, i.e., variables that…

机器学习 · 统计学 2016-05-13 Antonio Sutera , Gilles Louppe , Vân Anh Huynh-Thu , Louis Wehenkel , Pierre Geurts

The regularized random forest (RRF) was recently proposed for feature selection by building only one ensemble. In RRF the features are evaluated on a part of the training data at each tree node. We derive an upper bound for the number of…

机器学习 · 计算机科学 2013-06-21 Houtao Deng , George Runger

Explainable Artificial Intelligence (XAI) is increasingly essential as AI systems are deployed in critical fields such as healthcare and finance, offering transparency into AI-driven decisions. Two major XAI paradigms, counterfactual…

机器学习 · 计算机科学 2026-03-17 Jacob Sanderson , Hua Mao , Wai Lok Woo

Deformable templates are essential to large-scale medical image registration, segmentation, and population analysis. Current conventional and deep network-based methods for template construction use only regularized registration objectives…

计算机视觉与模式识别 · 计算机科学 2022-03-21 Neel Dey , Mengwei Ren , Adrian V. Dalca , Guido Gerig

Robust optimization has been widely used in nowadays data science, especially in adversarial training. However, little research has been done to quantify how robust optimization changes the optimizers and the prediction losses comparing to…

机器学习 · 计算机科学 2020-10-06 Zhun Deng , Cynthia Dwork , Jialiang Wang , Linjun Zhang

Random Forests (RF) is one of the algorithms of choice in many supervised learning applications, be it classification or regression. The appeal of such tree-ensemble methods comes from a combination of several characteristics: a remarkable…

机器学习 · 统计学 2020-05-18 Jaouad Mourtada , Stéphane Gaïffas , Erwan Scornet

Feature selection is fundamental to robust data-centric AI, but most existing methods optimize predictive performance under a single data distribution. This often selects spurious features that fail under distribution shifts. Motivated by…

机器学习 · 计算机科学 2026-03-24 Arun Vignesh Malarkkan , Xinyuan Wang , Kunpeng Liu , Denghui Zhang , Yanjie Fu

The origin of adversarial examples is still inexplicable in research fields, and it arouses arguments from various viewpoints, albeit comprehensive investigations. In this paper, we propose a way of delving into the unexpected vulnerability…

机器学习 · 计算机科学 2023-03-07 Junho Kim , Byung-Kwan Lee , Yong Man Ro

Ordinal regression predicts the objects' labels that exhibit a natural ordering, which is important to many managerial problems such as credit scoring and clinical diagnosis. In these problems, the ability to explain how the attributes…

机器学习 · 计算机科学 2019-11-15 Mengzhuo Guo , Zhongzhi Xu , Qingpeng Zhang , Xiuwu Liao , Jiapeng Liu

Generative adversarial network (GAN) has greatly improved the quality of unsupervised image generation. Previous GAN-based methods often require a large amount of high-quality training data while producing a small number (e.g., tens) of…

计算机视觉与模式识别 · 计算机科学 2019-09-26 Chunpeng Wu , Wei Wen , Yiran Chen , Hai Li

Conditional Generative Adversarial Networks (cGAN) were designed to generate images based on the provided conditions, \eg, class-level distributions. However, existing methods have used the same generating architecture for all classes. This…

计算机视觉与模式识别 · 计算机科学 2021-04-07 Peng Zhou , Lingxi Xie , Xiaopeng Zhang , Bingbing Ni , Qi Tian

Generative adversarial networks (GANs) provide an algorithmic framework for constructing generative models with several appealing properties: they do not require a likelihood function to be specified, only a generating procedure; they…

机器学习 · 统计学 2017-02-28 Shakir Mohamed , Balaji Lakshminarayanan

It is often critical for prediction models to be robust to distributional shifts between training and testing data. From a causal perspective, the challenge is to distinguish the stable causal relationships from the unstable spurious…

机器学习 · 计算机科学 2021-01-15 Shuxi Zeng , Murat Ali Bayir , Joesph J. Pfeiffer , Denis Charles , Emre Kiciman

Random Forests (RF) is a popular machine learning method for classification and regression problems. It involves a bagging application to decision tree models. One of the primary advantages of the Random Forests model is the reduction in…

机器学习 · 统计学 2022-07-06 Sai K Popuri