← Search

Gongfan Fang

31 accepted papers

2026

Don't Overthink with Pixels: Efficient Reasoning for Segmentation

ICML 2026poster

Existing reasoning segmentation approaches typically fine-tune multimodal large language models (MLLMs) using image-text pairs and corresponding mask labels. While recent efforts leverage reinforcement fine-tuning to further enhance reasoning ability, they often suffer from overthinking and produce …

Cited by 0SourceScholar
2026

Invisible Safety Threat: Malicious Finetuning for LLM via Steganography

ICLR 2026oral

Understanding and addressing potential safety alignment risks in large language models (LLMs) is critical for ensuring their safe and trustworthy deployment. In this paper, we highlight an insidious safety threat: a compromised LLM can maintain a facade of proper safety alignment while covertly gene…

Cited by 0SourcecodeScholar
2026

Language-guided Frequency Modulation for Large Vision-Language Models

CVPR 2026

Large Vision-Language Models (LVLMs) have demonstrated remarkable capabilities in visual reasoning across diverse tasks. These tasks place different demands on visual representations: some prioritize high-level global context, while others emphasize fine-grained local details. However, most existing

Cited by 0SourceScholar
2026

Rethinking Token Reduction for Large Vision-Language Models

CVPR 2026

Large Vision-Language Models (LVLMs) excel in visual understanding and reasoning, but the excessive visual tokens lead to high inference costs. Although recent token reduction methods mitigate this issue, they mainly target single-turn Visual Question Answering (VQA), leaving the more practical mult

Cited by 0SourcecodeScholar
2026

SPEED: Sharpened-Teacher Distillation for Parallel Decoding of Diffusion Language Models

ICML 2026poster

Diffusion-based large language models generate text by gradually filling in masked tokens, yet they remain slow because they usually decode only a few tokens per step. Parallel decoding, which unmasks multiple tokens simultaneously, promises acceleration but often degrades quality when too many toke…

Cited by 0SourceScholar
2026

SparseD: Sparse Attention for Diffusion Language Models

ICLR 2026poster

While diffusion language models (DLMs) offer a promising alternative to autoregressive models (ARs), existing open-source DLMs suffer from high inference latency. This bottleneck is mainly due to the attention’s quadratic complexity with respect to context length in computing all query–key pairs. In…

Cited by 0SourcecodeScholar
2026

Taming the Phantom: Token-Asymmetric Filtering for Hallucination Mitigation in Large Vision-Language Models

AAAI 2026technical

Hallucination in Large Vision-Language Models (LVLMs) remains a critical challenge, undermining their reliability in real-world applications. Existing studies have investigated the causes of hallucination at the modality level and proposed effective strategies. However, interaction patterns beyond

Cited by 0SourcePDFScholar
2025

CoT-Valve: Length-Compressible Chain-of-Thought Tuning

ACL 2025long

Chain-of-Thought significantly enhances a model’s reasoning capability, but it also comes with a considerable increase in inference costs due to long chains. With the observation that the reasoning path can be easily compressed under easy tasks but struggle on hard tasks, we explore the feasibility…

2025

Collaborative Decoding Makes Visual Auto-Regressive Modeling Efficient

CVPR 2025poster

In the rapidly advancing field of image generation, *Visual Auto-Regressive* (VAR) modeling has garnered considerable attention for its innovative next-scale prediction approach. This paradigm offers substantial improvements in efficiency, scalability, and zero-shot generalization. Yet, the inherent…

2025

PointLoRA: Low-Rank Adaptation with Token Selection for Point Cloud Learning

CVPR 2025poster

Self-supervised representation learning for point cloud has demonstrated effectiveness in improving pre-trained model performance across diverse tasks. However, as pre-trained models grow in complexity, fully fine-tuning them for downstream applications demands substantial computational and storage…

2025

VeriThinker: Learning to Verify Makes Reasoning Model Efficient

NeurIPS 2025poster

Large Reasoning Models (LRMs) have garnered considerable attention for their ability to tackle complex tasks through the Chain-of-Thought (CoT) approach. However, their tendency toward overthinking results in unnecessarily lengthy reasoning chains, dramatically increasing the inference costs. To mit…

Cited by 0SourcecodeScholar
2024

AsyncDiff: Parallelizing Diffusion Models by Asynchronous Denoising

NeurIPS 2024poster

Diffusion models have garnered significant interest from the community for their great generative ability across various applications. However, their typical multi-step sequential-denoising nature gives rise to high cumulative latency, thereby precluding the possibilities of parallel computation. To…

2024

Learning-to-Cache: Accelerating Diffusion Transformer via Layer Caching

NeurIPS 2024poster

Diffusion Transformers have recently demonstrated unprecedented generative capabilities for various tasks. The encouraging results, however, come with the cost of slow inference, since each denoising step requires inference on a transformer model with a large scale of parameters. In this study, we m…

2024

MaskLLM: Learnable Semi-Structured Sparsity for Large Language Models

NeurIPS 2024spotlight

Large Language Models (LLMs) are distinguished by their massive parameter counts, which typically result in significant redundancy. This work introduces MaskLLM, a learnable pruning method that establishes Semi-structured (or ``N:M'') Sparsity in LLMs, aimed at reducing computational overhead during…

2024

Remix-DiT: Mixing Diffusion Transformers for Multi-Expert Denoising

NeurIPS 2024poster

Transformer-based diffusion models have achieved significant advancements across a variety of generative tasks. However, producing high-quality outputs typically necessitates large transformer models, which result in substantial training and inference overhead. In this work, we investigate an altern…

2023

DepGraph: Towards Any Structural Pruning

CVPR 2023poster

Structural pruning enables model acceleration by removing structurally-grouped parameters from neural networks. However, the parameter-grouping patterns vary widely across different models, making architecture-specific pruners, which rely on manually-designed grouping schemes, non-generalizable to n…

2022

Prompting to Distill: Boosting Data-Free Knowledge Distillation via Reinforced Prompt

IJCAI 2022poster

Data-free knowledge distillation (DFKD) conducts knowledge distillation via eliminating the dependence of original training data, and has recently achieved impressive results in accelerating pre-trained language models. At the heart of DFKD is to reconstruct a synthetic dataset by inverting the par…

Cited by 10SourcePDFScholar
2022

Up to 100x Faster Data-Free Knowledge Distillation

AAAI 2022technical

Data-free knowledge distillation (DFKD) has recently been attracting increasing attention from research communities, attributed to its capability to compress a model only using synthetic data. Despite the encouraging results achieved, state-of-the-art DFKD methods still suffer from the inefficiency…

2021

Contrastive Model Invertion for Data-Free Knolwedge Distillation

IJCAI 2021poster

Model inversion, whose goal is to recover training data from a pre-trained model, has been recently proved feasible. However, existing inversion methods usually suffer from the mode collapse problem, where the synthesized instances are highly similar to each other and thus show limited effectiveness…

2021

Mosaicking to Distill: Knowledge Distillation from Out-of-Domain Data

NeurIPS 2021poster

Knowledge distillation~(KD) aims to craft a compact student model that imitates the behavior of a pre-trained teacher in a target domain. Prior KD approaches, despite their gratifying results, have largely relied on the premise that \emph{in-domain} data is available to carry out the knowledge trans…