숟가락 그만 얹어

Negative Sampling 본문

Research/Representations

Negative Sampling

업무외시간 2020. 8. 1. 23:20

예전 FaceNet과 유사한데 같은 class의 데이터 sample은 가깝게, 다른 class는 멀도록 학습하는 representation learning 방법이다. 또 하나의 contribution으로는 input time-series의 길이에 구애받지 않도록 exponentially dilated causal convolution을 사용했다고 한다.

Negative Sampling
Triplet Loss

 

References

[1] J. Y. Franceschi et al., Unsupervised Scalable Representation Learning for Multivariate Time Series, NeurIPS 2019

'Research > Representations' 카테고리의 다른 글

Deep Infomax  (0) 2020.12.19
Information Bottleneck  (0) 2020.12.19
MINE  (0) 2020.12.19
VAE + Regression  (0) 2020.08.01
Deep Temporal Clustering Representation  (0) 2020.07.18