← Search

Wenyu Chen

28 accepted papers

2026

HardF-SNN: Hardware-Friendly Quantization for Spiking Neural Networks with Efficient Integer-Arithmetic-Only Inference

AAAI 2026technical

Spiking Neural Networks (SNNs) are emerging as a promising energy-efficient alternative to Artificial Neural Networks (ANNs) due to their event-driven computation paradigm. However, recent advances toward large-scale high-performance SNNs inevitably lead to substantial memory and computational overh

Cited by 0SourcePDFScholar
2026

Mitigating Hallucinations in Large Vision-Language Models via Causal Route Gating

ICML 2026spotlight

Large vision-language models (LVLMs) often hallucinate content that is fluent yet unsupported by the image, limiting their reliability in real-world deployment. We show that a key failure mode arises from route competition: even when visual tokens receive attention, the final token decision can be d…

Cited by 0SourceScholar
2026

Transport or Discard: Robust Unbalanced Optimal Transport for Cross-Domain Policy Adaptation

ICML 2026poster

Cross-domain offline reinforcement learning leverages a source dataset to improve policy learning in a data-scarce target domain, but dynamics mismatch makes many source transitions kinematically infeasible and can cause negative transfer. Recent non-parametric geometric methods (e.g., standard opti…

Cited by 0SourceScholar
2025

A Compressive Memory-based Retrieval Approach for Event Argument Extraction

COLING 2025main

Recent works have demonstrated the effectiveness of retrieval augmentation in the Event Argument Extraction (EAE) task. However, existing retrieval-based EAE methods have two main limitations: (1) input length constraints and (2) the gap between the retriever and the inference model. These issues li…

Cited by 3SourcePDFScholar
2025

Beyond Pairwise Connections: Extracting High-Order Functional Brain Network Structures under Global Constraints

NeurIPS 2025poster

Functional brain network (FBN) modeling often relies on local pairwise interactions, whose limitation in capturing high-order dependencies is theoretically analyzed in this paper. Meanwhile, the computational burden and heuristic nature of current hypergraph modeling approaches hinder end-to-end lea…

Cited by 0SourcecodeScholar
2025

Decoupled Feature Matching for Few-shot Counting and Localization

ICASSP 2025accepted

Few-shot counting (FSC) aims to train a generalized visual counting model that can count any novel category given a small number of support samples. Current prevalent approaches treat FSC as a feature-matching task, leveraging attention to aggregate information from all other query patches or suppor…

Cited by 0SourceScholar
2025

Diffusion Sampling Correction via Approximately 10 Parameters

ICML 2025poster

While powerful for generation, Diffusion Probabilistic Models (DPMs) face slow sampling challenges, for which various distillation-based methods have been proposed. However, they typically require significant additional training costs and model parameter storage, limiting their practicality. In this…

2025

Does Mapo Tofu Contain Coffee? Probing LLMs for Food-related Cultural Knowledge

NAACL 2025long

Recent studies have highlighted the presence of cultural biases in Large Language Models (LLMs), yet often lack a robust methodology to dissect these phenomena comprehensively. Our work aims to bridge this gap by delving into the Food domain—a universally relevant yet culturally diverse aspect of hu…

2025

Enhancing Document-Level Relation Extraction through Entity-Pair-Level Interaction Modeling

ICASSP 2025accepted

Document-level relation extraction aims at extracting relational facts between two entities in a document. Existing approaches mainly focus on target entities, utilizing techniques such as graph neural networks to enhance their representations. However, they ignore the rich semantic correlations amo…

Cited by 0SourceScholar
2025

ErrorTrace: A Black-Box Traceability Mechanism Based on Model Family Error Space

NeurIPS 2025spotlight

The open-source release of large language models (LLMs) enables malicious users to create unauthorized derivative models at low cost, posing significant threats to intellectual property (IP) and market stability. Existing IP protection methods either require access to model parameters or are vulnera…

Cited by 0SourcecodeScholar
2025

Leveraging Asynchronous Spiking Neural Networks for Ultra Efficient Event-Based Visual Processing

AAAI 2025technical

Event cameras encode visual information by generating asynchronous and sparse event streams, which hold great potential for low latency and low power consumption. Despite many successful implementations of event camera-based applications, most of them accumulate the events into frames and then utili…

Cited by 0SourcePDFScholar
2025

Mixed-Precision Graph Neural Quantization for Low Bit Large Language Models

ICASSP 2025accepted

Post-Training Quantization (PTQ) is pivotal for deploying large language models (LLMs) within resource-limited settings by significantly reducing resource demands. However, existing PTQ strategies underperform at low bit levels (< 3 bits) due to the significant difference between the quantized and o…

Cited by 0SourceScholar
2025

One Node One Model: Featuring the Missing-Half for Graph Clustering

AAAI 2025technical

Most existing graph clustering methods primarily focus on exploiting topological structure, often neglecting the "missing-half" node feature information, especially how these features can enhance clustering performance. This issue is further compounded by the challenges associated with high-dimensio…

2025

QFFT, Question-Free Fine-Tuning for Adaptive Reasoning

NeurIPS 2025spotlight

Recent advancements in Long Chain-of-Thought (CoT) reasoning models have improved performance on complex tasks, but they suffer from overthinking, which generates redundant reasoning steps, especially for simple questions. This paper revisits the reasoning patterns of Long and Short CoT models, obse…

Cited by 0SourcecodeScholar
2025

RAG-Instruct: Boosting LLMs with Diverse Retrieval-Augmented Instructions

EMNLP 2025

Retrieval-Augmented Generation (RAG) has emerged as a key paradigm for enhancing large language models by incorporating external knowledge. However, current RAG methods exhibit limited capabilities in complex RAG scenarios and suffer from limited task diversity. To address these limitations, we prop

2024

3D Object Visibility Prediction in Autonomous Driving

IROS 2024poster

With the rapid advancement of hardware and software technologies, research in autonomous driving has seen significant growth. The prevailing framework for multi-sensor autonomous driving encompasses sensor installation, perception, path planning, decision-making, and motion control. At the perceptio…

Cited by 0SourceScholar
2024

Beyond Single-Event Extraction: Towards Efficient Document-Level Multi-Event Argument Extraction

ACL 2024findings

Recent mainstream event argument extraction methods process each event in isolation, resulting in inefficient inference and ignoring the correlations among multiple events. To address these limitations, here we propose a multiple-event argument extraction model DEEIA (Dependency-guided Encoding and…

2024

FALCON: FLOP-Aware Combinatorial Optimization for Neural Network Pruning

AISTATS 2024poster

The increasing computational demands of modern neural networks present deployment challenges on resource-constrained devices. Network pruning offers a solution to reduce model size and computational cost while maintaining performance. However, current pruning methods focus primarily on improving spa…

2024

MLPs Compass: What is Learned When MLPs are Combined with PLMs?

ICASSP 2024accepted

While Transformer-based pre-trained language models and their variants exhibit strong semantic representation capabilities, the question of comprehending the information gain derived from the additional components of PLMs remains an open question in this field. Motivated by recent efforts that prove…

Cited by 0SourceScholar
2023

Adaptive Textual Label Noise Learning based on Pre-trained Models

EMNLP 2023long findings

The label noise in real-world scenarios is unpredictable and can even be a mixture of different types of noise. To meet this challenge, we develop an adaptive textual label noise learning framework based on pre-trained models, which consists of an adaptive warm-up stage and a hybrid training stage.…

Cited by 0SourceScholar
2023

Cultural Compass: Predicting Transfer Learning Success in Offensive Language Detection with Cultural Features

EMNLP 2023long findings

The increasing ubiquity of language technology necessitates a shift towards considering cultural diversity in the machine learning realm, particularly for subjective tasks that rely heavily on cultural nuances, such as Offensive Language Detection (OLD). Current understanding underscores that these…

Cited by 0SourcecodeScholar
2023

Fast as CHITA: Neural Network Pruning with Combinatorial Optimization

ICML 2023poster

The sheer size of modern neural networks makes model serving a serious computational challenge. A popular class of compression techniques overcomes this challenge by pruning or sparsifying the weights of pretrained networks. While useful, these techniques often face serious tradeoffs between computa…

2023

Substructure Aware Graph Neural Networks

AAAI 2023technical

Despite the great achievements of Graph Neural Networks (GNNs) in graph learning, conventional GNNs struggle to break through the upper limit of the expressiveness of first-order Weisfeiler-Leman graph isomorphism test algorithm (1-WL) due to the consistency of the propagation paradigm of GNNs with…

2022

Eliminating Gradient Conflict in Reference-Based Line-Art Colorization

ECCV 2022poster

"Reference-based line-art colorization is a challenging task in computer vision. The color, texture, and shading are rendered based on an abstract sketch, which heavily relies on the precise long-range dependency modeling between the sketch and reference. Popular techniques to bridge the cross-modal…