Giter VIP home page Giter VIP logo

Comments (3)

DonaldTsang avatar DonaldTsang commented on July 24, 2024

Some useful information regarding the semantic segmentation of images https://github.com/mrgloom/awesome-semantic-segmentation
Weird problems that will arise from using the repos within verbatim:

  1. How do we deal with tag synonyms and tag subsets? Do we create a system of which segmented regions can have multiple tags?
  2. What about character tags vs facial/clothing component tags? How do we correlate them together into a logical manner? hierarchies?
  3. What about segmented regions that are too small? Would it get picked up by DD 1.0 but not DD+SS system?
  4. How many layers do we need maximum? 32? (since that is the maximum amount of tags per image in general?) 64/128/256?

from deepdanbooru.

DonaldTsang avatar DonaldTsang commented on July 24, 2024

Some ideas in how to implement a Semantic Segmentation dataset/model "ShoujoSegment"

  1. The initial dataset phase
  • Gather a list of images with strong heatmap confidence
  • Use Recaptha's 3x3 5F-3T-1U test to refine the borders (remember to augment and noise them)
  • Collect results from volunteers and address weighting and credibility issues
  1. The Semantic Segmentation training phase
  • Create the system model (or better yet multiple models)
  • Use the collected data to train the system
  • Optimize the system speed and accuracy wise regarding ensembles
  1. The data refinement phase
  • Increase the scope of images used
  • Use Recaptha's 3x3 5F-3T-1U test to refine the borders (remember to augment and noise them)
  • Use volunteer's results to refine the Semantic Segmentation
  1. Others things that can be done outside of this loop
  • Create micro-models (that is a simplified version of the main model) for mobile systems
  • Apply this system into a new social media network for community contributions
  • Use the "ShoujoSegment" system to refine DeepDanbooru and vice versa

This concept would be applied as the "Humans in the Loop"or "Active Learning" system.
A good example would be:

If there are crowdsourced Semantic Segmentation this can help http://ilpubs.stanford.edu:8090/1161/1/main.pdf and http://ceur-ws.org/Vol-2173/paper10.pdf

from deepdanbooru.

DonaldTsang avatar DonaldTsang commented on July 24, 2024

I am just going to put this here, for those who wants to go from label to table.

from deepdanbooru.

Related Issues (20)

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.