All Projects → pliang279 → factorized

pliang279 / factorized

Licence: MIT License
[ICLR 2019] Learning Factorized Multimodal Representations

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to factorized

awesome-multimodal-ml
Reading list for research topics in multimodal machine learning
Stars: ✭ 3,125 (+6277.55%)
Mutual labels:  representation-learning, multimodal-learning
batter-pitcher-2vec
A model for learning distributed representations of MLB players.
Stars: ✭ 75 (+53.06%)
Mutual labels:  representation-learning
SimCLR
Pytorch implementation of "A Simple Framework for Contrastive Learning of Visual Representations"
Stars: ✭ 65 (+32.65%)
Mutual labels:  representation-learning
multimodal-vae-public
A PyTorch implementation of "Multimodal Generative Models for Scalable Weakly-Supervised Learning" (https://arxiv.org/abs/1802.05335)
Stars: ✭ 98 (+100%)
Mutual labels:  multimodal-learning
mvits for class agnostic od
Multi-modal Transformers Excel at Class-agnostic Object Detection
Stars: ✭ 118 (+140.82%)
Mutual labels:  multimodal-learning
visual syntactic embedding video captioning
Source code of the paper titled *Improving Video Captioning with Temporal Composition of a Visual-Syntactic Embedding*
Stars: ✭ 23 (-53.06%)
Mutual labels:  representation-learning
ExCon
ExCon: Explanation-driven Supervised Contrastive Learning
Stars: ✭ 17 (-65.31%)
Mutual labels:  representation-learning
EgoNet
Official project website for the CVPR 2021 paper "Exploring intermediate representation for monocular vehicle pose estimation"
Stars: ✭ 111 (+126.53%)
Mutual labels:  representation-learning
CoVA-Web-Object-Detection
A Context-aware Visual Attention-based training pipeline for Object Detection from a Webpage screenshot!
Stars: ✭ 18 (-63.27%)
Mutual labels:  multimodal-learning
ethereum-privacy
Profiling and Deanonymizing Ethereum Users
Stars: ✭ 37 (-24.49%)
Mutual labels:  representation-learning
Patient2Vec
Patient2Vec: A Personalized Interpretable Deep Representation of the Longitudinal Electronic Health Record
Stars: ✭ 85 (+73.47%)
Mutual labels:  representation-learning
game-feature-learning
Code for paper "Cross-Domain Self-supervised Multi-task Feature Learning using Synthetic Imagery", Ren et al., CVPR'18
Stars: ✭ 68 (+38.78%)
Mutual labels:  representation-learning
cpnet
Learning Video Representations from Correspondence Proposals (CVPR 2019 Oral)
Stars: ✭ 93 (+89.8%)
Mutual labels:  representation-learning
autoencoders tensorflow
Automatic feature engineering using deep learning and Bayesian inference using TensorFlow.
Stars: ✭ 66 (+34.69%)
Mutual labels:  representation-learning
awesome-contrastive-self-supervised-learning
A comprehensive list of awesome contrastive self-supervised learning papers.
Stars: ✭ 748 (+1426.53%)
Mutual labels:  representation-learning
proto
Proto-RL: Reinforcement Learning with Prototypical Representations
Stars: ✭ 67 (+36.73%)
Mutual labels:  representation-learning
just-ask
[TPAMI Special Issue on ICCV 2021 Best Papers, Oral] Just Ask: Learning to Answer Questions from Millions of Narrated Videos
Stars: ✭ 57 (+16.33%)
Mutual labels:  multimodal-learning
simclr-pytorch
PyTorch implementation of SimCLR: supports multi-GPU training and closely reproduces results
Stars: ✭ 89 (+81.63%)
Mutual labels:  representation-learning
CodeT5
Code for CodeT5: a new code-aware pre-trained encoder-decoder model.
Stars: ✭ 390 (+695.92%)
Mutual labels:  representation-learning
gan tensorflow
Automatic feature engineering using Generative Adversarial Networks using TensorFlow.
Stars: ✭ 48 (-2.04%)
Mutual labels:  representation-learning

Learning Factorized Multimodal Representations

Pytorch implementation for learning factorized multimodal representations using deep generative models.

Correspondence to:

Paper

Learning Factorized Multimodal Representations
Yao-Hung Hubert Tsai*, Paul Pu Liang*, Amir Zadeh, Louis-Philippe Morency, and Ruslan Salakhutdinov
ICLR 2019. (*equal contribution)

Installation

First check that the requirements are satisfied:
Python 3.6/3.7
PyTorch 0.4.0
numpy 1.13.3
sklearn 0.20.0

The next step is to clone the repository:

git clone https://github.com/pliang279/factorized.git

Dataset

Please download the latest version of the CMU-MOSI, CMU-MOSEI, POM, and IEMOCAP datasets which can be found at https://github.com/A2Zadeh/CMU-MultimodalSDK/

Scripts

Please run

python mfm_test_mosi.py

in the command line.

Similar commands for loading and running models for other datasets can be found in mfm_test_mmmo.py, mfm_test_moud.py etc.

If you use this code, please cite our paper:

@inproceedings{DBLP:journals/corr/abs-1806-06176,
  title     = {Learning Factorized Multimodal Representations},
  author    = {Yao{-}Hung Hubert Tsai and
               Paul Pu Liang and
               Amir Zadeh and
               Louis{-}Philippe Morency and
               Ruslan Salakhutdinov},
  booktitle={ICLR},
  year={2019}
}

Related papers and repositories building upon these datasets:
CMU-MOSEI dataset: paper, code
Memory Fusion Network: paper, code
Multi-Attention Recurrent Network: paper, code
Graph-MFN: paper, code
Multimodal Transformer: paper, code
Multimodal Cyclic Translations: paper, code

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].