← Search

Quanlu Zhang

7 accepted papers

2026

RLux-VLA: A Unified and Efficient Framework for Reinforcement Learning of Vision-Language-Action Models

RSS 2026poster

Recent advances in vision-language-action (VLA) models have motivated the extension of their capabilities to embodied settings, where reinforcement learning (RL) offers a principled way to optimize task success through interaction. However, existing methods remain fragmented, lacking both a unified …

Cited by 0SourceScholar
2026

USER: A Unified and Extensible System for Online Real-World Policy Learning in Embodied AI

RSS 2026poster

Online policy learning directly in the physical world is a promising yet challenging direction for embodied intelligence. Unlike simulation, real-world systems cannot be arbitrarily accelerated, cheaply reset, or massively replicated, which makes scalable data collection, heterogeneous deployment, a…

Cited by 0SourceScholar
2024

You Only Cache Once: Decoder-Decoder Architectures for Language Models

NeurIPS 2024oral

We introduce a decoder-decoder architecture, YOCO, for large language models, which only caches key-value pairs once. It consists of two components, i.e., a cross-decoder stacked upon a self-decoder. The self-decoder efficiently encodes global key-value (KV) caches that are reused by the cross-decod…

2023

ElasticViT: Conflict-aware Supernet Training for Deploying Fast Vision Transformer on Diverse Mobile Devices

ICCV 2023poster

Neural Architecture Search (NAS) has shown promising performance in the automatic design of vision transformers (ViT) exceeding 1G FLOPs. However, designing lightweight and low-latency ViT models for diverse mobile devices remains a big challenge. In this work, we propose ElasticViT, a two-stage NAS…

Cited by 25PDFcodeScholar
2023

SpaceEvo: Hardware-Friendly Search Space Design for Efficient INT8 Inference

ICCV 2023poster

The combination of Neural Architecture Search (NAS) and quantization has proven successful in automatically designing low-FLOPs INT8 quantized neural networks (QNN). However, directly applying NAS to design accurate QNN models that achieve low latency on real-world devices leads to inferior performa…

Cited by 5PDFcodeScholar
2022

Privacy-Preserving Online AutoML for Domain-Specific Face Detection

CVPR 2022poster

Despite the impressive progress of general face detection, the tuning of hyper-parameters and architectures is still critical for the performance of a domain-specific face detector. Though existing AutoML works can speedup such process, they either require tuning from scratch for a new scenario or d…

Cited by 20PDFcodeScholar
2020

LadaBERT: Lightweight Adaptation of BERT through Hybrid Model Compression

COLING 2020main

BERT is a cutting-edge language representation model pre-trained by a large corpus, which achieves superior performances on various natural language understanding tasks. However, a major blocking issue of applying BERT to online services is that it is memory-intensive and leads to unsatisfactory lat…