Code Monkey home page Code Monkey logo

water-segmentation's Introduction

water-segmentation

This repository contains code and resources for ISAE Supaero's SDD hackathon 2024.

The goal of this project is to develop an algorithm that can accurately segment water regions in images. This can be useful in various applications such as environmental monitoring, flood prediction, and satellite imagery analysis.

The evaluation metric used for the model's performance was mIOU.

Mask example

Solutions

Several different architectures and methods were tested during the course of the hackathon. Below is a list of different architectures, encoders, loss functions and Augmentations tested.

Architectures

Encoders

  • ResNet (18, 50, 101 and 152)
  • EfficientNet
  • ResNeXt

Models with both random and pre-trained weights were tested.

Loss functions

  • Dice Loss
  • Jaccard Loss
  • BCE

Augmentations

Not taking into consideration the common augmentations (crops, shifts, rotates, jitters, etc.), we observed a great improvement in the model's performance by using Histogram Matching.

We conjecture that this is due to the fact that the dataset often had examples with out-of-distribution conditions of lightning, camera type, and vegetation. Applying a histogram matching of these images allowed the model to generalize better to all types of different conditions.

Results

Results

water-segmentation's People

Contributors

rafacelente avatar

Watchers

 avatar

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.