Giter VIP home page Giter VIP logo

tip22---aassc-net's Introduction

AASSC-Net

Adaptive Attribute and Structure Subspace Clustering Network

Made with Python GitHub stars GitHub forks visitors

URL_arXiv: https://arxiv.org/abs/2109.13742

URL_IEEE: https://ieeexplore.ieee.org/iel7/83/9626658/09769915.pdf

We have added remarks in the code, where the specific details can correspond to the explanation in the paper. A better clustering performance can be obtained by fine-tuning the hyperparameters. For example, the hyperparameters of UMIST is: [reg1: 1000 reg2: 0.001 reg3: 0.1], where regs 1-3 denotes \lambda_1, \lambda_2, and \beta respectively in this paper.

We appreciate it if you use this code and cite our paper, which can be cited as follows,

@article{peng2022adaptive,
title={Adaptive Attribute and Structure Subspace Clustering Network},
author={Peng, Zhihao and Liu, Hui and Jia, Yuheng and Hou, Junhui},
journal={IEEE Transactions on Image Processing},
year={2022},
volume={31},
pages={3430-3439},
doi={10.1109/TIP.2022.3171421}
}

Environment

  • Tensorflow [2.8.0]
  • Python [3.7.7]

FAQ

  • How to solve the error [ModuleNotFoundError: No module named 'tensorflow.contrib']?
    • As the contrib module doesn't exist in TF2.0, it is advised to use "tf.compat.v1.keras.initializers.he_normal()" as the initializer.
  • How to solve the issue that [TensorFlow 1.x migrated to 2.x]?
    • It is advised to use the "tf.compat.v1.XXX" for code compatibility processing.
  • How to solve the error [RuntimeError: tf.placeholder() is not compatible with eager execution]?
    • It is advised to use the "tf.compat.v1.disable_eager_execution()".

tip22---aassc-net's People

Contributors

zhihaopeng-cityu avatar

Stargazers

Yuanyang Zhang avatar  avatar whh avatar  avatar  avatar neurocomputing avatar Lei Cao avatar XXXX avatar dug avatar

Watchers

 avatar

Forkers

aweirdname

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.