Morris Huang
Incoming Ph.D. Student @ University of North Carolina, Chapel Hill

My Email: morris@cs.unc.edu
Hey, my name is Yu-Chao Huang (黃禹超 in Chinese). I also go by Morris. I am an incoming Ph.D. student at UNC CS, advised by Professor Tianlong Chen and Professor Guorong Wu. Previously, I had the opportunity to intern at NU, working under Professor Han Liu in the MAGICS lab. Before that, I earned M.Sc. in Physics under the guidance of Prof. Hsi-Sheng Goan at National Taiwan University followed by research assistant position 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. [ICLR’25]
- 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]
Feel free to reach out if you think we should connect !
Somewhere, something incredible is waiting to be known.
— Carl Sagan
- Sept. 2018 - June 2022National Central University B.Sc. in Physics
- Sept. 2022 - June 2024National Taiwan University M.Sc. in Physics
- July 2024 - Feb. 2025NCTS-Physics Research Assistant
- Aug. 2025UNC Chapel Hill Incoming Ph.D. Student
Selected Publications
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].