mmf: a modular framework for vision and language multimodal research.
Project description
MMF
NOTE: MMF is still in beta mode and will replace Pythia framework. To get the latest Pythia code which doesn't contain MMF changes, please use the following command:
git clone --branch v0.3 https://github.com/facebookresearch/mmf pythia
MMF is a modular framework for vision and language multimodal research. Built on top of PyTorch, it features:
- Model Zoo: Reference implementations for state-of-the-art vision and language model including LoRRA (SoTA on VQA and TextVQA), Pythia model (VQA 2018 challenge winner), BAN and BUTD.
- Multi-Tasking: Support for multi-tasking which allows training on multiple dataset together.
- Datasets: Includes support for various datasets built-in including VQA, VizWiz, TextVQA, VisualDialog and COCO Captioning.
- Modules: Provides implementations for many commonly used layers in vision and language domain
- Distributed: Support for distributed training based on DataParallel as well as DistributedDataParallel.
- Unopinionated: Unopinionated about the dataset and model implementations built on top of it.
- Customization: Custom losses, metrics, scheduling, optimizers, tensorboard; suits all your custom needs.
You can use MMF to bootstrap for your next vision and language multimodal research project.
MMF can also act as starter codebase for challenges around vision and language datasets (TextVQA challenge, VQA challenge)
Installation
Follow installation instructions in the documentation.
Documentation
Learn more about MMF here.
Citation
If you use MMF in your work, please cite:
@inproceedings{singh2018pythia,
title={Pythia-a platform for vision \& language research},
author={Singh, Amanpreet and Goswami, Vedanuj and Natarajan, Vivek and Jiang, Yu and Chen, Xinlei and Shah, Meet and Rohrbach, Marcus and Batra, Dhruv and Parikh, Devi},
booktitle={SysML Workshop, NeurIPS},
volume={2018},
year={2018}
}
License
MMF is licensed under BSD license available in LICENSE file
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
Hashes for mmf-1.0.0rc3-cp38-cp38-manylinux1_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | baf16d46011705270e15ab8da3ac7cb7a7d9db1af3e370ae0690ff343f725e20 |
|
MD5 | 3dc970b73db80c5a80eeea552b55ec1f |
|
BLAKE2b-256 | d6f6e1be9db49b6589b19c41a899588e9cfb7a4f0606c6ab1206d183cbe4c762 |
Hashes for mmf-1.0.0rc3-cp37-cp37m-manylinux1_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c6a2a99a77a15f39fe707ac702f0f8e66e812db68ba7eccbf1608ed8f9b59239 |
|
MD5 | 5fda3606e6893889d16e95bf8cb538a3 |
|
BLAKE2b-256 | 9f001080c624b3631845468edbcda3cc01f0370b3f733256673872f042d4f060 |
Hashes for mmf-1.0.0rc3-cp36-cp36m-manylinux1_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | cee3a31a58a470663487790d37326a0f3bbeb979d086f206317a1175145eaebd |
|
MD5 | c145e40cc8a6b81b591786117948a6e5 |
|
BLAKE2b-256 | 6542676d933a311e12af0cf749013ded5f9f1e11aef237435f55909df46fcd13 |