Skip to content

Commit cd5be40

Browse files
committed
polish
1 parent ac666f7 commit cd5be40

2 files changed

Lines changed: 13 additions & 12 deletions

File tree

_includes/author-profile.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ <h3 class="author__name">{{ author.name }}</h3>
2323
<a href="{{ author.googlescholar }}" title="Google Scholar" target="_blank" rel="noopener noreferrer"><i class="ai ai-google-scholar"></i></a>
2424
{% endif %}
2525
{% if author.twitter %}
26-
<a href="https://twitter.com/{{ author.twitter }}" title="Twitter" target="_blank" rel="noopener noreferrer"><i class="fab fa-twitter"></i></a>
26+
<a href="https://x.com/{{ author.twitter }}" title="X" target="_blank" rel="noopener noreferrer"><svg viewBox="0 0 512 512" aria-hidden="true" style="width:0.95em;height:0.95em;fill:currentColor;vertical-align:-0.1em;"><path d="M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 86.8 464H16.2l164.9-188.5L7 48h145.6l102.3 135.2L389.2 48zm-24.8 373.8h39.1L151.1 88h-42l255.3 333.8z"/></svg></a>
2727
{% endif %}
2828
{% if author.github %}
2929
<a href="https://github.com/{{ author.github }}" title="GitHub" target="_blank" rel="noopener noreferrer"><i class="fab fa-github"></i></a>

_pages/about.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ I am a third-year Ph.D. student at <a href="https://www.cs.stanford.edu/">Stanfo
1212

1313
<!-- <h2 id="researchinterests">Research Interest</h2> -->
1414
<!-- <p> -->
15-
My Ph.D. research aims to advance generative AI capabilities for open problems through post-training and inference-time algorithm design. Specifically, for both text and vision generative models:
15+
My Ph.D. research aims to advance model capabilities for open problems through post-training and inference-time algorithm design. Specifically, for both text and vision models:
1616
- How do we continuously improve them via post-training, even at superhuman levels?
1717
- How do we scale test-time compute effectively and efficiently?
1818

@@ -22,13 +22,14 @@ Feel free to reach out if you are interested in my research or simply want to ch
2222

2323
<h2 id="news">News</h2>
2424
- (June 2026) I will be giving a few talks on SimpleTES. Please check out our [blog](https://haotianye.com/blog/simpletes/) for our thoughts, and let me know if you are interested in the work!
25-
- (May 2026) Check out [SimpleTES](https://www.wizardquant.com/will/simpletes), our new work on strategically scaling evaluation-driven discovery loops — achieving state-of-the-art on 21 problems across six domains with open-source models. See [paper](https://arxiv.org/abs/2604.19341), [code](https://github.com/wq-will/SimpleTES), and [tweet](https://x.com/haotian_yeee/status/2056782234192166926).
25+
- (May 2026) Check out [SimpleTES](https://www.wizardquant.com/will/simpletes), our new work on strategically scaling evaluation-driven discovery loops — achieving state-of-the-art on 21 problems across six domains with open-source models. See [paper](https://arxiv.org/abs/2604.19341), [code](https://github.com/wq-will/SimpleTES), and [X](https://x.com/haotian_yeee/status/2056782234192166926).
2626
- (Apr. 2026) I passed my Ph.D. qualifying exam at Stanford!
2727
- (Feb. 2026) [InfoTok](https://arxiv.org/abs/2512.16975) (<font color="#DC143C">Oral</font>) and [Scaling Law Discovery](https://linhaowei1.github.io/scaling_law_discovery/) accepted by ICLR 2026. See you in Rio de Janeiro!
28-
- (Feb. 2026) I had the pleasure of presenting our work on [DDRL](https://research.nvidia.com/labs/dir/ddrl/) at CalTech (hosted by [Anima Anandkumar](https://www.eas.caltech.edu/people/anima)) and ByteDance Seed (hosted by [Haoqi Fan](https://haoqifan.github.io/)). Thanks for the invitation!
29-
- (Jan. 2026) We release an interesting [study](https://linhaowei1.github.io/scaling_law_discovery/) on whether AI can discover its own scaling laws better than humans. Check it out!
30-
- (Jan. 2026) Check out [InfoTok](https://arxiv.org/abs/2512.16975), our adaptive information-theoretic tokenizer that achieves 40% higher compression without information loss and represents videos via coarse-grained to fine-grained sequences.
31-
- (Dec. 2025) We release [DDRL](https://research.nvidia.com/labs/dir/ddrl/), the RL algorithm powering NVIDIA's [Cosmos-Predict2.5](https://research.nvidia.com/labs/dir/cosmos-predict2.5/) video generative models (2B/14B)! An amazing experience scaling the post-training of models on ~2,000 H100 GPUs. Check our [post](https://x.com/haotian_yeee/status/1997138677529825452?s=20) and [models](https://github.com/nvidia-cosmos/cosmos-predict2.5)!
28+
<!-- - (Feb. 2026) I had the pleasure of presenting our work on [DDRL](https://research.nvidia.com/labs/dir/ddrl/) at CalTech (hosted by [Anima Anandkumar](https://www.eas.caltech.edu/people/anima)) and ByteDance Seed (hosted by [Haoqi Fan](https://haoqifan.github.io/)). Thanks for the invitation! -->
29+
<!-- - (Jan. 2026) We release an interesting [study](https://linhaowei1.github.io/scaling_law_discovery/) on whether AI can discover its own scaling laws better than humans. Check it out! -->
30+
<!-- - (Jan. 2026) Check out [InfoTok](https://arxiv.org/abs/2512.16975), our adaptive information-theoretic tokenizer that achieves 40% higher compression without information loss and represents videos via coarse-grained to fine-grained sequences. -->
31+
<!-- - (Dec. 2025) We release [DDRL](https://research.nvidia.com/labs/dir/ddrl/), the RL algorithm powering NVIDIA's [Cosmos-Predict2.5](https://research.nvidia.com/labs/dir/cosmos-predict2.5/) video generative models (2B/14B)! An amazing experience scaling the post-training of models on ~2,000 H100 GPUs. Check our [post](https://x.com/haotian_yeee/status/1997138677529825452?s=20) and [models](https://github.com/nvidia-cosmos/cosmos-predict2.5)! -->
32+
3233
<!-- - (Dec. 2025) [Data Attribution for RL](https://arxiv.org/abs/2505.19281) was accepted by NeurIPS 2025 (<font color="#DC143C">Oral</font>). See you in San Diego! -->
3334
<!-- - (Nov. 2025) We released NVIDIA [Cosmos-Predict2.5](https://research.nvidia.com/labs/dir/cosmos-predict2.5/), the Cosmos World Foundation Models specialized for video generation. I am responsible for designing the RL algorithm and performing large-scale post-training (1K+ GPUs) for the release. -->
3435
<!-- - (Oct. 2025) [Diffusion Inference-Time Acceleration](https://arxiv.org/abs/2507.15260) was accepted by ICCV 2025. See you in Hawaii! -->
@@ -49,7 +50,7 @@ Feel free to reach out if you are interested in my research or simply want to ch
4950
<div class="pub-right">
5051
<div class="pub-title">SimpleTES: A General Framework for Strategically Scaling Evaluation-Driven Discovery Loops</div>
5152
<div class="pub-authors">Haotian Ye*, Haowei Lin*, Jingyi Tang*, Yizhen Luo*, Caiyin Yang, Chang Su, Rahul Thapa, Rui Yang, Ruihua Liu, Zeyu Li, Chong Gao, Dachao Ding, Guangrong He, Miaolei Zhang, Lina Sun, Wenyang Wang, Yuchen Zhong, Zhuohao Shen, Di He, Jianzhu Ma, Stefano Ermon, Tongyang Li, Xiaowen Chu, James Zou, Yuzhi Xu</div>
52-
<div class="pub-links"><a href="https://arxiv.org/abs/2604.19341">[Paper]</a> <a href="https://www.wizardquant.com/will/simpletes">[Website]</a> <a href="https://github.com/wq-will/SimpleTES">[Code]</a> <a href="https://x.com/haotian_yeee/status/2056782234192166926">[Twitter]</a></div>
53+
<div class="pub-links"><a href="https://arxiv.org/abs/2604.19341">[Paper]</a> <a href="https://www.wizardquant.com/will/simpletes">[Website]</a> <a href="https://github.com/wq-will/SimpleTES">[Code]</a> <a href="https://haotianye.com/blog/simpletes/">[Blog]</a> <a href="https://x.com/haotian_yeee/status/2056782234192166926">[X]</a></div>
5354
</div>
5455
</div>
5556

@@ -61,7 +62,7 @@ Feel free to reach out if you are interested in my research or simply want to ch
6162
<div class="pub-right">
6263
<div class="pub-title">Data-regularized Reinforcement Learning for Diffusion Models at Scale</div>
6364
<div class="pub-authors">Haotian Ye, Kaiwen Zheng, Jiashu Xu, Puheng Li, Huayu Chen, Jiaqi Han, Sheng Liu, Qinsheng Zhang, Hanzi Mao, Zekun Hao, Prithvijit Chattopadhyay, Dinghao Yang, Liang Feng, Maosheng Liao, Junjie Bai, Ming-Yu Liu, James Zou, Stefano Ermon</div>
64-
<div class="pub-links"><a href="https://www.arxiv.org/abs/2512.04332">[Paper]</a> <a href="https://research.nvidia.com/labs/dir/ddrl/">[Website]</a> <a href="https://github.com/nvidia-cosmos/cosmos-rl/blob/main/examples/ddrl.md">[Code]</a> <a href="https://x.com/haotian_yeee/status/1997138677529825452?s=20">[Twitter]</a></div>
65+
<div class="pub-links"><a href="https://www.arxiv.org/abs/2512.04332">[Paper]</a> <a href="https://research.nvidia.com/labs/dir/ddrl/">[Website]</a> <a href="https://github.com/nvidia-cosmos/cosmos-rl/blob/main/examples/ddrl.md">[Code]</a> <a href="https://x.com/haotian_yeee/status/1997138677529825452?s=20">[X]</a></div>
6566
</div>
6667
</div>
6768

@@ -73,7 +74,7 @@ Feel free to reach out if you are interested in my research or simply want to ch
7374
<div class="pub-right">
7475
<div class="pub-title">InfoTok: Adaptive Discrete Video Tokenizer via Information-Theoretic Compression</div>
7576
<div class="pub-authors">Haotian Ye*, Qiyuan He*, Jiaqi Han, Puheng Li, Jiaojiao Fan, Zekun Hao, Fitsum Reda, Yogesh Balaji, Huayu Chen, Sheng Liu, Angela Yao, James Zou, Stefano Ermon, Haoxiang Wang, Ming-Yu Liu</div>
76-
<div class="pub-links"><a href="https://arxiv.org/abs/2512.16975">[Paper]</a> <a href="https://research.nvidia.com/labs/dir/infotok/">[Website]</a> <a href="https://github.com/YWolfeee/InfoTok">[Code]</a> <a href="https://x.com/haotian_yeee/status/2038709594588160059?s=20">[Twitter]</a></div>
77+
<div class="pub-links"><a href="https://arxiv.org/abs/2512.16975">[Paper]</a> <a href="https://research.nvidia.com/labs/dir/infotok/">[Website]</a> <a href="https://github.com/YWolfeee/InfoTok">[Code]</a> <a href="https://x.com/haotian_yeee/status/2038709594588160059?s=20">[X]</a></div>
7778
</div>
7879
</div>
7980

@@ -85,7 +86,7 @@ Feel free to reach out if you are interested in my research or simply want to ch
8586
<div class="pub-right">
8687
<div class="pub-title">Can Language Models Discover Scaling Laws?</div>
8788
<div class="pub-authors">Haowei Lin*, Haotian Ye*, Quzhe Huang, Wenzheng Feng, Yujun Li, Xiangyu Wang, Hubert Lim, Zhengrui Li, Jianzhu Ma, Yitao Liang, James Zou</div>
88-
<div class="pub-links"><a href="https://arxiv.org/abs/2507.21184">[Paper]</a> <a href="https://linhaowei1.github.io/scaling_law_discovery/">[Website]</a> <a href="https://github.com/linhaowei1/SLD">[Code]</a> <a href="https://algorithmicsuperintelligence.ai/blog/openevolve-sldagent/index.html">[Blog]</a></div>
89+
<div class="pub-links"><a href="https://arxiv.org/abs/2507.21184">[Paper]</a> <a href="https://linhaowei1.github.io/scaling_law_discovery/">[Website]</a> <a href="https://github.com/linhaowei1/SLD">[Code]</a> <a href="https://algorithmicsuperintelligence.ai/blog/openevolve-sldagent/index.html">[Blog]</a> <a href="https://x.com/haotian_yeee/status/2014779893612261448?s=20">[X]</a></div>
8990
</div>
9091
</div>
9192

@@ -121,7 +122,7 @@ Feel free to reach out if you are interested in my research or simply want to ch
121122
<div class="pub-right">
122123
<div class="pub-title">TFG: Unified Training-Free Guidance for Diffusion Models</div>
123124
<div class="pub-authors">Haotian Ye*, Haowei Lin*, Jiaqi Han*, Minkai Xu, Sheng Liu, Yitao Liang, Jianzhu Ma, James Zou, Stefano Ermon</div>
124-
<div class="pub-links"><a href="https://arxiv.org/abs/2409.15761">[Paper]</a> <a href="https://github.com/YWolfeee/Training-Free-Guidance">[Code]</a> <a href="https://x.com/haotian_yeee/status/1859672842658512908">[Twitter]</a></div>
125+
<div class="pub-links"><a href="https://arxiv.org/abs/2409.15761">[Paper]</a> <a href="https://github.com/YWolfeee/Training-Free-Guidance">[Code]</a> <a href="https://x.com/haotian_yeee/status/1859672842658512908">[X]</a></div>
125126
</div>
126127
</div>
127128

0 commit comments

Comments
 (0)