paper-with-me

홈 › Papers

Silhouettes and quasi residual plots for neural nets and tree-based classifiers

2021-06-16 · Jakob Raymaekers, Peter J. Rousseeuw

Classification by neural nets and by tree-based methods are powerful tools of machine learning. There exist interesting visualizations of the inner workings of these and other classifiers. Here we pursue a different goal, which is to visualize the cases being classified, either in training data or in test data. An important aspect is whether a case has been classified to its given class (label) or whether the classifier wants to assign it to different class. This is reflected in the (conditional and posterior) probability of the alternative class (PAC). A high PAC indicates label bias, i.e. the possibility that the case was mislabeled. The PAC is used to construct a silhouette plot which is similar in spirit to the silhouette plot for cluster analysis (Rousseeuw, 1987). The average silhouette width can be used to compare different classifications of the same dataset. We will also draw quasi residual plots of the PAC versus a data feature, which may lead to more insight in the data. One of these data features is how far each case lies from its given class. The graphical displays are illustrated and interpreted on benchmark data sets containing images, mixed features, and tweets.

📄 PDF Abstract BibTeX arXiv:2106.08814

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Automated Residual Plot Assessment With the R Package autovi and the Shiny Application autovi.web

2026-06-23 · Weihao Li, Dianne Cook, Emi Tanaka, Susan VanderPlas 외 arxiv

Visual assessment of residual plots is a common approach for diagnosing linear models, but it relies on manual evaluation, which does not scale well and can lead to inconsistent decisions across analysts. The lineup prot…

Automated Low-cost Terrestrial Laser Scanner for Measuring Diameters at Breast Height and Heights of Forest Trees

2017-02-08 · Pei Wang, Guochao Bu, Ronghao Li, Rui Zhao

Terrestrial laser scanner is a kind of fast, high-precision data acquisition device, which had been more and more applied to the research areas of forest inventory. In this study, a kind of automated low-cost terrestrial…

Position

Boosting gets full Attention for Relational Learning

2024-02-22 · Mathieu Guillame-Bert, Richard Nock

More often than not in benchmark supervised ML, tabular data is flat, i.e. consists of a single $m \times d$ (rows, columns) file, but cases abound in the real world where observations are described by a set of tables wi…

Relational Reasoning

Automated Assessment of Residual Plots with Computer Vision Models

2024-11-01 · Weihao Li, Dianne Cook, Emi Tanaka, Susan VanderPlas 외

Plotting the residuals is a recommended procedure to diagnose deviations from linear model assumptions, such as non-linearity, heteroscedasticity, and non-normality. The presence of structure in residual plots can be tes…

DiagnosticSensitivity

Identity Connections in Residual Nets Improve Noise Stability

2019-05-27 · Shuzhi Yu, Carlo Tomasi

Residual Neural Networks (ResNets) achieve state-of-the-art performance in many computer vision problems. Compared to plain networks without residual connections (PlnNets), ResNets train faster, generalize better, and su…