paper-with-me

Papers

Ordinal-Quadruplet: Retrieval of Missing Classes in Ordinal Time Series

2022-01-24 · Jurijs Nazarovs, Cristian Lumezanu, Qianying Ren, Yuncong Chen, Takehiko Mizoguchi, Dongjin Song, Haifeng Chen

In this paper, we propose an ordered time series classification framework that is robust against missing classes in the training data, i.e., during testing we can prescribe classes that are missing during training. This framework relies on two main components: (1) our newly proposed ordinal-quadruplet loss, which forces the model to learn latent representation while preserving the ordinal relation among labels, (2) testing procedure, which utilizes the property of latent representation (order preservation). We conduct experiments based on real world multivariate time series data and show the significant improvement in the prediction of missing labels even with 40% of the classes are missing from training. Compared with the well-known triplet loss optimization augmented with interpolation for missing information, in some cases, we nearly double the accuracy.

📄 PDF Abstract BibTeX arXiv:2201.09907

Code (0)

등록된 구현이 없습니다.

Tasks

Missing LabelsRetrievalTime SeriesTime Series AnalysisTime Series ClassificationTriplet

Methods 이 논문이 사용한 방법론

Triplet Loss The goal of Triplet loss, in the context of Siamese Networks, is to maximize the joint probability among all score-pairs i.e. the product of all probabilities. By using its…

Similar Papers 제목 키워드 기반

Scalable and Interpretable Representation Alignment with Ordinal Similarity

2026-06-15 · Diogo Soares, Pankhil Gawade, Andrea Dittadi, Ewa Szczurek arxiv

Evaluating representation similarity is fundamental to representation learning. However, existing metrics suffer from significant limitations: they lack interpretability due to shifting baselines, lack robustness to outl…

Representation Learning

Evaluating Evaluation Measures for Ordinal Classification and Ordinal Quantification

2021-08-01 · ACL 2021 5 · Tetsuya Sakai

Ordinal Classification (OC) is an important classification task where the classes are ordinal. For example, an OC task for sentiment analysis could have the following classes: highly positive, positive, neutral, negative…

ClassificationOrdinal ClassificationSentiment Analysis

An Ordinal Diffusion Model for Generating Medical Images with Different Severity Levels

2024-03-01 · Shumpei Takezaki, Seiichi Uchida

Diffusion models have recently been used for medical image generation because of their high image quality. In this study, we focus on generating medical images with ordinal classes, which have ordinal relationships, such…

Image GenerationMedical Image Generation

dlordinal: a Python package for deep ordinal classification

2024-07-24 · Francisco Bérchez-Moreno, Víctor M. Vargas, Rafael Ayllón-Gavilán, David Guijo-Rubio 외

dlordinal is a new Python library that unifies many recent deep ordinal classification methodologies available in the literature. Developed using PyTorch as underlying framework, it implements the top performing state-of…

ClassificationOrdinal Classification

ADABORD: a novel AdaBoost approach for ordinal classification

2026-07-23 · Rafael Ayllón-Gavilán, Francisco José Martínez-Estudillo, David Guijo-Rubio, César Hervás-Martínez 외 arxiv

Ordinal Classification (OC) deals with classification tasks where the classes follow a natural order. Despite the progress in OC, many existing approaches fail to fully leverage the ordinal information, treating the prob…

Ordinal Classification