paper-with-me

Papers

SPOT: A framework for selection of prototypes using optimal transport

2021-03-18 · Karthik S. Gurumoorthy, Pratik Jawanpuria, Bamdev Mishra

In this work, we develop an optimal transport (OT) based framework to select informative prototypical examples that best represent a given target dataset. Summarizing a given target dataset via representative examples is an important problem in several machine learning applications where human understanding of the learning models and underlying data distribution is essential for decision making. We model the prototype selection problem as learning a sparse (empirical) probability distribution having the minimum OT distance from the target distribution. The learned probability measure supported on the chosen prototypes directly corresponds to their importance in representing the target data. We show that our objective function enjoys a key property of submodularity and propose an efficient greedy method that is both computationally fast and possess deterministic approximation guarantees. Empirical results on several real world benchmarks illustrate the efficacy of our approach.

📄 PDF Abstract BibTeX arXiv:2103.10159

Code (0)

등록된 구현이 없습니다.

Tasks

Decision MakingPrototype Selection

Similar Papers 제목 키워드 기반

Learning local and global prototypes with optimal transport for unsupervised anomaly detection and localization

2025-08-18 · Robin Trombetta, Carole Lartizien arxiv

Unsupervised anomaly detection aims to detect defective parts of a sample by having access, during training, to a set of normal, i.e. defect-free, data. It has many applications in fields, such as industrial inspection o…

Unsupervised Anomaly Detection

Universal Prototype Transport for Zero-Shot Action Recognition and Localization

2022-03-08 · Pascal Mettes

This work addresses the problem of recognizing action categories in videos when no training examples are available. The current state-of-the-art enables such a zero-shot recognition by learning universal mappings from vi…

Action RecognitionObjectPositionTemporal Localization+3

On Scalable and Efficient Computation of Large Scale Optimal Transport

2019-05-01 · ICLR Workshop DeepGenStruct 2019 · Yujia Xie, Minshuo Chen, Haoming Jiang, Tuo Zhao 외

Optimal Transport (OT) naturally arises in many machine learning applications, yet the heavy computational burden limits its wide-spread uses. To address the scalability issue, we propose an implicit generative learning-…

Domain Adaptation

FedAli: Personalized Federated Learning with Aligned Prototypes through Optimal Transport

2024-11-15 · Sannara Ek, Kaile Wang, François Portet, Philippe Lalanda 외

Federated Learning (FL) enables collaborative, personalized model training across multiple devices without sharing raw data, making it ideal for pervasive computing applications that optimize user-centric performances in…

Activity RecognitionFederated LearningHuman Activity RecognitionPersonalized Federated Learning

UniPROT: Uniform Prototype Selection via Partial Optimal Transport with Submodular Guarantees

2026-04-13 · Prateek Chanda, Prayas Agrawal, Karthik S. Gurumoorthy, Ganesh Ramakrishnan 외 arxiv

Selecting prototypical examples from a source distribution to represent a target data distribution is a fundamental problem in machine learning. Existing subset selection methods often rely on implicit importance scores,…