Minhyung Cho

LG
3papers
115citations
Novelty52%
AI Score24

3 Papers

CRAug 10, 2018
Exeum: A Decentralized Financial Platform for Price-Stable Cryptocurrencies

Jaehyung Lee, Minhyung Cho

Price stability has often been cited as a key reason that cryptocurrencies have not gained widespread adoption as a medium of exchange and continue to prove incapable of powering the economy of decentralized applications (DApps) efficiently. Exeum proposes a novel method to provide price stable digital tokens whose values are pegged to real world assets, serving as a bridge between the real world and the decentralized economy. Pegged tokens issued by Exeum - for example, USDE refers to a stable token issued by the system whose value is pegged to USD - are backed by virtual assets in a virtual asset exchange where users can deposit the base token of the system and take long or short positions. Guaranteeing the stability of the pegged tokens boils down to the problem of maintaining the peg of the virtual assets to real world assets, and the main mechanism used by Exeum is controlling the swap rate of assets. If the swap rate is fully controlled by the system, arbitrageurs can be incentivized enough to restore a broken peg; Exeum distributes statistical arbitrage trading software to decentralize this type of market making activity. The last major component of the system is a central bank equivalent that determines the long term interest rate of the base token, pays interest on the deposit by inflating the supply if necessary, and removes the need for stability fees on pegged tokens, improving their usability. To the best of our knowledge, Exeum is the first to propose a truly decentralized method for developing a stablecoin that enables 1:1 value conversion between the base token and pegged assets, completely removing the mismatch between supply and demand. In this paper, we will also discuss its applications, such as improving staking based DApp token models, price stable gas fees, pegging to an index of DApp tokens, and performing cross-chain asset transfer of legacy crypto assets.

LGSep 27, 2017
Riemannian approach to batch normalization

Minhyung Cho, Jaehyung Lee

Batch Normalization (BN) has proven to be an effective algorithm for deep neural network training by normalizing the input to each neuron and reducing the internal covariate shift. The space of weight vectors in the BN layer can be naturally interpreted as a Riemannian manifold, which is invariant to linear scaling of weights. Following the intrinsic geometry of this manifold provides a new learning rule that is more efficient and easier to analyze. We also propose intuitive and effective gradient clipping and regularization methods for the proposed algorithm by utilizing the geometry of the manifold. The resulting algorithm consistently outperforms the original BN on various types of network architectures and datasets.

LGSep 11, 2015
Hessian-free Optimization for Learning Deep Multidimensional Recurrent Neural Networks

Minhyung Cho, Chandra Shekhar Dhir, Jaehyung Lee

Multidimensional recurrent neural networks (MDRNNs) have shown a remarkable performance in the area of speech and handwriting recognition. The performance of an MDRNN is improved by further increasing its depth, and the difficulty of learning the deeper network is overcome by using Hessian-free (HF) optimization. Given that connectionist temporal classification (CTC) is utilized as an objective of learning an MDRNN for sequence labeling, the non-convexity of CTC poses a problem when applying HF to the network. As a solution, a convex approximation of CTC is formulated and its relationship with the EM algorithm and the Fisher information matrix is discussed. An MDRNN up to a depth of 15 layers is successfully trained using HF, resulting in an improved performance for sequence labeling.