paper-with-me

홈 › Papers

Tripartite: Tackle Noisy Labels by a More Precise Partition

2022-02-19 · Xuefeng Liang, Longshan Yao, Xingyu Liu, Ying Zhou

Samples in large-scale datasets may be mislabeled due to various reasons, and Deep Neural Networks can easily over-fit to the noisy label data. To tackle this problem, the key point is to alleviate the harm of these noisy labels. Many existing methods try to divide training data into clean and noisy subsets in terms of loss values, and then process the noisy label data varied. One of the reasons hindering a better performance is the hard samples. As hard samples always have relatively large losses whether their labels are clean or noisy, these methods could not divide them precisely. Instead, we propose a Tripartite solution to partition training data more precisely into three subsets: hard, noisy, and clean. The partition criteria are based on the inconsistent predictions of two networks, and the inconsistency between the prediction of a network and the given label. To minimize the harm of noisy labels but maximize the value of noisy label data, we apply a low-weight learning on hard data and a self-supervised learning on noisy label data without using the given labels. Extensive experiments demonstrate that Tripartite can filter out noisy label data more precisely, and outperforms most state-of-the-art methods on five benchmark datasets, especially on real-world datasets.

📄 PDF Abstract BibTeX arXiv:2202.09579

Code (0)

등록된 구현이 없습니다.

Tasks

Self-Supervised Learning

Similar Papers 제목 키워드 기반

TSVC:Tripartite Learning with Semantic Variation Consistency for Robust Image-Text Retrieval

2025-01-19 · Shuai Lyu, Zijing Tian, Zhonghong Ou, Yifan Zhu 외

Cross-modal retrieval maps data under different modality via semantic relevance. Existing approaches implicitly assume that data pairs are well-aligned and ignore the widely existing annotation noise, i.e., noisy corresp…

Cross-Modal RetrievalImage-text RetrievalRetrievalText Retrieval

TriNE: Network Representation Learning for Tripartite Heterogeneous Networks

2020-10-14 · Zhabiz Gharibshah, Xingquan Zhu

In this paper, we study network representation learning for tripartite heterogeneous networks which learns node representation features for networks with three types of node entities. We argue that tripartite networks ar…

Network EmbeddingRepresentation LearningTAG

Tripartite Heterogeneous Graph Propagation for Large-scale Social Recommendation

2019-07-24 · Kyung-Min Kim, Donghyun Kwak, Hanock Kwak, Young-Jin Park 외

Graph Neural Networks (GNNs) have been emerging as a promising method for relational representation including recommender systems. However, various challenging issues of social graphs hinder the practical usage of GNNs f…

Graph EmbeddingRecommendation Systems

A Unified Optimal Transport Framework for Cross-Modal Retrieval with Noisy Labels

2024-03-20 · Haochen Han, Minnan Luo, Huan Liu, Fang Nan

Cross-modal retrieval (CMR) aims to establish interaction between different modalities, among which supervised CMR is emerging due to its flexibility in learning semantic category discrimination. Despite the remarkable p…

Cross-Modal RetrievalRetrieval

Imprecise Label Learning: A Unified Framework for Learning with Various Imprecise Label Configurations

2023-05-22 · Hao Chen, Ankit Shah, Jindong Wang, Ran Tao 외

Learning with reduced labeling standards, such as noisy label, partial label, and multiple label candidates, which we generically refer to as \textit{imprecise} labels, is a commonplace challenge in machine learning task…

Learning with noisy labelsPartial Label Learning