모바일 메뉴 닫기
 

소식

Community

제목
Vector Quantized Bayesian Neural Network Inference for Data Streams (김성국 교수님 연구실)
작성일
2021.05.10
작성자
글로벌융합공학부
게시글 내용


Vector Quantized Bayesian Neural Network Inference for Data Streams


AAAI Conference on Artificial Intelligence (AAAI-21) (한국연구재단 인정 CS분야 최우수 국제학술대회 - IF 4인정)


Namuk Park, Taekyu Lee, Songkuk Kim* (* Corresponding Author)


Abstract: 

Bayesian neural networks (BNN) can estimate the uncertainty in predictions, as opposed to non-Bayesian neural networks (NNs). However, BNNs have been far less widely used than non-Bayesian NNs in practice since they need iterative NN executions to predict a result for one data, and it gives rise to prohibitive computational cost. This computational burden is a critical problem when processing data streams with low-latency. To address this problem, we propose a novel model VQ-BNN, which approximates BNN inference for data streams. In order to reduce the computational burden, VQ-BNN inference predicts NN only once and compensates the result with previously memorized predictions. To be specific, VQ-BNN inference for data streams is given by temporal exponential smoothing of recent predictions. The computational cost of this model is almost the same as that of non-Bayesian NNs. Experiments including semantic segmentation on real-world data show that this model performs significantly faster than BNNs while estimating predictive results comparable to or superior to the results of BNNs.