Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

puzzles about this fancy paper #1

Closed
brisker opened this issue Oct 24, 2017 · 4 comments
Closed

puzzles about this fancy paper #1

brisker opened this issue Oct 24, 2017 · 4 comments

Comments

@brisker
Copy link

brisker commented Oct 24, 2017

  1. In the paper you mentioned the model can generate both image and text attention, with or without text input. So if input is only image without text, did you mean you can generate text report with text attention??
  2. In this t-SNE visualization(Fig. 4),
    image
    what does "w/o text" and "w/ text" mean? w/o or w/ in training stage or in testing stage? (your work seems more fancy if it means training stage, since training with text and input without text seems more fancy, and input text seems unreasonable...)
  3. If testing without text, what difference is the testing model with the training model(which is with text input)?
@brisker brisker changed the title questions about the text attention puzzles about this fancy paper Oct 24, 2017
@zizhaozhang
Copy link
Owner

  1. The text attention is meaningful when text input is given.
  2. For most experiments, training is done given by both image and text. w/o text and w/ text means the situation in the testing stage.
  3. No model difference, just do not send the text input (by setting the text feature matrix to zero).

@brisker
Copy link
Author

brisker commented Oct 25, 2017

@zizhaozhang
I am very interested in this paper. Hope you can provide some answers for my questions, thanks a lot!

  1. so one of the idea this paper wants to tell us is that , using both image and text to train a model, and the image classification accuracy will increase? What reason can explain this accuracy increase?

  2. it seems that your report can be summarized as 5 2-class or 3-class classification problems. So in the real medical report, I wonder that, does the doctor write sentences like "moderate crowding of the nuclei can be seen" , or write a crowding label(for example, 1 indicates mild crowding, 2 indicates moderate crowding, 3 indicates severe crowding)? If write labels, why not regard this a pure image classification problem?( I mean 5 classification problems , regarding the 5 cell appearances)

  3. Besides, I observed that the descriptions are mainly about the cell appearance features, so why not directly using cell segmentation results to get the cell appearance features, since this seems more reasonable and reliable than learning from the report? (Because the cell segmentation results can not be integrated into a deep learning framework?)

@zizhaozhang
Copy link
Owner

Thanks !

  1. The introduced text knowledge
  2. Please note that we are not trying to solve the problem of this dataset. Our model is designed to input free text. For pathology images, it is true for pathologist to write this kind of report. They prefer to not change too much. You can find evidence from a pathology book.
  3. It is a fundamental logic question. Do you think image recognition is useful? Why we just do object detection?
    Pls ask further paper question using email. This is for code issue :)

@brisker
Copy link
Author

brisker commented Oct 26, 2017

@zizhaozhang
I have already emailed you(zizhao@cise.ufl.edu) for further questions. Waiting for your answer. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants