paper-with-me

홈 › Papers

ALiSNet: Accurate and Lightweight Human Segmentation Network for Fashion E-Commerce

2023-04-15 · Amrollah Seifoddini, Koen Vernooij, Timon Künzle, Alessandro Canopoli, Malte Alf, Anna Volokitin, Reza Shirvany

Accurately estimating human body shape from photos can enable innovative applications in fashion, from mass customization, to size and fit recommendations and virtual try-on. Body silhouettes calculated from user pictures are effective representations of the body shape for downstream tasks. Smartphones provide a convenient way for users to capture images of their body, and on-device image processing allows predicting body segmentation while protecting users privacy. Existing off-the-shelf methods for human segmentation are closed source and cannot be specialized for our application of body shape and measurement estimation. Therefore, we create a new segmentation model by simplifying Semantic FPN with PointRend, an existing accurate model. We finetune this model on a high-quality dataset of humans in a restricted set of poses relevant for our application. We obtain our final model, ALiSNet, with a size of 4MB and 97.6$\pm$1.0$\%$ mIoU, compared to Apple Person Segmentation, which has an accuracy of 94.4$\pm$5.7$\%$ mIoU on our dataset.

📄 PDF Abstract BibTeX arXiv:2304.07533

Code (0)

등록된 구현이 없습니다.

Tasks

SegmentationVirtual Try-on

Methods 이 논문이 사용한 방법론

Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Feedforward Network A Feedforward Network, or a Multilayer Perceptron (MLP), is a neural network with solely densely connected layers. This is the classic neural network architecture of the…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
PointRend 설명 없음
FPN 설명 없음

Similar Papers 제목 키워드 기반

Fusing Hierarchical Convolutional Features for Human Body Segmentation and Clothing Fashion Classification

2018-03-09 · Zheng Zhang, Chengfang Song, Qin Zou

The clothing fashion reflects the common aesthetics that people share with each other in dressing. To recognize the fashion time of a clothing is meaningful for both an individual and the industry. In this paper, under t…

ClassificationGeneral ClassificationSegmentation

FashionPose: Text to Pose to Relight Image Generation for Personalized Fashion Visualization

2025-07-17 · Chuancheng Shi, Yixiang Chen, Burong Lei, Jichao Chen

Realistic and controllable garment visualization is critical for fashion e-commerce, where users expect personalized previews under diverse poses and lighting conditions. Existing methods often rely on predefined poses, …

Image Generation

Fashion-Guided Adversarial Attack on Person Segmentation

2021-04-17 · Marc Treu, Trung-Nghia Le, Huy H. Nguyen, Junichi Yamagishi 외

This paper presents the first adversarial example based method for attacking human instance segmentation networks, namely person segmentation networks in short, which are harder to fool than classification networks. We p…

Adversarial AttackHuman Instance SegmentationInstance SegmentationSegmentation+1

Fashionformer: A simple, Effective and Unified Baseline for Human Fashion Segmentation and Recognition

2022-04-10 · Shilin Xu, Xiangtai Li, Jingbo Wang, Guangliang Cheng 외

Human fashion understanding is one crucial computer vision task since it has comprehensive information for real-world applications. This focus on joint human fashion segmentation and attribute recognition. Contrary to th…

AttributeFashion UnderstandingSegmentation

Patch-based Output Space Adversarial Learning for Joint Optic Disc and Cup Segmentation

2019-02-20 · Shujun Wang, Lequan Yu, Xin Yang, Chi-Wing Fu 외

Glaucoma is a leading cause of irreversible blindness. Accurate segmentation of the optic disc (OD) and cup (OC) from fundus images is beneficial to glaucoma screening and diagnosis. Recently, convolutional neural networ…

Domain AdaptationSegmentationUnsupervised Domain Adaptation