Skip to content
/ COPER Public

COPER: Correlation-based Permutations for Multi-View Clustering (ICLR 2025)

License

Notifications You must be signed in to change notification settings

jsvir/COPER

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COPER: Correlation-based Permutations for Multi-View Clustering (ICLR 2025)

Official implementation of the accepted paper.

We propose an end-to-end deep learning-based multi-view clustering framework for general data types (such as images and tables). Our approach involves generating meaningful fused representations using a novel permutation-based canonical correlation objective. Cluster assignments are learned by identifying consistent pseudo-labels across multiple views.

How to run:

  1. Download the datasets here: OneDrive, Zenodo
  2. Update the path to the dataset in config files conf/<dataset_name>.yaml
  3. Run training: python coper.py --cfg <config file>
  4. Please note that for improved stability the model is trained with decoders by default.

Authors:

Citing:

If you are using this code or datasets, please cite our paper:

@inproceedings{
eisenberg2025coper,
title={{COPER}: Correlation-based Permutations for Multi-View Clustering},
author={Ran Eisenberg and Jonathan Svirsky and Ofir Lindenbaum},
booktitle={The Thirteenth International Conference on Learning Representations},
year={2025},
url={https://openreview.net/forum?id=5ZEbpBYGwH}
}

About

COPER: Correlation-based Permutations for Multi-View Clustering (ICLR 2025)

Topics

Resources

License

Stars

Watchers

Forks

Languages