paper-with-me

홈 › Papers

A Deep Positive-Negative Prototype Approach to Integrated Prototypical Discriminative Learning

2025-01-05 · Ramin Zarei-Sabzevar, Ahad Harati

This paper proposes a novel Deep Positive-Negative Prototype (DPNP) model that combines prototype-based learning (PbL) with discriminative methods to improve class compactness and separability in deep neural networks. While PbL traditionally emphasizes interpretability by classifying samples based on their similarity to representative prototypes, it struggles with creating optimal decision boundaries in complex scenarios. Conversely, discriminative methods effectively separate classes but often lack intuitive interpretability. Toward exploiting advantages of these two approaches, the suggested DPNP model bridges between them by unifying class prototypes with weight vectors, thereby establishing a structured latent space that enables accurate classification using interpretable prototypes alongside a properly learned feature representation. Based on this central idea of unified prototype-weight representation, Deep Positive Prototype (DPP) is formed in the latent space as a representative for each class using off-the-shelf deep networks as feature extractors. Then, rival neighboring class DPPs are treated as implicit negative prototypes with repulsive force in DPNP, which push away DPPs from each other. This helps to enhance inter-class separation without the need for any extra parameters. Hence, through a novel loss function that integrates cross-entropy, prototype alignment, and separation terms, DPNP achieves well-organized feature space geometry, maximizing intra-class compactness and inter-class margins. We show that DPNP can organize prototypes in nearly regular positions within feature space, such that it is possible to achieve competitive classification accuracy even in much lower-dimensional feature spaces. Experimental results on several datasets demonstrate that DPNP outperforms state-of-the-art models, while using smaller networks.

📄 PDF Abstract BibTeX arXiv:2501.02477

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

ProtoBERT-LoRA: Parameter-Efficient Prototypical Finetuning for Immunotherapy Study Identification

2025-03-26 · Shijia Zhang, Xiyu Ding, Kai Ding, Jacob Zhang 외

Identifying immune checkpoint inhibitor (ICI) studies in genomic repositories like Gene Expression Omnibus (GEO) is vital for cancer research yet remains challenging due to semantic ambiguity, extreme class imbalance, an…

A Study on Adversarial Robustness of Discriminative Prototypical Learning

2025-04-03 · Ramin Zarei Sabzevar, Hamed Mohammadzadeh, Tahmineh Tavakoli, Ahad Harati

Deep neural networks demonstrate significant vulnerability to adversarial perturbations, posing risks for critical applications. Current adversarial training methods predominantly focus on robustness against attacks with…

Adversarial Robustness

Prototypical Calibrating Ambiguous Samples for Micro-Action Recognition

2024-12-19 · Kun Li, Dan Guo, Guoliang Chen, Chunxiao Fan 외

Micro-Action Recognition (MAR) has gained increasing attention due to its crucial role as a form of non-verbal communication in social interactions, with promising potential for applications in human communication and em…

Action RecognitionEmotion RecognitionMicro-Action Recognition

Contrastive Learning with Prompt-derived Virtual Semantic Prototypes for Unsupervised Sentence Embedding

2022-11-07 · Jiali Zeng, Yongjing Yin, Yufan Jiang, Shuangzhi Wu 외

Contrastive learning has become a new paradigm for unsupervised sentence embeddings. Previous studies focus on instance-wise contrastive learning, attempting to construct positive pairs with textual data augmentation. In…

ClusteringContrastive LearningData AugmentationSemantic Textual Similarity+4

Multi-Scale Prototypical Transformer for Whole Slide Image Classification

2023-07-05 · Saisai Ding, Jun Wang, Juncheng Li, Jun Shi

Whole slide image (WSI) classification is an essential task in computational pathology. Despite the recent advances in multiple instance learning (MIL) for WSI classification, accurate classification of WSIs remains chal…

Classificationimage-classificationImage ClassificationMultiple Instance Learning