← Search

Xiaohan Ding

17 accepted papers

2025

A Multi-Level Benchmark for Causal Language Understanding in Social Media Discourse

EMNLP 2025

Understanding causal language in informal discourse is a core yet underexplored challenge in NLP. Existing datasets largely focus on explicit causality in structured text, providing limited support for detecting implicit causal expressions, particularly those found in informal, user-generated social

Cited by 0SourcePDFScholar
2024

Low-Rank Approximation for Sparse Attention in Multi-Modal LLMs

CVPR 2024poster

This paper focuses on the high computational complexity in Large Language Models (LLMs) a significant challenge in both natural language processing (NLP) and multi-modal tasks. We propose Low-Rank Approximation for Sparse At- tention (LoRA-Sparse) an innovative approach that strate- gically reduces…

Cited by 11SourcePDFScholar
2024

Multimodal Pathway: Improve Transformers with Irrelevant Data from Other Modalities

CVPR 2024poster

We propose to improve transformers of a specific modality with irrelevant data from other modalities e.g. improve an ImageNet model with audio or point cloud datasets. We would like to highlight that the data samples of the target modality are irrelevant to the other modalities which distinguishes o…

2024

Online Vectorized HD Map Construction using Geometry

ECCV 2024poster

"Online vectorized High-Definition (HD) map construction is critical for downstream prediction and planning. Recent efforts have built strong baselines for this task, however, geometric shapes and relations of instances in road systems are still under-explored, such as parallelism, perpendicular, re…

2024

UniRepLKNet: A Universal Perception Large-Kernel ConvNet for Audio Video Point Cloud Time-Series and Image Recognition

CVPR 2024poster

Large-kernel convolutional neural networks (ConvNets) have recently received extensive research attention but two unresolved and critical issues demand further investigation. 1) The architectures of existing large-kernel ConvNets largely follow the design principles of conventional ConvNets or trans…

2023

Evolving Semantic Prototype Improves Generative Zero-Shot Learning

ICML 2023poster

In zero-shot learning (ZSL), generative methods synthesize class-related sample features based on predefined semantic prototypes. They advance the ZSL performance by synthesizing unseen class sample features for better training the classifier. We observe that each class's predefined semantic prototy…

Cited by 22SourcePDFScholar
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

A Likelihood Ratio Based Domain Adaptation Method for E2E Models

ICASSP 2022accepted

End-to-end (E2E) automatic speech recognition models like Recurrent Neural Networks Transducer (RNN-T) are becoming a popular choice for streaming ASR applications like voice assistants. While E2E models are very effective at learning representation of the training data they are trained on, their ac…

Cited by 0SourceScholar
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

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

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
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…