Git Product home page Git Product logo

neuralnetworks_project_2024's Introduction

This repository contains all the materials for this Neural Networks course project, the purpose of the project is to train segmentation model on all public datasets.

Project Information

Train an image segmentation model on all available public data. The key feature is that different datasets use different labeling schemes, and you do not want to convert all labels into common scheme (e.g., car, bicycle, pedestrian), because that would lose a lot of supervision signal (e.g., bus, truck, van would be all labeled as car). Instead, you should create a separate output head for each dataset with classes of that dataset. When doing backpropagation, you must mask out all the other output heads without the ground truth in the sum of losses, just keep the one loss for this dataset (labeling scheme). Now this can create very unbalanced gradients, if your batch does not contain images from all (or at least most) datasets. So, you need sample batches such that they contain at least one image from each dataset (or most datasets). This may be more than can fit in your GPU memory, so you might need to use gradient accumulation.

Motivation

By creating separate output heads for each dataset, we aim to preserve the unique labeling characteristics of individual datasets without sacrificing valuable supervision signals. This approach allows us to leverage the rich information contained in different datasets while ensuring accurate segmentation results tailored to each dataset's specific classes.

Data Collection

https://www.cityscapes-dataset.com/dataset-overview/ https://groups.csail.mit.edu/vision/datasets/ADE20K/ https://www.mapillary.com/dataset/vistas

Team Members

Yucui Wu ([email protected]) Ulle Puttsepp ([email protected]) Anastasija Rammul ([email protected]) Obed Kobina Nsiah ([email protected])

neuralnetworks_project_2024's People

Contributors

cocowu007 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.