paper-with-me

Papers

Interpretable Visualizations with Differentiating Embedding Networks

2020-06-11 · Isaac Robinson

We present a visualization algorithm based on a novel unsupervised Siamese neural network training regime and loss function, called Differentiating Embedding Networks (DEN). The Siamese neural network finds differentiating or similar features between specific pairs of samples in a dataset, and uses these features to embed the dataset in a lower dimensional space where it can be visualized. Unlike existing visualization algorithms such as UMAP or $t$-SNE, DEN is parametric, meaning it can be interpreted by techniques such as SHAP. To interpret DEN, we create an end-to-end parametric clustering algorithm on top of the visualization, and then leverage SHAP scores to determine which features in the sample space are important for understanding the structures shown in the visualization based on the clusters found. We compare DEN visualizations with existing techniques on a variety of datasets, including image and scRNA-seq data. We then show that our clustering algorithm performs similarly to the state of the art despite not having prior knowledge of the number of clusters, and sets a new state of the art on FashionMNIST. Finally, we demonstrate finding differentiating features of a dataset. Code available at https://github.com/isaacrob/DEN

📄 PDF Abstract BibTeX arXiv:2006.06640

Code (1)

isaacrob/DEN 공식 구현 pytorch

Tasks

ClusteringImage Clustering

Methods 이 논문이 사용한 방법론

SHAP 설명 없음

Similar Papers 제목 키워드 기반

Visualizing and Understanding the Semantics of Embedding Spaces via Algebraic Formulae

2019-05-01 · ICLR 2019 5 · Piero Molino, Yang Wang, Jiawei Zhang

Embeddings are a fundamental component of many modern machine learning and natural language processing models. Understanding them and visualizing them is essential for gathering insights about the information they captur…

Parallax: Visualizing and Understanding the Semantics of Embedding Spaces via Algebraic Formulae

2019-05-28 · ACL 2019 7 · Piero Molino, Yang Wang, Jiawei Zhang

Embeddings are a fundamental component of many modern machine learning and natural language processing models. Understanding them and visualizing them is essential for gathering insights about the information they captur…

Word Embeddings

SemCSE-Multi: Multifaceted and Decodable Embeddings for Aspect-Specific and Interpretable Scientific Domain Mapping

2025-10-13 · Marc Brinner, Sina Zarrieß arxiv

We propose SemCSE-Multi, a novel unsupervised framework for generating multifaceted embeddings of scientific abstracts, evaluated in the domains of invasion biology and medicine. These embeddings capture distinct, indivi…

The Rashomon Effect for Visualizing High-Dimensional Data

2026-04-01 · Yiyang Sun, Haiyang Huang, Gaurav Rajesh Parikh, Cynthia Rudin arxiv

Dimension reduction (DR) is inherently non-unique: multiple embeddings can preserve the structure of high-dimensional data equally well while differing in layout or geometry. In this paper, we formally define the Rashomo…

Analysis of Argument Structure Constructions in the Large Language Model BERT

2024-08-08 · Pegah Ramezani, Achim Schilling, Patrick Krauss

This study investigates how BERT processes and represents Argument Structure Constructions (ASCs), extending previous LSTM analyses. Using a dataset of 2000 sentences across four ASC types (transitive, ditransitive, caus…

ClusteringLanguage ModelingLanguage ModellingLarge Language Model