← Search

LI Yang

44 accepted papers

2026

Binary Message Passing for Generalizable Semi-Supervised Graph Anomaly Detection

AAAI 2026technical

Graph Neural Networks (GNNs) have achieved impressive performance in semi-supervised graph anomaly detection (GAD). While many GNN variants have been developed for this task, they largely focus on advanced message aggregation schemes, leaving the message routing aspect underexplored. We argue that t

Cited by 0SourcePDFScholar
2026

DecFus: Decentralized Layer-wise Fusion with Dynamic Exploration and Exploitation

ICML 2026poster

Decentralized Federated Learning (DFL) enables collaborative model training across connected clients without a central server, effectively mitigating communication bottlenecks and avoiding the single point of failure in Centralized Federated Learning (CFL). However, existing DFL methods mostly focus…

Cited by 0SourceScholar
2026

Introspection Adapters: Training LLMs to Report Their Learned Behaviors

ICML 2026poster

Can we train LLMs to *introspect*, i.e. to faithfully describe their own behaviors in natural language? Prior work has shown some, limited, success. However, it is difficult to scale introspection training due to a lack of ground-truth labels. In this work, we study an approach to introspection trai…

Cited by 0SourceScholar
2026

LiveGesture: Streamable Co-Speech Gesture Generation Model

CVPR 2026

We propose LiveGesture, the first fully streamable, speech-driven full-body gesture generation framework that operates with zero look-ahead and supports arbitrary sequence length. Unlike existing co-speech gesture methods--which are designed for offline generation and either treat body regions indep

Cited by 0SourceScholar
2026

SRA-Det: Learning Omni-Grained Open-Vocabulary Detection Beyond Category Names

CVPR 2026

Open-vocabulary object detection (OVD) aims to detect objects described by arbitrary text, but most existing methods operate at a coarse category level and struggle with fine-grained, attribute-sensitive queries. We address this from both model and data perspectives. We propose a Semantic-Retrieval-

Cited by 0SourceScholar
2026

TempR1: Improving Temporal Understanding of MLLMs via Temporal-Aware Multi-Task Reinforcement Learning

CVPR 2026

Enhancing temporal understanding of MLLMs is essential for long-form video analysis, supporting tasks such as temporal localization and time-sensitive question answering. While reinforcement learning (RL) has been explored for temporal reasoning, existing approaches are often limited to specific tas

Cited by 0SourceScholar
2026

Temporal Representation Enhancement (TRE): Learning to Forget Dominant Patterns for Enhanced Temporal Spiking Features

CVPR 2026

Spiking Neural Networks (SNNs) naturally process visual inputs across multiple timesteps, offering rich temporal dynamics and energy-efficient computation. However, the temporally invariant supervision commonly used in training tends to reinforce the same dominant response patterns across timesteps,

Cited by 0SourceScholar
2026

Test-Time Optimization of 3D Point Cloud LLM via Manifold-Aware In-Context Guidance and Refinement

ICLR 2026poster

Multimidal Large Language Models (MLLMs) have demonstrated impressive capabilities in textual and 2D visual reasoning, yet their ability to understand and reason over 3D data remains limited. The issues become more challenging for understanding standalone 3D point cloud due to the high interclass co…

Cited by 0SourceScholar
2025

BeyondGender: A Multifaceted Bilingual Dataset for Practical Sexism Detection

AAAI 2025technical

Sexism affects both women and men, yet research often overlooks misandry and suffers from overly broad annotations that limit AI applications. To address this, we introduce BeyondGender, a dataset meticulously annotated according to the latest definitions of misogyny and misandry. It features innova…

Cited by 0SourcePDFScholar
2025

CaRDiff: Video Salient Object Ranking Chain of Thought Reasoning for Saliency Prediction with Diffusion

AAAI 2025technical

Video saliency prediction aims to identify the regions in a video that attract human attention and gaze, driven by bottom-up features from the video and top-down processes like memory and cognition. Among these top-down influences, language plays a crucial role in guiding attention by shaping how vi…

Cited by 7SourcePDFScholar
2025

Closest Neighbors are Harmful for Lightweight Masked Auto-encoders

CVPR 2025poster

Learning the visual representation via masked auto-encoder (MAE) training has been proven to be a powerful technique. Transferring the pre-trained vision transformer (ViT) to downstream tasks leads to superior performance compared to conventional task-by-task supervised learning. Recent research wo…

2025

DeepTAGE: Deep Temporal-Aligned Gradient Enhancement for Optimizing Spiking Neural Networks

ICLR 2025poster

Spiking Neural Networks (SNNs), with their biologically inspired spatio-temporal dynamics and spike-driven processing, are emerging as a promising low-power alternative to traditional Artificial Neural Networks (ANNs). However, the complex neuronal dynamics and non-differentiable spike communication…

Cited by 0SourcePDFScholar
2025

Dynamic Walking Corridor Generation for Visually Impaired Navigation Using Social Force Models and Convex Optimization

IROS 2025

This paper presents a dynamic walking corridor generation (DWCG) algorithm designed to enhance navigation safety for visually impaired individuals in crowded pedestrian environments. Current physical human-robot interaction (pHRI) systems struggle with random pedestrian movements and interaction dis

Cited by 0SourceScholar
2025

MI-TRQR: Mutual Information-Based Temporal Redundancy Quantification and Reduction for Energy-Efficient Spiking Neural Networks

NeurIPS 2025poster

Brain-inspired spiking neural networks (SNNs) provide energy-efficient computation through event-driven processing. However, the shared weights across multiple timesteps lead to serious temporal feature redundancy, limiting both efficiency and performance. This issue is further aggravated when proce…

Cited by 0SourcecodeScholar
2025

Probe Pruning: Accelerating LLMs through Dynamic Pruning via Model-Probing

ICLR 2025poster

We introduce Probe Pruning (PP), a novel framework for online, dynamic, structured pruning of Large Language Models (LLMs) applied in a batch-wise manner. PP leverages the insight that not all samples and tokens contribute equally to the model's output, and probing a small portion of each batch effe…

2025

Restricted Global-Aware Graph Filters Bridging GNNs and Transformer for Node Classification

NeurIPS 2025poster

Transformers have been widely regarded as a promising direction for breaking through the performance bottlenecks of Graph Neural Networks (GNNs), primarily due to their global receptive fields. However, a recent empirical study suggests that tuned classical GNNs can match or even outperform state-of…

Cited by 0SourceScholar
2025

StoryLLaVA: Enhancing Visual Storytelling with Multi-Modal Large Language Models

COLING 2025main

The rapid development of multimodal large language models (MLLMs) has positioned visual storytelling as a crucial area in content creation. However, existing models often struggle to maintain temporal, spatial, and narrative coherence across image sequences, and they frequently lack the depth and en…

Cited by 3SourcePDFScholar
2025

Towards More Discriminative Feature Learning in SNNs with Temporal-Self-Erasing Supervision

AAAI 2025technical

Spiking Neural Networks (SNNs) are biologically inspired models that process visual inputs over multiple time steps. However, they often struggle with limited feature discrimination along the temporal dimension due to inherent spatiotemporal invariance. This limitation arises from the redundant acti…

Cited by 0SourcePDFScholar
2025

Towards Practical Defect-Focused Automated Code Review

ICML 2025spotlight

The complexity of code reviews has driven efforts to automate review comments, but prior approaches oversimplify this task by treating it as snippet-level code-to-text generation and relying on text similarity metrics like BLEU for evaluation. These methods overlook repository context, real-world me…

Cited by 0SourcePDFScholar
2025

Unified Planning Framework With Drivable Area Attention Extraction for Autonomous Driving in Urban Scenarios

RA-L 2025

The diversity of urban traffic scenarios poses challenges in stability and generalization for autonomous driving. To tackle this issue, this paper proposes a hierarchical decision-making and planning framework based on reinforcement learning, which employs a unified drivable area cross-attention ext

Cited by 1SourcecodeScholar
2024

EAVE: Efficient Product Attribute Value Extraction via Lightweight Sparse-layer Interaction

EMNLP 2024finding

Product attribute value extraction involves identifying the specific values associated with various attributes from a product profile. While existing methods often prioritize the development of effective models to improve extraction performance, there has been limited emphasis on extraction efficien…

Cited by 1SourcePDFScholar
2024

EMGAN: Early-Mix-GAN on Extracting Server-Side Model in Split Federated Learning

AAAI 2024technical

Split Federated Learning (SFL) is an emerging edge-friendly version of Federated Learning (FL), where clients process a small portion of the entire model. While SFL was considered to be resistant to Model Extraction Attack (MEA) by design, a recent work shows it is not necessarily the case. In gener…

2024

Enhancing Adaptability: Hierarchical Frontier-Based Path Planning for Navigation in Challenging Environments

RA-L 2024

Current UAV path planning methods exhibit efficient performance in navigating environments with small obstacles, such as indoor areas and outdoor forests. However, they often encounter challenges when dealing with environments characterized by large obstacles, such as expansive walls and towering st

Cited by 8SourceScholar
2024

GNeRP: Gaussian-guided Neural Reconstruction of Reflective Objects with Noisy Polarization Priors

ICLR 2024poster

Learning surfaces from neural radiance field (NeRF) became a rising topic in Multi-View Stereo (MVS). Recent Signed Distance Function (SDF)-based methods demonstrated their ability to reconstruct exact 3D shapes of Lambertian scenes. However, their results on reflective scenes are unsatisfactory du…

Cited by 0SourcePDFScholar
2024

LP-3DGS: Learning to Prune 3D Gaussian Splatting

NeurIPS 2024poster

Recently, 3D Gaussian Splatting (3DGS) has become one of the mainstream methodologies for novel view synthesis (NVS) due to its high quality and fast rendering speed. However, as a point-based scene representation, 3DGS potentially generates a large number of Gaussians to fit the scene, leading to h…

Cited by 6SourcePDFScholar
2023

Exploiting Contextual Objects and Relations for 3D Visual Grounding

NeurIPS 2023poster

3D visual grounding, the task of identifying visual objects in 3D scenes based on natural language inputs, plays a critical role in enabling machines to understand and engage with the real-world environment. However, this task is challenging due to the necessity to capture 3D contextual information…

2023

MixPAVE: Mix-Prompt Tuning for Few-shot Product Attribute Value Extraction

ACL 2023findings

The task of product attribute value extraction is to identify values of an attribute from product information. Product attributes are important features, which help improve online shopping experience of customers, such as product search, recommendation and comparison. Most existing works only focus…

Cited by 31SourcePDFScholar
2023

Slimmed Asymmetrical Contrastive Learning and Cross Distillation for Lightweight Model Training

NeurIPS 2023poster

Contrastive learning (CL) has been widely investigated with various learning mechanisms and achieves strong capability in learning representations of data in a self-supervised manner using unlabeled data. A common fashion of contrastive learning on this line is employing mega-sized encoders to achie…

2022

Beyond Not-Forgetting: Continual Learning with Backward Knowledge Transfer

NeurIPS 2022accept

By learning a sequence of tasks continually, an agent in continual learning (CL) can improve the learning performance of both a new task and `old' tasks by leveraging the forward knowledge transfer and the backward knowledge transfer, respectively. However, most existing CL methods focus on addressi…

Cited by 58SourcePDFScholar
2022

Contrastive Dual Gating: Learning Sparse Features With Contrastive Learning

CVPR 2022poster

Contrastive learning (or its variants) has recently become a promising direction in the self-supervised learning domain, achieving similar performance as supervised learning with minimum fine-tuning. Despite the labeling efficiency, wide and large networks are required to achieve high accuracy, whic…

Cited by 14PDFScholar
2022

Get More at Once: Alternating Sparse Training with Gradient Correction

NeurIPS 2022accept

Recently, a new trend of exploring training sparsity has emerged, which remove parameters during training, leading to both training and inference efficiency improvement. This line of works primarily aims to obtain a single sparse model under a pre-defined large sparsity ratio. It leads to a static/f…

Cited by 4SourcePDFScholar
2022

Gradient-Based Novelty Detection Boosted by Self-Supervised Binary Classification

AAAI 2022technical

Novelty detection aims to automatically identify out-of-distribution (OOD) data, without any prior knowledge of them. It is a critical step in data monitoring, behavior analysis and other applications, helping enable continual learning in the field. Conventional methods of OOD detection perform mult…

Cited by 16SourcePDFScholar
2022

Improving Visual Grounding With Visual-Linguistic Verification and Iterative Reasoning

CVPR 2022poster

Visual grounding is a task to locate the target indicated by a natural language expression. Existing methods extend the generic object detection framework to this problem. They base the visual grounding on the features from pre-generated proposals or anchors, and fuse these features with the text em…

Cited by 147PDFcodeScholar
2022

Learning to Generate Question by Asking Question: A Primal-Dual Approach with Uncommon Word Generation

EMNLP 2022main

Automatic question generation (AQG) is the task of generating a question from a given passage and an answer. Most existing AQG methods aim at encoding the passage and the answer to generate the question. However, limited work has focused on modeling the correlation between the target answer and the…

Cited by 9SourcePDFScholar
2022

SMARTAVE: Structured Multimodal Transformer for Product Attribute Value Extraction

EMNLP 2022finding

Automatic product attribute value extraction refers to the task of identifying values of an attribute from the product information. Product attributes are essential in improving online shopping experience for customers. Most existing methods focus on extracting attribute values from product title an…

2022

TRGP: Trust Region Gradient Projection for Continual Learning

ICLR 2022spotlight

Catastrophic forgetting is one of the major challenges in continual learning. To address this issue, some existing methods put restrictive constraints on the optimization space of the new task for minimizing the interference to old tasks. However, this may lead to unsatisfactory performance for the…

2021

LAU-Net: Latitude Adaptive Upscaling Network for Omnidirectional Image Super-Resolution

CVPR 2021poster

The omnidirectional images (ODIs) are usually at low-resolution, due to the constraints of collection, storage and transmission. The traditional two-dimensional (2D) image super-resolution methods are not effective for spherical ODIs, because ODIs tend to have non-uniformly distributed pixel density…

Cited by 63PDFcodeScholar
2020

Big Bird: Transformers for Longer Sequences

NeurIPS 2020poster

Transformers-based models, such as BERT, have been one of the most successful deep learning models for NLP. Unfortunately, one of their core limitations is the quadratic dependency (mainly in terms of memory) on the sequence length due to their full attention mechanism. To remedy this, we propose,…