DrawingProcess
드프 DrawingProcess
DrawingProcess
전체 방문자
오늘
어제
«   2025/07   »
일 월 화 수 목 금 토
1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31
  • 분류 전체보기 (969)
    • Profile & Branding (25)
      • Career (18)
    • IT Trends (254)
      • Conference, Faire (Experien.. (31)
      • News (187)
      • Youtube (19)
      • TED (8)
      • Web Page (2)
      • IT: Etc... (6)
    • Contents (98)
      • Book (67)
      • Lecture (31)
    • Project Process (94)
      • Ideation (0)
      • Study Report (34)
      • Challenge & Award (22)
      • 1Day1Process (5)
      • Making (5)
      • KRC-FTC (Team TC(5031, 5048.. (10)
      • GCP (GlobalCitizenProject) (15)
    • Study: ComputerScience(CS) (72)
      • CS: Basic (9)
      • CS: Database(SQL) (5)
      • CS: Network (14)
      • CS: OperatingSystem (3)
      • CS: Linux (39)
      • CS: Etc... (2)
    • Study: Software(SW) (95)
      • SW: Language (29)
      • SW: Algorithms (1)
      • SW: DataStructure & DesignP.. (1)
      • SW: Opensource (15)
      • SW: Error Bug Fix (43)
      • SW: Etc... (6)
    • Study: Artificial Intellige.. (149)
      • AI: Research (1)
      • AI: 2D Vision(Det, Seg, Tra.. (35)
      • AI: 3D Vision (70)
      • AI: MultiModal (3)
      • AI: SLAM (0)
      • AI: Light Weight(LW) (3)
      • AI: Data Pipeline (7)
      • AI: Machine Learning(ML) (1)
    • Study: Robotics(Robot) (33)
      • Robot: ROS(Robot Operating .. (9)
      • Robot: Positioning (8)
      • Robot: Planning & Control (7)
    • Study: DeveloperTools(DevTo.. (83)
      • DevTool: Git (12)
      • DevTool: CMake (13)
      • DevTool: NoSQL(Elastic, Mon.. (25)
      • DevTool: Container (17)
      • DevTool: IDE (11)
      • DevTool: CloudComputing (4)
    • 인생을 살면서 (65)
      • 나의 취미들 (7)
      • 나의 생각들 (42)
      • 여행을 떠나자~ (10)
      • 분기별 회고 (6)

개발자 명언

“ 매주 목요일마다 당신이 항상 하던대로 신발끈을 묶으면 신발이 폭발한다고 생각해보라.
컴퓨터를 사용할 때는 이런 일이 항상 일어나는데도 아무도 불평할 생각을 안 한다. ”

- Jef Raskin

맥의 아버지 - 애플컴퓨터의 매킨토시 프로젝트를 주도

인기 글

최근 글

최근 댓글

티스토리

hELLO · Designed By 정상우.
DrawingProcess

드프 DrawingProcess

[논문리뷰] sign language recognition using convolutional neural network ( ECCV 2014 )
Study: Artificial Intelligence(AI)

[논문리뷰] sign language recognition using convolutional neural network ( ECCV 2014 )

2020. 2. 4. 15:57
반응형

https://link.springer.com/chapter/10.1007/978-3-319-16178-5_40

 

Sign Language Recognition Using Convolutional Neural Networks

There is an undeniable communication problem between the Deaf community and the hearing majority. Innovations in automatic sign language recognition try to tear down this communication barrier. Our...

link.springer.com

# Keypoint

  • sign language는 나라마다 다름,,, 손모양 뿐만 아니라 바디의 움직임도 중요.
  • kinect 와 CNN을 사용하여 수화 인식. 20가지의 class에 230장 가량의 dataset
  • 4가지 형식의 동영상 form으로 데이터 구성. (RGB, Depth, user index, skeleton)
  • data argumentation으로 데이터를 불린 후 손의 데이터 + 바디전체의 데이터 2-stream CNN, max pooling, ReLU, weight는 정규분포화, 표준편차는 0.04, mini batch 20개, 학습률(Learning rate)은 0.03부터 매 epoch마다 5%씩 감소. Dropout사용
  • accuracy - training set : 91%, test set : 95%? user index data를 넣고 안넣고의 차이? training set에서는 전처리 후 학습! test set에서는 grey scale로 바꾸고 depth 맵만 넣어서 성능이 높아졌다..?
  • 처음에는 hyper tan activation을 사용해서 error rate가 20%가량,, but ReLU + dropout + LCN(2 layer) + data augmentation -> error rate가 8%가량
  • ++ 그리고 왜 2개의 layer로 구축했는지 입증 필요,,

# 느낀점

ECCV(European Conference on Computer Vision) 즉 Top conference지만, 약간 의문이 드는 점이 많은 논문이다. 물론 수많은 과정 끝에 도달한 결론이며 이러한 결과에 쓰인 algorithm도 일리있겠지만, 하지만 왜 이러한 과정으로 결론을 도출했는지에 대한 근거가 명확하지 않다.

반응형
저작자표시 비영리 변경금지 (새창열림)

'Study: Artificial Intelligence(AI)' 카테고리의 다른 글

[Vision] 용어정리(epoch, batch size, )  (0) 2020.09.01
[논문리뷰] colorBased Hands Tracking System for sign language recognition ( IEEE 1998 )  (0) 2020.02.04
[논문리뷰] Recognition of Arabic Sign Language using Recurrent Neural Networks ( ICADIWT 2008 )  (0) 2020.02.04
[논문리뷰] Emotion Recognition via Facial Expression ( Proceedings of TENCON 2018 - 2018 IEEE Region 10 Conference )  (0) 2020.02.02
[Vision] object(card) detecting(python, openCV, Yolo v3)  (0) 2020.01.19
    'Study: Artificial Intelligence(AI)' 카테고리의 다른 글
    • [논문리뷰] colorBased Hands Tracking System for sign language recognition ( IEEE 1998 )
    • [논문리뷰] Recognition of Arabic Sign Language using Recurrent Neural Networks ( ICADIWT 2008 )
    • [논문리뷰] Emotion Recognition via Facial Expression ( Proceedings of TENCON 2018 - 2018 IEEE Region 10 Conference )
    • [Vision] object(card) detecting(python, openCV, Yolo v3)
    DrawingProcess
    DrawingProcess
    과정을 그리자!

    티스토리툴바