← Search

Wei Jiang

65 accepted papers

2026

BokehFlow: Depth-Free Controllable Bokeh Rendering via Flow Matching

AAAI 2026technical

Bokeh rendering simulates the shallow depth-of-field effect in photography, enhancing visual aesthetics and guiding viewer attention to regions of interest. Although recent approaches perform well, rendering controllable bokeh without additional depth inputs remains a significant challenge. Existing

Cited by 0SourcePDFScholar
2026

CRED: Counterfactual Reasoning and Environment Design for Active Preference Learning

ICRA 2026poster

As a robot's operational environment and tasks to perform within it grow in complexity, the explicit specification and balancing of optimization objectives to achieve a preferred behavior profile moves increasingly farther out of reach. These systems benefit strongly by being able to align their beh…

2026

Convergence Analysis of the Lion Optimizer in Centralized and Distributed Settings

ICML 2026poster

In this paper, we provide a comprehensive convergence analysis for the Lion optimizer. First, we establish that the original Lion achieves a convergence rate of $\mathcal{O}(d^{1/2}T^{-1/4})$, where $d$ denotes the problem dimension and $T$ is the iteration number. To improve this rate, we propose a…

Cited by 0SourceScholar
2026

Decentralized Online Convex Optimization with Efficient Communication: Improved Algorithm and Lower Bounds

ICML 2026poster

We investigate decentralized online convex optimization with compressed communication, where $n$ learners connected by a network collaboratively minimize a sequence of global loss functions using only local information and compressed data from neighbors. Prior work has established regret bounds of $…

Cited by 0SourceScholar
2026

From Embedding to Control: Representations for Stochastic Multi-Object Systems

ICLR 2026poster

This paper studies how to achieve accurate modeling and effective control in stochastic nonlinear dynamics with multiple interacting objects. However, non-uniform interactions and random topologies make this task challenging. We address these challenges by proposing Graph Controllable Embeddings (GC…

Cited by 0SourceScholar
2026

History-Aware Reasoning for GUI Agents

AAAI 2026technical

Advances in Multimodal Large Language Models have significantly enhanced Graphical User Interface (GUI) automation. Equipping GUI agents with reliable episodic reasoning capabilities is essential for bridging the gap between users’ concise task descriptions and the complexities of real-world executi

Cited by 0SourcePDFScholar
2026

Learning Tight Rejection Boundaries without Negatives for Strict One-Class Audio Deepfake Detection

ICML 2026poster

The rapid evolution of audio deepfakes requires robust detection capable of generalizing to unseen attacks. One-class learning offers inherent robustness for this task by characterizing real speech distributions to detect anomalies. However, establishing a compact decision boundary without spoof sup…

Cited by 0SourceScholar
2026

ProBench: Benchmarking GUI Agents with Accurate Process Information

AAAI 2026technical

With the deep integration of artificial intelligence and interactive technology, Graphical User Interface (GUI) Agent, as the carrier connecting goal-oriented natural language and real-world devices, has received widespread attention from the community. Contemporary benchmarks aim to evaluate the co

Cited by 0SourcePDFScholar
2026

RealtimeTool: Parallel Decoding for Real-Time LLM Function Calling

ICML 2026poster

LLM-based function calling enables intelligent agents to interact with external tools and environments, yet autoregressive decoding imposes a fundamental latency bottleneck that limits real-time applications such as embodied intelligence, game AI, and interactive avatars (e.g., 10 Hz control frequen…

Cited by 0SourceScholar
2026

SSCL: Adversarially Guided Image Compression via Semantic and Spectral Consistency Learning

AAAI 2026technical

Perceptual image compression has recently gained increasing attention, as it aims to reconstruct visually realistic images using generative models. Most existing methods adopt patch-based generative adversarial networks (PatchGAN) for one-step image generation, where adversarial training helps the d

Cited by 0SourcePDFScholar
2026

Semi-Supervised High Dynamic Range Image Reconstructing via Bi-Level Uncertain Area Masking

AAAI 2026technical

Reconstructing high dynamic range (HDR) images from low dynamic range (LDR) bursts plays an essential role in the computational photography. Impressive progress has been achieved by learning-based algorithms which require LDR-HDR image pairs. However, these pairs are hard to obtain, which motivates

Cited by 0SourcePDFScholar
2025

ECVC: Exploiting Non-Local Correlations in Multiple Frames for Contextual Video Compression

CVPR 2025poster

In Learned Video Compression (LVC), improving inter prediction, such as enhancing temporal context mining and mitigating accumulated errors, is crucial for boosting rate-distortion performance. Existing LVCs mainly focus on mining the temporal movements while neglecting non-local correlations among…

2025

Efficiently Serving Large Multimodal Models Using EPD Disaggregation

ICML 2025poster

Large Multimodal Models (LMMs) extend Large Language Models (LLMs) by handling diverse inputs such as images, audio, and video, but at the cost of adding a multimodal encoding stage that increases both computational and memory overhead. This step negatively affects key Service Level Objectives (SLOs…

2025

Enhancing Large Language Models for Scientific Multimodal Summarization with Multimodal Output

COLING 2025industry

The increasing integration of multimedia such as videos and graphical abstracts in scientific publications necessitates advanced summarization techniques. This paper introduces Uni-SciSum, a framework for Scientific Multimodal Summarization with Multimodal Output (SMSMO), addressing the challenges o…

2025

Exploring Contextual Attribute Density in Referring Expression Counting

CVPR 2025poster

Referring expression counting (REC) algorithms are for more flexible and interactive counting ability across varied fine-grained text expressions. However, the requirement for fine-grained attribute understanding poses challenges for prior arts, as they struggle to accurately align attribute informa…

2025

Group Distributionally Robust Dataset Distillation with Risk Minimization

ICLR 2025poster

Dataset distillation (DD) has emerged as a widely adopted technique for crafting a synthetic dataset that captures the essential information of a training dataset, facilitating the training of accurate neural models. Its applications span various domains, including transfer learning, federated learn…

2025

Hierarchical Trajectory Planning Method for Piano-Playing Robot

IROS 2025

Piano-playing tasks, which effectively demonstrate bimanual coordination capabilities in humanoid robots, are increasingly becoming a research focus. However, prior research has predominantly focused on Cartesian space trajectory planning without adequately addressing real-world obstacle avoidance c

Cited by 0SourceScholar
2025

Multi-View Learning with Context-Guided Receptance for Image Denoising

IJCAI 2025

Image denoising is essential in low-level vision applications such as photography and automated driving. Existing methods struggle with distinguishing complex noise patterns in real-world scenes and consume significant computational resources due to reliance on Transformer-based models. In this work

2025

Offline Reinforcement Learning with Koopman Operators for Control of Soft Robots

IROS 2025

Soft robots are promising to offer flexibility in environmental interaction tasks through compliant deformations. However, the infinite degrees of freedom and high nonlinearity of dynamics pose significant challenges in dynamic modeling and control in soft robots. While online reinforcement learning

Cited by 0SourceScholar
2024

Adaptive Variance Reduction for Stochastic Optimization under Weaker Assumptions

NeurIPS 2024poster

This paper explores adaptive variance reduction methods for stochastic optimization based on the STORM technique. Existing adaptive extensions of STORM rely on strong assumptions like bounded gradients and bounded function values, or suffer an additional $\mathcal{O}(\log T)$ term in the convergence…

Cited by 1SourcePDFScholar
2024

CoCA: Fusing Position Embedding with Collinear Constrained Attention in Transformers for Long Context Window Extending

ACL 2024long

Self-attention and position embedding are two crucial modules in transformer-based Large Language Models (LLMs). However, the potential relationship between them is far from well studied, especially for long context window extending. In fact, anomalous behaviors that hinder long context extrapolatio…

2024

Efficient Algorithms for Empirical Group Distributionally Robust Optimization and Beyond

ICML 2024poster

In this paper, we investigate the empirical counterpart of Group Distributionally Robust Optimization (GDRO), which aims to minimize the maximal empirical risk across $m$ distinct groups. We formulate empirical GDRO as a *two-level* finite-sum convex-concave minimax optimization problem and develop…

Cited by 7SourcePDFScholar
2024

Efficient Dataset Distillation via Minimax Diffusion

CVPR 2024poster

Dataset distillation reduces the storage and computational consumption of training a network by generating a small surrogate dataset that encapsulates rich information of the original large-scale one. However previous distillation methods heavily rely on the sample-wise iterative optimization scheme…

2024

Efficient Sign-Based Optimization: Accelerating Convergence via Variance Reduction

NeurIPS 2024poster

Sign stochastic gradient descent (signSGD) is a communication-efficient method that transmits only the sign of stochastic gradients for parameter updating. Existing literature has demonstrated that signSGD can achieve a convergence rate of $\mathcal{O}(d^{1/2}T^{-1/4})$, where $d$ represents the dim…

Cited by 4SourcePDFScholar
2024

Hide and Seek in Noise Labels: Noise-Robust Collaborative Active Learning with LLMs-Powered Assistance

ACL 2024long

Learning from noisy labels (LNL) is a challenge that arises in many real-world scenarios where collected training data can contain incorrect or corrupted labels. Most existing solutions identify noisy labels and adopt active learning to query human experts on them for denoising. In the era of large…

2024

LVC-LGMC: Joint Local and Global Motion Compensation for Learned Video Compression

ICASSP 2024accepted

Existing learned video compression models employ flow net or deformable convolutional networks (DCN) to estimate motion information. However, the limited receptive fields of flow net and DCN inherently direct their attentiveness towards the local contexts. Global contexts, such as large-scale motion…

Cited by 0SourceScholar
2024

Non-stationary Projection-Free Online Learning with Dynamic and Adaptive Regret Guarantees

AAAI 2024technical

Projection-free online learning has drawn increasing interest due to its efficiency in solving high-dimensional problems with complicated constraints. However, most existing projection-free online methods focus on minimizing the static regret, which unfortunately fails to capture the challenge of ch…

Cited by 12SourcePDFScholar
2024

Online Composite Optimization Between Stochastic and Adversarial Environments

NeurIPS 2024poster

We study online composite optimization under the Stochastically Extended Adversarial (SEA) model. Specifically, each loss function consists of two parts: a fixed non-smooth and convex regularizer, and a time-varying function which can be chosen either stochastically, adversarially, or in a manner th…

Cited by 4SourcePDFScholar
2024

Projection-Free Variance Reduction Methods for Stochastic Constrained Multi-Level Compositional Optimization

ICML 2024poster

This paper investigates projection-free algorithms for stochastic constrained multi-level optimization. In this context, the objective function is a nested composition of several smooth functions, and the decision set is closed and convex. Existing projection-free algorithms for solving this problem…

Cited by 2SourcePDFScholar
2024

Small-loss Adaptive Regret for Online Convex Optimization

ICML 2024poster

To deal with changing environments, adaptive regret has been proposed to minimize the regret over every interval. Previous studies have established a small-loss adaptive regret bound for general convex functions under the smoothness condition, offering the advantage of being much tighter than minima…

Cited by 3SourcePDFScholar
2024

Summarizing Stream Data for Memory-Constrained Online Continual Learning

AAAI 2024technical

Replay-based methods have proved their effectiveness on online continual learning by rehearsing past samples from an auxiliary memory. With many efforts made on improving training schemes based on the memory, however, the information carried by each sample in the memory remains under-investigated. U…

2024

Whittle Index with Multiple Actions and State Constraint for Inventory Management

ICLR 2024poster

Whittle index is a heuristic tool that leads to good performance for the restless bandits problem. In this paper, we extend Whittle index to a new multi-agent reinforcement learning (MARL) setting with multiple discrete actions and a possibly changing constraint on the state space, resulting in WIMS…

Cited by 11SourcePDFScholar
2023

AraMUS: Pushing the Limits of Data and Model Scale for Arabic Natural Language Processing

ACL 2023findings

Developing monolingual large Pre-trained Language Models (PLMs) is shown to be very successful in handling different tasks in Natural Language Processing (NLP). In this work, we present AraMUS, the largest Arabic PLM with 11B parameters trained on 529GB of high-quality Arabic textual data. AraMUS ac…

2023

DREAM: Efficient Dataset Distillation by Representative Matching

ICCV 2023poster

Dataset distillation aims to synthesize small datasets with little information loss from original large-scale ones for reducing storage and training costs. Recent state-of-the-art methods mainly constrain the sample synthesis process by matching synthetic images and the original ones regarding gradi…

Cited by 125PDFcodeScholar
2023

Learning Unnormalized Statistical Models via Compositional Optimization

ICML 2023poster

Learning unnormalized statistical models (e.g., energy-based models) is computationally challenging due to the complexity of handling the partition function. To eschew this complexity, noise-contrastive estimation (NCE) has been proposed by formulating the objective as the logistic loss of the real…

Cited by 4SourcePDFScholar
2023

MSINet: Twins Contrastive Search of Multi-Scale Interaction for Object ReID

CVPR 2023poster

Neural Architecture Search (NAS) has been increasingly appealing to the society of object Re-Identification (ReID), for that task-specific architectures significantly improve the retrieval performance. Previous works explore new optimizing targets and search spaces for NAS ReID, yet they neglect the…

2023

Primitive Generation and Semantic-Related Alignment for Universal Zero-Shot Segmentation

CVPR 2023poster

We study universal zero-shot segmentation in this work to achieve panoptic, instance, and semantic segmentation for novel categories without any training samples. Such zero-shot segmentation ability relies on inter-class relationships in semantic space to transfer the visual knowledge learned from s…

2023

Semantic-Promoted Debiasing and Background Disambiguation for Zero-Shot Instance Segmentation

CVPR 2023poster

Zero-shot instance segmentation aims to detect and precisely segment objects of unseen categories without any training samples. Since the model is trained on seen categories, there is a strong bias that the model tends to classify all the objects into seen categories. Besides, there is a natural con…

2022

Coarse-To-Fine Deep Video Coding With Hyperprior-Guided Mode Prediction

CVPR 2022poster

The previous deep video compression approaches only use the single scale motion compensation strategy and rarely adopt the mode prediction technique from the traditional standards like H.264/H.265 for both motion and residual compression. In this work, we first propose a coarse-to-fine (C2F) deep vi…

Cited by 107PDFScholar
2022

Data-driven Kalman Filter with Kernel-based Koopman Operators for Nonlinear Robot Systems

IROS 2022poster

Designing the Kalman filter for nonlinear robot systems with theoretical guarantees is challenging, especially when the dynamics model is unavailable. This paper proposes a data-driven Kalman filter algorithm using kernel-based Koop-man operators for unknown nonlinear robot systems. First, the Koopm…

Cited by 2SourceScholar
2022

Design an Underactuated Soft Exoskeleton to Sequentially Provide Knee Extension and Ankle Plantarflexion Assistance

RA-L 2022

In this letter, we present an underactuated soft exoskeleton which can sequentially provide knee extension and ankle plantarflexion assistance for each leg with only one motor. The aim of this work is to assist the motions that have chronological moments at lower-limb joints and minimize the mass ca

Cited by 20SourceScholar
2022

Multi-block-Single-probe Variance Reduced Estimator for Coupled Compositional Optimization

NeurIPS 2022accept

Variance reduction techniques such as SPIDER/SARAH/STORM have been extensively studied to improve the convergence rates of stochastic non-convex optimization, which usually maintain and update a sequence of estimators for a single function across iterations. What if we need to track multiple functi…

Cited by 22SourcePDFScholar
2022

Neighbor-Augmented Transformer-Based Embedding for Retrieval

ICASSP 2022accepted

With rapid evolution of e-commerce, it is essential but challenging to quickly provide a recommending service for users. The recommender system can be divided into two stages: retrieval and ranking. However, most recent academic research has focused on the second stage for datasets with limited size…

Cited by 0SourceScholar
2022

NeuMan: Neural Human Radiance Field from a Single Video

ECCV 2022poster

"Photorealistic rendering and reposing of humans is important for enabling augmented reality experiences. We propose a novel framework to reconstruct the human and the scene that can be rendered with novel human poses and views from just a single in-the-wild video. Given a video captured by a moving…

2022

Optimal Algorithms for Stochastic Multi-Level Compositional Optimization

ICML 2022spotlight

In this paper, we investigate the problem of stochastic multi-level compositional optimization, where the objective function is a composition of multiple smooth but possibly non-convex functions. Existing methods for solving this problem either suffer from sub-optimal sample complexities or need a h…

Cited by 21SourcePDFScholar
2022

Smoothed Online Convex Optimization Based on Discounted-Normal-Predictor

NeurIPS 2022accept

In this paper, we investigate an online prediction strategy named as Discounted-Normal-Predictor [Kapralov and Panigrahy, 2010] for smoothed online convex optimization (SOCO), in which the learner needs to minimize not only the hitting cost but also the switching cost. In the setting of learning wit…

Cited by 8SourcePDFScholar
2021

COTR: Correspondence Transformer for Matching Across Images

ICCV 2021poster

We propose a novel framework for finding correspondences in images based on a deep neural network that, given two images and a query point in one of them, finds its correspondence in the other. By doing so, one has the option to query only the points of interest and retrieve sparse correspondences,…

Cited by 320PDFcodeScholar
2021

Dual Adaptivity: A Universal Algorithm for Minimizing the Adaptive Regret of Convex Functions

NeurIPS 2021poster

To deal with changing environments, a new performance measure—adaptive regret, defined as the maximum static regret over any interval, was proposed in online learning. Under the setting of online convex optimization, several algorithms have been successfully developed to minimize the adaptive regret…

Cited by 24SourcePDFScholar
2021

TransReID: Transformer-Based Object Re-Identification

ICCV 2021poster

Extracting robust feature representation is one of the key challenges in object re-identification (ReID). Although convolution neural network (CNN)-based methods have achieved great success, they only process one local neighborhood at a time and suffer from information loss on details caused by conv…

Cited by 1156PDFcodeScholar
2020

ACNe: Attentive Context Normalization for Robust Permutation-Equivariant Learning

CVPR 2020poster

Many problems in computer vision require dealing with sparse, unordered data in the form of point clouds. Permutation-equivariant networks have become a popular solution - they operate on individual data points with simple perceptrons and extract contextual information with global pooling. This can…

Cited by 196PDFcodeScholar
2020

SMAP: Single-Shot Multi-Person Absolute 3D Pose Estimation

ECCV 2020poster

Recovering multi-person 3D poses with absolute scales from a single RGB image is a challenging problem due to the inherent depth and scale ambiguity from a single view. Addressing this ambiguity requires to aggregate various cues over the entire image, such as body sizes, scene layouts, and inter-pe…

Cited by 132SourcePDFScholar
2019

DFNet: Semantic Segmentation on Panoramic Images with Dynamic Loss Weights and Residual Fusion Block

ICRA 2019poster

For the domain of self-driving and automatic parking, perception is a basic and critical technique, moreover, the detection of lane markings and parking slots is an important part of visual perception. Compared with front sight images, panoramic images(PI) can capture more comprehensive pavement inf…

Cited by 27SourceScholar
2019

Linearized Multi-Sampling for Differentiable Image Transformation

ICCV 2019oral

We propose a novel image sampling method for differentiable image transformation in deep neural networks. The sampling schemes currently used in deep learning, such as Spatial Transformer Networks, rely on bilinear interpolation, which performs poorly under severe scale changes, and more importantly…

Cited by 27PDFcodeScholar
2015

Cross-domain cooperative deep stacking network for speech separation

ICASSP 2015accepted

Nowadays supervised speech separation has drawn much attention and shown great promise in the meantime. While there has been a lot of success, existing algorithms perform the task only in one preselected representative domain. In this study, we propose to perform the task in two different time-frequ…

Cited by 0SourceScholar