Code Monkey home page Code Monkey logo

Comments (2)

yxgeee avatar yxgeee commented on September 21, 2024

Hi, thank you for your question.

I did not use DBSCAN-based MMT in our paper, so I have not conducted complete ablation study on the implementation details about DBSCAN. Specifically, I adopted K-Means in the paper with original distance and only target-domain features.

When conducting experiments with DBSCAN recently, I referred to the clustering step in SSG for fair comparison. I guess SSG referred to https://github.com/LcDog/DomainAdaptiveReID.

And I found that the performance drops significantly when directly using original distance in DBSCAN. I did not use the source-domain features for clustering, i.e. lambda_value=0 in the training script. I am not sure whether it will improve the performance when combining with source-domain features, i.e. setting lambda_value>0. You can try it yourself.

About results, in my current settings (jaccard distance with only target-domain features), DBSCAN-MMT performs slightly better than KMeans-MMT on duke-to-market task (+ 2-3% mAP) and performs slightly worse than KMeans-MMT on market-to-duke task (- 1-2% mAP).

from mmt.

SunskyF avatar SunskyF commented on September 21, 2024

Thanks for your quick and detailed reply!
I'm sorry that I didn't notice lambda-value = 0.
I guess jaccard distance adds some prior information to help cluster. To some extend, using jaccard distance optimizes the model from a global view (whole dataset).
Again, thanks for your reply and your awesome work..

from mmt.

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.