Hierarchical Consensus Network for Multiview Feature Learning
Chengwei Xia, Chaoxi Niu, Kun Zhan
TL;DR
HCN addresses the challenge of learning cross-view-consistent representations in multiview data by introducing hierarchical consensus across views with three indices: classifying, coding, and global consensus. Each index corresponds to a distinct alignment level—column-wise (CCA-like) class distributions, row-wise (contrastive-like) instance coding, and matrix-level global alignment—integrated via a view-specific autoencoder and data augmentation. The method achieves state-of-the-art clustering performance on four datasets and demonstrates robustness to hyperparameters and augmentation. This work provides a principled bridge between CCA and contrastive learning for multiview representation learning and offers a scalable, augmentation-friendly framework.
Abstract
Multiview feature learning aims to learn discriminative features by integrating the distinct information in each view. However, most existing methods still face significant challenges in learning view-consistency features, which are crucial for effective multiview learning. Motivated by the theories of CCA and contrastive learning in multiview feature learning, we propose the hierarchical consensus network (HCN) in this paper. The HCN derives three consensus indices for capturing the hierarchical consensus across views, which are classifying consensus, coding consensus, and global consensus, respectively. Specifically, classifying consensus reinforces class-level correspondence between views from a CCA perspective, while coding consensus closely resembles contrastive learning and reflects contrastive comparison of individual instances. Global consensus aims to extract consensus information from two perspectives simultaneously. By enforcing the hierarchical consensus, the information within each view is better integrated to obtain more comprehensive and discriminative features. The extensive experimental results obtained on four multiview datasets demonstrate that the proposed method significantly outperforms several state-of-the-art methods.
