paper-with-me

Papers

Generalized Trusted Multi-view Classification Framework with Hierarchical Opinion Aggregation

2024-11-06 · Long Shi, Chuanqing Tang, Huangyi Deng, Cai Xu, Lei Xing, Badong Chen

Recently, multi-view learning has witnessed a considerable interest on the research of trusted decision-making. Previous methods are mainly inspired from an important paper published by Han et al. in 2021, which formulates a Trusted Multi-view Classification (TMC) framework that aggregates evidence from different views based on Dempster's combination rule. All these methods only consider inter-view aggregation, yet lacking exploitation of intra-view information. In this paper, we propose a generalized trusted multi-view classification framework with hierarchical opinion aggregation. This hierarchical framework includes a two-phase aggregation process: the intra-view and inter-view aggregation hierarchies. In the intra aggregation, we assume that each view is comprised of common information shared with other views, as well as its specific information. We then aggregate both the common and specific information. This aggregation phase is useful to eliminate the feature noise inherent to view itself, thereby improving the view quality. In the inter-view aggregation, we design an attention mechanism at the evidence level to facilitate opinion aggregation from different views. To the best of our knowledge, this is one of the pioneering efforts to formulate a hierarchical aggregation framework in the trusted multi-view learning domain. Extensive experiments show that our model outperforms some state-of-art trust-related baselines.

📄 PDF Abstract BibTeX arXiv:2411.03713

Code (1)

lshi91/GTMC-HOA 공식 구현 pytorch

Tasks

MULTI-VIEW LEARNING

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

Trusted Multi-view Learning with Label Noise

2024-04-18 · Cai Xu, Yilin Zhang, Ziyu Guan, Wei Zhao

Multi-view learning methods often focus on improving decision accuracy while neglecting the decision uncertainty, which significantly restricts their applications in safety-critical applications. To address this issue, r…

MULTI-VIEW LEARNING

Trusted Multi-View Classification

2021-02-03 · ICLR 2021 1 · Zongbo Han, Changqing Zhang, Huazhu Fu, Joey Tianyi Zhou

Multi-view classification (MVC) generally focuses on improving classification accuracy by using information from different views, typically integrating them into a unified comprehensive representation for downstream task…

ClassificationGeneral ClassificationMULTI-VIEW LEARNING

Enhancing Testing-Time Robustness for Trusted Multi-View Classification in the Wild

2025-01-01 · CVPR 2025 1 · Wei Liu, Yufei Chen, Xiaodong Yue

Trusted multi-view classification (TMVC) addresses variations in data quality by evaluating the reliability of each view based on prediction uncertainty at the evidence level, reducing the impact of low-quality views…

Historical Credibility for Movie Reviews and Its Application to Weakly Supervised Classification

2020-10-10 · Min-Seon Kim, Bo-Young Lim, Han-Sub Shin, Hyuk-Yoon Kwon

In this study, we deal with the problem of judging the credibility of movie reviews. The problem is challenging because even experts cannot clearly and efficiently judge the credibility of a movie review and the number o…

ClassificationWeakly Supervised Classification

Trusted Multi-View Classification with Dynamic Evidential Fusion

2022-04-25 · Zongbo Han, Changqing Zhang, Huazhu Fu, Joey Tianyi Zhou

Existing multi-view classification algorithms focus on promoting accuracy by exploiting different views, typically integrating them into common representations for follow-up tasks. Although effective, it is also crucial …

ClassificationMULTI-VIEW LEARNING