Git Product home page Git Product logo

multi-task-oriented_generative_modeling's Introduction

Generative Modeling for Multi-task Visual Learning

This is the repository for Generative Modeling for Multi-task Visual Learning, published at ICML 2022.

[Paper] [Slides] [Poster] [Talk]

Dataset architecture

root 
	- rgb 
		- scene_class_0
			- 001.png
			- 002.png
			- ...
		- scene_class_1
	- ss
		- scene_class_0
			- 001.npy
			- ...
	- de
		- scene_class_0
			- 001.npy
			- ...
	- sn
		- scene_class_0
			- 001.png
			- ...
	- msk
		- scene_class_0
			- 001.png
			- ...

Full MGM model training

To run the full model, due to the training mismatch of the GAN and discriminative model, we need to first pre-train the GAN and then train the full model. See train.py and train.sh for sampled training process.

Light-weight MGM model training

The refinement network and the self-supervision networks are the key in the paper. These modeules can help as long as we have some weakly-labelled data. Thus, we provide a light-weight MGM model -- we did not include a generative model in the framework, but assume we have some weakly-labeled data (no matter it is real or synthesized) to train the model.

see MGM_light in mgm.py and train_light.py for a sample training.

Acknowledgement

This work is built on self-attention GAN and taskgrouping repo.

Citation

@inproceedings{bao2022generative,
    Author = {Bao, Zhipeng and Hebert, Martial and Wang, Yu-Xiong},
    Title = {Generative Modeling for Multi-task Visual Learning},
    Booktitle = {ICML},
    Year = {2022},
}

multi-task-oriented_generative_modeling's People

Contributors

zpbao avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

multi-task-oriented_generative_modeling's Issues

No code

The method of this article is very novel.Could you provide the code of this article? I want to quote it

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.