paper-with-me

Papers

Boundary-Refined Prototype Generation: A General End-to-End Paradigm for Semi-Supervised Semantic Segmentation

2023-07-19 · Junhao Dong, Zhu Meng, Delong Liu, Jiaxuan Liu, Zhicheng Zhao, Fei Su

Semi-supervised semantic segmentation has attracted increasing attention in computer vision, aiming to leverage unlabeled data through latent supervision. To achieve this goal, prototype-based classification has been introduced and achieved lots of success. However, the current approaches isolate prototype generation from the main training framework, presenting a non-end-to-end workflow. Furthermore, most methods directly perform the K-Means clustering on features to generate prototypes, resulting in their proximity to category semantic centers, while overlooking the clear delineation of class boundaries. To address the above problems, we propose a novel end-to-end boundary-refined prototype generation (BRPG) method. Specifically, we perform online clustering on sampled features to incorporate the prototype generation into the whole training framework. In addition, to enhance the classification boundaries, we sample and cluster high- and low-confidence features separately based on confidence estimation, facilitating the generation of prototypes closer to the class boundaries. Moreover, an adaptive prototype optimization strategy is proposed to increase the number of prototypes for categories with scattered feature distributions, which further refines the class boundaries. Extensive experiments demonstrate the remarkable robustness and scalability of our method across diverse datasets, segmentation networks, and semi-supervised frameworks, outperforming the state-of-the-art approaches on three benchmark datasets: PASCAL VOC 2012, Cityscapes and MS COCO. The code is available at https://github.com/djh-dzxw/BRPG.

📄 PDF Abstract BibTeX arXiv:2307.10097

Code (1)

djh-dzxw/brpg 공식 구현 pytorch

Tasks

ClusteringOnline ClusteringSemantic SegmentationSemi-Supervised Semantic Segmentation

Similar Papers 제목 키워드 기반

Boundary-aware Prototype-driven Adversarial Alignment for Cross-Corpus EEG Emotion Recognition

2026-03-18 · Guangli Li, Canbiao Wu, Na Tian, Li Zhang 외 arxiv

Electroencephalography (EEG)-based emotion recognition suffers from severe performance degradation when models are transferred across heterogeneous datasets due to physiological variability, experimental paradigm differe…

EEG Emotion RecognitionRepresentation Learning

Source-free Domain Adaptation via Avatar Prototype Generation and Adaptation

2021-06-18 · Zhen Qiu, Yifan Zhang, Hongbin Lin, Shuaicheng Niu 외

We study a practical domain adaptation task, called source-free unsupervised domain adaptation (UDA) problem, in which we cannot access source domain data due to data privacy issues but only a pre-trained source model an…

Contrastive LearningDomain AdaptationSource-Free Domain AdaptationUnsupervised Domain Adaptation

Prototype Selection Using Topological Data Analysis

2025-11-06 · Jordan Eckert, Elvan Ceyhan, Henry Schenck arxiv

Prototype selection methods compress a training set, but the existing taxonomy of condensation, edition, hybrid, competence-based, optimization-based, and clustering-based families does not include methods that operate o…

Response Generation by Context-aware Prototype Editing

2018-06-19 · Yu Wu, Furu Wei, Shaohan Huang, Yunli Wang 외

Open domain response generation has achieved remarkable progress in recent years, but sometimes yields short and uninformative responses. We propose a new paradigm for response generation, that is response generation by …

DecoderDiversityInformativenessResponse Generation+1

Learning Support and Trivial Prototypes for Interpretable Image Classification

2023-01-08 · ICCV 2023 1 · Chong Wang, Yuyuan Liu, Yuanhong Chen, Fengbei Liu 외

Prototypical part network (ProtoPNet) methods have been designed to achieve interpretable classification by associating predictions with a set of training prototypes, which we refer to as trivial prototypes because they …

Explainable Artificial Intelligence (XAI)image-classificationImage ClassificationInterpretable Machine Learning