paper-with-me

Papers

Towards Effective Visual Representations for Partial-Label Learning

2023-05-10 · CVPR 2023 1 · Shiyu Xia, Jiaqi Lv, Ning Xu, Gang Niu, Xin Geng

Under partial-label learning (PLL) where, for each training instance, only a set of ambiguous candidate labels containing the unknown true label is accessible, contrastive learning has recently boosted the performance of PLL on vision tasks, attributed to representations learned by contrasting the same/different classes of entities. Without access to true labels, positive points are predicted using pseudo-labels that are inherently noisy, and negative points often require large batches or momentum encoders, resulting in unreliable similarity information and a high computational overhead. In this paper, we rethink a state-of-the-art contrastive PLL method PiCO[24], inspiring the design of a simple framework termed PaPi (Partial-label learning with a guided Prototypical classifier), which demonstrates significant scope for improvement in representation learning, thus contributing to label disambiguation. PaPi guides the optimization of a prototypical classifier by a linear classifier with which they share the same feature encoder, thus explicitly encouraging the representation to reflect visual similarity between categories. It is also technically appealing, as PaPi requires only a few components in PiCO with the opposite direction of guidance, and directly eliminates the contrastive learning module that would introduce noise and consume computational resources. We empirically demonstrate that PaPi significantly outperforms other PLL methods on various image classification tasks.

📄 PDF Abstract BibTeX arXiv:2305.06080

Code (1)

alphaxia/papi 공식 구현 pytorch

Tasks

Contrastive Learningimage-classificationImage ClassificationPartial Label LearningPICORepresentation Learning

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

LAVA: Label-efficient Visual Learning and Adaptation

2022-10-19 · Islam Nassar, Munawar Hayat, Ehsan Abbasnejad, Hamid Rezatofighi 외

We present LAVA, a simple yet effective method for multi-domain visual transfer learning with limited data. LAVA builds on a few recent innovations to enable adapting to partially labelled datasets with class and domain …

Few-Shot LearningTransfer Learning

TSExplorer: An interactive data annotation and exploration tool for time-series data

2026-08-31 · Einari Vaaras, Manu Airaksinen, Okko Räsänen arxiv

We present TSExplorer, a cross-platform tool for interactive annotation and exploration of time-series data. The tool enables users to inspect high-dimensional datasets through multiple complementary 2D visualizations de…

Learning Semantic-Aware Representation in Visual-Language Models for Multi-Label Recognition with Partial Labels

2024-12-14 · Haoxian Ruan, Zhihua Xu, Zhijing Yang, Yongyi Lu 외

Multi-label recognition with partial labels (MLR-PL), in which only some labels are known while others are unknown for each image, is a practical task in computer vision, since collecting large-scale and complete multi-l…

Deep Residual Correction Network for Partial Domain Adaptation

2020-04-10 · Shuang Li, Chi Harold Liu, Qiuxia Lin, Qi Wen 외

Deep domain adaptation methods have achieved appealing performance by learning transferable representations from a well-labeled source domain to a different but related unlabeled target domain. Most existing works assume…

Domain AdaptationPartial Domain Adaptation

Generative Partial Visual-Tactile Fused Object Clustering

2020-12-28 · Tao Zhang, Yang Cong, Gan Sun, Jiahua Dong 외

Visual-tactile fused sensing for object clustering has achieved significant progresses recently, since the involvement of tactile modality can effectively improve clustering performance. However, the missing data (i.e., …

ClusteringGenerative Adversarial NetworkObjectPseudo Label