HE Xin (贺鑫), a.k.a. MARSGGBO
Research Scientist, CFAR, A*STAR, Singapore
hexin@nus.edu.sg
| 知乎 | Wechat | 博客园 | 腾讯云+社区 | Source code |
I am currently a Research Scientist at A*star, Singapore, affiliated with CFAR, under the supervision of Prof Ong Yew Soon. Prior to this, I completed my Ph.D. in Computer Science at Hong Kong Baptist University (HKBU), where I was advised by Prof. Chu Xiaowen. I earned my Bachelor’s degree with honors in the School of Electronic Information and Communications at Huazhong University of Science & Technology (HUST).
Driven by a mission to democratize deep learning, my research is dedicated to advancing the accessibility and efficiency of large-scale deep learning models, particularly Large Language Models (LLMs). My goal is to bridge the theoretical aspects of machine learning with practical system designs to create scalable, robust, and trustworthy AI systems that are widely accessible. My interested research directions include:
- 1.Model-Centric AI:
- Architecture Dearch: Neural Architecture Search (e.g., multi-objective NAS, Training-free NAS, resource-aware NAS), Sparse Model (e.g., Mixture-of-Experts)
- Hyper-parameter optimization (HPO): Grid/Random Search, Evolutionary Algorithm, Differentiable Optimization
- Model Compression: Pruning, Quantization, Knowledge Distillation
- 2.Data-Centric AI:
- Automatic Data Augmentation (ADA), Data Generation, Dataset compression,
- RAG, LLM alignment
- 3.HPC AI:
- Memory efficiency: Offloading, KV-cache
- LLM training acceleration: Distributed Parallellism (data parallel, tensor parallel, pipeline parallel)
- LLM inference optimization: Batch Schedule, Dynamic Inference Paths
Interested in collaboration? Contact me.
Highlights
- 1.AutoML Survey (1600+ citation): AutoML: A Survey of State-of-ther-art
- 2.AutoML Framework: Hyperbox
- 3.AutoML Applications:
- AAAI2021 COVID3DNet: The first NAS application for COVID-19 3D CT scans
- MICCAI2022 EMARS: Evolutionary algorithm-based NAS for COVID-19 3D CT scans
- ECCV2022 EAGAN: Two-stage NAS for GANs
- AAAI2023 NAS-LID: NAS with Local Intrinsic Dimension
news
Feb 23, 2024 | I am honored to serve as a reviewer for ECCV’24. |
---|---|
Sep 03, 2023 | Our paper “MedPipe: End-to-End Joint Search of Data Augmentation Policy and Neural Architecture for 3D Medical Image Classification” is accepted to IEEE MedAI2023! |
Aug 09, 2023 | I am honored to serve as a reviewer for AAAI’24. |
Nov 19, 2022 | Our paper “NAS-LID: Efficient Neural Architecture Search with Local Intrinsic Dimension” is accepted to AAAI2023! |
Nov 02, 2022 | I am honored to serve as a reviewer for CVPR’23. |
latest posts
Aug 21, 2024 | 对抗训练综述学习笔记 |
---|---|
Aug 21, 2024 | 对抗训练综述学习笔记 - marsggbo |
Jul 19, 2024 | 【转知乎回答】一文看懂 LLaMA 中的旋转式位置编码(Rotary Position Embedding) - marsggbo |