paper-with-me

홈 › Papers

OccluMix: Towards De-Occlusion Virtual Try-on by Semantically-Guided Mixup

2023-01-03 · Zhijing Yang, Junyang Chen, Yukai Shi, Hao Li, Tianshui Chen, Liang Lin

Image Virtual try-on aims at replacing the cloth on a personal image with a garment image (in-shop clothes), which has attracted increasing attention from the multimedia and computer vision communities. Prior methods successfully preserve the character of clothing images, however, occlusion remains a pernicious effect for realistic virtual try-on. In this work, we first present a comprehensive analysis of the occlusions and categorize them into two aspects: i) Inherent-Occlusion: the ghost of the former cloth still exists in the try-on image; ii) Acquired-Occlusion: the target cloth warps to the unreasonable body part. Based on the in-depth analysis, we find that the occlusions can be simulated by a novel semantically-guided mixup module, which can generate semantic-specific occluded images that work together with the try-on images to facilitate training a de-occlusion try-on (DOC-VTON) framework. Specifically, DOC-VTON first conducts a sharpened semantic parsing on the try-on person. Aided by semantics guidance and pose prior, various complexities of texture are selectively blending with human parts in a copy-and-paste manner. Then, the Generative Module (GM) is utilized to take charge of synthesizing the final try-on image and learning to de-occlusion jointly. In comparison to the state-of-the-art methods, DOC-VTON achieves better perceptual quality by reducing occlusion effects.

📄 PDF Abstract BibTeX arXiv:2301.00965

Code (2)

jychen9811/doc-vton 공식 구현 pytorch
MosbehBarhoumi/VITON-PRE-PROCESSING pytorch

Tasks

Semantic ParsingVirtual Try-on

Methods 이 논문이 사용한 방법론

Mixup Mixup is a data augmentation technique that generates a weighted combination of random image pairs from the training data. Given two images and their ground truth labels:…

Similar Papers 제목 키워드 기반

GuidedMixup: An Efficient Mixup Strategy Guided by Saliency Maps

2023-06-29 · Minsoo Kang, Suhyun Kim

Data augmentation is now an essential part of the image training process, as it effectively prevents overfitting and makes the model more robust against noisy datasets. Recent mixing augmentation strategies have advanced…

Data Augmentation

Global Mixup: Eliminating Ambiguity with Clustering Relationships

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Data augmentation with Mixup has been proven an effective method to regularize the current deep neural networks. Mixup generates virtual samples and corresponding labels by linear interpolation. However, the linear inter…

ClusteringData Augmentation

Global Mixup: Eliminating Ambiguity with Clustering

2022-06-06 · Xiangjin Xie, Yangning Li, Wang Chen, Kai Ouyang 외

Data augmentation with \textbf{Mixup} has been proven an effective method to regularize the current deep neural networks. Mixup generates virtual samples and corresponding labels at once through linear interpolation. How…

ClusteringData Augmentation

DMix: Distance Constrained Interpolative Mixup

2021-11-01 · EMNLP (MRL) 2021 11 · Ramit Sawhney, Megh Thakkar, Shrey Pandit, Debdoot Mukherjee 외

Interpolation-based regularisation methods have proven to be effective for various tasks and modalities. Mixup is a data augmentation method that generates virtual training samples from convex combinations of individual …

ClassificationData AugmentationSentenceSentence Classification

Preventing Manifold Intrusion with Locality: Local Mixup

2022-01-12 · Raphael Baena, Lucas Drumetz, Vincent Gripon

Mixup is a data-dependent regularization technique that consists in linearly interpolating input samples and associated outputs. It has been shown to improve accuracy when used to train on standard machine learning datas…

Image Classification