paper-with-me

Papers

HardVis: Visual Analytics to Handle Instance Hardness Using Undersampling and Oversampling Techniques

2022-03-29 · Angelos Chatzimparmpas, Fernando V. Paulovich, Andreas Kerren

Despite the tremendous advances in machine learning (ML), training with imbalanced data still poses challenges in many real-world applications. Among a series of diverse techniques to solve this problem, sampling algorithms are regarded as an efficient solution. However, the problem is more fundamental, with many works emphasizing the importance of instance hardness. This issue refers to the significance of managing unsafe or potentially noisy instances that are more likely to be misclassified and serve as the root cause of poor classification performance. This paper introduces HardVis, a visual analytics system designed to handle instance hardness mainly in imbalanced classification scenarios. Our proposed system assists users in visually comparing different distributions of data types, selecting types of instances based on local characteristics that will later be affected by the active sampling method, and validating which suggestions from undersampling or oversampling techniques are beneficial for the ML model. Additionally, rather than uniformly undersampling/oversampling a specific class, we allow users to find and sample easy and difficult to classify training instances from all classes. Users can explore subsets of data from different perspectives to decide all those parameters, while HardVis keeps track of their steps and evaluates the model's predictive performance in a test set separately. The end result is a well-balanced data set that boosts the predictive power of the ML model. The efficacy and effectiveness of HardVis are demonstrated with a hypothetical usage scenario and a use case. Finally, we also look at how useful our system is based on feedback we received from ML experts.

📄 PDF Abstract BibTeX arXiv:2203.15753

Code (1)

angeloschatzimparmpas/hardvis 공식 구현

Tasks

imbalanced classification

Similar Papers 제목 키워드 기반

Hardness-Aware Dynamic Curriculum Learning for Robust Multimodal Emotion Recognition with Missing Modalities

2025-08-09 · Rui Liu, Haolin Zuo, Zheng Lian, Hongyu Yuan 외 arxiv

Missing modalities have recently emerged as a critical research direction in multimodal emotion recognition (MER). Conventional approaches typically address this issue through missing modality reconstruction. However, th…

Multimodal Emotion Recognition

Indexing Analytics to Instances: How Integrating a Dashboard can Support Design Education

2024-04-08 · Ajit Jain, Andruid Kerne, Nic Lupfer, Gabriel Britain 외

We investigate how to use AI-based analytics to support design education. The analytics at hand measure multiscale design, that is, students' use of space and scale to visually and conceptually organize their design work…

Learning to Solve Travelling Salesman Problem with Hardness-adaptive Curriculum

2022-04-07 · Zeyang Zhang, Ziwei Zhang, Xin Wang, Wenwu Zhu

Various neural network models have been proposed to tackle combinatorial optimization problems such as the travelling salesman problem (TSP). Existing learning-based TSP methods adopt a simple setting that the training a…

Combinatorial Optimization

MultiCaM-Vis: Visual Exploration of Multi-Classification Model with High Number of Classes

2023-09-09 · Syed Ahsan Ali Dilawer, Shah Rukh Humayoun

Visual exploration of multi-classification models with large number of classes would help machine learning experts in identifying the root cause of a problem that occurs during learning phase such as miss-classification …

Classification

SATViz: Real-Time Visualization of Clausal Proofs

2022-09-13 · Tim Holzenkamp, Kevin Kuryshev, Thomas Oltmann, Lucas Wäldele 외

Visual layouts of graphs representing SAT instances can highlight the community structure of SAT instances. The community structure of SAT instances has been associated with both instance hardness and known clause qualit…