Ordinal-Quadruplet: Retrieval of Missing Classes in Ordinal Time Series
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.
Code (0)
등록된 구현이 없습니다.
Tasks
Missing LabelsRetrievalTime SeriesTime Series AnalysisTime Series ClassificationTripletMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Scalable and Interpretable Representation Alignment with Ordinal Similarity
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 LearningEvaluating Evaluation Measures for Ordinal Classification and Ordinal Quantification
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 AnalysisAn Ordinal Diffusion Model for Generating Medical Images with Different Severity Levels
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 Generationdlordinal: a Python package for deep ordinal classification
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 ClassificationADABORD: a novel AdaBoost approach for ordinal classification
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