paper-with-me

홈 › Papers

DeepView: Visualizing Classification Boundaries of Deep Neural Networks as Scatter Plots Using Discriminative Dimensionality Reduction

2019-09-19 · Alexander Schulz, Fabian Hinder, Barbara Hammer

Machine learning algorithms using deep architectures have been able to implement increasingly powerful and successful models. However, they also become increasingly more complex, more difficult to comprehend and easier to fool. So far, most methods in the literature investigate the decision of the model for a single given input datum. In this paper, we propose to visualize a part of the decision function of a deep neural network together with a part of the data set in two dimensions with discriminative dimensionality reduction. This enables us to inspect how different properties of the data are treated by the model, such as outliers, adversaries or poisoned data. Further, the presented approach is complementary to the mentioned interpretation methods from the literature and hence might be even more useful in combination with those. Code is available at https://github.com/LucaHermes/DeepView .

📄 PDF Abstract BibTeX arXiv:1909.09154

Code (1)

LucaHermes/DeepView 공식 구현 pytorch

Tasks

Dimensionality Reduction

Similar Papers 제목 키워드 기반

Targeted Visualization of the Backbone of Encoder LLMs

2024-03-26 · Isaac Roberts, Alexander Schulz, Luca Hermes, Barbara Hammer

Attention based Large Language Models (LLMs) are the state-of-the-art in natural language processing (NLP). The two most common architectures are encoders such as BERT, and decoders like the GPT models. Despite the succe…

Dimensionality Reductionimage-classificationImage Classification

Contrastive analysis for scatterplot-based representations of dimensionality reduction

2021-01-26 · Wilson E. Marcílio-Jr, Danilo M. Eler, Rogério E. Garcia

Cluster interpretation after dimensionality reduction (DR) is a ubiquitous part of exploring multidimensional datasets. DR results are frequently represented by scatterplots, where spatial proximity encodes similarity am…

ArticlesDimensionality Reduction

WordForce: Visualizing Controversial Words in Debates

2016-12-01 · COLING 2016 12 · Wei-Fan Chen, Fang-Yu Lin, Lun-Wei Ku

This paper presents WordForce, a system powered by the state of the art neural network model to visualize the learned user-dependent word embeddings from each post according to the post content and its engaged users. It …

Sentiment AnalysisWord Embeddings

Scatteract: Automated extraction of data from scatter plots

2017-04-21 · Mathieu Cliche, David Rosenberg, Dhruv Madeka, Connie Yee

Charts are an excellent way to convey patterns and trends in data, but they do not facilitate further modeling of the data or close inspection of individual data points. We present a fully automated system for extracting…

Optical Character RecognitionOptical Character Recognition (OCR)

Filament Plots for Data Visualization

2021-07-20 · Nate Strawn

The efficiency of modern computer graphics allows us to explore collections of space curves simultaneously with "drag-to-rotate" interfaces. This inspires us to replace "scatterplots of points" with "scatterplots of curv…

Data Visualization