• Title/Summary/Keyword: 포즈인식

Search Result 112, Processing Time 0.019 seconds

A Study on Contents Activism Analysis using Social Media - Focusing on Cases Related to Tom Moore's 100 Laps Challenge and the Exhibition of the Statue of Peace - (소셜미디어를 활용한 콘텐츠 액티비즘 분석 연구 - 톰 무어의 '100바퀴 챌린지'와 '평화의 소녀상' 전시를 중심으로-)

  • Shin, Jung-Ah
    • Journal of Korea Entertainment Industry Association
    • /
    • v.15 no.8
    • /
    • pp.91-106
    • /
    • 2021
  • The purpose of this study is to define the process of leading to self-realization and social solidarity through the process of contents planning, production, and distribution as Contents Activism, and to categorize specific execution steps. Based on this, we try to analyze concrete cases to find out the social meaning and effect of the practice of Contents Activism. As for the research method, after examining the differences between traditional activism and Contents Activism through a review of previous studies, the implementation process of Contents Activism was categorized into 7 steps. By applying this model, this study analyzed two cases of Contents Activism. The first case is the 100 laps challenge in the backyard planned by an elderly man ahead of his 100th birthday in early 2020, when the fear of COVID-19 spread. Sir Tom Moore, who lives in the UK, challenged to walk 100 laps in the backyard to help medical staff from the National Health Service as COVID-19 infections and deaths increased due to a lack of protective equipment. His challenge, which is difficult to walk without assistive devices due to cancer surgery and fall aftereffects, drew sympathy and participation from many people, leading to global solidarity. The second case analyzes the case of 'The Unfreedom of Expression, Afterwards' by Kim Seo-kyung and Kim Woon-seong, who were invited to the 2019 Aichi Triennale special exhibition in Japan. The 'Unfreedom of Expression, After' exhibition was a project to display the Statue of Peace and the lives of comfort women in the Japanese military, but it was withdrawn after three days of war due to threats and attacks from the far-right forces. Overseas artists who heard this news resisted the Triennale's decision, took and shared photos in the same pose as the Statue of Peace on social media such as Twitter and Instagram, empathizing with the historical significance of the Statue of Peace. Activism, which began with artists, has expanded through social media to the homes, workplaces, and streets of ordinary citizens living in various regions. The two cases can be said to be Contents Activism that led to social practice while solidifying and communicating with someone through contents.

Business Application of Convolutional Neural Networks for Apparel Classification Using Runway Image (합성곱 신경망의 비지니스 응용: 런웨이 이미지를 사용한 의류 분류를 중심으로)

  • Seo, Yian;Shin, Kyung-shik
    • Journal of Intelligence and Information Systems
    • /
    • v.24 no.3
    • /
    • pp.1-19
    • /
    • 2018
  • Large amount of data is now available for research and business sectors to extract knowledge from it. This data can be in the form of unstructured data such as audio, text, and image data and can be analyzed by deep learning methodology. Deep learning is now widely used for various estimation, classification, and prediction problems. Especially, fashion business adopts deep learning techniques for apparel recognition, apparel search and retrieval engine, and automatic product recommendation. The core model of these applications is the image classification using Convolutional Neural Networks (CNN). CNN is made up of neurons which learn parameters such as weights while inputs come through and reach outputs. CNN has layer structure which is best suited for image classification as it is comprised of convolutional layer for generating feature maps, pooling layer for reducing the dimensionality of feature maps, and fully-connected layer for classifying the extracted features. However, most of the classification models have been trained using online product image, which is taken under controlled situation such as apparel image itself or professional model wearing apparel. This image may not be an effective way to train the classification model considering the situation when one might want to classify street fashion image or walking image, which is taken in uncontrolled situation and involves people's movement and unexpected pose. Therefore, we propose to train the model with runway apparel image dataset which captures mobility. This will allow the classification model to be trained with far more variable data and enhance the adaptation with diverse query image. To achieve both convergence and generalization of the model, we apply Transfer Learning on our training network. As Transfer Learning in CNN is composed of pre-training and fine-tuning stages, we divide the training step into two. First, we pre-train our architecture with large-scale dataset, ImageNet dataset, which consists of 1.2 million images with 1000 categories including animals, plants, activities, materials, instrumentations, scenes, and foods. We use GoogLeNet for our main architecture as it has achieved great accuracy with efficiency in ImageNet Large Scale Visual Recognition Challenge (ILSVRC). Second, we fine-tune the network with our own runway image dataset. For the runway image dataset, we could not find any previously and publicly made dataset, so we collect the dataset from Google Image Search attaining 2426 images of 32 major fashion brands including Anna Molinari, Balenciaga, Balmain, Brioni, Burberry, Celine, Chanel, Chloe, Christian Dior, Cividini, Dolce and Gabbana, Emilio Pucci, Ermenegildo, Fendi, Giuliana Teso, Gucci, Issey Miyake, Kenzo, Leonard, Louis Vuitton, Marc Jacobs, Marni, Max Mara, Missoni, Moschino, Ralph Lauren, Roberto Cavalli, Sonia Rykiel, Stella McCartney, Valentino, Versace, and Yve Saint Laurent. We perform 10-folded experiments to consider the random generation of training data, and our proposed model has achieved accuracy of 67.2% on final test. Our research suggests several advantages over previous related studies as to our best knowledge, there haven't been any previous studies which trained the network for apparel image classification based on runway image dataset. We suggest the idea of training model with image capturing all the possible postures, which is denoted as mobility, by using our own runway apparel image dataset. Moreover, by applying Transfer Learning and using checkpoint and parameters provided by Tensorflow Slim, we could save time spent on training the classification model as taking 6 minutes per experiment to train the classifier. This model can be used in many business applications where the query image can be runway image, product image, or street fashion image. To be specific, runway query image can be used for mobile application service during fashion week to facilitate brand search, street style query image can be classified during fashion editorial task to classify and label the brand or style, and website query image can be processed by e-commerce multi-complex service providing item information or recommending similar item.