← Search

Ping Gong

7 accepted papers

2026

AdaCluster: Adaptive Query-Key Clustering for Sparse Attention in Video Generation

CVPR 2026

Video diffusion transformers (DiTs) suffer from prohibitive inference latency due to quadratic attention complexity. Existing sparse attention methods either overlook semantic similarity, or fail to adapt to heterogeneous token distributions across layers, leading to model performance degradation. W

Cited by 0SourcecodeScholar
2026

SMIDT: High-Performance Inference Framework for MoE Models with Dynamic Top-K Routing

AAAI 2026technical

To accelerate Mixture-of-Experts (MoE) inference, the hybrid parallelism paradigm is first applying pipeline parallelism (PP) to vertically divide the model into stages, with each stage further divided horizontally using tensor or expert parallelism. On the algorithm side, dynamic Top-K routing redu

Cited by 0SourcePDFScholar
2025

HATA: Trainable and Hardware-Efficient Hash-Aware Top-k Attention for Scalable Large Model Inference

ACL 2025finding

Large Language Models (LLMs) have emerged as a pivotal research area, yet the attention module remains a critical bottleneck in LLM inference, even with techniques like KVCache to mitigate redundant computations. While various top-k attention mechanisms have been proposed to accelerate LLM inference…

2024

From Bottom to Top: Extending the Potential of Parameter Efficient Fine-Tuning

EMNLP 2024main

With the proliferation of large language models, Parameter Efficient Fine-Tuning (PEFT) method, which freeze pre-trained parameters and only fine-tune a few task-specific parameters, are playing an increasingly important role. However, previous work primarily applied uniform operations across all la…

Cited by 0SourcePDFScholar
2023

DialogMI: A Dialogue Model Based on Enhancing Dialogue Mutual Information

ICASSP 2023accepted

Most of the open-domain dialogue models tend to perform insufficiently in generating informative response. The possible reason is that they lack the capability of enhancing the mutual information between generated responses and dialogue history. To address this issue, we present a novel task of the…

Cited by 0SourceScholar
2023

Dynamic Local and Global Context Exploration for Small Object Detection

ICASSP 2023accepted

The main challenge in small object detection is the limited amount of information available from the objects. As a result of handling insufficient features, context-based methods explore context features on both local and global level as complementary information. However, current methods only inves…

Cited by 0SourceScholar
2022

One-Shot Medical Landmark Localization by Edge-Guided Transform and Noisy Landmark Refinement

ECCV 2022poster

"As an important upstream task for many medical applications, supervised landmark localization still requires non-negligible annotation costs to achieve desirable performance. Besides, due to cumbersome collection procedures, the limited size of medical landmark datasets impacts the effectiveness of…