← Search

Qinghao Hu

17 accepted papers

2026

ForeAct: Steering Your VLA with Efficient Visual Foresight Planning

CVPR 2026

Vision-Language-Action (VLA) models convert high-level language instructions into concrete, executable actions, a task that is especially challenging in open-world environments. We present Visual Foresight Planning (ForeAct), a general and efficient planner that guides a VLA step-by-step using imagi

Cited by 0SourcecodeScholar
2026

MemeBQ:Memory Efficient Binary Quantization of LLMs

AAAI 2026technical

Recent years have witnessed growing scholarly interest in binary post-training quantization (PTQ) techniques for large language models (LLMs). While state-of-the-art (SOTA) binary quantization methods significantly reduce memory footprint and computational demands, they introduce additional memory o

Cited by 0SourcePDFScholar
2026

Stable Asynchrony: Variance-Controlled Off-Policy RL for LLMs

ICML 2026poster

Reinforcement learning (RL) is widely used to improve large language models (LLMs) on reasoning tasks, and asynchronous RL training is attractive because it increases end-to-end throughput. However, for widely adopted critic-free policy-gradient methods such as REINFORCE and GRPO, high asynchrony ma…

Cited by 3SourceScholar
2026

UNIVERSAL AND EFFICIENT LOADING BALANCING FOR RL TRAINING OF LARGE MULTIMODAL MODELS

ICLR 2026poster

Reinforcement learning (RL) is crucial for aligning Vision-Language Models (VLMs), but its practical application is hampered by significant system-level bottlenecks. The typical RL pipeline, encompassing data loading, inference-based rollouts, and model updates, suffers from severe inefficiencies wh…

Cited by 0SourceScholar
2025

Jet-Nemotron: Efficient Language Model with Post Neural Architecture Search

NeurIPS 2025poster

We present Jet-Nemotron, a new family of hybrid-architecture language models, which matches or exceeds the accuracy of leading full-attention models while significantly improving generation throughput. Jet-Nemotron is developed using Post Neural Architecture Search (PostNAS), a novel neural architec…

Cited by 0SourceScholar
2025

LoRaDA: Low-Rank Direct Attention Adaptation for Efficient LLM Fine-tuning

EMNLP 2025

As the parameter size of language models becomes extremely large, fine-tuning them with limited resources has become a challenging task. Latest advancements in parameter-efficient fine-tuning (PEFT) techniques allow for adjustments to only a minor fraction of the parameters of these LLMs. Yet, most

Cited by 0SourcePDFScholar
2025

LongVILA: Scaling Long-Context Visual Language Models for Long Videos

ICLR 2025poster

Long-context capability is critical for multi-modal foundation models, especially for long video understanding. We introduce LongVILA, a full-stack solution for long-context visual-language models by co-designing the algorithm and system. For model training, we upgrade existing VLMs to support long…

2023

$\rm A^2Q$: Aggregation-Aware Quantization for Graph Neural Networks

ICLR 2023poster

As graph data size increases, the vast latency and memory consumption during inference pose a significant challenge to the real-world deployment of Graph Neural Networks (GNNs). While quantization is a powerful approach to reducing GNNs complexity, most previous works on GNNs quantization fail to ex…

2022

MixFormer: Mixing Features Across Windows and Dimensions

CVPR 2022oral

While local-window self-attention performs notably in vision tasks, it suffers from limited receptive field and weak modeling capability issues. This is mainly because it performs self-attention within non-overlapped windows and shares weights on the channel dimension. We propose MixFormer to find a…

Cited by 161PDFcodeScholar
2022

PalQuant: Accelerating High-Precision Networks on Low-Precision Accelerators

ECCV 2022poster

"Recently low-precision deep learning accelerators (DLAs) have become popular due to their advantages in chip area and energy consumption, yet the low-precision quantized models on these DLAs bring in severe accuracy degradation. One way to achieve both high accuracy and efficient inference is to de…

2020

ProxyBNN: Learning Binarized Neural Networks via Proxy Matrices

ECCV 2020poster

Training Binarized Neural Networks (BNNs) is challenging due to the discreteness. In order to efficiently optimize BNNs through backward propagations, real-valued auxiliary variables are commonly used to accumulate gradient updates. Those auxiliary variables are then directly quantized to binary wei…

Cited by 36SourcePDFScholar
2020

Soft Threshold Ternary Networks

IJCAI 2020poster

Large neural networks are difficult to deploy on mobile devices because of intensive computation and storage. To alleviate it, we study ternarization, a balance between efficiency and accuracy that quantizes both weights and activations into ternary values. In previous ternarized neural networks, a…

2018

Semi-Supervised Generative Adversarial Hashing for Image Retrieval

ECCV 2018poster

With explosive growth of image and video data on the Internet, hashing technique has been extensively studied for large-scale visual search. Benefiting from the advance of deep learning, deep hashing methods have achieved promising performance. However, those deep hashing models are usually trained…

Cited by 42SourcePDFScholar
2018

Training Binary Weight Networks via Semi-Binary Decomposition

ECCV 2018poster

Recently binary weight networks have attracted lots of attentions due to their high computational efficiency and small parameter size. Yet they still suffer from large accuracy drops because of their limited representation capacity. In this paper, we propose a novel semi-binary decomposition method…

Cited by 23SourcePDFScholar
2018

Two-Step Quantization for Low-Bit Neural Networks

CVPR 2018poster

Every bit matters in the hardware design of quantized neural networks. However, extremely-low-bit representation usually causes large accuracy drop. Thus, how to train extremely-low-bit neural networks with high accuracy is of central importance. Most existing network quantization approaches learn t…

Cited by 167SourcePDFScholar
2016

Quantized Convolutional Neural Networks for Mobile Devices

CVPR 2016poster

Recently, convolutional neural networks (CNN) have demonstrated impressive performance in various computer vision tasks. However, high performance hardware is typically indispensable for the application of CNN models due to the high computation complexity, which prohibits their further extensions. I…

Cited by 1586PDFcodeScholar