paper-with-me

Papers

Dynamic Instance-Wise Classification in Correlated Feature Spaces

2021-06-08 · Yasitha Warahena Liyanage, Daphney-Stavroula Zois, Charalampos Chelmis

In a typical supervised machine learning setting, the predictions on all test instances are based on a common subset of features discovered during model training. However, using a different subset of features that is most informative for each test instance individually may not only improve prediction accuracy, but also the overall interpretability of the model. At the same time, feature selection methods for classification have been known to be the most effective when many features are irrelevant and/or uncorrelated. In fact, feature selection ignoring correlations between features can lead to poor classification performance. In this work, a Bayesian network is utilized to model feature dependencies. Using the dependency network, a new method is proposed that sequentially selects the best feature to evaluate for each test instance individually, and stops the selection process to make a prediction once it determines that no further improvement can be achieved with respect to classification accuracy. The optimum number of features to acquire and the optimum classification strategy are derived for each test instance. The theoretical properties of the optimum solution are analyzed, and a new algorithm is proposed that takes advantage of these properties to implement a robust and scalable solution for high dimensional settings. The effectiveness, generalizability, and scalability of the proposed method is illustrated on a variety of real-world datasets from diverse application domains.

📄 PDF Abstract BibTeX arXiv:2106.04668

Code (0)

등록된 구현이 없습니다.

Tasks

Classificationfeature selection

Methods 이 논문이 사용한 방법론

Feature Selection Feature selection, also known as variable selection, attribute selection or variable subset selection, is the process of selecting a subset of relevant features (variables,…

Similar Papers 제목 키워드 기반

CSA-Net: Channel-wise Spatially Autocorrelated Attention Networks

2024-05-09 · Nick Nikzad, Yongsheng Gao, Jun Zhou

In recent years, convolutional neural networks (CNNs) with channel-wise feature refining mechanisms have brought noticeable benefits to modelling channel dependencies. However, current attention paradigms fail to infer a…

image-classificationImage ClassificationInstance Segmentationobject-detection+2

Soft Neighbors are Positive Supporters in Contrastive Visual Representation Learning

2023-03-30 · Chongjian Ge, Jiangliu Wang, Zhan Tong, Shoufa Chen 외

Contrastive learning methods train visual encoders by comparing views from one instance to others. Typically, the views created from one instance are set as positive, while views from other instances are negative. This b…

Contrastive Learningimage-classificationImage ClassificationInstance Segmentation+5

Correlated Attention in Transformers for Multivariate Time Series

2023-11-20 · Quang Minh Nguyen, Lam M. Nguyen, Subhro Das

Multivariate time series (MTS) analysis prevails in real-world applications such as finance, climate science and healthcare. The various self-attention mechanisms, the backbone of the state-of-the-art Transformer-based m…

Anomaly DetectionImputationRepresentation LearningTime Series

Synthetic Data Reveals Generalization Gaps in Correlated Multiple Instance Learning

2025-10-29 · Ethan Harvey, Dennis Johan Loevlie, Michael C. Hughes arxiv

Multiple instance learning (MIL) is often used in medical imaging to classify high-resolution 2D images by processing patches or classify 3D volumes by processing slices. However, conventional MIL approaches treat instan…

Multiple Instance Learning

A Neural Collapse Perspective on Feature Evolution in Graph Neural Networks

2023-07-04 · NeurIPS 2023 11 · Vignesh Kothapalli, Tom Tirer, Joan Bruna

Graph neural networks (GNNs) have become increasingly popular for classification tasks on graph-structured data. Yet, the interplay between graph topology and feature evolution in GNNs is not well understood. In this pap…

Community Detectionimage-classificationImage ClassificationStochastic Block Model