paper-with-me

Papers

Inspecting class hierarchies in classification-based metric learning models

2023-01-26 · Hyeongji Kim, Pekka Parviainen, Terje Berge, Ketil Malde

Most classification models treat all misclassifications equally. However, different classes may be related, and these hierarchical relationships must be considered in some classification problems. These problems can be addressed by using hierarchical information during training. Unfortunately, this information is not available for all datasets. Many classification-based metric learning methods use class representatives in embedding space to represent different classes. The relationships among the learned class representatives can then be used to estimate class hierarchical structures. If we have a predefined class hierarchy, the learned class representatives can be assessed to determine whether the metric learning model learned semantic distances that match our prior knowledge. In this work, we train a softmax classifier and three metric learning models with several training options on benchmark and real-world datasets. In addition to the standard classification accuracy, we evaluate the hierarchical inference performance by inspecting learned class representatives and the hierarchy-informed performance, i.e., the classification performance, and the metric learning performance by considering predefined hierarchical structures. Furthermore, we investigate how the considered measures are affected by various models and training options. When our proposed ProxyDR model is trained without using predefined hierarchical structures, the hierarchical inference performance is significantly better than that of the popular NormFace model. Additionally, our model enhances some hierarchy-informed performance measures under the same training options. We also found that convolutional neural networks (CNNs) with random weights correspond to the predefined hierarchies better than random chance.

📄 PDF Abstract BibTeX arXiv:2301.11065

Code (1)

hjk92g/inspecting_hierarchies_ml 공식 구현 pytorch

Tasks

ClassificationMetric Learning

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

Predicate Hierarchies Improve Few-Shot State Classification

2025-02-18 · Emily Jin, Joy Hsu, Jiajun Wu

State classification of objects and their relations is core to many long-horizon tasks, particularly in robot planning and manipulation. However, the combinatorial explosion of possible object-predicate combinations, cou…

Classification

Pitfalls of Assessing Extracted Hierarchies for Multi-Class Classification

2021-01-26 · Pablo del Moral, Slawomir Nowaczyk, Anita Sant'Anna, Sepideh Pashami

Using hierarchies of classes is one of the standard methods to solve multi-class classification problems. In the literature, selecting the right hierarchy is considered to play a key role in improving classification perf…

ClassificationGeneral ClassificationMulti-class Classification

Making Better Mistakes: Leveraging Class Hierarchies with Deep Networks

2019-12-19 · CVPR 2020 6 · Luca Bertinetto, Romain Mueller, Konstantinos Tertikas, Sina Samangooei 외

Deep neural networks have improved image classification dramatically over the past decade, but have done so by focusing on performance measures that treat all classes other than the ground truth as equally wrong. This ha…

image-classificationImage Classification

Mandatory Leaf Node Prediction in Hierarchical Multilabel Classification

2012-12-01 · NeurIPS 2012 12 · Wei Bi, James T. Kwok

In hierarchical classification, the prediction paths may be required to always end at leaf nodes. This is called mandatory leaf node prediction (MLNP) and is particularly useful when the leaf nodes have much stronger sem…

ClassificationGeneral ClassificationPrediction

Classification Fields: Arbitrarily Fine Recursive Hierarchical Clustering From Few Examples

2026-05-08 · Yicen Li, Ruiyang Hong, Anastasis Kratsios, Haitz Sáez de Ocáriz Borde 외 arxiv

Classical clustering methods usually return either a finite partition of the observed data or a finite dendrogram over it. This finite-sample view is inadequate when the hierarchy of interest is a recursive geometric obj…