GithubHelp home page GithubHelp logo

Comments (3)

yl-1993 avatar yl-1993 commented on August 19, 2024 1

Hi @aiot-tech , the proposed method is not designed for incremental clustering, but I think it can be applied to incremental clustering with some adaptations.

  • A naive solution is to merge the new data with the old ones and apply clustering again. It demands more computational cost but it can serve as a reference performance. (Actually, the performance of incremental clustering cannot surpass the full clustering, except there are other known priors, e.g., the new data does not share any classes with the old ones.)
  • If it is known that the new data does not share any classes with the old ones, we can simply apply clustering on them separately and merge the results.
  • If it is unknown whether there is overlap between new data classes and old data classes, the key lies in how to merge the new data into the old clusters. A possible solution is to decompose the problem into two stages, i.e., first apply clustering on them separately and then develop some techniques to merge clusters. For merging clusters, we can leverage the idea of super vertex to regard each cluster as a vertex for constructing an affinity graph, and then apply GCN-D and GCN-S thereon.

Besides extending the current full clustering approaches to incremental clustering, you can also design specialized algorithms for incremental clustering.

Above are some of my thoughts but I do not test them experimentally. Let me know if you make any progress.

from learn-to-cluster.

aiot-tech avatar aiot-tech commented on August 19, 2024

Great! Thanks a lot

from learn-to-cluster.

Linsongrong avatar Linsongrong commented on August 19, 2024

@aiot-tech Hi. Have you solved this problem? Can you share your idea?

from learn-to-cluster.

Related Issues (20)

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.