paper-with-me

홈 › Papers

A Global-Local Emebdding Module for Fashion Landmark Detection

2019-08-28 · Sumin Lee, Sungchan Oh, Chanho Jung, Changick Kim

Detecting fashion landmarks is a fundamental technique for visual clothing analysis. Due to the large variation and non-rigid deformation of clothes, localizing fashion landmarks suffers from large spatial variances across poses, scales, and styles. Therefore, understanding contextual knowledge of clothes is required for accurate landmark detection. To that end, in this paper, we propose a fashion landmark detection network with a global-local embedding module. The global-local embedding module is based on a non-local operation for capturing long-range dependencies and a subsequent convolution operation for adopting local neighborhood relations. With this processing, the network can consider both global and local contextual knowledge for a clothing image. We demonstrate that our proposed method has an excellent ability to learn advanced deep feature representations for fashion landmark detection. Experimental results on two benchmark datasets show that the proposed network outperforms the state-of-the-art methods. Our code is available at https://github.com/shumming/GLE_FLD.

📄 PDF Abstract BibTeX arXiv:1908.10548

Code (1)

shumming/GLE_FLD 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Non-Local Operation A Non-Local Operation is a component for capturing long-range dependencies with deep neural networks. It is a generalization of the classical non-local mean operation in…
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…

Similar Papers 제목 키워드 기반

Spatial-Aware Non-Local Attention for Fashion Landmark Detection

2019-03-11 · Yixin Li, Shengqin Tang, Yun Ye, Jinwen Ma

Fashion landmark detection is a challenging task even using the current deep learning techniques, due to the large variation and non-rigid deformation of clothes. In order to tackle these problems, we propose Spatial-Awa…

Fine-Grained Image Classificationimage-classificationImage Classification

Layout-Graph Reasoning for Fashion Landmark Detection

2019-10-04 · CVPR 2019 6 · Weijiang Yu, Xiaodan Liang, Ke Gong, Chenhan Jiang 외

Detecting dense landmarks for diverse clothes, as a fundamental technique for clothes analysis, has attracted increasing research attention due to its huge application potential. However, due to the lack of modeling unde…

AttributeClusteringGraph Clustering

Detection and Classification of Pole-like Landmarks for Domain-invariant 3D Point Cloud Map Matching

2023-05-11 · Sun Yifei, Li Dingrui, Ye Minying, Tanaka Kanji

In 3D point cloud-based visual self-localization, pole landmarks have a great potential as landmarks for accurate and reliable localization due to their long-term stability under seasonal and weather changes. In this stu…

AttributeComputational Efficiency

Fast Multiple Landmark Localisation Using a Patch-based Iterative Network

2018-06-18 · Yuanwei Li, Amir Alansary, Juan J. Cerrolaza, Bishesh Khanal 외

We propose a new Patch-based Iterative Network (PIN) for fast and accurate landmark localisation in 3D medical volumes. PIN utilises a Convolutional Neural Network (CNN) to learn the spatial relationship between an image…

Multi-Task Learning

Unconstrained Fashion Landmark Detection via Hierarchical Recurrent Transformer Networks

2017-08-07 · Sijie Yan, Ziwei Liu, Ping Luo, Shi Qiu 외

Fashion landmarks are functional key points defined on clothes, such as corners of neckline, hemline, and cuff. They have been recently introduced as an effective visual representation for fashion image understanding. Ho…