샤플리 값 (Shapley Value) 


뉴럴네트워크를 기반으로 한 딥러닝 모델은 정확한 예측 결과를 제공하지만, 이러한 결과가 어떤 원인에 의해 도출되었는지 직관적인 설명은 어렵다. 이때 사용되는 해결책 중 하나가 Shapley value를 이용한 방법론이다. 이 방법론의 핵심은 예측에 기여하는 여러 인자 중 하나씩 제외한 뒤, 나머지 인자들만 사용하여 얻은 예측결과를 전체 인자를 사용한 결과와의 차이를 통해 비교하는 것이다. 이 차이가 크다는 것은 해당 변수를 사용하지 않으면 성능 하락폭이 크다는 것을 의미하기 때문에, 해당변수가 전체 성능에 미치는 영향이 크다는 것을 의미한다. , 각 인자의 중요도를 그 인자를 제외했을 때의 결과를 통해 판단하는 것이다. 우리가 가지고 있는 것에 대한 소중함 정도는 그것의 결핍을 경험했을 때 올바르게 측정될 수 있다. 현재 우리들이 아무렇지도 않게 누리고 있는 것들 중에서 그것이 사라진다면 미치도록 그리워질 것이 무엇일지 주기적으로 생각해 보는 것이 필요하다. 이미 나에게는 없지만 아버지, 어머니는 내가 젊을 때 내 곁을 언제나 지켜줄 분들이라고 생각했다. 3년전, 2년전 연이어 세상을 떠나신 뒤, 그리움의 정도는 이루 말할 수 없이 크다. 내게 너무 소중한 분들이 아니었나 싶다. 현재 가지고 있지만 당연하다고 생각하는 나의 가족, 나의 직업, 나의 사무실, 나의 건강, 나의 친구들도 언젠가는 하나씩 내 곁을 떠날 것이다. 생각만 해도 마음이 아프고 힘들다. 다른 것 보다 이런 것을 소중히 여기면서 살아가야겠다


Deep learning models based on neural networks provide accurate predictions, but it is difficult to intuitively explain what causes these results. One solution is the Shapley value method. The idea is to remove one of the many factors that contribute to the prediction, and then compare the predictions obtained using only the remaining factors to the results obtained using all the factors. A large difference indicates that the variable has a large impact on the overall performance, because the performance drop without that variable is large. In summary, the importance of each factor is determined by examining the impact of its exclusion. The degree to which we value what we have can only be properly measured when we experience its absence. It’s worth reflecting from time to time on the things we take for granted, asking ourselves: what would we miss deeply if it were suddenly gone? When I was younger, I believed my parents would always be by my side. However, after losing my father three years ago and my mother two years ago, the depth of my longing for them is beyond words. Their absence has made me realize how truly precious they were. I have my family, my job, my office, my health, and my friends, all of which I often take for granted. Yet, one day, these too will inevitably leave me, one by one. The thought is painful and difficult to bear, but it’s a reminder to cherish them while they are still with me. I must strive to live a life that values these treasures above all else. 


Seoung Bum Kim. All Rights Reserved. No part of this document may be cited or reproduced without permission.