Bivariate Beta-LSTM
Long Short-Term Memory (LSTM) infers the long term dependency through a cell state maintained by the input and the forget gate structures, which models a gate output as a value in [0,1] through a sigmoid function. However, due to the graduality of the sigmoid function, the sigmoid gate is not flexible in representing multi-modality or skewness. Besides, the previous models lack modeling on the correlation between the gates, which would be a new method to adopt inductive bias for a relationship between previous and current input. This paper proposes a new gate structure with the bivariate Beta distribution. The proposed gate structure enables probabilistic modeling on the gates within the LSTM cell so that the modelers can customize the cell state flow with priors and distributions. Moreover, we theoretically show the higher upper bound of the gradient compared to the sigmoid function, and we empirically observed that the bivariate Beta distribution gate structure provides higher gradient values in training. We demonstrate the effectiveness of bivariate Beta gate structure on the sentence classification, image classification, polyphonic music modeling, and image caption generation.
Code (1)
Tasks
Caption GenerationDensity EstimationGeneral Classificationimage-classificationImage ClassificationInductive BiasMusic ModelingSentenceSentence ClassificationMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Flexible Bivariate Beta Mixture Model: A Probabilistic Approach for Clustering Complex Data Structures
Clustering is essential in data analysis and machine learning, but traditional algorithms like $k$-means and Gaussian Mixture Models (GMM) often fail with nonconvex clusters. To address the challenge, we introduce the Fl…
Clusteringparameter estimationAn Investigation on Deep Learning with Beta Stabilizer
Artificial neural networks (ANN) have been used in many applications such like handwriting recognition and speech recognition. It is well-known that learning rate is a crucial value in the training procedure for artifici…
Deep LearningHandwriting RecognitionSensitivityspeech-recognition+1Identifying counterfactual probabilities using bivariate distributions and uplift modeling
Uplift modeling estimates the causal effect of an intervention as the difference between potential outcomes under treatment and control, whereas counterfactual identification aims to recover the joint distribution of the…
Deep reinforcement learning for time series: playing idealized trading games
Deep Q-learning is investigated as an end-to-end solution to estimate the optimal strategies for acting on time series input. Experiments are conducted on two idealized trading games. 1) Univariate: the only input is a w…
Deep Reinforcement LearningQ-Learningreinforcement-learningReinforcement Learning+3Ictal and Post Ictal Impaired Consciousness due to Enhanced Mutual Information in Temporal Lobe Epilepsy
Seizure and synchronization are related to each other in complex manner. Altered synchrony has been implicated in loss of consciousness during partial seizures. However, the mechanism of altered consciousness following t…