$\require{mediawiki-texvc}$

연합인증

연합인증 가입 기관의 연구자들은 소속기관의 인증정보(ID와 암호)를 이용해 다른 대학, 연구기관, 서비스 공급자의 다양한 온라인 자원과 연구 데이터를 이용할 수 있습니다.

이는 여행자가 자국에서 발행 받은 여권으로 세계 각국을 자유롭게 여행할 수 있는 것과 같습니다.

연합인증으로 이용이 가능한 서비스는 NTIS, DataON, Edison, Kafe, Webinar 등이 있습니다.

한번의 인증절차만으로 연합인증 가입 서비스에 추가 로그인 없이 이용이 가능합니다.

다만, 연합인증을 위해서는 최초 1회만 인증 절차가 필요합니다. (회원이 아닐 경우 회원 가입이 필요합니다.)

연합인증 절차는 다음과 같습니다.

최초이용시에는
ScienceON에 로그인 → 연합인증 서비스 접속 → 로그인 (본인 확인 또는 회원가입) → 서비스 이용

그 이후에는
ScienceON 로그인 → 연합인증 서비스 접속 → 서비스 이용

연합인증을 활용하시면 KISTI가 제공하는 다양한 서비스를 편리하게 이용하실 수 있습니다.

[국내논문] 서포트벡터머신을 이용한 충격전 낙상방향 판별
Determination of Fall Direction Before Impact Using Support Vector Machine 원문보기

Journal of sensor science and technology = 센서학회지, v.24 no.1, 2015년, pp.47 - 53  

이정근 (한경대학교 기계공학과)

Abstract AI-Helper 아이콘AI-Helper

Fall-related injuries in elderly people are a major health care problem. This paper introduces determination of fall direction before impact using support vector machine (SVM). Once a falling phase is detected, dynamic characteristic parameters measured by the accelerometer and gyroscope and then pr...

주제어

AI 본문요약
AI-Helper 아이콘 AI-Helper

* AI 자동 식별 결과로 적합하지 않은 문장이 있을 수 있으니, 이용에 유의하시기 바랍니다.

문제 정의

  • 논문은 SVM기법을 이용한 충격전 낙상방향 판별기법을 제시한다. 본 연구를 통해, 낙상방향 분류별(이진분류 및 다중분류), 센서의 부착위치별(허리 및 가슴), 그리고 SVM의 입력 파라미터별(속도, 기울기, 및가속도)분류성능을 확인하고자 한다.
  • 본 논문에서는 이진분류와 다중분류에 대하여, 두가지 센서부착위치와 세가지 동특성 파라미터가 낙상방향 판별력에 미치는 영향이 아래와 같이 관찰되었다.
  • 본 연구를 통하여 관성센서 신호와 support vector machine 기법을 이용하여 충격전 낙상방향 판별방법을 제시하였다. 저자가 아는 한에서는 SVM을 낙상방향 판별에 적용한 점과 충격전 낙상방향 판별을 시도한 점 모두 최초로 제안되는 것이다.
  • 논문은 SVM기법을 이용한 충격전 낙상방향 판별기법을 제시한다. 본 연구를 통해, 낙상방향 분류별(이진분류 및 다중분류), 센서의 부착위치별(허리 및 가슴), 그리고 SVM의 입력 파라미터별(속도, 기울기, 및가속도)분류성능을 확인하고자 한다.
본문요약 정보가 도움이 되었나요?

질의응답

핵심어 질문 논문에서 추출한 답변
SVM을 확장하여 세 개 이상의 클래스를 분류하는 다중 분류 방식으로 이용할 때, 다중 분류 결과값을 도출하는 방법으로 무엇이 있는가? SVM은 기본적으로 이진분류를 위해 고안되었으나 이를 확장하여 세 개 이상의 클래스를 분류하는 다중 분류로도 사용되고 있다. 이는 기본적으로 여러개의 이진분류 SVM을 구성하고 이진분류결과들을 조합하여 다중분류 결과를 도출하는 방식으로, 대표적인 방법으로 one-against-all, one-against-one, 그리고 directed acyclic graph 방식 등이 있다[16]. 
SVM이란? SVM은 지도 학습(scripted learning)에서 사용되는 방법으로, 주어진 자료에 대해서 그 자료들을 분리하는 초평면(hyperplane) 중에서, 자료들과 가장 거리가 먼, 즉 최대 마진(margin) 초평면을 찾는 방법이다[14,15]. 본 연구에서는 초평면을 찾는 방법으로 SMO(Sequential Minimal Optimization)이 적용되었고, SMO 연습과정을 검증하기 위하여 KKT(Karush-Kuhn-Tucker) 조건이 적용되었다.
커널함수에는 어떤 종류가 있는가? 비선형 훈련데이터(training data)에 대해서는 커널함수(Kernel function)를 이용하여 훈련데이터를 고차원의 특징공간에 매핑시킨다. 커널함수는선형(linear), 이차항(quadratic), 다항(polynomial), 가우시안 RBF(Gaussian Radial Basis Function) 등의 종류가 있으며 본 연구에서는 내적(dot product)을 의미하는 선형이 적용되었다.
질의응답 정보가 도움이 되었나요?

참고문헌 (18)

  1. M. E. Tinetti, C. F. Mendes De Leon, J. T. Doucette, and D. I. Baker, "Fear of falling and fall-related efficacy in relationship to functioning among community-living elders", J. Gerontol., Vol. 49, No. 3, pp. M140-M147, 1994. 

  2. T. Shany, S. J. Redmond, M. R. Narayanan, N. H. Lovell, "Sensors-based wearable systems for monitoring of human movement and falls", IEEE Sensors J., Vol. 12, No. 3, pp. 658-670, 2012. 

  3. F. Bagala, C. Becker, A. Cappello, L. Chiari, K. Aminian, J. M. Hausdorff, W. Zijlstra, and J. Klenk "Evaluation of accelerometer-based fall detection algorithms on real world falls", PLoS One, Vol. 7, No. 5, p. e37062, 2012. 

  4. G. C. Park, A. Y. Jeon, S. H. Lee, J. M. Son, M. C. Kim, and G. R. Jeon, "Implementation of a falls recognition system using acceleration and angular velocity signals", J. Sensor Sci. & Tech., Vol. 22, No. 1, pp. 54-64, 2013. 

  5. S. H. Liu and W. C. Cheng, "Fall detection with the support vector machine during scripted and continuous unscripted activities", Sensors, Vol. 12, pp. 12301-12316, 2012. 

  6. G. Shi, C. S. Chan, W. J. Li, K. S. Leung, Y. Zou, and Y. Jin, "Mobile human airbag system for fall protection using MEMS sensors and embedded SVM classifier", IEEE Sensors J., Vol. 9, No. 5, pp. 495-503, 2009. 

  7. T. Tamura, T. Yoshimura, M. Sekine, M. Uchida, and O. Tanaka, "A wearable airbag to prevent fall injuries", IEEE Trans. Inf Technol Biomed, Vol. 13, No. 6, pp. 910-914, 2009. 

  8. G. Wu and S. Xue, "Portable preimpact fall detector with inertial sensors", IEEE Trans. Neural Syst. Rehab. Eng., Vol. 16, No. 2, pp. 178-183, 2008. 

  9. J. K. Lee, "Study on vertical velocity-based pre-impact fall detection", J. Sensor Sci. & Tech., Vol. 23, No. 4, pp. 251-258, 2014. 

  10. M. Tolkiehn, L. Atallah, B. Lo, Y. Guang-Zhong, "Direction sensitive fall detection using a triaxial accelerometer and a barometric pressure sensor", IEEE EMBC, pp. 369-372. 2011. 

  11. A. Y. Jeon, J. Y. Yoo, G. C. Park, and G. R. Jeon, "Implementation of falls detection system using 3-axial accelerometer sensor", J. Korea Academia-Industrial Cooperation Soc., Vol. 11, No. 5, pp. 1564-1572, 2010. 

  12. Y. J. Lee, P. J. Lee, H. K. Yang, C. H. Kim, and J. W. Lee, "Research for effective accelerometer signal processing to detect the falling activity", in Summer Annual Conf. of the Korean Institute of Electrical Engineers, pp. 1794-1795, 2011. 

  13. J. K. Lee, E. J. Park, and S. N. Robinovitch, "Estimation of attitude and external acceleration using inertial sensor measurement during various dynamic conditions", IEEE Trans. Instrum. Meas., Vol. 61, No. 8, pp. 2262-2273, 2012. 

  14. V. N. Vapnik, "An overview of statistical learning theory", IEEE Trans. Neural Networks, Vol. 10, No. 5, pp. 988-999, 1999. 

  15. N. Cristianini and J. Shawe-Taylor, An Introduction to Support Vector Machines and Other Kernel-based Learning Methods, Cambridge University Press, Cambridge, 2000. 

  16. C. W. Hsu and C. J. Lin, "A comparison of methods for multiclass support vector machines", IEEE Trans. Neural Networks, Vol. 13, No. 2, pp. 415-425, 2002. 

  17. A. K. Bourke, P. van de Ven, M. Gamble, R. O'Connor, K. Murphy, E. Bogan, E. McQuade, P. Finucane, G. Olaighin, and J. Nelson, "Evaluation of waist-mounted tri-axial accelerometer based fall-detection algorithms during scripted and continuous unscripted activities", J. Biomech., Vol. 43, pp. 3051-3057, 2010. 

  18. M. Kangas, A. Konttila, P. Lindgren, I. Winblad, and T. Jamsa, "Comparison of low-complexity fall detection algorithms for body attached accelerometers", Gait & Posture, Vol. 28, pp. 285-291, 2008. 

저자의 다른 논문 :

관련 콘텐츠

오픈액세스(OA) 유형

GOLD

오픈액세스 학술지에 출판된 논문

이 논문과 함께 이용한 콘텐츠

저작권 관리 안내
섹션별 컨텐츠 바로가기

AI-Helper ※ AI-Helper는 오픈소스 모델을 사용합니다.

AI-Helper 아이콘
AI-Helper
안녕하세요, AI-Helper입니다. 좌측 "선택된 텍스트"에서 텍스트를 선택하여 요약, 번역, 용어설명을 실행하세요.
※ AI-Helper는 부적절한 답변을 할 수 있습니다.

선택된 텍스트

맨위로