← Search

Yi Chang

104 accepted papers

2026

BA-LoRA: Bias-Alleviating Low-Rank Adaptation to Mitigate Catastrophic Inheritance in Large Language Models

ICLR 2026poster

Parameter-efficient fine-tuning (PEFT) has become a de facto standard for adapting Large Language Models (LLMs). However, we identify a critical vulnerability within popular low-rank adaptation methods like LoRA: they can exacerbate "Catastrophic Inheritance"—the unchecked propagation of biases, noi…

Cited by 0SourcecodeScholar
2026

Blur-Robust Detection via Feature Restoration: An End-to-End Framework for Prior-Guided Infrared UAV Target Detection

AAAI 2026technical

Infrared unmanned aerial vehicle (UAV) target images often suffer from motion blur degradation caused by rapid sensor movement, significantly reducing contrast between target and background. Generally, detection performance heavily depends on the discriminative feature representation between target

Cited by 0SourcePDFScholar
2026

CE-VFAL: A Novel Framework for Communication-Efficient Vertical Federated Adversarial Learning

IJCAI 2026

Vertical Federated Learning (VFL) involves multiple participants collaborating to train machine learning models on distinct feature sets from the same data samples. This training paradigm with distributed updating focuses on secure and efficient communication. Nevertheless, the trained models exhibi

Cited by 0Scholar
2026

Distribution-Aware Multi-Granularity Phase Coding: Towards Lower Conversion Error for Spike-Driven Large Language Models

ICLR 2026poster

Spiking large language models (LLMs) offer significant advantages on neuromorphic hardware, yet training them from scratch remains prohibitively expensive. A promising alternative is ANN-to-SNN conversion, which reuses pretrained ANN weights while minimizing conversion error. However, existing conv…

Cited by 0SourcecodeScholar
2026

EvoCF: Multi-Agent Collaboration via Agentic Memory-Driven Evolutionary Counterfactual Planning

ICML 2026poster

Planning collaboration strategies for multi-agent embodied systems remains a core challenge for LLM-based planners, which often fail to capture the physical and coordination constraints of realworld environments. To address this, we present EvoCF, an agentic memory-driven evolutionary counterfactual…

Cited by 0SourceScholar
2026

Fix Before Search: Benchmarking Agentic Visual Query Pre-processing in Multimodal Retrieval-augmented Generation

ICML 2026poster

Multimodal Retrieval-Augmented Generation (MRAG) has emerged as a key paradigm for grounding MLLMs with external knowledge. While query pre-processing (e.g., rewriting) is standard in text-based RAG, existing MRAG pipelines predominantly treat visual inputs as static and immutable, implicitly assumi…

Cited by 0SourceScholar
2026

High-Quality and Efficient Turbulence Mitigation with Events

CVPR 2026

Turbulence mitigation (TM) is highly ill-posed due to the stochastic nature of atmospheric turbulence. Most methods rely on multiple frames recorded by conventional cameras to capture stable patterns in natural scenarios. However, they inevitably suffer from a trade-off between accuracy and efficien

Cited by 0SourcecodeScholar
2026

Imitating the Truth: Attention-aware Truth-Guided Enhancement for Hallucination Mitigation in Large Vision-Language Models

ICLR 2026poster

Large Vision-Language Models (LVLMs) achieve impressive multimodal reasoning but remain prone to hallucinations, generating content inconsistent with visual evidence. Existing mitigation methods often rely on auxiliary modules or coarse decoding-time adjustments, overlooking the fine-grained dynamic…

Cited by 0SourceScholar
2026

LLM as an Algorithmist: Enhancing Anomaly Detectors via Programmatic Synthesis

ICLR 2026poster

Existing anomaly detection (AD) methods for tabular data usually rely on some assumptions about anomaly patterns, leading to inconsistent performance in real-world scenarios. While Large Language Models (LLMs) show remarkable reasoning capabilities, their direct application to tabular AD is impeded…

Cited by 0SourcecodeScholar
2026

LOZO+: Provably Efficient Zeroth-Order Fine-Tuning via Greedy Low-Rank Subspace Selection

ICML 2026poster

Zeroth-order (ZO) optimization offers a more memory-efficient alternative to first-order methods for fine-tuning large language models (LLMs). Recent ZO methods, exemplified by LOZO, estimate gradients within low-rank subspaces to align with the low-rank structure of LLM gradients. However, these me…

Cited by 0SourceScholar
2026

NEC-Diff: Noise-Robust Event-RAW Complementary Diffusion for Seeing Motion in Extreme Darkness

CVPR 2026

High-quality imaging of dynamic scenes in extremely low-light conditions is highly challenging. Photon scarcity induces severe noise and texture loss, causing significant image degradation. Event cameras, featuring a high dynamic range (120 dB) and high sensitivity to motion, serve as powerful compl

Cited by 0SourcecodeScholar
2026

Native Adaptive Solution Expansion for Diffusion-based Combinatorial Optimization

ICLR 2026poster

One central challenge in Neural Combinatorial Optimization (NCO) is handling hard constraints efficiently. Beyond the two classic paradigms, i.e., Local Construction (LC), which sequentially builds feasible solutions but scales poorly, and Global Prediction (GP), which produces one-shot heatmaps yet…

Cited by 0SourceScholar
2026

Online Black-Box Prompt Optimization with Regret Guarantees under Noisy Feedback

ICLR 2026poster

Generative AI excels in various tasks through advanced language modeling techniques, with its performance heavily influenced by input prompts. This has driven significant research into prompt optimization, particularly in commercial generative AI platforms, where prompt optimization is treated as a…

Cited by 0SourceScholar
2026

RAD: Retrieval High-quality Demonstrations to Enhance Decision-making

ICML 2026poster

Offline reinforcement learning (RL) learns policies from fixed datasets, thereby avoiding costly or unsafe environment interactions. However, its reliance on finite static datasets inherently restricts the ability to generalize beyond the training distribution. Prior solutions based on synthetic dat…

Cited by 0SourceScholar
2026

RD-HRL: Generating Reliable Sub-Goals for Long-Horizon Sparse-Reward Tasks

ICLR 2026poster

Long-horizon sparse-reward tasks, such as goal-conditioned or robot manipulation tasks, remain challenging in offline reinforcement learning due to the credit assignment problem. Hierarchical methods have been proposed to tackle this problem by introducing sub-goal planning guided by value functions…

Cited by 0SourcecodeScholar
2026

Spatio-Temporal Context Learning with Temporal Difference Convolution for Moving Infrared Small Target Detection

AAAI 2026technical

Moving infrared small target detection (IRSTD) plays a critical role in practical applications, such as surveillance of unmanned aerial vehicles (UAVs) and UAV-based search system. Moving IRSTD still remains highly challenging due to weak target features and complex background interference. Accurate

Cited by 0SourcePDFScholar
2026

Three Forward, One Backward: Memory-Efficient Full-Rank Fine-Tuning of Large Models via Extra Forward Passes

ICLR 2026poster

Fine-tuning large language models (LLMs) has achieved significant success in downstream tasks. However, as the model size continues to grow, traditional fine-tuning methods have become increasingly impractical due to their high computational and memory costs. This has motivated researchers to explor…

Cited by 0SourcecodeScholar
2026

Tracking through Severe Occlusion via Event-Derived Transient Cues

CVPR 2026

Tracking targets with high-speed and nonlinear motion under occlusion remains challenging due to spatial appearance deprivation and temporal trajectory fragmentation caused by missing visual cues. Existing methods typically either dynamically update templates to maintain appearance similarity or emp

Cited by 0SourceScholar
2025

Accelerated Vertical Federated Adversarial Learning through Decoupling Layer-Wise Dependencies

NeurIPS 2025poster

Vertical Federated Learning (VFL) enables participants to collaboratively train models on aligned samples while keeping their heterogeneous features private and distributed. Despite their utility, VFL models remain vulnerable to adversarial attacks during inference. Adversarial Training (AT), which…

Cited by 0SourceScholar
2025

Analytic Energy-Guided Policy Optimization for Offline Reinforcement Learning

NeurIPS 2025poster

Conditional decision generation with diffusion models has shown powerful competitiveness in reinforcement learning (RL). Recent studies reveal the relation between energy-function-guidance diffusion models and constrained RL problems. The main challenge lies in estimating the intermediate energy, wh…

Cited by 0SourceScholar
2025

Beyond Text: Unveiling Privacy Vulnerabilities in Multi-modal Retrieval-Augmented Generation

EMNLP 2025

Multimodal Retrieval-Augmented Generation (MRAG) systems enhance LMMs by integrating external multimodal databases, but introduce unexplored privacy vulnerabilities. While text-based RAG privacy risks have been studied, multimodal data presents unique challenges. We provide the first systematic anal

2025

Beyond Words: Augmenting Discriminative Richness via Diffusions in Unsupervised Prompt Learning

CVPR 2025poster

Fine-tuning vision-language models (VLMs) with large amounts of unlabeled data has recently garnered significant interest. However, a key challenge remains the lack of high-quality pseudo-labeled data. Current pseudo-labeling strategies often struggle with mismatches between semantic and visual info…

2025

Bridge Frame and Event: Common Spatiotemporal Fusion for High-Dynamic Scene Optical Flow

CVPR 2025poster

High-dynamic scene optical flow is a challenging task, which suffers spatial blur and temporal discontinuous motion due to large displacement in frame imaging, thus deteriorating the spatiotemporal feature of optical flow. Typically, existing methods mainly introduce event camera to directly fuse th…

Cited by 0SourcePDFScholar
2025

CGMatch: A Different Perspective of Semi-supervised Learning

CVPR 2025poster

Semi-supervised learning (SSL) has garnered significant attention due to its ability to leverage limited labeled data and a large amount of unlabeled data to improve model generalization performance. Recent approaches achieve impressive successes by combining ideas from both consistency regularizati…

2025

Collaborative Discrete-Continuous Black-Box Prompt Learning for Language Models

ICLR 2025poster

Large Scale Pre-Trained Language Models (PTMs) have demonstrated unprecedented capabilities across diverse natural language processing tasks. Adapting such models to downstream tasks is computationally intensive and time-consuming, particularly in black-box scenarios common in Language-Model-as-a-…

Cited by 0SourcePDFScholar
2025

Concept Matching with Agent for Out-of-Distribution Detection

AAAI 2025technical

The remarkable achievements of Large Language Models (LLMs) have captivated the attention of both academia and industry, transcending their initial role in dialogue generation. To expand the usage scenarios of LLM, some works enhance the effectiveness and capabilities of the model by introducing mor…

2025

ContraDiff: Planning Towards High Return States via Contrastive Learning

ICLR 2025poster

The performance of offline reinforcement learning (RL) is sensitive to the proportion of high-return trajectories in the offline dataset. However, in many simulation environments and real-world scenarios, there are large ratios of low-return trajectories rather than high-return trajectories, which m…

2025

DRL: Decomposed Representation Learning for Tabular Anomaly Detection

ICLR 2025poster

Anomaly detection, indicating to identify the anomalies that significantly deviate from the majority normal instances of data, has been an important role in machine learning and related applications. Despite the significant success achieved in anomaly detection on image and text data, the accurate T…

Cited by 0SourcePDFScholar
2025

Data Efficient Adaptation in Large Language Models via Continuous Low-Rank Fine-Tuning

NeurIPS 2025poster

Recent advancements in Large Language Models (LLMs) have emphasized the critical role of fine-tuning (FT) techniques in adapting LLMs to specific tasks, especially when retraining from scratch is computationally infeasible. Fine-tuning enables LLMs to leverage task- or domain-specific data, producin…

Cited by 0SourcecodeScholar
2025

Detection-Friendly Nonuniformity Correction: A Union Framework for Infrared UAV Target Detection

CVPR 2025highlight

Infrared unmanned aerial vehicle (UAV) images captured using thermal detectors are often affected by temperature-dependent low-frequency nonuniformity, which significantly reduces the contrast of the images. Detecting UAV targets under nonuniform conditions is crucial in UAV surveillance application…

2025

Detoxifying Large Language Models via the Diversity of Toxic Samples

EMNLP 2025

Eliminating toxicity from Large Language Models (LLMs) is crucial for ensuring user safety. However, current methods have limitations in the analysis and utilization of toxic samples, failing to fully harness their potential. Through comparative analysis of toxic and safe samples, we discover that t

2025

Don’t Take the Premise for Granted: Evaluating the Premise Critique Ability of Large Language Models

EMNLP 2025

Large language models (LLMs) have witnessed rapid advancements, demonstrating remarkable capabilities. However, a notable vulnerability persists: LLMs often uncritically accept flawed or contradictory premises, leading to inefficient reasoning and unreliable outputs. This emphasizes the significance

2025

FedAWA: Adaptive Optimization of Aggregation Weights in Federated Learning Using Client Vectors

CVPR 2025poster

Federated Learning (FL) has emerged as a promising framework for distributed machine learning, enabling collaborative model training without sharing local data, thereby preserving privacy and enhancing security. However, data heterogeneity resulting from differences across user behaviors, preference…

2025

FedLWS: Federated Learning with Adaptive Layer-wise Weight Shrinking

ICLR 2025poster

In Federated Learning (FL), weighted aggregation of local models is conducted to generate a new global model, and the aggregation weights are typically normalized to 1. A recent study identifies the global weight shrinking effect in FL, indicating an enhancement in the global model’s generalization…

2025

FedOne: Query-Efficient Federated Learning for Black-box Discrete Prompt Learning

ICML 2025poster

Black-Box Discrete Prompt Learning (BDPL) is a prompt-tuning method that optimizes discrete prompts without accessing model parameters or gradients, making the prompt tuning on a cloud-based Large Language Model (LLM) feasible. Adapting Federated Learning (FL) to BDPL could further enhance prompt tu…

Cited by 0SourcePDFScholar
2025

High-Resolution Spatiotemporal Modeling with Global-Local State Space Models for Video-Based Human Pose Estimation

ICCV 2025poster

Modeling high-resolution spatiotemporal representations, including both global dynamic contexts (e.g., holistic human motion tendencies) and local motion details (e.g., high-frequency changes of keypoints), is essential for video-based human pose estimation (VHPE). Current state-of-the-art methods t…

Cited by 0SourcePDFScholar
2025

InstructFlow: Adaptive Symbolic Constraint-Guided Code Generation for Long-Horizon Planning

NeurIPS 2025poster

Long-horizon planning in robotic manipulation tasks requires translating underspecified, symbolic goals into executable control programs satisfying spatial, temporal, and physical constraints. However, language model-based planners often struggle with long-horizon task decomposition, robust constrai…

Cited by 0SourceScholar
2025

Leveraging First and Zeroth-Order Gradient to Address Imbalanced Black-Box Prompt Tuning via Minimax Optimization

AAAI 2025technical

Black-box prompt tuning has become a prevalent parameter-efficient paradigm that leverages the capabilities of large language models (LLMs) for customized applications in specific downstream tasks. In practical scenarios, downstream tasks frequently involve data distributions that are heavily imbala…

2025

LoRA-MGPO: Mitigating Double Descent in Low-Rank Adaptation via Momentum-Guided Perturbation Optimization

EMNLP 2025

Parameter-efficient fine-tuning (PEFT), particularly Low-Rank Adaptation (LoRA), adapts large language models (LLMs) by training only a small fraction of parameters. However, as the rank of the low-rank matrices used for adaptation increases, LoRA often exhibits an unstable “double descent” phenomen

2025

MicroEdit: Neuron-level Knowledge Disentanglement and Localization in Lifelong Model Editing

EMNLP 2025

Large language models (LLMs) require continual knowledge updates to keep pace with the evolving world. While various model editing methods have been proposed, most face critical challenges in the context of lifelong learning due to two fundamental limitations: (1) Edit Overshooting - parameter updat

2025

OmniStereo: Real-time Omnidireactional Depth Estimation with Multiview Fisheye Cameras

CVPR 2025poster

Fast and reliable omnidirectional 3D sensing is essential to many applications such as autonomous driving, robotics and drone navigation. While many well-recognized methods have been developed to produce high-quality omnidirectional 3D information, they are too slow for real-time computation, limiti…

2025

Query Efficient Black-Box Visual Prompting with Subspace Learning

CVPR 2025poster

Visual Prompt Learning (VPL) has emerged as a powerful strategy for harnessing the capabilities of large-scale pre-trained models (PTMs) to tackle specific downstream tasks. However, the opaque nature of PTMs in many real-world applications has led to a growing interest in gradient-free approaches w…

2025

Rethinking Data Selection at Scale: Random Selection is Almost All You Need

EMNLP 2025

Supervised fine-tuning (SFT) is crucial for aligning Large Language Models (LLMs) with human instructions. The primary goal during SFT is to select a small yet representative subset of training data from the larger pool, such that fine-tuning with this subset achieves results comparable to or even e

2025

Rethinking Discrete Tokens: Treating Them as Conditions for Continuous Autoregressive Image Synthesis

ICCV 2025poster

Recent advances in large language models (LLMs) have spurred interests in encoding images as discrete tokens and leveraging autoregressive (AR) frameworks for visual generation. However, the quantization process in AR-based visual generation models inherently introduces information loss that degrade…

2025

SIGMA: Selective Gated Mamba for Sequential Recommendation

AAAI 2025technical

Sequential Recommender Systems (SRS) has stood out as a highly promising technique in numerous domains due to its impressive capability of capturing complex user preferences. Current SRS have employed transformer-based models to give the next-item prediction. Nevertheless, its quadratic computationa…

Cited by 0SourcePDFScholar
2025

StruDiCO: Structured Denoising Diffusion with Gradient-free Inference-stage Boosting for Memory and Time Efficient Combinatorial Optimization

NeurIPS 2025poster

Diffusion models have recently emerged as powerful neural solvers for combinatorial optimization (CO). However, existing approaches fail to reveal how variables are progressively determined during inference, making the final solution opaque until the last step. To address this limitation, we propose…

Cited by 0SourcecodeScholar
2025

StructFlowBench: A Structured Flow Benchmark for Multi-turn Instruction Following

ACL 2025finding

Multi-turn instruction following capability constitutes a core competency of large language models (LLMs) in real-world applications. Existing evaluation benchmarks predominantly focus on fine-grained constraint satisfaction and domain-specific capability assessment, yet overlook the crucial structu…

2025

Tackling Continual Offline RL through Selective Weights Activation on Aligned Spaces

NeurIPS 2025poster

Continual offline reinforcement learning (CORL) has shown impressive ability in diffusion-based continual learning systems by modeling the joint distributions of trajectories. However, most research only focuses on limited continual task settings where the tasks have the same observation and action…

Cited by 0SourceScholar
2025

TimeTracker: Event-based Continuous Point Tracking for Video Frame Interpolation with Non-linear Motion

CVPR 2025poster

Video frame interpolation (VFI) that leverages the bio-inspired event cameras as guidance has recently shown better performance and memory efficiency than the frame-based methods, thanks to the event cameras' advantages, such as high temporal resolution. A hurdle for event-based VFI is how to effect…

Cited by 0SourcePDFScholar
2025

Training-free LLM Merging for Multi-task Learning

ACL 2025long

Large Language Models (LLMs) have demonstrated exceptional capabilities across diverse natural language processing (NLP) tasks. The release of open-source LLMs like LLaMA and Qwen has triggered the development of numerous fine-tuned models tailored for various tasks and languages. In this paper, we…

2024

An Empirical Examination of Balancing Strategy for Counterfactual Estimation on Time Series

ICML 2024poster

Counterfactual estimation from observations represents a critical endeavor in numerous application fields, such as healthcare and finance, with the primary challenge being the mitigation of treatment bias. The balancing strategy aimed at reducing covariate disparities between different treatment gro…

Cited by 2SourcePDFScholar
2024

Bring Event into RGB and LiDAR: Hierarchical Visual-Motion Fusion for Scene Flow

CVPR 2024poster

Single RGB or LiDAR is the mainstream sensor for the challenging scene flow which relies heavily on visual features to match motion features. Compared with single modality existing methods adopt a fusion strategy to directly fuse the cross-modal complementary knowledge in motion space. However these…

Cited by 6SourcePDFScholar
2024

DS-Agent: Automated Data Science by Empowering Large Language Models with Case-Based Reasoning

ICML 2024poster

In this work, we investigate the potential of large language models (LLMs) based agents to automate data science tasks, with the goal of comprehending task requirements, then building and training the best-fit machine learning models. Despite their widespread success, existing LLM agents are hindere…

2024

EPSD: Early Pruning with Self-Distillation for Efficient Model Compression

AAAI 2024technical

Neural network compression techniques, such as knowledge distillation (KD) and network pruning, have received increasing attention. Recent work `Prune, then Distill' reveals that a pruned student-friendly teacher network can benefit the performance of KD. However, the conventional teacher-student pi…

Cited by 5SourcePDFScholar
2024

Exploring the Common Appearance-Boundary Adaptation for Nighttime Optical Flow

ICLR 2024spotlight

We investigate a challenging task of nighttime optical flow, which suffers from weakened texture and amplified noise. These degradations weaken discriminative visual features, thus causing invalid motion feature matching. Typically, existing methods employ domain adaptation to transfer knowledge fro…

Cited by 3SourcePDFScholar
2024

JSTR: Joint Spatio-Temporal Reasoning for Event-based Moving Object Detection

ICRA 2024poster

Event-based moving object detection is a challenging task, where static background and moving object are mixed together. Typically, existing methods mainly align the background events to the same spatial coordinate system via motion compensation to distinguish the moving object. However, they neglec…

Cited by 4SourceScholar
2024

Language Models can Evaluate Themselves via Probability Discrepancy

ACL 2024findings

In this paper, we begin by illustrating that, when presented with a query, Large Language Models (LLMs) capable of providing accurate responses tend to exhibit a more uniform probability distribution compared to their less proficient counterparts. Building upon this observation, we introduce a novel…

2024

Learning Sampling Policy to Achieve Fewer Queries for Zeroth-Order Optimization

AISTATS 2024poster

Zeroth-order (ZO) methods, which use the finite difference of two function evaluations (also called ZO gradient) to approximate first-order gradient, have attracted much attention recently in machine learning because of their broad applications. The accuracy of the ZO gradient highly depends on how…

Cited by 0SourcePDFScholar
2024

NegativePrompt: Leveraging Psychology for Large Language Models Enhancement via Negative Emotional Stimuli

IJCAI 2024poster

Large Language Models (LLMs) have become integral to a wide spectrum of applications, ranging from traditional computing tasks to advanced artificial intelligence (AI) applications. This widespread adoption has spurred extensive research into LLMs across various disciplines, including the social sci…

2024

PTaRL: Prototype-based Tabular Representation Learning via Space Calibration

ICLR 2024spotlight

Tabular data have been playing a mostly important role in diverse real-world fields, such as healthcare, engineering, finance, etc. With the recent success of deep learning, many tabular machine learning (ML) methods based on deep networks (e.g., Transformer, ResNet) have achieved competitive perfor…

Cited by 26SourcePDFScholar
2024

ScreenAgent: A Vision Language Model-driven Computer Control Agent

IJCAI 2024poster

Large Language Models (LLM) can invoke a variety of tools and APIs to complete complex tasks. The computer, as the most powerful and universal tool, could potentially be controlled by a trained LLM agent. Powered by the computer, we can hopefully build a more generalized agent to assist humans in va…

2024

Seeing Motion at Nighttime with an Event Camera

CVPR 2024poster

We focus on a very challenging task: imaging at nighttime dynamic scenes. Most previous methods rely on the low-light enhancement of a conventional RGB camera. However they would inevitably face a dilemma between the long exposure time of nighttime and the motion blur of dynamic scenes. Event camera…

2024

The Good and The Bad: Exploring Privacy Issues in Retrieval-Augmented Generation (RAG)

ACL 2024findings

Retrieval-augmented generation (RAG) is a powerful technique to facilitate language model generation with proprietary and private data, where data privacy is a pivotal concern. Whereas extensive research has demonstrated the privacy risks of large language models (LLMs), the RAG technique could pote…

2023

Both Diverse and Realism Matter: Physical Attribute and Style Alignment for Rainy Image Generation

ICCV 2023poster

Although considerable progress has been made in the deraining task under synthetic data, it is still a tough problem under real rain scenes, due to the domain gap between the synthetic and real data. Besides, difficulties in collecting and labeling diverse real rain images hinder the progress of thi…

Cited by 6PDFScholar
2023

Fast Yet Effective Speech Emotion Recognition with Self-Distillation

ICASSP 2023accepted

Speech emotion recognition (SER) is the task of recognising humans’ emotional states from speech. SER is extremely prevalent in helping dialogue systems to truly understand our emotions and become a trustworthy human conversational partner. Due to the lengthy nature of speech, SER also suffers from…

Cited by 0SourceScholar
2023

From Sky to the Ground: A Large-scale Benchmark and Simple Baseline Towards Real Rain Removal

ICCV 2023poster

Learning-based image deraining methods have made great progress. However, the lack of large-scale high-quality paired training samples is the main bottleneck to hamper the real image deraining (RID). To address this dilemma and advance RID, we construct a Large-scale High-quality Paired real rain be…

Cited by 33PDFcodeScholar
2023

Knowledge Transfer for on-Device Speech Emotion Recognition With Neural Structured Learning

ICASSP 2023accepted

Speech emotion recognition (SER) has been a popular research topic in human-computer interaction (HCI). As edge devices are rapidly springing up, applying SER to edge devices is promising for a huge number of HCI applications. Although deep learning has been investigated to improve the performance o…

Cited by 0SourceScholar
2023

Learning Generalizable Agents via Saliency-guided Features Decorrelation

NeurIPS 2023spotlight

In visual-based Reinforcement Learning (RL), agents often struggle to generalize well to environmental variations in the state space that were not observed during training. The variations can arise in both task-irrelevant features, such as background noise, and task-relevant features, such as robot…

Cited by 9SourcePDFScholar
2023

Out-of-Distribution Generalization of Federated Learning via Implicit Invariant Relationships

ICML 2023poster

Out-of-distribution generalization is challenging for non-participating clients of federated learning under distribution shifts. A proven strategy is to explore those invariant relationships between input and target variables, working equally well for non-participating clients. However, learning inv…

Cited by 35SourcePDFScholar
2023

Parts2Words: Learning Joint Embedding of Point Clouds and Texts by Bidirectional Matching Between Parts and Words

CVPR 2023poster

Shape-Text matching is an important task of high-level shape understanding. Current methods mainly represent a 3D shape as multiple 2D rendered views, which obviously can not be understood well due to the structural ambiguity caused by self-occlusion in the limited number of views. To resolve this i…

2023

The Sufficiency of Off-Policyness and Soft Clipping: PPO Is Still Insufficient according to an Off-Policy Measure

AAAI 2023technical

The popular Proximal Policy Optimization (PPO) algorithm approximates the solution in a clipped policy space. Does there exist better policies outside of this space? By using a novel surrogate objective that employs the sigmoid function (which provides an interesting way of exploration), we found th…

2023

Unsupervised Cumulative Domain Adaptation for Foggy Scene Optical Flow

CVPR 2023poster

Optical flow has achieved great success under clean scenes, but suffers from restricted performance under foggy scenes. To bridge the clean-to-foggy domain gap, the existing methods typically adopt the domain adaptation to transfer the motion knowledge from clean to synthetic foggy domain. However,…

Cited by 15SourcePDFScholar
2023

Unsupervised Hierarchical Domain Adaptation for Adverse Weather Optical Flow

AAAI 2023technical

Optical flow estimation has made great progress, but usually suffers from degradation under adverse weather. Although semi/full-supervised methods have made good attempts, the domain shift between the synthetic and real adverse weather images would deteriorate their performance. To alleviate this is…

Cited by 4SourcePDFScholar
2022

A Coarse-to-fine Cascaded Evidence-Distillation Neural Network for Explainable Fake News Detection

COLING 2022main

Existing fake news detection methods aim to classify a piece of news as true or false and provide veracity explanations, achieving remarkable performances. However, they often tailor automated solutions on manual fact-checked reports, suffering from limited news coverage and debunking delays. When a…

2022

Close the Loop: A Unified Bottom-Up and Top-Down Paradigm for Joint Image Deraining and Segmentation

AAAI 2022technical

In this work, we focus on a very practical problem: image segmentation under rain conditions. Image deraining is a classic low-level restoration task, while image segmentation is a typical high-level understanding task. Most of the existing methods intuitively employ the bottom-up paradigm by taking…

Cited by 26SourcePDFScholar
2022

Distributional Reward Estimation for Effective Multi-agent Deep Reinforcement Learning

NeurIPS 2022accept

Multi-agent reinforcement learning has drawn increasing attention in practice, e.g., robotics and automatic driving, as it can explore optimal policies using samples generated by interacting with the environment. However, high reward uncertainty still remains a problem when we want to train a satisf…

2022

Event-Based Video Reconstruction via Potential-Assisted Spiking Neural Network

CVPR 2022poster

Neuromorphic vision sensor is a new bio-inspired imaging paradigm that reports asynchronous, continuously per-pixel brightness changes called 'events' with high temporal resolution and high dynamic range. So far, the event-based image reconstruction methods are based on artificial neural networks (A…

Cited by 123PDFScholar
2022

FastClass: A Time-Efficient Approach to Weakly-Supervised Text Classification

EMNLP 2022main

Weakly-supervised text classification aims to train a classifier using only class descriptions and unlabeled data. Recent research shows that keyword-driven methods can achieve state-of-the-art performance on various tasks. However, these methods not only rely on carefully-crafted class descriptions…

2022

Learning Semantic Textual Similarity via Topic-informed Discrete Latent Variables

EMNLP 2022main

Recently, discrete latent variable models have received a surge of interest in both Natural Language Processing (NLP) and Computer Vision (CV), attributed to their comparable performance to the continuous counterparts in representation learning, while being more interpretable in their predictions. I…

2022

Physically Disentangled Intra- and Inter-Domain Adaptation for Varicolored Haze Removal

CVPR 2022poster

Learning-based image dehazing methods have achieved marvelous progress during the past few years. On one hand, most approaches heavily rely on synthetic data and may face difficulties to generalize well in real scenes, due to the huge domain gap between synthetic and real images. On the other hand,…

Cited by 38PDFcodeScholar
2022

Unsupervised Deraining: Where Contrastive Learning Meets Self-Similarity

CVPR 2022poster

Image deraining is a typical low-level image restoration task, which aims at decomposing the rainy image into two distinguishable layers: the clean image layer and the rain layer. Most of the existing learning-based deraining methods are supervisedly trained on synthetic rainy-clean pairs. The domai…

Cited by 80PDFcodeScholar
2021

Closing the Loop: Joint Rain Generation and Removal via Disentangled Image Translation

CVPR 2021poster

Existing deep learning-based image deraining methods have achieved promising performance for synthetic rainy images, typically rely on the pairs of sharp images and simulated rainy counterparts. However, these methods suffer from significant performance drop when facing the real rain, because of the…

Cited by 107PDFScholar
2021

Eliminating Sentiment Bias for Aspect-Level Sentiment Classification with Unsupervised Opinion Extraction

EMNLP 2021finding

Aspect-level sentiment classification (ALSC) aims at identifying the sentiment polarity of a specified aspect in a sentence. ALSC is a practical setting in aspect-based sentiment analysis due to no opinion term labeling needed, but it fails to interpret why a sentiment polarity is derived for the as…

2021

HiTRANS: A Hierarchical Transformer Network for Nested Named Entity Recognition

EMNLP 2021finding

Nested Named Entity Recognition (NNER) has been extensively studied, aiming to identify all nested entities from potential spans (i.e., one or more continuous tokens). However, recent studies for NNER either focus on tedious tagging schemas or utilize complex structures, which fail to learn effectiv…

Cited by 14SourcePDFScholar
2021

Robust early-learning: Hindering the memorization of noisy labels

ICLR 2021poster

The \textit{memorization effects} of deep networks show that they will first memorize training data with clean labels and then those with noisy labels. The \textit{early stopping} method therefore can be exploited for learning with noisy labels. However, the side effect brought by noisy labels will…

Cited by 354SourcePDFScholar
2020

Attention-based Multi-level Feature Fusion for Named Entity Recognition

IJCAI 2020poster

Named entity recognition (NER) is a fundamental task in the natural language processing (NLP) area. Recently, representation learning methods (e.g., character embedding and word embedding) have achieved promising recognition results. However, existing models only consider partial features derived fr…

Cited by 0SourcePDFScholar
2020

MESA: Boost Ensemble Imbalanced Learning with MEta-SAmpler

NeurIPS 2020poster

Imbalanced learning (IL), i.e., learning unbiased models from class-imbalanced data, is a challenging problem. Typical IL methods including resampling and reweighting were designed based on some heuristic assumptions. They often suffer from unstable performance, poor applicability, and high computat…

2020

ToHRE: A Top-Down Classification Strategy with Hierarchical Bag Representation for Distantly Supervised Relation Extraction

COLING 2020main

Distantly Supervised Relation Extraction (DSRE) has proven to be effective to find relational facts from texts, but it still suffers from two main problems: the wrong labeling problem and the long-tail problem. Most of the existing approaches address these two problems through flat classification, w…

2018

Fast-Convergence Singular Value Decomposition for Tracking Time-Varying Channels in Massive Mimo Systems

ICASSP 2018accepted

A fast-convergence singular value decomposition (SVD) algorithm is developed for tracking time-varying channels in massive MIMO precoding/beamforming systems. Since only strong eigen-modes are selected for data transmission in these systems, our SVD algorithm exploits the properties of partial decom…

Cited by 0SourceScholar
2017

Hyper-Laplacian Regularized Unidirectional Low-Rank Tensor Recovery for Multispectral Image Denoising

CVPR 2017poster

Recent low-rank based matrix/tensor recovery methods have been widely explored in multispectral images (MSI) denoising. These methods, however, ignore the difference of the intrinsic structure correlation along spatial sparsity, spectral correlation and non-local self-similarity mode. In this paper,…

Cited by 220PDFScholar
2017

Scaling Submodular Maximization via Pruned Submodularity Graphs

AISTATS 2017poster

We propose a new random pruning method (called “submodular sparsification (SS)”) to reduce the cost of submodular maximization. The pruning is applied via a “submodularity graph” over the $n$ ground elements, where each directed edge is associated with a pairwise dependency defined by the submodular…

Cited by 12SourcePDFScholar
2015

Consistent Collective Matrix Completion under Joint Low Rank Structure

AISTATS 2015poster

We address the collective matrix completion problem of jointly recovering a collection of matrices with shared structure from partial (and potentially noisy) observations. To ensure well–posedness of the problem, we impose a joint low rank structure, wherein each component matrix is low rank and th…

Cited by 27SourcePDFScholar