paper-with-me

홈 › Papers

Probing clustering in neural network representations

2023-11-14 · Thao Nguyen, Simon Kornblith

Neural network representations contain structure beyond what was present in the training labels. For instance, representations of images that are visually or semantically similar tend to lie closer to each other than to dissimilar images, regardless of their labels. Clustering these representations can thus provide insights into dataset properties as well as the network internals. In this work, we study how the many design choices involved in neural network training affect the clusters formed in the hidden representations. To do so, we establish an evaluation setup based on the BREEDS hierarchy, for the task of subclass clustering after training models with only superclass information. We isolate the training dataset and architecture as important factors affecting clusterability. Datasets with labeled classes consisting of unrelated subclasses yield much better clusterability than those following a natural hierarchy. When using pretrained models to cluster representations on downstream datasets, models pretrained on subclass labels provide better clusterability than models pretrained on superclass labels, but only when there is a high degree of domain overlap between the pretraining and downstream data. Architecturally, we find that normalization strategies affect which layers yield the best clustering performance, and, surprisingly, Vision Transformers attain lower subclass clusterability than ResNets.

📄 PDF Abstract BibTeX arXiv:2311.07864

Code (0)

등록된 구현이 없습니다.

Tasks

Clustering

Similar Papers 제목 키워드 기반

Deep Clustering of Text Representations for Supervision-free Probing of Syntax

2020-10-24 · Vikram Gupta, Haoyue Shi, Kevin Gimpel, Mrinmaya Sachan

We explore deep clustering of text representations for unsupervised model interpretation and induction of syntax. As these representations are high-dimensional, out-of-the-box methods like KMeans do not work well. Thus, …

ClusteringDeep ClusteringTAG

Automatic Biomedical Term Clustering by Learning Fine-grained Term Representations

2022-04-01 · BioNLP (ACL) 2022 5 · Sihang Zeng, Zheng Yuan, Sheng Yu

Term clustering is important in biomedical knowledge graph construction. Using similarities between terms embedding is helpful for term clustering. State-of-the-art term embeddings leverage pretrained language models to …

ClusteringContrastive Learninggraph constructionKnowledge Graphs

The Zero Resource Speech Benchmark 2021: Metrics and baselines for unsupervised spoken language modeling

2020-11-23 · Tu Anh Nguyen, Maureen de Seyssel, Patricia Rozé, Morgane Rivière 외

We introduce a new unsupervised task, spoken language modeling: the learning of linguistic representations from raw audio signals without any labels, along with the Zero Resource Speech Benchmark 2021: a suite of 4 black…

ClusteringLanguage ModelingLanguage ModellingRepresentation Learning

Exploring Semantic Spaces for Detecting Clustering and Switching in Verbal Fluency

2022-10-01 · COLING 2022 10 · Özge Alacam, Simeon Schüz, Martin Wegrzyn, Johanna Kißler 외

In this work, we explore the fitness of various word/concept representations in analyzing an experimental verbal fluency dataset providing human responses to 10 different category enumeration tasks. Based on human annota…

Clustering

Probing Neural Combinatorial Optimization Models

2025-10-25 · Zhiqin Zhang, Yining Ma, Zhiguang Cao, Hoong Chuin Lau arxiv

Neural combinatorial optimization (NCO) has achieved remarkable performance, yet its learned model representations and decision rationale remain a black box. This impedes both academic research and practical deployment, …