paper-with-me

홈 › Papers

FashionFail: Addressing Failure Cases in Fashion Object Detection and Segmentation

2024-04-12 · Riza Velioglu, Robin Chan, Barbara Hammer

In the realm of fashion object detection and segmentation for online shopping images, existing state-of-the-art fashion parsing models encounter limitations, particularly when exposed to non-model-worn apparel and close-up shots. To address these failures, we introduce FashionFail; a new fashion dataset with e-commerce images for object detection and segmentation. The dataset is efficiently curated using our novel annotation tool that leverages recent foundation models. The primary objective of FashionFail is to serve as a test bed for evaluating the robustness of models. Our analysis reveals the shortcomings of leading models, such as Attribute-Mask R-CNN and Fashionformer. Additionally, we propose a baseline approach using naive data augmentation to mitigate common failure cases and improve model robustness. Through this work, we aim to inspire and support further research in fashion item detection and segmentation for industrial applications. The dataset, annotation tool, code, and models are available at \url{https://rizavelioglu.github.io/fashionfail/}.

📄 PDF Abstract BibTeX arXiv:2404.08582

Code (1)

rizavelioglu/fashionfail 공식 구현 pytorch

Tasks

Data AugmentationObject DetectionSegmentation

Methods 이 논문이 사용한 방법론

RPN A Region Proposal Network, or RPN, is a fully convolutional network that simultaneously predicts object bounds and objectness scores at each position. The RPN is trained…
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…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
RoIAlign Region of Interest Align, or RoIAlign, is an operation for extracting a small feature map from each RoI in detection and segmentation based tasks. It removes the harsh…
Mask R-CNN Mask R-CNN extends Faster R-CNN to solve instance segmentation tasks. It achieves this by adding a branch for predicting an…
AdamW AdamW is a stochastic optimization method that modifies the typical implementation of weight decay in Adam, by decoupling [weight…

Similar Papers 제목 키워드 기반

Search-based Robustness Testing of Laptop Refurbishing Robotic Software

2026-05-08 · Erblin Isaku, Hassan Sartaj, Shaukat Ali, Malaika Din Hashmi 외 arxiv

The Danish Technological Institute (DTI) focuses on transferring advanced technologies (including robots) to the industry and the public sector. One key application is laptop refurbishment using specialized robots, aimed…

Object Detection

SyncMask: Synchronized Attentional Masking for Fashion-centric Vision-Language Pretraining

2024-04-01 · CVPR 2024 1 · Chull Hwan Song, Taebaek Hwang, Jooyoung Yoon, Shunghyun Choi 외

Vision-language models (VLMs) have made significant strides in cross-modal understanding through large-scale paired datasets. However, in fashion domain, datasets often exhibit a disparity between the information conveye…

Contrastive LearningImage-text matchingLanguage ModelingLanguage Modelling+2

Addressing the IEEE AV Test Challenge with Scenic and VerifAI

2021-08-20 · Kesav Viswanadha, Francis Indaheng, Justin Wong, Edward Kim 외

This paper summarizes our formal approach to testing autonomous vehicles (AVs) in simulation for the IEEE AV Test Challenge. We demonstrate a systematic testing framework leveraging our previous work on formally-driven s…

Autonomous VehiclesProbabilistic Programming

Hard-Aware Fashion Attribute Classification

2019-07-25 · Yun Ye, Yixin Li, Bo Wu, Wei zhang 외

Fashion attribute classification is of great importance to many high-level tasks such as fashion item search, fashion trend analysis, fashion recommendation, etc. The task is challenging due to the extremely imbalanced d…

AttributeClassificationGeneral Classification

Improving Occlusion and Hard Negative Handling for Single-Stage Pedestrian Detectors

2018-06-01 · CVPR 2018 6 · Junhyug Noh, Soochan Lee, Beomsu Kim, Gunhee Kim

We propose methods of addressing two critical issues of pedestrian detection: (i) occlusion of target objects as false negative failure, and (ii) confusion with hard negative examples like vertical structures as false po…

Occlusion HandlingPedestrian Detection