You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _pages/about.md
+10-3Lines changed: 10 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,16 +9,23 @@ redirect_from:
9
9
---
10
10
11
11
I am a second-year Ph.D. student at [Stanford CS](https://www.cs.stanford.edu/), advised by Professor [James Zou](https://www.james-zou.com/) and [Stefano Ermon](https://cs.stanford.edu/~ermon/). Before that, I received my B.S. in Math and Computer Science at Yuanpei College, [Peking University](https://english.pku.edu.cn/), under the advice of Professor [Liwei Wang](http://www.liweiwang-pku.com/) and [Di He](https://dihe-pku.github.io/).
12
-
I focus on advancing foundational generative AI through research in theory, algorithm design, and high-performance computing. If you're interested in my work, please feel free to contact me!
12
+
I focus on advancing foundational generative AI through algorithm design and high-performance computing. If you're interested in my work, please feel free to contact me!
13
13
14
14
News
15
15
======
16
-
- (Sept. 2024) Two papers got accepted by NeurIPS 2024, including [training-free guidance](https://arxiv.org/abs/2409.15761) (<fontcolor="#DC143C">Spotlight</font>) and [geometric trajectory models](https://arxiv.org/abs/2410.13027). See you in Vancouver!
16
+
- (Apr. 2025) I am currently working part-time at [NVIDIA Deep Imagination Research](https://research.nvidia.com/labs/dir/) and will join as full-time intern this summer in Santa Clara.
17
+
- (Apr. 2025) Google intern work [LLM Constrained Decoding](https://arxiv.org/abs/2504.09135) was accepted by AISTATS 2025, and [ICV-Hallucination](https://arxiv.org/abs/2410.15778) by ICLR 2025 (<fontcolor="#DC143C">Spotlight</font>). See you in Singapore and Phuket!
18
+
- (Sept. 2024) Two papers was accepted by NeurIPS 2024, including [training-free guidance](https://arxiv.org/abs/2409.15761) (<fontcolor="#DC143C">Spotlight</font>) and [geometric trajectory models](https://arxiv.org/abs/2410.13027). See you in Vancouver!
17
19
<!-- - (May. 2024) Three papers got accepted by ICML 2024, inclduing [LLM selection](https://arxiv.org/abs/2402.02314), [in-context vectors](https://arxiv.org/abs/2311.06668), and [monitoring AI usage in peer reviews](https://arxiv.org/pdf/2403.07183). See you in Vienna! -->
18
-
-(Feb. 2024) Our [Forward Laplacian paper](https://www.nature.com/articles/s42256-024-00794-x) is accepted by Nature Machine Intelligence! We release [LapJAX](https://github.com/YWolfeee/lapjax), a JAX based package designed for accelerating general second order operators (e.g., Laplacian) computation.
20
+
<!-- - (Feb. 2024) Our [Forward Laplacian paper](https://www.nature.com/articles/s42256-024-00794-x) is accepted by Nature Machine Intelligence! We release [LapJAX](https://github.com/YWolfeee/lapjax), a JAX based package designed for accelerating general second order operators (e.g., Laplacian) computation.-->
19
21
20
22
Selected Publications
21
23
======
24
+
-**(AISTATS 2025) Efficient and Asymptotically Unbiased Constrained Decoding for Large Language Models**
25
+
<br/>
26
+
_Haotian Ye, Himanshu Jain, Chong You, Ananda Theertha Suresh, Haowei Lin, James Zou, Felix Yu_
27
+
<br/>
28
+
[[Paper](https://arxiv.org/abs/2504.09135)]
22
29
-**(NeurIPS 2024, <fontcolor="#DC143C">Spotlight</font>) TFG: Unified Training-Free Guidance for Diffusion Models**
0 commit comments