All Projects → wchstrife → Awesome-Image-Matting

wchstrife / Awesome-Image-Matting

Licence: MIT license
📓 A curated list of deep learning image matting papers and codes

Projects that are alternatives of or similar to Awesome-Image-Matting

PaperShell
Nice and flexible template environment for papers written in LaTeX
Stars: ✭ 117 (-58.36%)
Mutual labels:  paper
event-extraction-paper
Papers from top conferences and journals for event extraction in recent years
Stars: ✭ 54 (-80.78%)
Mutual labels:  paper
tpprl
Code and data for "Deep Reinforcement Learning of Marked Temporal Point Processes", NeurIPS 2018
Stars: ✭ 68 (-75.8%)
Mutual labels:  paper
grakkit
A modern JavaScript development environment for Minecraft.
Stars: ✭ 184 (-34.52%)
Mutual labels:  paper
dot-grid-paper
Dot Grid Paper
Stars: ✭ 97 (-65.48%)
Mutual labels:  paper
PMMasterQuest
Take Paper Mario 64, buff old and new enemies to absurd levels, then rebalance Mario's overpowered strategies, and you've got one of the most difficult hacks of all time: Paper Mario Master Quest. The Discord:
Stars: ✭ 58 (-79.36%)
Mutual labels:  paper
alexnet-pytorch
Pytorch Implementation of AlexNet
Stars: ✭ 87 (-69.04%)
Mutual labels:  paper
PlantDoc-Dataset
Dataset used in "PlantDoc: A Dataset for Visual Plant Disease Detection" accepted in CODS-COMAD 2020
Stars: ✭ 114 (-59.43%)
Mutual labels:  paper
my-notes
工程师的自我修养
Stars: ✭ 28 (-90.04%)
Mutual labels:  paper
Paper-clip
List of various interesting papers
Stars: ✭ 16 (-94.31%)
Mutual labels:  paper
SpeechEnhancement
about Speech enhancement
Stars: ✭ 33 (-88.26%)
Mutual labels:  paper
ignite
A Mixin and Access Widener mod loader for Spigot/Paper
Stars: ✭ 115 (-59.07%)
Mutual labels:  paper
dough
Library containing a lot of useful utility classes for the everyday Java and Spigot/Paper developer.
Stars: ✭ 26 (-90.75%)
Mutual labels:  paper
glico-learning-small-sample
Generative Latent Implicit Conditional Optimization when Learning from Small Sample ICPR 20'
Stars: ✭ 20 (-92.88%)
Mutual labels:  paper
Origami
Bukkit/Spigot/Paper based Minecraft server used by Minebench.de | Looking for an 1.17 version? If so most patches are PRd into Paper now, Origami 1.17 will continue once patches that Paper wont accept are necessary.
Stars: ✭ 29 (-89.68%)
Mutual labels:  paper
deep-learning-resources
A curated list of deep learning resources books, courses, papers, libraries, conferences, sample code, and many more.
Stars: ✭ 101 (-64.06%)
Mutual labels:  paper
STAWM
Code for the paper 'A Biologically Inspired Visual Working Memory for Deep Networks'
Stars: ✭ 21 (-92.53%)
Mutual labels:  paper
Advances-in-Label-Noise-Learning
A curated (most recent) list of resources for Learning with Noisy Labels
Stars: ✭ 360 (+28.11%)
Mutual labels:  paper
research-contributions
Implementations of recent research prototypes/demonstrations using MONAI.
Stars: ✭ 564 (+100.71%)
Mutual labels:  paper
libpillowfight
Small library containing various image processing algorithms (+ Python 3 bindings) that has almost no dependencies -- Moved to Gnome's Gitlab
Stars: ✭ 60 (-78.65%)
Mutual labels:  paper

Awesome Image Matting Awesome

A curated list of deep learning image matting papers and codes since 2016, Inspired by awesome-object-detection, deep_learning_object_detection and awesome-deep-learning-papers.

UPDATE

  • Video Matting

If you find this repo useful, please star it!!

Background

Image Matting is the process of accurately estimating the foreground object in images and videos. It is a very important technique in image and video editing applications, particularly in film production for creating visual effects. In case of image segmentation, we segment the image into foreground and background by labeling the pixels. Image segmentation generates a binary image, in which a pixel either belongs to foreground or background. However, Image Matting is different from the image segmentation, wherein some pixels may belong to foreground as well as background, such pixels are called partial or mixed pixels. In order to fully separate the foreground from the background in an image, accurate estimation of the alpha values for partial or mixed pixels is necessary.

Video Matting

  • Attention-guided Temporally Coherent Video Object Matting [MM 2021] Paper

  • Deep Video Matting via Spatio-Temporal Alignment and Aggregation [CVPR 2021] Paper Code

  • Robust High-Resolution Video Matting with Temporal Guidance [WACV 2022] Paper Code Project

Image Matting

  • MatteFormer: Transformer-Based Image Matting via Prior-Tokens [CVPR 2022] Paper Code 🔥

  • Boosting Robustness of Image Matting with Context Assembling and Strong Data Augmentation [arXiv 2022] Paper

  • MODNet: Real-Time Trimap-Free Portrait Matting via Objective Decomposition [AAAI 2022] Paper Code

  • Deep Automatic Natural Image Matting [IJCAI 2021] Paper Code

  • Deep Image Matting with Flexible Guidance Input [BMVC 2021] Paper Code

  • Highly Efficient Natural Image Matting [BMVC 2021] Paper

  • Semantic Image Matting [CVPR 2021] Paper Code

  • Towards Enhancing Fine-grained Details for Image Matting [WACV 2021] Paper

  • Multi-scale Information Assembly for Image Matting [Pacific Graphics 2020] Paper

  • Improved Image Matting via Real-time User Clicks and Uncertainty Estimation [CVPR 2021] Paper

  • Mask Guided Matting via Progressive Refinement Network [CVPR 2021] Paper

  • Real-Time High-Resolution Background Matting [CVPR 2021] Paper Code

  • End-to-end Animal Image Matting [arXiv] Paper Code

  • Hierarchical Opacity Propagation for Image Matting [arXiv] Paper Code

  • High-Resolution Deep Image Matting [AAAI 2021] Paper

  • FBA: F, B, Alpha Matting. [arXiv] Paper Code

  • Background Matting: The World is Your Green Screen. [CVPR 2020] Paper Code ProjectPage 🔥

  • HAttMatting: Attention-Guided Hierarchical Structure Aggregation for Image Matting [CVPR 2020] Paper ProjectPage

  • Boosting Semantic Human Matting with Coarse Annotations[CVPR 2020] Paper

  • Natural Image Matting via Guided Contextual Attention. [AAAI 2020] Paper Code 🔥

  • Indices Matter: Learning to Index for Deep Image Matting. [ICCV 2019] Paper Code 🔥

  • Context-Aware Image Matting for Simultaneous Foreground and Alpha Estimation [ICCV 2019] Paper Code 🔥

  • Disentangled Image Matting [ICCV 2019] Paper

  • LFM: A Late Fusion CNN for Digital Matting. [CVPR 2019] Paper

  • Learning-based sampling for natural image matting [CVPR 2019] paper

  • Very Deep Residual Network for Image Matting [ICIP 2019] Paper

  • SHM: Semantic Human Matting. [MM 18] Paper

  • AlphaGAN: Generative adversarial networks for natural image matting. [BMVC 2018] Paper ProjectPage

  • DIM: Deep Image Matting. [CVPR 2017] Paper Code ProjectPage 🔥

  • Deep Automatic Portrait Matting. [ECCV 2016] Paper ProjectPage

Dataset & BenchMark

Tools

Evaluation Methods

  • A Perceptually Motivated Online Benckmark for Image Matting. [CVPR 2009] Paper
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].