← Search

Zipeng Xiao

4 accepted papers

2026

Mantis: A Versatile Vision-Language-Action Model with Disentangled Visual Foresight

CVPR 2026

Recent advances in Vision-Language-Action (VLA) models demonstrate that visual signals can effectively complement sparse action supervisions. However, letting VLA directly predict high-dimensional visual states can distribute model capacity and incur prohibitive training cost, while compressing visu

Cited by 0SourcecodeScholar
2025

MatryoshkaKV: Adaptive KV Compression via Trainable Orthogonal Projection

ICLR 2025poster

KV cache has become a *de facto* technique for the inference of large language models (LLMs), where tensors of shape (layer number, head number, sequence length, feature dimension) are introduced to cache historical information for self-attention. As the size of the model and data grows, the KV cac…

Cited by 3SourcePDFScholar
2024

Improved Operator Learning by Orthogonal Attention

ICML 2024spotlight

This work presents orthogonal attention for constructing neural operators to serve as surrogates to model the solutions of a family of Partial Differential Equations (PDEs). The motivation is that the kernel integral operator, which is usually at the core of neural operators, can be reformulated wit…