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

Paper: Training a Supervised Cilia Segmentation Model from Self-SupervisionPaper added #929

Merged
merged 24 commits into from
Sep 25, 2024

Conversation

salirezav
Copy link
Contributor

@salirezav salirezav commented Jun 1, 2024

If you are creating this PR in order to submit a draft of your paper, please name your PR with Paper: <title>. An editor will then add a paper label and GitHub Actions will be run to check and build your paper.

See the project readme for more information.

Editor: Sanhita Joshi @sanhitamj

Reviewers:

rowanc1

This comment was marked as outdated.

@hongsupshin hongsupshin added the paper This indicates that the PR in question is a paper label Jun 1, 2024
Copy link

github-actions bot commented Jun 1, 2024

Curvenote Preview

Directory Preview Checks Updated (UTC)
papers/Alireza_Vaezi 🔍 Inspect 54 checks passed (5 optional) Sep 3, 2024, 1:53 AM

@ameyxd
Copy link
Contributor

ameyxd commented Jun 4, 2024

@salirezav Thanks for your submission. Can you update the DOIs that fail the checks?

You may be able to add citation keys you want to ignore if their DOIs don't exist in myst.yml under error_rules:

error_rules:
  - rule: doi-exists
    severity: ignore
    keys:
      - abc
      - def01

@ameyxd ameyxd self-assigned this Jun 4, 2024
@salirezav
Copy link
Contributor Author

Hi,

Thank you for your help. I made sure that every bibliography entry has a valid DOI, and otherwise appended them to the error_rule section. However, the check step still fails to complete.

@ameyxd ameyxd removed their assignment Jun 11, 2024
@iamtekson
Copy link
Collaborator

Hi @salirezav, I am Tek Kshetri, A graduate student at the University of Calgary, Canada. and one of the reviewers of your paper. I am currently reading your paper and will provide you with some comments here.

Copy link
Collaborator

@iamtekson iamtekson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall, the paper is well-written and easy to understand, even for someone not from the medical field. I appreciate the clarity and thoroughness of the authors' explanations. Thank you for giving me the opportunity to review this work.

Summary of paper:

The study introduces a self-supervised framework for automating cilia segmentation, crucial for diagnosing ciliopathies. Traditional methods rely on labor-intensive, manually labeled data. The new approach leverages optical flow to generate motion-based pseudolabels from healthy cilia videos, creating a robust training set for a semi-supervised neural network. This model effectively segments both motile and immotile cilia, overcoming inconsistencies in ciliary motion. Using a two-stage process involving optical flow and autoregressive modeling, the method achieves high accuracy without expert-drawn masks, significantly enhancing automated cilia analysis and potentially accelerating research and diagnostics for ciliopathies.

My general comments

I have listed few general comments as below,

  1. All the figures have two copies in png and webp formats. I suggest removing one of them.
  2. The paper could be further enhanced by including a detailed discussion section. This section could compare the proposed method with existing approaches, elaborate on potential limitations, and suggest future research directions. Furthermore, it would be nice to explain about the generalization of the model. Additionally, a deeper analysis of the pseudolabeling accuracy and its impact on the model’s performance would provide more comprehensive insights into the framework’s efficacy.

papers/Alireza_Vaezi/AR matrices.webp Outdated Show resolved Hide resolved
papers/Alireza_Vaezi/main.md Outdated Show resolved Hide resolved
papers/Alireza_Vaezi/main.md Outdated Show resolved Hide resolved
papers/Alireza_Vaezi/main.md Outdated Show resolved Hide resolved
papers/Alireza_Vaezi/main.md Outdated Show resolved Hide resolved
papers/Alireza_Vaezi/main.md Outdated Show resolved Hide resolved
papers/Alireza_Vaezi/main.md Outdated Show resolved Hide resolved
papers/Alireza_Vaezi/main.md Outdated Show resolved Hide resolved
papers/Alireza_Vaezi/main.md Outdated Show resolved Hide resolved
papers/Alireza_Vaezi/main.md Outdated Show resolved Hide resolved
@chongshenng
Copy link
Collaborator

Hello @salirezav 👋 , thanks for your submission! I'm Chong Shen, one of the reviewers of your paper. I'll add my comments shortly.

@chongshenng
Copy link
Collaborator

General comments

The authors propose a two-stage process to improve image segmentation models for cilia detection. The first step of the process first applies a series of image processing techniques, followed by auto regressive modelling. Finally, they apply a FPN architecture to train their image segmentation model.

The results from this work is promising especially since the proposed method appears to be quite novel. I've provided a few comments in the manuscript. However, there're still a few points below that I'd encourage the authors to address before accepting it:

  • There's no description of the cilia video/image dataset in this paper. Can you provide a brief description of it in the Methodology section? Is it an open source dataset? What were the training data sizes?
  • It'd be instructive to readers if a simple diagram can be included to show the workflow from raw video/image to a trained model.
  • The results refer to IoU, sensitivity, and specifity, which are fine. It would be more instructive to readers if there's an indication of a baseline for comparison of performance.

Copy link
Collaborator

@chongshenng chongshenng left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please refer to my commment here.

papers/Alireza_Vaezi/main.md Outdated Show resolved Hide resolved
papers/Alireza_Vaezi/main.md Outdated Show resolved Hide resolved
papers/Alireza_Vaezi/main.md Outdated Show resolved Hide resolved
papers/Alireza_Vaezi/main.md Outdated Show resolved Hide resolved
papers/Alireza_Vaezi/main.md Outdated Show resolved Hide resolved
papers/Alireza_Vaezi/main.md Outdated Show resolved Hide resolved
papers/Alireza_Vaezi/main.md Outdated Show resolved Hide resolved
papers/Alireza_Vaezi/main.md Outdated Show resolved Hide resolved
papers/Alireza_Vaezi/main.md Show resolved Hide resolved
@salirezav
Copy link
Contributor Author

Hi @salirezav, I am Tek Kshetri, A graduate student at the University of Calgary, Canada. and one of the reviewers of your paper. I am currently reading your paper and will provide you with some comments here.

Hello @iamtekson,
Thank you for your comments! I will be addressing your suggestions and comments in the following days.

@salirezav
Copy link
Contributor Author

Hello @salirezav 👋 , thanks for your submission! I'm Chong Shen, one of the reviewers of your paper. I'll add my comments shortly.

Hello @chongshenng,
Thank you for your comments and suggestions! I will be addressing the suggestions throughout the following days.

@sanhitamj
Copy link
Contributor

Hi @salirezav Just a reminder that 2nd Sept is the final deadline for the author(s) to make edits to the submission.

@salirezav
Copy link
Contributor Author

Hi @salirezav Just a reminder that 2nd Sept is the final deadline for the author(s) to make edits to the submission.

Hi @sanhitamj ! Thank you for the reminder! All of the changes suggested by the reviewers have been already made and pushed. I only need to make a minor change and then everything will be ready way before the deadline.

Thank you for all the help!

@sanhitamj
Copy link
Contributor

@salirezav thanks for the submission and the subsequent edits as well.

@iamtekson and @chongshenng thank you so much for the careful review. Will you please get back with your final decision about the paper by 9th Sept?

@iamtekson
Copy link
Collaborator

Now, it looks much more improved. I vote for accepting it. Thanks @sanhitamj and @salirezav for providing me the opportunity to review it.

@cbcunc cbcunc merged commit dc3c486 into scipy-conference:2024 Sep 25, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
paper This indicates that the PR in question is a paper ready-for-review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants