Github Cheatsheet
- userid and password store:
git config --global credential.helper store
git config --global credential.helper store
sudo apt-get install mosh
kill $(ps --no-headers --sort=start_time -C mosh-server -o pid | head -n -1)
jupyter notebook --no-browser --port=8889
ssh -N -f -L localhost:8888:localhost:8889 username@serverIP
Wei Hao and Shivaram Venkataraman, "Sparse Convolutions for Faster Object Recognition", AI Systems Workshop at Symposium on Operating Systems Principles(SOSP), 2019. http://learningsys.org/sosp19/assets/papers/21_CameraReadySubmission_sparse_conv_aisys19_final.pdf
Wei Hao, Nicholas M. Vogt, Zihang Meng, Seong Jae Hwang, Rebecca L. Koscik, Sterling C. Johnson, Barbara B. Bendlin, and Vikas Singh, "Learning Amyloid Pathology Progression from Longitudinal PiB-PET Images in Preclinical Alzheimer’s Disease", International Symposium on Biomedical Imaging (ISBI), 2020. https://ieeexplore.ieee.org/abstract/document/9098571
Arpan Gujarati, Reza Karimi, Safya Alzayat, Wei Hao, Antoine Kaufmann, Ymir Vigfusson, Jonathan Mace, "Serving DNNs like Clockwork: Performance Predictability from the Bottom Up", 14th USENIX Symposium on Operating Systems Design and Implementation (OSDI), 2020. https://arxiv.org/abs/2006.02464
Wei Hao, Aahil Awatramani, Jiayang Hu, Chengzhi Mao, Pin-Chun Chen, Eyal Cidon, Asaf Cidon, Junfeng Yang, "A Tale of Two Models: Constructing Evasive Attacks on Edge Models", Fifth Conference on Machine Learning and Systems (MLSys), 2022. https://arxiv.org/abs/2204.10933
Wei Hao*, Daniel Mendoza*, Rafael Mendes, Deepak Narayanan, Amar Phanishayee, Asaf Cidon, Junfeng Yang, "MGit: A Model Versioning and Management System", The Forty-first International Conference on Machine Learning (ICML), 2024. https://www.microsoft.com/en-us/research/uploads/prodnew/2024/06/mgit_icml_2024.pdf
Wei Hao, Zixi Wang, Lauren Hong, Lingxiao Li, Nader Karayanni, AnMei Dasbach-Prisk, Chengzhi Mao, Junfeng Yang, Asaf Cidon, "Nazar: Monitoring and Adapting ML Models on Mobile Devices", The 30th ACM International Conference on Architectural Support for Programming Languages and Operating Systems (ASPLOS), 2025.
Published:
This presentation talks about a novel trainable network diffusion model that infers the propagation dynamics of amyloid pathology, which conditioned on individual-level structural connectivity network.
Published:
This presentation talks about a fully distributed DNN model serving system that achieves predictable end-to-end performance.
Undergraduate course, Columbia University, Computer Science Department, 2022
TA