Making Low-Bit LLMs Actually Fast in Parallel via Vector Table Lookup
Vec-LUT turns repetitive scalar table lookups into contiguous vector reads, accelerating parallel ternary LLM inference on x86 and ARM CPUs by up to 4.2×.
Ph.D. Candidate, AIR, Tsinghua University
I am a 4th year Ph.D. candidate at AIR, THU, working on efficient inference systems for edge AI (Ph.D. work overview). My current research interests focus on model-system co-design for embodied AI, especially VLA training and deployment.
ArXiv preprint, 2026
ACM MobiSys 2026Best Paper Award Runner-Up, Results Reproduced @AE
ArXiv preprint, 2024Survey & Position, “Efficiency” Section Lead
Vec-LUT turns repetitive scalar table lookups into contiguous vector reads, accelerating parallel ternary LLM inference on x86 and ARM CPUs by up to 4.2×.
An analysis of GPTQv2 format limitations in vLLM and the CUDA kernel changes needed for low-bit asymmetric quantization inference.
Recent VLAs are moving from discrete to continuous control and from single-system to dual-system designs.