paper-with-me

Papers

AIParsing: Anchor-free Instance-level Human Parsing

2022-07-14 · Sanyi Zhang, Xiaochun Cao, Guo-Jun Qi, Zhanjie Song, Jie zhou

Most state-of-the-art instance-level human parsing models adopt two-stage anchor-based detectors and, therefore, cannot avoid the heuristic anchor box design and the lack of analysis on a pixel level. To address these two issues, we have designed an instance-level human parsing network which is anchor-free and solvable on a pixel level. It consists of two simple sub-networks: an anchor-free detection head for bounding box predictions and an edge-guided parsing head for human segmentation. The anchor-free detector head inherits the pixel-like merits and effectively avoids the sensitivity of hyper-parameters as proved in object detection applications. By introducing the part-aware boundary clue, the edge-guided parsing head is capable to distinguish adjacent human parts from among each other up to 58 parts in a single human instance, even overlapping instances. Meanwhile, a refinement head integrating box-level score and part-level parsing quality is exploited to improve the quality of the parsing results. Experiments on two multiple human parsing datasets (i.e., CIHP and LV-MHP-v2.0) and one video instance-level human parsing dataset (i.e., VIP) show that our method achieves the best global-level and instance-level performance over state-of-the-art one-stage top-down alternatives.

📄 PDF Abstract BibTeX arXiv:2207.06854

Code (0)

등록된 구현이 없습니다.

Tasks

Human Parsingobject-detectionObject Detection

Similar Papers 제목 키워드 기반

Feature Selective Anchor-Free Module for Single-Shot Object Detection

2019-03-02 · CVPR 2019 6 · Chenchen Zhu, Yihui He, Marios Savvides

We motivate and present feature selective anchor-free (FSAF) module, a simple and effective building block for single-shot object detectors. It can be plugged into single-shot detectors with feature pyramid structure. Th…

feature selectionobject-detectionObject Detection

Revisiting Anchor Mechanisms for Temporal Action Localization

2020-08-22 · Le Yang, Houwen Peng, Dingwen Zhang, Jianlong Fu 외

Most of the current action localization methods follow an anchor-based pipeline: depicting action instances by pre-defined anchors, learning to select the anchors closest to the ground truth, and predicting the confidenc…

Action LocalizationTemporal Action Localization

FCOS: A simple and strong anchor-free object detector

2020-06-14 · Zhi Tian, Chunhua Shen, Hao Chen, Tong He

In computer vision, object detection is one of most important tasks, which underpins a few instance-level recognition tasks and many downstream applications. Recently one-stage methods have gained much attention over two…

ObjectObject DetectionSemantic Segmentation

Category-wise Attack: Transferable Adversarial Examples for Anchor Free Object Detection

2020-02-10 · Quanyu Liao, Xin Wang, Bin Kong, Siwei Lyu 외

Deep neural networks have been demonstrated to be vulnerable to adversarial attacks: subtle perturbations can completely change the classification results. Their vulnerability has led to a surge of research in this direc…

Objectobject-detectionObject Detection

Clusterability as an Alternative to Anchor Points When Learning with Noisy Labels

2021-02-10 · Zhaowei Zhu, Yiwen Song, Yang Liu

The label noise transition matrix, characterizing the probabilities of a training instance being wrongly annotated, is crucial to designing popular solutions to learning with noisy labels. Existing works heavily rely on …

Image ClassificationImage Classification with Human NoiseImage Classification with Label NoiseLearning with noisy labels