Git Product home page Git Product logo

Comments (3)

Lewislou avatar Lewislou commented on July 2, 2024

Hi,

I also tried the TCGA-NSCLC dataset and Camelyon16 dataset for zero-shot classification using your published model weights.
On TCGA-NSCLC subset (75 LUAD/ 75 LUSC), the subtyping accuracy is super high, which is about 0.95 on balanced accuracy (Close to supervised method). However, on the test set of Camelyon16 (129 WSIs), the tumor classification result is very low, which is about 0.604 on balanced accuracy. Why is that?

Did you use TCGA-NSCLC dataset or CRC-100K dataset during the training of the released CONCH model?

from conch.

fedshyvana avatar fedshyvana commented on July 2, 2024

Hi, it looks like you are using prompt ensembling (i.e. by default, multiple classnames / templates are ensembled for each class), which means you should look at Supplementary table 1 - 7 for zero-shot performance that we reported in the paper. The screenshot you showed, Supplementary Table 13, is for without prompt ensembling (i.e. sampling a single prompt) and is therefore lower.

It is expected that the zero-shot performance on C16 would be low since MI-Zero was designed for subtyping problems but is not well suited for some other problems such as tumor detection (e.g. positive vs. negative). This is due to the nature of the top-k pooling in MI-Zero (which aggregates e.g. the top-k highest similar tiles for each class). In a positive slide, there will still be both positive and negative tiles, and therefore similarity scores for both classes might be equally high, making top-k pooling ill-suited for guiding the slide-level prediction. We briefly discussed this limitation of the naive MI-Zero algorithm in the discussion, and note that modifications to the pooling function may help extend the zero-shot utility of MI-Zero to these types of problems but leave it to future work to carefully validate.

Lastly, just to clarify, we did not use any of the downstream evaluation benchmarks in the training of the released CONCH model.

from conch.

Lewislou avatar Lewislou commented on July 2, 2024

Hi,

Thanks for your quick response. My questions are fully solved.

from conch.

Related Issues (9)

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.