← Search

Guiguang Ding

59 accepted papers

2026

CofactGVR: Counterfactual Intervention for Grounded Visual Reasoning

ICML 2026poster

Despite rapid progress in Grounded Visual Reasoning (GVR) with MLLMs and RL-style fine-tuning, existing approaches often lack effective learning signals for intermediate grounding decisions and are prone to shortcut solutions. In this work, we explicitly decompose GVR into Evidence Generation follow…

Cited by 0SourceScholar
2026

ElasticFormer: Detecting Objects in HRW Shots via Elastic Computing Vision Transformer

CVPR 2026

Recent advances in gigapixel-level imaging have brought High-Resolution Wide shots to the forefront of research. However, these images present significant challenges: extreme sparsity of foreground, gigapixel-level resolutions and diverse target counts. This makes traditional close-up detectors inac

Cited by 0SourceScholar
2026

GigaMoE: Sparsity-Guided Mixture of Experts for Efficient Gigapixel Object Detection

AAAI 2026technical

Object detection in High-Resolution Wide (HRW) shots, or gigapixel images, presents unique challenges due to extreme object sparsity and vast scale variations. State-of-the-art methods like SparseFormer have pioneered sparse processing by selectively focusing on important regions, yet they apply a u

Cited by 0SourcePDFScholar
2026

PACT: Phase-Like Transition Constraints in Adapter-Based Continual Learning of Vision-Language Models

CVPR 2026

Continual Learning (CL) enables Vision-Language Models (VLMs) to acquire new capabilities while retaining prior knowledge, for example, by employing task-specific adapters. Existing CL approaches typically optimize these adapters to convergence, often with (near-)orthogonality constraints to reduce

Cited by 0SourceScholar
2026

Spe-BEVHead: Rethinking the Detection Head Design for Bird's-Eye-View Object Detection

CVPR 2026

Bird's-Eye-View (BEV) detection has become a dominant paradigm for 3D object detection in autonomous driving, due to its strong perception capability. However, most existing methods mainly focus on constructing high-quality BEV feature representations, while neglecting the design of task-specific de

Cited by 0SourceScholar
2025

AdaTP: Attention-Debiased Token Pruning for Video Large Language Models

EMNLP 2025

Video Large Language Models (Video LLMs) have achieved remarkable results in video understanding tasks. However, they often suffer from heavy computational overhead due to the large number of visual tokens generated from multiple video frames. Existing visual token compression methods often rely on

Cited by 0SourcePDFScholar
2025

Bayesian Prompt Flow Learning for Zero-Shot Anomaly Detection

CVPR 2025poster

Recently, vision-language models (e.g. CLIP) have demonstrated remarkable performance in zero-shot anomaly detection (ZSAD). By leveraging auxiliary data during training, these models can directly perform cross-category anomaly detection on target datasets, such as detecting defects on industrial pr…

2025

Breaking the Stage Barrier: A Novel Single-Stage Approach to Long Context Extension for Large Language Models

COLING 2025main

Recently, Large language models (LLMs) have revolutionized Natural Language Processing (NLP). Pretrained LLMs, due to limited training context size, struggle with handling long token sequences, limiting their performance on various downstream tasks. Current solutions toward long context modeling oft…

Cited by 3SourcePDFScholar
2025

CartesianMoE: Boosting Knowledge Sharing among Experts via Cartesian Product Routing in Mixture-of-Experts

NAACL 2025long

Large language models (LLM) have been attracting much attention from the community recently, due to their remarkable performance in all kinds of downstream tasks. According to the well-known scaling law, scaling up a dense LLM enhances its capabilities, but also significantly increases the computati…

2025

DSMoE: Matrix-Partitioned Experts with Dynamic Routing for Computation-Efficient Dense LLMs

EMNLP 2025

As large language models continue to scale, computational costs and resource consumption have emerged as significant challenges. While existing sparsification methods like pruning reduce computational overhead, they risk losing model knowledge through parameter removal. This paper proposes DSMoE (Dy

Cited by 0SourcePDFScholar
2025

DictAS: A Framework for Class-Generalizable Few-Shot Anomaly Segmentation via Dictionary Lookup

ICCV 2025poster

Recent vision-language models (e.g., CLIP) have demonstrated remarkable class-generalizable ability to unseen classes in few-shot anomaly segmentation (FSAS), leveraging supervised prompt learning or fine-tuning on seen classes. However, their cross-category generalization largely depends on prior k…

2025

DiscoVLA: Discrepancy Reduction in Vision, Language, and Alignment for Parameter-Efficient Video-Text Retrieval

CVPR 2025poster

The parameter-efficient adaptation of the image-text pretraining model CLIP for video-text retrieval is a prominent area of research. While CLIP is focused on image-level vision-language matching, video-text retrieval demands comprehensive understanding at the video level. Three key discrepancies em…

2025

Exploiting Position Information in Convolutional Kernels for Structural Re-parameterization

IJCAI 2025

In order to boost the performance of a convolutional neural network (CNN), several approaches have shown the benefit of enhancing the spatial encoding of feature maps. However, few works paid attention to the positional properties of convolutional kernels. In this paper, we demonstrate that differen

Cited by 0SourcePDFScholar
2025

Extending LLM Context Window with Adaptive Grouped Positional Encoding: A Training-Free Method

ACL 2025long

Processing long input remains a significant challenge for large language models (LLMs) due to the scarcity of large-scale long-context training data and the high computational cost of training models for extended context windows. In this paper, we propose **Ada**ptive **Gro**uped **P**ositional **E*…

Cited by 0SourcePDFScholar
2025

Fast Quiet-STaR: Thinking Without Thought Tokens

EMNLP 2025

Large Language Models (LLMs) have achieved impressive performance across a range of natural language processing tasks. However, recent advances demonstrate that further gains—particularly in complex reasoning tasks—require more than merely scaling up model sizes or training data. One promising direc

2025

FastVID: Dynamic Density Pruning for Fast Video Large Language Models

NeurIPS 2025poster

Video Large Language Models have demonstrated strong video understanding capabilities, yet their practical deployment is hindered by substantial inference costs caused by redundant video tokens. Existing pruning techniques fail to effectively exploit the spatiotemporal redundancy present in video d…

Cited by 0SourcecodeScholar
2025

HEIE: MLLM-Based Hierarchical Explainable AIGC Image Implausibility Evaluator

CVPR 2025poster

AIGC images are prevalent across various fields, yet they frequently suffer from quality issues like artifacts and unnatural textures. Specialized models aim to predict defect region heatmaps but face two primary challenges: (1) lack of explainability, failing to provide reasons and analyses for sub…

2025

LBPE: Long-token-first Tokenization to Improve Large Language Models

ICASSP 2025accepted

The prevalent use of Byte Pair Encoding (BPE) in Large Language Models (LLMs) facilitates robust handling of subword units and avoids issues of out-of-vocabulary words. Despite its success, a critical challenge persists: long tokens, rich in semantic information, have fewer occurrences in tokenized…

Cited by 0SourceScholar
2025

Mitigating Hallucinations in Multi-modal Large Language Models via Image Token Attention-Guided Decoding

NAACL 2025long

Multi-modal large language models (MLLMs) integrate the inherent text generation capabilities of large language models with an understanding of other modalities, promising wide applications in open-ended tasks. Despite their success, they often generate plausible but incorrect content. This phenomen…

2025

PrefixKV: Adaptive Prefix KV Cache is What Vision Instruction-Following Models Need for Efficient Generation

NeurIPS 2025poster

Recently, large vision-language models (LVLMs) have rapidly gained popularity for their strong generation and reasoning capabilities given diverse multimodal inputs. However, these models incur significant computational and memory overhead during inference, which greatly hinders the efficient deploy…

Cited by 0SourcecodeScholar
2025

Promptable Anomaly Segmentation with SAM Through Self-Perception Tuning

AAAI 2025technical

Segment Anything Model (SAM) has made great progress in anomaly segmentation tasks due to its impressive generalization ability. However, existing methods that directly apply SAM through prompting often overlook the domain shift issue, where SAM performs well on natural images but struggles in indus…

2025

Scaffold-BPE: Enhancing Byte Pair Encoding for Large Language Models with Simple and Effective Scaffold Token Removal

AAAI 2025technical

Byte Pair Encoding (BPE) serves as a foundation method for text tokenization in the Natural Language Processing (NLP) field. Despite its wide adoption, the original BPE algorithm harbors an inherent flaw: it inadvertently introduces a frequency imbalance for tokens in the text corpus. Since BPE iter…

Cited by 0SourcePDFScholar
2025

TempMe: Video Temporal Token Merging for Efficient Text-Video Retrieval

ICLR 2025poster

Most text-video retrieval methods utilize the text-image pre-trained models like CLIP as a backbone. These methods process each sampled frame independently by the image encoder, resulting in high computational overhead and limiting practical deployment. Addressing this, we focus on efficient text-vi…

2025

Temporal Scaling Law for Large Language Models

EMNLP 2025

Recently, Large Language Models (LLMs) have been widely adopted in a wide range of tasks, leading to increasing attention towards the research on how scaling LLMs affects their performance. Existing works, termed Scaling Laws, have discovered that the final test loss of LLMs scales as power-laws wit

2024

Debiased Novel Category Discovering and Localization

AAAI 2024technical

In recent years, object detection in deep learning has experienced rapid development. However, most existing object detection models perform well only on closed-set datasets, ignoring a large number of potential objects whose categories are not defined in the training set. These objects are often id…

Cited by 6SourcePDFScholar
2024

Geometry-Guided Domain Generalization for Monocular 3D Object Detection

AAAI 2024technical

Monocular 3D object detection (M3OD) is important for autonomous driving. However, existing deep learning-based methods easily suffer from performance degradation in real-world scenarios due to the substantial domain gap between training and testing. M3OD's domain gaps are complex, including camera…

Cited by 7SourcePDFScholar
2024

MiLe Loss: a New Loss for Mitigating the Bias of Learning Difficulties in Generative Language Models

NAACL 2024findings

Generative language models are usually pre-trained on large text corpus via predicting the next token (i.e., sub-word/word/phrase) given the previous ones. Recent works have demonstrated the impressive performance of large generative language models on downstream tasks. However, existing generative…

2024

More is Better: Deep Domain Adaptation with Multiple Sources

IJCAI 2024poster

In many practical applications, it is often difficult and expensive to obtain large-scale labeled data to train state-of-the-art deep neural networks. Therefore, transferring the learned knowledge from a separate, labeled source domain to an unlabeled or sparsely labeled target domain becomes an app…

Cited by 7SourcePDFScholar
2024

One-dimensional Adapter to Rule Them All: Concepts Diffusion Models and Erasing Applications

CVPR 2024highlight

The prevalent use of commercial and open-source diffusion models (DMs) for text-to-image generation prompts risk mitigation to prevent undesired behaviors. Existing concept erasing methods in academia are all based on full parameter or specification-based fine-tuning from which we observe the follow…

2024

PYRA: Parallel Yielding Re-Activation for Training-Inference Efficient Task Adaptation

ECCV 2024poster

"Recently, the scale of transformers has grown rapidly, which introduces considerable challenges in terms of training overhead and inference efficiency in the scope of task adaptation. Existing works, namely Parameter-Efficient Fine-Tuning (PEFT) and model compression, have separately investigated t…

2024

RepViT: Revisiting Mobile CNN From ViT Perspective

CVPR 2024poster

Recently lightweight Vision Transformers (ViTs) demonstrate superior performance and lower latency compared with lightweight Convolutional Neural Networks (CNNs) on resource-constrained mobile devices. Researchers have discovered many structural connections between lightweight ViTs and lightweight C…

2024

Revisiting motion information for RGB-Event tracking with MOT philosophy

NeurIPS 2024poster

RGB-Event single object tracking (SOT) aims to leverage the merits of RGB and event data to achieve higher performance. However, existing frameworks focus on exploring complementary appearance information within multi-modal data, and struggle to address the association problem of targets and distrac…

Cited by 1SourcePDFScholar
2024

TaD: A Plug-and-Play Task-Aware Decoding Method to Better Adapt LLMs on Downstream Tasks

IJCAI 2024poster

Fine-tuning pre-trained models on downstream tasks is a common practice in leveraging large language models (LLMs) today. A critical issue is how to adapt pre-trained models to downstream tasks better, thereby enhancing their performance. This paper introduces Task-aware Decoding (TaD), a plug-and-p…

Cited by 6SourcePDFScholar
2024

VCP-CLIP: A visual context prompting model for zero-shot anomaly segmentation

ECCV 2024poster

"Recently, large-scale vision-language models such as CLIP have demonstrated immense potential in zero-shot anomaly segmentation (ZSAS) task, utilizing a unified model to directly detect anomalies on any unseen product with painstakingly crafted text prompts. However, existing methods often assume t…

2024

YOLOv10: Real-Time End-to-End Object Detection

NeurIPS 2024poster

Over the past years, YOLOs have emerged as the predominant paradigm in the field of real-time object detection owing to their effective balance between computational cost and detection performance. Researchers have explored the architectural designs, optimization objectives, data augmentation strate…

2023

Box-Level Active Detection

CVPR 2023highlight

Active learning selects informative samples for annotation within budget, which has proven efficient recently on object detection. However, the widely used active detection benchmarks conduct image-level evaluation, which is unrealistic in human workload estimation and biased towards crowded images.…

2023

Confidence-based Visual Dispersal for Few-shot Unsupervised Domain Adaptation

ICCV 2023poster

Unsupervised domain adaptation aims to transfer knowledge from a fully-labeled source domain to an unlabeled target domain. However, in real-world scenarios, providing abundant labeled data even in the source domain can be infeasible due to the difficulty and high expense of annotation. To address t…

Cited by 15PDFcodeScholar
2023

Consolidator: Mergable Adapter with Group Connections for Visual Adaptation

ICLR 2023poster

Recently, transformers have shown strong ability as visual feature extractors, surpassing traditional convolution-based models in various scenarios. However, the success of vision transformers largely owes to their capacity to accommodate numerous parameters. As a result, new challenges for adapting…

Cited by 18SourcePDFScholar
2023

Re-parameterizing Your Optimizers rather than Architectures

ICLR 2023poster

The well-designed structures in neural networks reflect the prior knowledge incorporated into the models. However, though different models have various priors, we are used to training them with model-agnostic optimizers such as SGD. In this paper, we propose to incorporate model-specific prior knowl…

2022

ReMoNet: Recurrent Multi-Output Network for Efficient Video Denoising

AAAI 2022technical

While deep neural network-based video denoising methods have achieved promising results, it is still hard to deploy them on mobile devices due to their high computational cost and memory demands. This paper aims to develop a lightweight deep video denoising method that is friendly to resource-constr…

Cited by 13SourcePDFScholar
2022

RepMLPNet: Hierarchical Vision MLP With Re-Parameterized Locality

CVPR 2022poster

Compared to convolutional layers, fully-connected (FC) layers are better at modeling the long-range dependencies but worse at capturing the local patterns, hence usually less favored for image recognition. In this paper, we propose a methodology, Locality Injection, to incorporate local priors into…

Cited by 95PDFcodeScholar
2022

SECRET: Self-Consistent Pseudo Label Refinement for Unsupervised Domain Adaptive Person Re-identification

AAAI 2022technical

Unsupervised domain adaptive person re-identification aims at learning on an unlabeled target domain with only labeled data in source domain. Currently, the state-of-the-arts usually solve this problem by pseudo-label-based clustering and fine-tuning in target domain. However, the reason behind the…

2022

Scaling Up Your Kernels to 31x31: Revisiting Large Kernel Design in CNNs

CVPR 2022poster

We revisit large kernel design in modern convolutional neural networks (CNNs). Inspired by recent advances in vision transformers (ViTs), in this paper, we demonstrate that using a few large convolutional kernels instead of a stack of small kernels could be a more powerful paradigm. We suggested fiv…

Cited by 1302PDFcodeScholar
2021

Automated Model Design and Benchmarking of Deep Learning Models for COVID-19 Detection with Chest CT Scans

AAAI 2021technical

The COVID-19 pandemic has spread globally for several months. Because its transmissibility and high pathogenicity seriously threaten people's lives, it is crucial to accurately and quickly detect COVID-19 infection. Many recent studies have shown that deep learning (DL) based solutions can help dete…

2021

Diverse Branch Block: Building a Convolution as an Inception-Like Unit

CVPR 2021poster

We propose a universal building block of Convolutional Neural Network (ConvNet) to improve the performance without any inference-time costs. The block is named Diverse Branch Block (DBB), which enhances the representational capacity of a single convolution by combining diverse branches of different…

Cited by 460PDFcodeScholar
2021

RepVGG: Making VGG-Style ConvNets Great Again

CVPR 2021poster

We present a simple but powerful architecture of convolutional neural network, which has a VGG-like inference-time body composed of nothing but a stack of 3x3 convolution and ReLU, while the training-time model has a multi-branch topology. Such decoupling of the training-time and inference-time arch…

Cited by 2490PDFcodeScholar
2021

ResRep: Lossless CNN Pruning via Decoupling Remembering and Forgetting

ICCV 2021poster

We propose ResRep, a novel method for lossless channel pruning (a.k.a. filter pruning), which slims down a CNN by reducing the width (number of output channels) of convolutional layers. Inspired by the neurobiology research about the independence of remembering and forgetting, we propose to re-param…

Cited by 235PDFcodeScholar
2020

IMRAM: Iterative Matching With Recurrent Attention Memory for Cross-Modal Image-Text Retrieval

CVPR 2020poster

Enabling bi-directional retrieval of images and texts is important for understanding the correspondence between vision and language. Existing methods leverage the attention mechanism to explore such correspondence in a fine-grained manner. However, most of them consider all semantics equally and thu…

Cited by 461PDFcodeScholar
2020

Learning From Multiple Experts: Self-paced Knowledge Distillation for Long-tailed Classification

ECCV 2020poster

In real-world scenarios, data tends to exhibit a long-tailed distribution, which increases the difficulty of training deep networks. In this paper, we propose a novel self-paced knowledge distillation framework, termed Learning From Multiple Experts (LFME). Our method is inspired by the observation…

2020

PANDA: A Gigapixel-Level Human-Centric Video Dataset

CVPR 2020poster

We present PANDA, the first gigaPixel-level humAN-centric viDeo dAtaset, for large-scale, long-term, and multi-object visual analysis. The videos in PANDA were captured by a gigapixel camera and cover real-world scenes with both wide field-of-view ( 1 square kilometer area) and high-resolution detai…

Cited by 110PDFScholar
2019

ACNet: Strengthening the Kernel Skeletons for Powerful CNN via Asymmetric Convolution Blocks

ICCV 2019poster

As designing appropriate Convolutional Neural Network (CNN) architecture in the context of a given application usually involves heavy human works or numerous GPU hours, the research community is soliciting the architecture-neutral CNN structures, which can be easily plugged into multiple mature arch…

Cited by 985PDFcodeScholar
2019

Approximated Oracle Filter Pruning for Destructive CNN Width Optimization

ICML 2019oral

It is not easy to design and run Convolutional Neural Networks (CNNs) due to: 1) finding the optimal number of filters (i.e., the width) at each layer is tricky, given an architecture; and 2) the computational intensity of CNNs impedes the deployment on computationally limited devices. Oracle Prunin…

2019

Centripetal SGD for Pruning Very Deep Convolutional Networks With Complicated Structure

CVPR 2019poster

The redundancy is widely recognized in Convolutional Neural Networks (CNNs), which enables to remove some unimportant filters from convolutional layers so as to slim the network with acceptable performance drop. Inspired by the linearity of convolution, we seek to make some filters increasingly clos…

Cited by 254PDFcodeScholar
2019

Global Sparse Momentum SGD for Pruning Very Deep Neural Networks

NeurIPS 2019poster

Deep Neural Network (DNN) is powerful but computationally expensive and memory intensive, thus impeding its practical usage on resource-constrained front-end devices. DNN pruning is an approach for deep model compression, which aims at eliminating some parameters with tolerable performance degradati…

2017

From Zero-Shot Learning to Conventional Supervised Classification: Unseen Visual Data Synthesis

CVPR 2017poster

Robust object recognition systems usually rely on powerful feature extraction mechanisms from a large number of real images. However, in many realistic applications, collecting sufficient images for ever-growing new classes is unattainable. In this paper, we propose a new Zero-shot learning (ZSL) fr…

Cited by 180PDFScholar