Morris Huang
\(|\)Morris\(\rangle\) = \( {\alpha} |\)AI\(\rangle\) + \( {\beta} |\)Science\(\rangle\)
Hey, my name is Morris (Yu-Chao) Huang (黃禹超 in Chinese). I have recently graduated with a M.Sc. in Physics
under the guidance of Prof. Hsi-Sheng Goan at National Taiwan University. I am currently working as research assistant at National Center for Theoretical Sciences.
The equation \(|\)Morris\(\rangle\) = \( {\alpha} |\)AI\(\rangle\) + \( {\beta} |\)Science\(\rangle\) reflects my superposition of research passion
at the intersection of AI and science. My research interests lie in following directions:
-
Developing methodologies
with theoretical guarantees to ensure both optimality and practical applicability. [ICML’24, ArXiv, ArXiv] -
Theoretical understanding
of the computational and statistical properties of deep learning models. [ArXiv] - Tackling
interdisciplinary scientific problems
from the machine learning perspective — physics-based modeling, quantum computing. [ArXiv, ArXiv] - Advancing domain adaptation and scientific discovery frameworks for
Large Language Models
. [EMNLP’24]
I am actively seeking PhD opportunities
for Fall 2025.
Somewhere, something incredible is waiting to be known.
— Carl Sagan
Machine Learning Demo - Hopfield Networks
The Nobel Prize in Physics 2024 is awarded to John Hopfield and Geoffrey Hinton! (see here) The Hopfield network is inspired by the Ising model. Hopfield network acts as a dynamic energy system where neurons interact to reach stable, low-energy states, similar to particles finding equilibrium in a physical system. The energy function is given by \[ E = -\frac{1}{2} \sum_{i \neq j} W_{ij} s_i s_j - \sum_{i} b_i s_i, \] where neuron interactions mimic energy exchanges, guiding the network to "remember" stored patterns (see a nice blog post). Check out our paper on utilizing modern Hopfield networks for tabular learning [ICML'24].
Physics Demo - Two Stream Instability
Beam Width ( \(1 / V_b \) )
The phenomenon of the two-stream instability occurs where plasma flows are moving in opposite directions. This instability arises from the transfer of energy between particles in the plasma and EM wave, leading to the exponential growth of certain wave modes, described by the dispersion relation. \[ 1 = \dfrac{\omega_p^2/2}{(\omega+\omega_D)^2} + \dfrac{\omega_p^2/2}{(\omega-\omega_D)^2}. \] (See blog post for more detail )