← Search

KE GAO

13 accepted papers

2026

CLAM-Bench: Benchmarking LLM Agents for Library-Scale Cross-Architecture Migration

ICML 2026poster

Cross-architecture migration of high-performance libraries dictates ecosystem readiness on emerging hardware. The challenge is twofold: disentangling library-scale dependencies and performance-critical kernels with ISA-specific SIMD intrinsics, often trading migration speed for peak performance. Whi…

Cited by 0SourceScholar
2026

QiMeng-Kernel: Macro-Thinking Micro-Coding Paradigm for LLM-Based High-Performance GPU Kernel Generation

AAAI 2026technical

Developing high-performance GPU kernels is critical for AI and scientific computing, but remains challenging due to its reliance on expert crafting and poor portability. While large language models (LLMs) offer promise for automation, both general-purpose and finetuned LLMs suffer from two fundament

Cited by 0SourcePDFScholar
2025

EasySpec: Layer-Parallel Speculative Decoding for Efficient Multi-GPU Utilization

NeurIPS 2025poster

Speculative decoding is an effective and lossless method for Large Language Model (LLM) inference acceleration. It employs a smaller model to generate a draft token sequence, which is then verified by the original base model. In multi-GPU systems, inference latency can be further reduced through ten…

Cited by 0SourcecodeScholar
2025

QiMeng-Attention: SOTA Attention Operator is generated by SOTA Attention Algorithm

ACL 2025finding

The attention operator remains a critical performance bottleneck in large language models (LLMs), particularly for long-context scenarios. While FlashAttention is the most widely used and effective GPU-aware acceleration algorithm, it must require time-consuming and hardware-specific manual implemen…

2025

QiMeng-GEMM: Automatically Generating High-Performance Matrix Multiplication Code by Exploiting Large Language Models

AAAI 2025technical

As a crucial operator in numerous scientific and engineering computing applications, the automatic optimization of General Matrix Multiplication (GEMM) with full utilization of ever-evolving hardware architectures (e.g. GPUs and RISC-V) is of paramount importance. While Large Language Models (LLMs)…

Cited by 0SourcePDFScholar
2025

QiMeng-TensorOp: One-Line Prompt is Enough for High-Performance Tensor Operator Generation with Hardware Primitives

IJCAI 2025

Computation-intensive tensor operators constitute over 90% of the computations in Large Language Models (LLMs) and Deep Neural Networks. Automatically and efficiently generating high-performance tensor operators with hardware primitives is crucial for diverse and ever-evolving hardware architectures

Cited by 0SourcePDFScholar
2023

GANHead: Towards Generative Animatable Neural Head Avatars

CVPR 2023poster

To bring digital avatars into people's lives, it is highly demanded to efficiently generate complete, realistic, and animatable head avatars. This task is challenging, and it is difficult for existing methods to satisfy all the requirements at once. To achieve these goals, we propose GANHead (Genera…

Cited by 20SourcePDFScholar
2023

NeRF-IBVS: Visual Servo Based on NeRF for Visual Localization and Navigation

NeurIPS 2023poster

Visual localization is a fundamental task in computer vision and robotics. Training existing visual localization methods requires a large number of posed images to generalize to novel views, while state-of-the-art methods generally require dense ground truth 3D labels for supervision. However, acqui…

Cited by 9SourcePDFScholar
2022

Unbiased Manifold Augmentation for Coarse Class Subdivision

ECCV 2022poster

"Class Subdivision (CCS) is important for many practical applications, where the training set originally annotated for a coarse class (e.g. bird) needs to further support its sub-classes recognition (e.g. swan, crow) with only very few fine-grained labeled samples. From the perspective of causal rep…

2021

Progressive Domain Expansion Network for Single Domain Generalization

CVPR 2021poster

Single domain generalization is a challenging case of model generalization, where the models are trained on a single domain and tested on other unseen domains. A promising solution is to learn cross-domain invariant representations by expanding the coverage of the training domain. These methods have…

Cited by 193PDFcodeScholar
2017

Task-Driven Dynamic Fusion: Reducing Ambiguity in Video Description

CVPR 2017poster

Integrating complementary features from multiple channels is expected to solve the description ambiguity problem in video captioning, whereas inappropriate fusion strategies often harm rather than help the performance. Existing static fusion methods in video captioning such as concatenation and summ…

Cited by 84PDFScholar