Git Product home page Git Product logo

Comments (1)

dattran2346 avatar dattran2346 commented on September 27, 2024

Hi, Deep Learning method is a very powerful feature learning machine, so it can be very easily learn irrelevant features for the task at hand. So by training on the cropped X-ray, you explicitly force the model to learn more discriminative features on the lung region, which is where the thoracic disease occurs and visible in the chest X-ray.

Another idea is to use the mask generated by the model as pseudo-label and train segmentation and classification jointly with segmentation as auxiliary task, the combine loss can be L_combine = L_classification + 0.1*L_segmentation. This can squeeze out a little extra point. I haven't test it yet, but you can try.

Hope this answer your question.

from chestx-ray-14.

Related Issues (6)

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.