Giter VIP home page Giter VIP logo

dfcn's Introduction

Paper

Made with Python GitHub stars GitHub forks visitors

Source code for the paper "Deep Fusion Clustering Network"

W. Tu, S. Zhou, X. Liu, X. Guo, Z. Cai, E. zhu, and J. Cheng.

Accepted by AAAI2021. [Paper] [Poster]

Installation

Clone this repo.

git clone https://github.com/WxTu/DFCN.git
  • Windows 10 or Linux 18.04
  • Python 3.7.5
  • Pytorch (1.2.0+)
  • Numpy 1.18.0
  • Sklearn 0.21.3
  • Torchvision 0.3.0
  • Matplotlib 3.2.1

Preparation

We adopt six datasets in total, including three graph datasets (ACM, DBLP, and CITE) and three non-graph datasets (USPS, HHAR, and REUT). To train a model on these datasets, please download them from Baidu Cloud (access code: 4622) or SDCN.

Code Structure & Usage

Here we provide an implementation of Deep Fusion Clustering Network (DFCN) in PyTorch, along with an execution example on the DBLP dataset (due to file size limit). The repository is organised as follows:

  • load_data.py: processes the dataset before passing to the network.
  • DFCN.py: defines the architecture of the whole network.
  • IGAE.py: defines the improved graph autoencoder.
  • AE.py: defines the autoencoder.
  • opt.py: defines some hyper-parameters.
  • utils.py: defines the lr-policy, metrics, and others.
  • train.py: the entry point for training and testing.

Finally, main.py puts all of the above together and may be used to execute a full training run on DBLP.

Visualization

Contact

[email protected]

Any discussions or concerns are welcomed!

Citation & License

If you use this code for your research, please cite our paper.

@inproceedings{TuDeep,
  title={Deep Fusion Clustering Network},
  author={Tu, Wenxuan and Zhou, Sihang and Liu, Xinwang and Guo, Xifeng and Cai, Zhiping and zhu, En and Cheng, Jieren},
  booktitle={The Thirty-Fifth AAAI Conference on Artificial Intelligence},
  year={2021}
}

All rights reserved. Licensed under the Apache License 2.0.

The code is released for academic research use only. For commercial use, please contact [[email protected]].

Acknowledgement

D. Bo, X. Wang, C. Shi, et al. Structural Deep Clustering Network. In WWW, 2020.
--https://github.com/bdy9527/SDCN

X. Guo, L. Gao, X. Liu, et al. Improved Deep Embedded Clustering with Local Structure Preservation. In IJCAI, 2017.
--https://github.com/XifengGuo/IDEC

J. Xie, R. Girshick, and A. Farhadi. Unsupervised Deep Embedding for Clustering Analysis. In ICML, 2016.
--https://github.com/vlukiyanov/pt-dec

dfcn's People

Contributors

wxtu avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.