Git Product home page Git Product logo

Comments (3)

jimleungjing avatar jimleungjing commented on September 23, 2024

Thanks for your attention!

  1. Gaussian Filter is expected to enlarge the attention region to make final mask prediction more robust.(In some extreme cases, one can observe that attention region might cover few part of ground truth, yielding a poor quality mask). However, due to limited time, we conduct very few experiments, and found that the improvement is imperceptible when the model is equipped with Gaussian Filter. We will clean the Gaussian Filter code in future.
  2. I forgot to revise the sentence. Resizing ground-truth(GT) mask M to A_{k} will loss clear boundary when the target resolution is too small(e.g., 256x256->16x16), and the resized GT mask will be empty in some extreme cases. These resized GTs will lead to wrong guidance and hurt performance. Resizing A_{k} to match the GT resolution is much better, since interpolation operation in mask prediction is differentiable.

from dirl-inharmonious-region-localization.

CSer-Tang-hao avatar CSer-Tang-hao commented on September 23, 2024

Thanks for your feedback!
I also found in your code that using iou_loss in bce_ssim_loss, which is not mentioned in your paper.
I wonder whether iou_loss can greatly improve the final result.

from dirl-inharmonious-region-localization.

jimleungjing avatar jimleungjing commented on September 23, 2024

Thanks for your feedback!
I also found in your code that using iou_loss in bce_ssim_loss, which is not mentioned in your paper.
I wonder whether iou_loss can greatly improve the final result.

iou_loss is aim to improve the IoU of the final inharmonious region prediction, and it indeed improves IoU score and slightly improves other two metrics.

from dirl-inharmonious-region-localization.

Related Issues (7)

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.