Collections for the lasted paper about multi-view clustering methods (papers, codes)

Overview

Multi-View Clustering Papers

Collections for the lasted paper about multi-view clustering methods (papers, codes). There also exists some repositories related to Multi-View Clustering Paper. Such as awesome-multi-view-clustering. The difference is that this repository is a list of papers and just a little analysis on them. Hope that receive your 'PR bombs'.

Besides, the directory 'data loader' is a simple coda base that is used to construct multi-view dataset object. Glad to receive your advice to improve it.

Note: some paper is not about Multi-View clustering but is related to Multi-View learning. I think it may be helpful for new ideas about Multi-View Clustering tasks.

Todo list

  • link of code
  • more deeper analysis
  • More related paper
  • The introduction of each data set
  • The properties of each data set
  • More related data
  • ...

So many exciting work to do. We are glad to receive your pull request and contribution.

Survey papers

  1. [IEEE 2021] A Survey on Multiview Clustering Paper
  2. [KBS 2019] A study of graph-based system for multi-view clustering Paper code
  3. [IEEE 2018] Multi-view clustering: A survey Paper
  4. [arXiv 2013] A survey on multi-view learning Paper

Papers

  • [IJCAI 2019] Deep Adversarial Multi-view Clustering Network Paper
  • [IEEE 2018] Partial Multi-view Clustering via Consistent GAN Paper
  • [ ] Megan: A generative adversarial network for multi-view network embedding Paper
  • [TMM 2021] Consensus Graph Learning for Multi-view Clustering Paper
  • [IJCAI 2019] Deep Adversarial Multi-view Clustering Network Paper
  • [ICDE 2020] A Novel Approach to Learning Consensus and Complementary Information for Multi-View Data Clustering Paper
  • [ICML 2019] COMIC: Multi-view Clustering Without Parameter Selection Paper
  • [IEEE 2021] Dual Alignment Self-Supervised Incomplete Multi-View Subspace Clustering Network Paper
  • [CVPR 2020] End-to-End Adversarial-Attention Network for Multi-Modal Clustering Paper
  • [AAAI 2021] Fast Multi-view Discrete Clustering with Anchor Graphs Paper
  • [IJCAI 2019] Flexible Multi-View Representation Learning for Subspace Clustering Paper
  • [IJCAI 2019] Multi-View Attribute Graph Convolution Networks for Clustering Paper
  • [arXiv 2021] Multi-view Clustering via Deep Matrix Factorization and Partition Alignment Paper
  • [IJCAI 2019] Multi-view Clustering via Late Fusion Alignment Maximization Paper
  • [AAAI 2021] Multi-View Representation Learning with Manifold Smoothness Paper
  • [IJCAI 2019] Multi-view Spectral Clustering Network Paper
  • [arXiv 2021] Non-Linear Fusion for Self-Paced Multi-View Clustering Paper
  • [ICML 2021] One Pass Late Fusion Multi-view Clustering Paper
  • [ICCV 2021] One-pass Multi-view Clustering for Large-scale Data Paper

Incomplete Multi-View Clustering

  • [TPAMI 2021] Deep Partial Multi-View Learning Paper
  • [CVPR 2021] COMPLETER: Incomplete Multi-view Clustering via Contrastive Prediction Paper
  • [CVPR 2021] Reconsidering Representation Alignment for Multi-view Clustering Paper
  • [AAAI 2021] Unified Tensor Framework for Incomplete Multi-view Clustering and Missing-view Inferring Paper
  • [IJCAI 2019] Adversarial Incomplete Multi-view Clustering Paper
  • [ICDM 2020] Deep Incomplete Multi-View Multiple Clustering Papers
  • [IJCAI 2019] Simultaneous Representation Learning and Clustering for Incomplete Multi-view Data Paper

Multi-View Representation Learning

  • [AAAI 2021] Multi-View Information-Bottleneck Representation Learning Paper
  • [AAAI 2021] Uncertainty-Aware Multi-View Representation Learning Paper

Outlier Detection

  • [AAAI 2021] Neighborhood Consensus Networks for Unsupervised Multi-view Outlier Detection Paper

Others: may be related

  • [CVPR 2020] Multi-view Self-Constructing Graph Convolutional Networks with Adaptive Class Weighting Loss for Semantic Segmentation Paper
  • [ICML 2021] Decomposed Mutual Information Estimation for Contrastive Representation Learning Paper
  • [NeurIPS] What Makes Multi-modal Learning Better than Single (Provably) Paper
  • [NeurIPS 2020] Removing Bias in Multi-modal Classifiers: Regularization by Maximizing Functional Entropies Paper
  • [ICML 2020] Representation Learning via Adversarially-Contrastive Optimal Transport Paper
  • [CVPR 2020] What Makes Training Multi-modal Classification Networks Hard? Paper
  • [TKDE 2021] Cross-view Locality Preserved Diversity and Consensus Learning for Multi-view Unsupervised Feature Selection Paper

Data Set

Some data is so big that we can not upload to Github. But you can get them by Baidu Service. link code:g9zv

Data set Samples Views Clusters Location
Handwritten 2000 6 10 Get
Caltech-7 1474 6 7 Get
Caltech-20 2386 6 20 Get
BBCsport 116 4 5 Get
Scene-15 4485 2 15 Get
LandUse-21 2100 2 21 Get
Mnist 2 10 Get
NUSWIDEOBJ 26315 5 31 Baidu Cloud
MSRCV1 210 6 7 TBD
Reuters 18758 5 6 get/src
Noisy MNIST 2 10
Webkb 1051 2 2 Get
ORL 400 3 40 Get
BDGP 2500 TBD 5 TBD
Youtube 101499 31 ref
Animal 10158 2 50
SUNRGBD3 10335 2 45 ref
AwA 30475 6 50 ref
mirflickr
Owner
Andrew Guan
A student keeping foolish.
Andrew Guan
Barlow Twins and HSIC

Barlow Twins and HSIC Unofficial Pytorch implementation for Barlow Twins and HSIC_SSL on small datasets (CIFAR10, STL10, and Tiny ImageNet). Correspon

Yao-Hung Hubert Tsai 49 Nov 24, 2022
Ἀνατομή is a PyTorch library to analyze representation of neural networks

Ἀνατομή is a PyTorch library to analyze representation of neural networks

Ryuichiro Hataya 50 Dec 05, 2022
PyTorch code accompanying our paper on Maximum Entropy Generators for Energy-Based Models

Maximum Entropy Generators for Energy-Based Models All experiments have tensorboard visualizations for samples / density / train curves etc. To run th

Rithesh Kumar 135 Oct 27, 2022
Code for the paper "Benchmarking and Analyzing Point Cloud Classification under Corruptions"

ModelNet-C Code for the paper "Benchmarking and Analyzing Point Cloud Classification under Corruptions". For the latest updates, see: sites.google.com

Jiawei Ren 45 Dec 28, 2022
Official PyTorch Implementation of HELP: Hardware-adaptive Efficient Latency Prediction for NAS via Meta-Learning (NeurIPS 2021 Spotlight)

[NeurIPS 2021 Spotlight] HELP: Hardware-adaptive Efficient Latency Prediction for NAS via Meta-Learning [Paper] This is Official PyTorch implementatio

42 Nov 01, 2022
OptNet: Differentiable Optimization as a Layer in Neural Networks

OptNet: Differentiable Optimization as a Layer in Neural Networks This repository is by Brandon Amos and J. Zico Kolter and contains the PyTorch sourc

CMU Locus Lab 428 Dec 24, 2022
The Agriculture Domain of ERPNext comes with features to record crops and land

Agriculture The Agriculture Domain of ERPNext comes with features to record crops and land, track plant, soil, water, weather analytics, and even trac

Frappe 21 Jan 02, 2023
Alex Pashevich 62 Dec 24, 2022
CIFS: Improving Adversarial Robustness of CNNs via Channel-wise Importance-based Feature Selection

CIFS This repository provides codes for CIFS (ICML 2021). CIFS: Improving Adversarial Robustness of CNNs via Channel-wise Importance-based Feature Sel

Hanshu YAN 19 Nov 12, 2022
ULMFiT for Genomic Sequence Data

Genomic ULMFiT This is an implementation of ULMFiT for genomics classification using Pytorch and Fastai. The model architecture used is based on the A

Karl 276 Dec 12, 2022
A Python library for unevenly-spaced time series analysis

traces A Python library for unevenly-spaced time series analysis. Why? Taking measurements at irregular intervals is common, but most tools are primar

Datascope Analytics 516 Dec 29, 2022
Post-Training Quantization for Vision transformers.

PTQ4ViT Post-Training Quantization Framework for Vision Transformers. We use the twin uniform quantization method to reduce the quantization error on

Zhihang Yuan 61 Dec 28, 2022
A lightweight library to compare different PyTorch implementations of the same network architecture.

TorchBug is a lightweight library designed to compare two PyTorch implementations of the same network architecture. It allows you to count, and compar

Arjun Krishnakumar 5 Jan 02, 2023
An open source Python package for plasma science that is under development

PlasmaPy PlasmaPy is an open source, community-developed Python 3.7+ package for plasma science. PlasmaPy intends to be for plasma science what Astrop

PlasmaPy 444 Jan 07, 2023
WRENCH: Weak supeRvision bENCHmark

🔧 What is it? Wrench is a benchmark platform containing diverse weak supervision tasks. It also provides a common and easy framework for development

Jieyu Zhang 176 Dec 28, 2022
Dense Prediction Transformers

Vision Transformers for Dense Prediction This repository contains code and models for our paper: Vision Transformers for Dense Prediction René Ranftl,

Intel ISL (Intel Intelligent Systems Lab) 1.3k Dec 28, 2022
Este conversor criará a medida exata para sua receita de capuccino gelado da grandiosa Rafaella Ballerini!

ConversorDeMedidas_CapuccinoGelado Este conversor criará a medida exata para sua receita de capuccino gelado da grandiosa Rafaella Ballerini! Requirem

Arthur Ottoni Ribeiro 48 Nov 15, 2022
Point Cloud Denoising input segmentation output raw point-cloud valid/clear fog rain de-noised Abstract Lidar sensors are frequently used in environme

Point Cloud Denoising input segmentation output raw point-cloud valid/clear fog rain de-noised Abstract Lidar sensors are frequently used in environme

75 Nov 24, 2022
An pytorch implementation of Masked Autoencoders Are Scalable Vision Learners

An pytorch implementation of Masked Autoencoders Are Scalable Vision Learners This is a coarse version for MAE, only make the pretrain model, the fine

FlyEgle 214 Dec 29, 2022
Theano is a Python library that allows you to define, optimize, and evaluate mathematical expressions involving multi-dimensional arrays efficiently. It can use GPUs and perform efficient symbolic differentiation.

============================================================================================================ `MILA will stop developing Theano https:

9.6k Jan 06, 2023