paper-with-me

Papers

Deep Human Parsing with Active Template Regression

2015-03-09 · Xiaodan Liang, Si Liu, Xiaohui Shen, Jianchao Yang, Luoqi Liu, Jian Dong, Liang Lin, Shuicheng Yan

In this work, the human parsing task, namely decomposing a human image into semantic fashion/body regions, is formulated as an Active Template Regression (ATR) problem, where the normalized mask of each fashion/body item is expressed as the linear combination of the learned mask templates, and then morphed to a more precise mask with the active shape parameters, including position, scale and visibility of each semantic region. The mask template coefficients and the active shape parameters together can generate the human parsing results, and are thus called the structure outputs for human parsing. The deep Convolutional Neural Network (CNN) is utilized to build the end-to-end relation between the input human image and the structure outputs for human parsing. More specifically, the structure outputs are predicted by two separate networks. The first CNN network is with max-pooling, and designed to predict the template coefficients for each label mask, while the second CNN network is without max-pooling to preserve sensitivity to label mask position and accurately predict the active shape parameters. For a new image, the structure outputs of the two networks are fused to generate the probability of each label for each pixel, and super-pixel smoothing is finally used to refine the human parsing result. Comprehensive evaluations on a large dataset well demonstrate the significant superiority of the ATR framework over other state-of-the-arts for human parsing. In particular, the F1-score reaches $64.38\%$ by our ATR framework, significantly higher than $44.76\%$ based on the state-of-the-art algorithm.

📄 PDF Abstract BibTeX arXiv:1503.02391

Code (1)

AemikaChow/DATASOURCE

Tasks

Human ParsingPositionregression

Similar Papers 제목 키워드 기반

Interactive Log Parsing via Light-weight User Feedback

2023-01-28 · Liming Wang, Hong Xie, Ye Li, Jian Tan 외

Template mining is one of the foundational tasks to support log analysis, which supports the diagnosis and troubleshooting of large scale Web applications. This paper develops a human-in-the-loop template mining framewor…

Log Parsing

Fine-grained Few-shot Recognition by Deep Object Parsing

2022-07-14 · Ruizhao Zhu, Pengkai Zhu, Samarth Mishra, Venkatesh Saligrama

We propose a new method for fine-grained few-shot recognition via deep object parsing. In our framework, an object is made up of K distinct parts and for each part, we learn a dictionary of templates, which is shared acr…

Few-Shot LearningObject

Learning AND-OR Templates for Professional Photograph Parsing and Guidance

2024-10-08 · Xin Jin, Liaoruxing Zhang, Chenyu Fan, Wenbo Yuan

Since the development of photography art, many so-called "templates" have been formed, namely visual styles summarized from a series of themed and stylized photography works. In this paper, we propose to analysize and an…

Image Generation

Lemur: Log Parsing with Entropy Sampling and Chain-of-Thought Merging

2024-02-28 · Wei zhang, Xiangyuan Guan, Lu Yunhong, Jie Zhang 외

Logs produced by extensive software systems are integral to monitoring system behaviors. Advanced log analysis facilitates the detection, alerting, and diagnosis of system faults. Log parsing, which entails transforming …

Log Parsing

Clicking Matters:Towards Interactive Human Parsing

2021-11-11 · Yutong Gao, Liqian Liang, Congyan Lang, Songhe Feng 외

In this work, we focus on Interactive Human Parsing (IHP), which aims to segment a human image into multiple human body parts with guidance from users' interactions. This new task inherits the class-aware property of hum…

Human ParsingImage SegmentationSemantic Segmentation