(Please see the Google Scholar page for the up-to-date paper list)
Sample-Efficient Alignment for LLMs Zichen Liu,
Changyu Chen,
Chao Du,
Wee Sun Lee,
Min Lin LanGame @ Advances in Neural Information Processing Systems (NeurIPS) 2024
pdf
/ code
/
bibtex
@article{
liu2024sea,
title={Sample-Efficient Alignment for LLMs},
author={Zichen Liu and Changyu Chen and Chao Du and Wee Sun Lee and Min Lin},
journal={arXiv preprint arXiv:2411.01493},
year={2024}
}
Through the lens of contextual dueling bandits, we propose a principled Thompson sampling algorithm for LLM online exploration, addressing both explore & exploit and best arm identification settings.
Bootstrapping Language Models with DPO Implicit Rewards Changyu Chen*,
Zichen Liu*,
Chao Du,
Tianyu Pang,
Qian Liu,
Arunesh Sinha,
Pradeep Varakantham,
Min Lin International Conference on Learning Representations (ICLR) 2025
pdf
/ code
/
bibtex
@inproceedings{chen2025bootstrapping,
title={Bootstrapping Language Models with DPO Implicit Rewards},
author={Chen, Changyu and Liu, Zichen and Du, Chao and Pang, Tianyu and Liu, Qian and Sinha, Arunesh and Varakantham, Pradeep and Lin, Min},
booktitle={International Conference on Learning Representations},
year={2025},
}
A language model trained with DPO provides implicit rewards for self-improvement using online reinforcement learning from AI feedback!
Locality Sensitive Sparse Encoding for Learning World Models Online Zichen Liu,
Chao Du,
Wee Sun Lee,
Min Lin International Conference on Learning Representations (ICLR) 2024
pdf
/ code
/
bibtex
@inproceedings{liu2024losse,
title={Locality Sensitive Sparse Encoding for Learning World Models Online},
author={Liu, Zichen and Du, Chao and Lee, Wee Sun and Lin, Min},
booktitle={International Conference on Learning Representations},
year={2024},
}
We propose to learn world models purely online in the classical Dyna framework, using a linear model on non-linear features (an ELM). Zero forgetting is guaranteed by the linear modeling, making it suitable for continual agents; high-dimensional encoding provides great fitting capacity for complex environments, while its sparsity permits an efficient online update.
Efficient Offline Policy Optimization with a Learned Model Zichen Liu,
Siyi Li,
Wee Sun Lee,
Shuicheng Yan,
Zhongwen Xu International Conference on Learning Representations (ICLR) 2023
pdf
/ code
/
bibtex
@inproceedings{liu2023rosmo,
title={Efficient Offline Policy Optimization with a Learned Model},
author={Liu, Zichen and Li, Siyi and Lee, Wee Sun and Yan, Shuicheng and Xu, Zhongwen},
booktitle={International Conference on Learning Representations},
year={2023},
}
We investigate the deficiencies of MCTS in the offline MuZero algorithm and propose an efficient regularized improvement operator that achieves better sample- and compute-efficiency on the Atari benchmark.
DANCE: A Deep Attentive Contour Model for Efficient Instance Segmentation Zichen Liu,
Jun Hao Liew,
Xiangyu Chen,
Jiashi Feng Winter Conference on Applications of Computer Vision (WACV) 2021
pdf
/ code
/
bibtex
@inproceedings{liu2021dance,
author = {Liu, Zichen and Liew, Jun Hao and Chen, Xiangyu and Feng, Jiashi},
title = {DANCE: A Deep Attentive Contour Model for Efficient Instance Segmentation},
booktitle = {Proceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision (WACV)},
year = {2021},
}
We develop an efficient instance segmentation strategy based on the neural snake algorithm and attain SoTA performance on COCO among contour-based methods.
Mosec is a high-performance ML model serving framework built with a fast Rust web layer.
It supports all different ML frameworks, such as Jax, PyTorch, TensorFlow, etc., with a super easy coding interface in Python.
Dynamic batching and CPU/GPU pipelines are the core features that can fully exploit your computing machine.