Giter VIP home page Giter VIP logo

hubmap's Introduction

Overview

License

Utilizing metadata comprising x and y coordinates, the provided samples were amalgamated to generate a Reconstructed Original Image. Each sample was processed to extract a contextual window of 512 units in both dimensions, unless proximity to the image boundary necessitated a larger contextual area on the opposite side. This resulting composition is denoted as the Image with Global Information.

A predictive model was subsequently employed to generate a segmentation mask for the Image with Global Information, henceforth termed as Global Information Mask. Further refinement was achieved by isolating the region of interest based on x and y coordinates in metadata, yielding the Mask of Region of Interest. This strategic integration of global information substantiates the precision of the predictive outcome.

The implementation also embraced advanced techniques such as test time augmentation and ensembling to enhance the model's performance, thereby exemplifying a comprehensive approach to refining predictive accuracy.

alt text

Training Overview

Trained the model for each wsi reconstructed image with 3 for training and 1 for validation by taking a slice of 1536 x 1536 such that 10% of the image has segmentation mask if not select other slice.

Inference Overview

The model was trained iteratively, yielding four distinct training and validation sets. During the prediction phase, the most probable class was inferred from multiple augmentations for each unique model. The culmination of the four models involved determining the most probable class for every pixel. Subsequently, instances were segmented using the cv2.connectedComponentsWithStats method, with the prediction score for each instance being calculated as the average of the prediction scores attributed to individual pixels.

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.