RnDProjectsDeebul / NandhiniMathivananRnD

Apache License 2.0
0 stars 0 forks source link

report correction #14

Closed nandhini30 closed 1 year ago

nandhini30 commented 1 year ago

rough_draft.pdf

deebuls commented 1 year ago

I am reviewing the document , and I found out 1 major issue so I am writing is ASAP. We are missing the "robustness" experiment which is even there in the title.

For robustness the experiment to do is adding noise to the labels like the one which was done in my paper . So basically the experiment for adding different noise to the labels , retraining the models with the 4 loss function or atleast (the Gaussian and cauchy) . Do it only for 1 dataset whichever trains faster.

I know this doesnt fit in your plans but we were discussion this before the break but missed the point after the break. But think about it, its in the title and we started for checking the robustness.

I would say you try these experiments till 15th and submit which is possible. I will send the other review ASAP .

deebuls commented 1 year ago

There is one another option which might take less time than previous approach . Which is checking the robustness of the inference and not in training .

In this you can add noise to the image by using the different augmentation techniques (https://pytorch.org/vision/stable/transforms.html) so here you dont need to train the model just change the transform for the test dataloader and check the outputs.

So by doing this you can atleast check the mark that you have looked something into robustness of the model.

@nandhini30

deebuls commented 1 year ago

Annotations

(12/22/2022, 8:49:31 PM) -> the pdf is attached below

deebuls commented 1 year ago

Summary:

  1. Missing robustness experiment, as explained in the first 2 issues solution for it .
  2. Each section , chapter please write a single para conclusion of the section in the end.
  3. Reduce all the white space between images , try to fit more images in single page to do the comparison. I have written how you can do in the report. You can make the collage in any other image tool like inkscape or any image tool u know and just import 1 single image in latex.
  4. The paragraph describing the graph or the images try to keep it near to the image, probably in the same page.
  5. The plots . put the metric name in the plot and in the caption.
  6. Cite Cite and Cite .. Just keep on citing on every statement, in caption everywhere.

Dont get demotivated by the comments, you have done good amount of work. The report holds major percentage of the grade, so its a big deal.

deebuls commented 1 year ago

rough_draft_reviewed.pdf

nandhini30 commented 1 year ago

Robustness_Results.pdf I have uploaded the results of data augmentation techniques (gaussian blur, random rotation and random invert). The entropy plots were plotted and I have interval score values too. Is this enough for robustness study?