English

DICNet: Deep Instance-Level Contrastive Network for Double Incomplete Multi-View Multi-Label Classification

Computer Vision and Pattern Recognition 2023-03-24 v2

Abstract

In recent years, multi-view multi-label learning has aroused extensive research enthusiasm. However, multi-view multi-label data in the real world is commonly incomplete due to the uncertain factors of data collection and manual annotation, which means that not only multi-view features are often missing, and label completeness is also difficult to be satisfied. To deal with the double incomplete multi-view multi-label classification problem, we propose a deep instance-level contrastive network, namely DICNet. Different from conventional methods, our DICNet focuses on leveraging deep neural network to exploit the high-level semantic representations of samples rather than shallow-level features. First, we utilize the stacked autoencoders to build an end-to-end multi-view feature extraction framework to learn the view-specific representations of samples. Furthermore, in order to improve the consensus representation ability, we introduce an incomplete instance-level contrastive learning scheme to guide the encoders to better extract the consensus information of multiple views and use a multi-view weighted fusion module to enhance the discrimination of semantic features. Overall, our DICNet is adept in capturing consistent discriminative representations of multi-view multi-label data and avoiding the negative effects of missing views and missing labels. Extensive experiments performed on five datasets validate that our method outperforms other state-of-the-art methods.

Keywords

Cite

@article{arxiv.2303.08358,
  title  = {DICNet: Deep Instance-Level Contrastive Network for Double Incomplete Multi-View Multi-Label Classification},
  author = {Chengliang Liu and Jie Wen and Xiaoling Luo and Chao Huang and Zhihao Wu and Yong Xu},
  journal= {arXiv preprint arXiv:2303.08358},
  year   = {2023}
}

Comments

Accepted to AAAI-2023, code is available at https://github.com/justsmart/DICNet

R2 v1 2026-06-28T09:17:47.747Z