← Search

Hang Guo

20 accepted papers

2026

Head-Aware KV Cache Compression for Efficient Visual Autoregressive Modeling

AAAI 2026technical

Visual Autoregressive (VAR) models adopt a next-scale prediction paradigm, offering high-quality content generation with substantially fewer decoding steps. However, existing VAR models suffer from significant attention complexity and severe memory overhead due to the accumulation of key-value (KV)

Cited by 0SourcePDFScholar
2026

PreciseCache: Precise Feature Caching for Efficient and High-fidelity Video Generation

ICLR 2026poster

High computational costs and slow inference hinder the practical application of video generation models. While prior works accelerate the generation process through feature caching, they often suffer from notable quality degradation. In this work, we reveal that this issue arises from their inabilit…

Cited by 0SourcecodeScholar
2026

SparseEval: Efficient Evaluation of Large Language Models by Sparse Optimization

ICLR 2026poster

As large language models (LLMs) continue to scale up, their performance on various downstream tasks has significantly improved. However, evaluating their capabilities has become increasingly expensive, as performing inference on a large number of benchmark samples incurs high computational costs. In…

Cited by 0SourcecodeScholar
2025

CALF: Aligning LLMs for Time Series Forecasting via Cross-modal Fine-Tuning

AAAI 2025technical

Deep learning (e.g., Transformer) has been widely and successfully used in multivariate time series forecasting (MTSF). Unlike existing methods that focus on training models from a single modal of time series input, large language models (LLMs) based MTSF methods with cross-modal text and time serie…

2025

DCSF-KD: Dynamic Channel-wise Spatial Feature Knowledge Distillation for Object Detection

AAAI 2025technical

Knowledge distillation (KD) has recently gained great success in the field of object detection. By transferring the knowledge of the spatial or channel domain from the teacher model to the student model, it allows for a more compact representation with minimal performance loss. Despite this progress…

2025

DIIN: Diffusion Iterative Implicit Networks for Arbitrary-scale Super-resolution

IJCAI 2025

Implicit neural representation (INR) aims to represent continuous domain signals via implicit neural functions and has achieved great success in arbitrary-scale image super-resolution (SR). However, most existing INR-based SR methods focus on learning implicit features from independent coordinate, w

2025

FastVAR: Linear Visual Autoregressive Modeling via Cached Token Pruning

ICCV 2025poster

Visual Autoregressive (VAR) modeling has gained popularity for its shift towards next-scale prediction. However, existing VAR paradigms process the entire token map at each scale step, leading to the complexity and runtime scaling dramatically with image resolution. To address this challenge, we pro…

2025

IntLoRA: Integral Low-rank Adaptation of Quantized Diffusion Models

ICML 2025poster

Fine-tuning pre-trained diffusion models under limited budgets has gained great success. In particular, the recent advances that directly fine-tune the quantized weights using Low-rank Adaptation (LoRA) further reduces training costs. Despite these progress, we point out that existing adaptation rec…

2025

MambaIRv2: Attentive State Space Restoration

CVPR 2025poster

The Mamba-based image restoration backbones have recently demonstrated significant potential in balancing global reception and computational efficiency. However, the inherent causal modeling limitation of Mamba, where each token depends solely on its predecessors in the scanned sequence, restricts t…

2025

PMA: Towards Parameter-Efficient Point Cloud Understanding via Point Mamba Adapter

CVPR 2025poster

Applying pre-trained models to assist point cloud understanding has recently become a mainstream paradigm in 3D perception. However, existing application strategies are straightforward, utilizing only the final output of the pre-trained model for various task heads. It neglects the rich complementar…

2025

Point Cloud Mixture-of-Domain-Experts Model for 3D Self-supervised Learning

IJCAI 2025

Point clouds, as a primary representation of 3D data, can be categorized into scene domain point clouds and object domain point clouds. Point cloud self-supervised learning (SSL) has become a mainstream paradigm for learning 3D representations. However, existing point cloud SSL primarily focuses on

Cited by 0SourcePDFScholar
2025

SocialMP: Learning Social Aware Motion Patterns via Additive Fusion for Pedestrian Trajectory Prediction

IJCAI 2025

Accurately capturing social interaction in complex scenarios is essential for pedestrian trajectory prediction task. The uncertainty in pedestrian interactions and the physical constraints imposed by the environment make this task challenging. To solve this problem, existing methods adopt dimensiona

Cited by 0SourcePDFScholar
2024

BoostAdapter: Improving Vision-Language Test-Time Adaptation via Regional Bootstrapping

NeurIPS 2024poster

Adaptation of pretrained vision-language models such as CLIP to various downstream tasks have raised great interest in recent researches. Previous works have proposed a variety of test-time adaptation (TTA) methods to achieve strong generalization without any knowledge of the target domain. Howev…

2024

FreqFormer: Frequency-aware Transformer for Lightweight Image Super-resolution

IJCAI 2024poster

Transformer-based models have been widely and successfully used in various low-vision visual tasks, and have achieved remarkable performance in single image super-resolution (SR). Despite the significant progress in SR, Transformer-based SR methods (e.g., SwinIR) still suffer from the problems of…

2024

LCM: Locally Constrained Compact Point Cloud Model for Masked Point Modeling

NeurIPS 2024poster

The pre-trained point cloud model based on Masked Point Modeling (MPM) has exhibited substantial improvements across various tasks. However, these models heavily rely on the Transformer, leading to quadratic complexity and limited decoder, hindering their practice application. To address this limita…

2024

Parameter Efficient Adaptation for Image Restoration with Heterogeneous Mixture-of-Experts

NeurIPS 2024poster

Designing single-task image restoration models for specific degradation has seen great success in recent years. To achieve generalized image restoration, all-in-one methods have recently been proposed and shown potential for multiple restoration tasks using one single model. Despite the promising re…

2024

ReFIR: Grounding Large Restoration Models with Retrieval Augmentation

NeurIPS 2024poster

Recent advances in diffusion-based Large Restoration Models (LRMs) have significantly improved photo-realistic image restoration by leveraging the internal knowledge embedded within model weights. However, existing LRMs often suffer from the hallucination dilemma, i.e., producing incorrect contents…

2023

Towards Robust Scene Text Image Super-resolution via Explicit Location Enhancement

IJCAI 2023poster

Scene text image super-resolution (STISR), aiming to improve image quality while boosting downstream scene text recognition accuracy, has recently achieved great success. However, most existing methods treat the foreground (character regions) and background (non-character regions) equally in the for…