← Search

Minyi Guo

26 accepted papers

2026

ASTRAEA: A Token-wise Acceleration Framework for Video Diffusion Transformers

ICLR 2026poster

Video diffusion transformers (vDiTs) have made tremendous progress in text-to-video generation, but their high computational demands pose a major challenge for practical deployment. While existing studies propose acceleration methods to reduce workload at various granularities, they often rely on he…

Cited by 0SourceScholar
2026

DASH: Deterministic Attention Scheduling for High-throughput Reproducible LLM Training

ICLR 2026poster

Determinism is indispensable for reproducibility in large language model (LLM) training, yet it often exacts a steep performance cost. In widely used attention implementations such as FlashAttention-3, the deterministic backward pass can incur up to a 37.9% throughput reduction relative to its non‑d…

Cited by 0SourcecodeScholar
2026

FreeKV: Boosting KV Cache Retrieval for Efficient LLM Inference

ICLR 2026poster

Large language models (LLMs) have been widely deployed with rapidly expanding context windows to support increasingly demanding applications. However, long contexts pose significant deployment challenges, primarily due to the KV cache whose size grows proportionally with context length. While KV cac…

Cited by 0SourcecodeScholar
2026

Seele: A Unified Acceleration Framework for Real-Time Gaussian Splatting on Mobile Devices

CVPR 2026

3D Gaussian Splatting (3DGS) has become a crucial rendering technique for many real-time applications. How- ever, the limited hardware resources on today's mobile platforms hinder these applications, as they struggle to achieve real-time performance. In this paper, we propose SEELE, a general framew

Cited by 0SourcecodeScholar
2026

TimeRipples: Accelerating vDiTs by Understanding the Spatio-Temporal Correlations in Latent Space

CVPR 2026

The recent surge in video generation has shown the growing demand for high-quality video synthesis using large vision models. Existing video generation models are predominantly based on the video diffusion transformer (vDiT), however, they suffer from substantial inference delay due to self-attentio

Cited by 0SourceScholar
2025

An Efficient Private GPT Never Autoregressively Decodes

ICML 2025poster

The wide deployment of the generative pre-trained transformer (GPT) has raised privacy concerns for both clients and servers. While cryptographic primitives can be employed for secure GPT inference to protect the privacy of both parties, they introduce considerable performance overhead. To accelerat…

Cited by 0SourcePDFScholar
2025

ClusterFusion: Expanding Operator Fusion Scope for LLM Inference via Cluster-Level Collective Primitive

NeurIPS 2025poster

Large language model (LLM) decoding suffers from high latency due to fragmented execution across operators and heavy reliance on off-chip memory for data exchange and reduction. This execution model limits opportunities for fusion and incurs significant memory traffic and kernel launch overhead. Wh…

Cited by 0SourceScholar
2025

Communication-Efficient Diffusion Denoising Parallelization via Reuse-then-Predict Mechanism

NeurIPS 2025poster

Diffusion models have emerged as a powerful class of generative models across various modalities, including image, video, and audio synthesis. However, their deployment is often limited by significant inference latency, primarily due to the inherently sequential nature of the denoising process. Whil…

Cited by 0SourceScholar
2025

Gumbel Reranking: Differentiable End-to-End Reranker Optimization

ACL 2025long

RAG systems rely on rerankers to identify relevant documents. However, fine-tuning these models remains challenging due to the scarcity of annotated query-document pairs. Existing distillation-based approaches suffer from training-inference misalignment and fail to capture interdependencies among ca…

Cited by 0SourcePDFScholar
2025

WISNet: Pseudo Label Generation on Unbalanced and Patch Annotated Waste Images

CVPR 2025poster

Computer-vision-based assessment on waste sorting is desired to replace manpower supervision in Shanghai city. Due to the hardness of labeling a multitude of waste images, it is infeasible to train a semantic segmentation model for this purpose directly. In this work, we construct a new dataset cons…

2025

Yggdrasil: Bridging Dynamic Speculation and Static Runtime for Latency-Optimal Tree-Based LLM Decoding

NeurIPS 2025poster

Speculative decoding improves LLM inference by generating and verifying multiple tokens in parallel, but existing systems suffer from suboptimal performance due to a mismatch between dynamic speculation and static runtime assumptions. We present Yggdrasil, a co-designed system that enables latency-o…

Cited by 0SourceScholar
2024

Embodied Understanding of Driving Scenarios

ECCV 2024poster

"Embodied scene understanding serves as the cornerstone for autonomous agents to perceive, interpret, and respond to open driving scenarios. Such understanding is typically founded upon Vision-Language Models (VLMs). Nevertheless, existing VLMs are restricted to the 2D domain, devoid of spatial awar…

2024

Extend Your Own Correspondences: Unsupervised Distant Point Cloud Registration by Progressive Distance Extension

CVPR 2024poster

Registration of point clouds collected from a pair of distant vehicles provides a comprehensive and accurate 3D view of the driving scenario which is vital for driving safety related applications yet existing literature suffers from the expensive pose label acquisition and the deficiency to generali…

2024

Nimbus: Secure and Efficient Two-Party Inference for Transformers

NeurIPS 2024poster

Transformer models have gained significant attention due to their power in machine learning tasks. Their extensive deployment has raised concerns about the potential leakage of sensitive information during inference. However, when being applied to Transformers, existing approaches based on secure tw…

2024

SimGen: Simulator-conditioned Driving Scene Generation

NeurIPS 2024poster

Controllable synthetic data generation can substantially lower the annotation cost of training data. Prior works use diffusion models to generate driving images conditioned on the 3D object layout. However, those models are trained on small-scale datasets like nuScenes, which lack appearance and lay…

Cited by 9SourcePDFScholar
2023

APR: Online Distant Point Cloud Registration through Aggregated Point Cloud Reconstruction

IJCAI 2023poster

For many driving safety applications, it is of great importance to accurately register LiDAR point clouds generated on distant moving vehicles. However, such point clouds have extremely different point density and sensor perspective on the same object, making registration on such point clouds very h…

2023

Density-invariant Features for Distant Point Cloud Registration

ICCV 2023poster

Registration of distant outdoor LiDAR point clouds is crucial to extending the 3D vision of collaborative autonomous vehicles, and yet is challenging due to small overlapping area and a huge disparity between observed point densities. In this paper, we propose Group-wise Contrastive Learning (GCL) s…

Cited by 22PDFcodeScholar
2023

MonoATT: Online Monocular 3D Object Detection With Adaptive Token Transformer

CVPR 2023poster

Mobile monocular 3D object detection (Mono3D) (e.g., on a vehicle, a drone, or a robot) is an important yet challenging task. Existing transformer-based offline Mono3D models adopt grid-based vision tokens, which is suboptimal when using coarse tokens due to the limited available computational power…

Cited by 29SourcePDFScholar
2022

Block-Skim: Efficient Question Answering for Transformer

AAAI 2022technical

Transformer models have achieved promising results on natural language processing (NLP) tasks including extractive question answering (QA). Common Transformer encoders used in NLP tasks process the hidden states of all input tokens in the context paragraph throughout all layers. However, different f…

2022

MoGDE: Boosting Mobile Monocular 3D Object Detection with Ground Depth Estimation

NeurIPS 2022accept

Monocular 3D object detection (Mono3D) in mobile settings (e.g., on a vehicle, a drone, or a robot) is an important yet challenging task. Due to the near-far disparity phenomenon of monocular vision and the ever-changing camera pose, it is hard to acquire high detection accuracy, especially for far…

Cited by 18SourcePDFScholar
2022

SQuant: On-the-Fly Data-Free Quantization via Diagonal Hessian Approximation

ICLR 2022poster

Quantization of deep neural networks (DNN) has been proven effective for compressing and accelerating DNN models. Data-free quantization (DFQ) is a promising approach without the original datasets under privacy-sensitive and confidential scenarios. However, current DFQ solutions degrade accuracy, ne…

2022

Transkimmer: Transformer Learns to Layer-wise Skim

ACL 2022long

Transformer architecture has become the de-facto model for many machine learning tasks from natural language processing and computer vision. As such, improving its computational efficiency becomes paramount. One of the major computational inefficiency of Transformer based models is that they spend t…

2021

TempNet: Online Semantic Segmentation on Large-Scale Point Cloud Series

ICCV 2021poster

Online semantic segmentation on a time series of point cloud frames is an essential task in autonomous driving. Existing models focus on single-frame segmentation, which cannot achieve satisfactory segmentation accuracy and offer unstably flicker among frames. In this paper, we propose a light-weigh…

Cited by 6PDFScholar
2020

How Far Does BERT Look At: Distance-based Clustering and Analysis of BERT’s Attention

COLING 2020main

Recent research on the multi-head attention mechanism, especially that in pre-trained models such as BERT, has shown us heuristics and clues in analyzing various aspects of the mechanism. As most of the research focus on probing tasks or hidden states, previous works have found some primitive patter…

Cited by 25SourcePDFScholar
2019

Adversarial Defense Through Network Profiling Based Path Extraction

CVPR 2019poster

Recently, researchers have started decomposing deep neural network models according to their semantics or functions. Recent work has shown the effectiveness of decomposed functional blocks for defending adversarial attacks, which add small input perturbation to the input image to fool the DNN models…

Cited by 65PDFScholar
2015

Unsupervised Extraction of Video Highlights Via Robust Recurrent Auto-Encoders

ICCV 2015poster

With the growing popularity of short-form video sharing platforms such as Instagram and Vine, there has been an increasing need for techniques that automatically extract highlights from video. Whereas prior works have approached this problem with heuristic rules or supervised learning, we present an…

Cited by 221PDFScholar