← Search

Jia Liu

96 accepted papers

2026

BDRP: A Binary Divisive Recursive Planner for Path Planning

RA-L 2026

Narrow passage scenarios pose significant challenges for path planning, especially for tasks requiring real-time performance. Traditional asymptotically converging sampling-based planners (SBPs) often exhibit poor initial path quality and slow convergence, limiting their ability to efficiently const

Cited by 0SourceScholar
2026

CodeV: Code with Images for Faithful Visual Reasoning via Tool-Aware Policy Optimization

CVPR 2026

Agentic vision-language models are increasingly trained to "think with images" by calling image operations. However, we show that high final-answer accuracy often hides unfaithful visual reasoning: models may invoke tools on irrelevant regions or ignore tool outputs entirely, yet still guess the cor

Cited by 0SourcecodeScholar
2026

On the Spectral Differences Between NTK and CNTK and Their Implications for Point Cloud Recognition

ICLR 2026poster

The Convolutional Neural Tangent Kernel (CNTK) offers a principled framework for understanding convolutional architectures in the infinite-width regime. However, a comprehensive spectral comparison between CNTK and the classical Neural Tangent Kernel (NTK) remains underexplored. In this work, we pre…

Cited by 0SourceScholar
2026

PDAR-RSITR: A Progressive Decoupling-Aggregation-Refinement Framework for Remote Sensing Image-Text Retrieval

IJCAI 2026

Remote Sensing Image-Text Retrieval (RSITR) aims to achieve precise retrieval between remote sensing images and textual descriptions. However, existing methods neglect the multi-dimensional cognitive attributes inherent in remote sensing data and struggle to handle them simultaneously, leading to su

Cited by 0Scholar
2026

Resource Efficient Sleep Staging via Multi-Level Masking and Prompt Learning

AAAI 2026technical

Automatic sleep staging plays a vital role in assessing sleep quality and diagnosing sleep disorders. Most existing methods rely heavily on long and continuous EEG recordings, which poses significant challenges for data acquisition in resource-constrained systems, such as wearable or home-based moni

Cited by 0SourcePDFScholar
2026

SCo-Cloud: Satellite Constellation Collaboration for Cloud-Aware Onboard-Computed Imaging and Transmission

AAAI 2026technical

Satellite-acquired optical remote sensing imagery is extensively applied in time-critical applications like traffic surveillance and evaluation of natural disasters. However, clouds, as a common atmospheric phenomenon, frequently obscure observation. Current approaches aim to restore visibility in c

Cited by 0SourcePDFScholar
2026

The Geometry of Narrow Fine-Tuning Degradation: Trajectory Lock-in and Spectral Bifurcation

ICML 2026poster

Magnitude-based stability proxies such as parameter drift are widely used in narrow-task fine-tuning, yet they do not reliably indicate degradation of broad capabilities. We identify trajectory lock-in: under fixed training conditions for narrow adaptation, the joint evolution of task loss and broad…

Cited by 0SourceScholar
2026

Towards Greater Leverage: Scaling Laws for Efficient Mixture-of-Experts Language Models

ICLR 2026poster

Mixture-of-Experts (MoE) has become a dominant architecture for scaling Large Language Models (LLMs) efficiently by decoupling total parameters from computational cost. However, this decoupling creates a critical challenge: predicting the model capacity of a given MoE configurations (e.g., expert ac…

Cited by 0SourceScholar
2026

WSM: Decay-Free Learning Rate Schedule via Checkpoint Merging for LLM Pre-training

ICLR 2026oral

Recent advances in learning rate~(LR) scheduling have demonstrated the effectiveness of decay-free approaches that eliminate the traditional decay phase while maintaining competitive performance. Model merging techniques have emerged as particularly promising solutions in this domain. We present War…

Cited by 0SourceScholar
2025

A Soft Active Surface Gripper for Safe In Hand Manipulation of Fragile Objects

IROS 2025

This paper introduces a soft active surface gripper designed to manipulate fragile objects safely. This gripper consists of two fingers, each equipped with two compliant pneumatic actuators and a soft active surface. The gripper utilizes the elastic belt as its soft active surface, which is driven b

Cited by 0SourceScholar
2025

A Survey on Proactive Defense Strategies Against Misinformation in Large Language Models

ACL 2025finding

The widespread deployment of large language models (LLMs) across critical domains has amplified the societal risks posed by algorithmically generated misinformation. Unlike traditional false content, LLM-generated misinformation can be self-reinforcing, highly plausible, and capable of rapid propaga…

Cited by 0SourcePDFScholar
2025

Adaptive Prototype Learning for Anomalous Sound Detection with Partially Known Attributes

ICASSP 2025accepted

Adapting pre-trained models has become the dominant approach for anomalous sound detection (ASD), where classifying the attributes of machine working status is commonly chosen as the deputy task for fine-tuning. However, attributes might be intractable to collect for some machines, causing the label…

Cited by 0SourceScholar
2025

BiTSpoke: A Leg-Wheel Robot With Single-Motor Driven Actively-Transformable Spoke Wheels

RA-L 2025

To address the issue that current transformable spoke-wheeled leg-wheel robots cannot simultaneously achieve simple structure, stable locomotion and open step climbing ability, a novel robot design method is proposed. The robot called BiTSpoke is driven by two transformable spoke wheels, with a pass

Cited by 4SourceScholar
2025

DUET: Decentralized Bilevel Optimization without Lower-Level Strong Convexity

ICLR 2025poster

Decentralized bilevel optimization (DBO) provides a powerful framework for multi-agent systems to solve local bilevel tasks in a decentralized fashion without the need for a central server. However, most existing DBO methods rely on lower-level strong convexity (LLSC) to guarantee unique solutions…

Cited by 0SourcePDFScholar
2025

Data-Efficient Low-Complexity Acoustic Scene Classification via Distilling and Progressive Pruning

ICASSP 2025accepted

The goal of the acoustic scene classification (ASC) task is to classify recordings into one of the predefined acoustic scene classes. However, in real-world scenarios, ASC systems often encounter challenges such as recording device mismatch, low-complexity constraints, and the limited availability o…

Cited by 0SourceScholar
2025

Decoding Knowledge Attribution in Mixture-of-Experts: A Framework of Basic-Refinement Collaboration and Efficiency Analysis

ACL 2025long

The interpretability of Mixture-of-Experts (MoE) models, especially those with heterogeneous designs, remains underexplored. Existing attribution methods for dense models fail to capture dynamic routing-expert interactions in sparse MoE architectures. To address this issue, we propose a cross-level…

Cited by 0SourcePDFScholar
2025

Differentiable Quadratic Optimization For the Maximum Independent Set Problem

ICML 2025poster

Combinatorial Optimization (CO) addresses many important problems, including the challenging Maximum Independent Set (MIS) problem. Alongside exact and heuristic solvers, differentiable approaches have emerged, often using continuous relaxations of quadratic objectives. Noting that an MIS in a graph…

2025

Divide and Orthogonalize: Efficient Continual Learning with Local Model Space Projection

UAI 2025

Continual learning (CL) has gained increasing interest in recent years due to the need for models that can continuously learn new tasks while retaining knowledge from previous ones. However, existing CL methods often require either computationally expensive layer-wise gradient projections or large-s

Cited by 0SourcePDFScholar
2025

EcoLoRA: Communication-Efficient Federated Fine-Tuning of Large Language Models

EMNLP 2025

To address data locality and privacy restrictions, Federated Learning (FL) has recently been adopted to fine-tune large language models (LLMs), enabling improved performance on various downstream tasks without requiring aggregated data. However, the repeated exchange of model updates in FL can resul

Cited by 0SourcePDFScholar
2025

Exploring Response Uncertainty in MLLMs: An Empirical Evaluation under Misleading Scenarios

EMNLP 2025

Multimodal large language models (MLLMs) have recently achieved state-of-the-art performance on tasks ranging from visual question answering to video understanding. However, existing studies have concentrated mainly on visual–textual misalignment, leaving largely unexplored the MLLMs’ ability to pre

2025

FSL-SAGE: Accelerating Federated Split Learning via Smashed Activation Gradient Estimation

ICML 2025poster

Collaborative training methods like Federated Learning (FL) and Split Learning (SL) enable distributed machine learning without sharing raw data. However, FL assumes clients can train entire models, which is infeasible for large-scale models. In contrast, while SL alleviates the client memory const…

2025

Finite-Time Global Optimality Convergence in Deep Neural Actor-Critic Methods for Decentralized Multi-Agent Reinforcement Learning

ICML 2025poster

Actor-critic methods for decentralized multi-agent reinforcement learning (MARL) facilitate collaborative optimal decision making without centralized coordination, thus enabling a wide range of applications in practice. To date, however, most theoretical convergence studies for existing actor-critic…

Cited by 0SourcePDFScholar
2025

In-Dataset Trajectory Return Regularization for Offline Preference-based Reinforcement Learning

AAAI 2025technical

Offline preference-based reinforcement learning (PbRL) typically operates in two phases: first, use human preferences to learn a reward model and annotate rewards for a reward-free offline dataset; second, learn a policy by optimizing the learned reward via offline RL. However, accurately modeling s…

2025

Look Twice Before You Answer: Memory-Space Visual Retracing for Hallucination Mitigation in Multimodal Large Language Models

ICML 2025poster

Despite their impressive capabilities, Multimodal Large Language Models (MLLMs) are prone to hallucinations, i.e., the generated content that is nonsensical or unfaithful to input sources. Unlike in LLMs, hallucinations in MLLMs often stem from the sensitivity of text decoder to visual tokens, leadi…

2025

Mask-guided Multi-scale Spatial-Spectral Transformer for Snapshot Compressive Imaging

ICASSP 2025accepted

Effectively reconstructing 3D hyperspectral images (HSIs) from 2D measurements presents a significant challenge in Coded Aperture Snapshot Spectral Imaging (CASSI) systems. While recent transformers exhibit potential in HSI reconstruction, they often suffer from inadequate exploration of multi-scale…

Cited by 0SourceScholar
2025

Multi-Agent Reinforcement Learning with Transformer-based Spatio-temporal Fusion for Autonomous Driving in Mixed Traffic

IROS 2025

Driving decision-making in mixed traffic, characterized by high-dynamic interactions and stochastic behaviors of human-driven vehicles, poses significant challenges for autonomous driving systems. To address these issues, we propose a novel Transformer-based Spatial Temporal Fusion (TSTF) module int

Cited by 0SourceScholar
2025

Multi-scale Feature Interaction and Adaptive Experts for Panoptic Segmentation in Remote Sensing Images

ICASSP 2025accepted

Panoptic segmentation unifies the traditional tasks of instance and semantic segmentation. It plays a crucial role in the field of remote sensing; however, it encounters challenges in recognizing small objects and in the model’s ability to generalize across complex scenes. In this paper, we introduc…

Cited by 0SourceScholar
2025

PSMGD: Periodic Stochastic Multi-Gradient Descent for Fast Multi-Objective Optimization

AAAI 2025technical

Multi-objective optimization (MOO) lies at the core of many machine learning (ML) applications that involve multiple, potentially conflicting objectives (e.g., multi-task learning, multi-objective reinforcement learning, among many others). Despite the long history of MOO, recent years have witnesse…

2025

STIMULUS: Achieving Fast Convergence and Low Sample Complexity in Stochastic Multi-Objective Learning

UAI 2025

Recently, multi-objective optimization (MOO) has gained attention for its broad applications in ML, operations research, and engineering. However, MOO algorithm design remains in its infancy and many existing MOO methods suffer from unsatisfactory convergence rate and sample complexity performance.

Cited by 0SourcePDFScholar
2025

SafeEraser: Enhancing Safety in Multimodal Large Language Models through Multimodal Machine Unlearning

ACL 2025finding

As Multimodal Large Language Models (MLLMs) develop, their potential security issues have become increasingly prominent. **Machine Unlearning (MU)**, as an effective strategy for forgetting specific knowledge in training data, has been widely used in privacy protection. However, *MU for safety in ML…

Cited by 0SourcePDFScholar
2025

Towards a Multimodal Large Language Model with Pixel-Level Insight for Biomedicine

AAAI 2025technical

In recent years, Multimodal Large Language Models (MLLM) have achieved notable advancements, demonstrating the feasibility of developing an intelligent biomedical assistant. However, current biomedical MLLMs predominantly focus on image-level understanding and restrict interactions to textual comman…

2025

Ultra High-Resolution Image Inpainting with Patch-Based Content Consistency Adapter

ICCV 2025poster

In this work, we present Patch-Adapter, an effective framework for high-resolution text-guided image inpainting. Unlike existing methods limited to lower resolutions, our approach achieves 4K+ resolution while maintaining precise content consistency and prompt alignment--two critical challenges in i…

2025

VLA-Mark: A cross modal watermark for large vision-language alignment models

EMNLP 2025

Vision-language models demand watermarking solutions that protect intellectual property without compromising multimodal coherence. Existing text watermarking methods disrupt visual-textual alignment through biased token selection and static strategies, leaving semantic-critical concepts vulnerable.

Cited by 0SourcePDFScholar
2024

Attention-Based Distributional Reinforcement Learning for Safe and Efficient Autonomous Driving

RA-L 2024

Autonomous driving vehicles play a critical role in intelligent transportation systems and have garnered considerable attention. Currently, the popular approach in autonomous driving systems is to design separate optimal objectives for each independent module. Therefore, a major concern arises from

Cited by 9SourceScholar
2024

CARE: A Clue-guided Assistant for CSRs to Read User Manuals

ACL 2024long

It is time-saving to build a reading assistant for customer service representations (CSRs) when reading user manuals, especially information-rich ones. Current solutions don’t fit the online custom service scenarios well due to the lack of attention to user questions and possible responses. Hence, w…

2024

DL-PoseNet: A Differential Lightweight Network for Pose Regression over SE(3)

ICRA 2024poster

Accurate pose estimation over SE(3) is fundamentally crucial for numerous perception tasks, including camera re-localization. While existing learning-based methods estimated from a series of RGB images have significantly improved the accuracy of pose, the majority of models still face one or two lim…

Cited by 0SourceScholar
2024

DrFuse: Learning Disentangled Representation for Clinical Multi-Modal Fusion with Missing Modality and Modal Inconsistency

AAAI 2024technical

The combination of electronic health records (EHR) and medical images is crucial for clinicians in making diagnoses and forecasting prognoses. Strategically fusing these two data modalities has great potential to improve the accuracy of machine learning models in clinical prediction tasks. However,…

2024

EfficientRAG: Efficient Retriever for Multi-Hop Question Answering

EMNLP 2024main

Retrieval-augmented generation (RAG) methods encounter difficulties when addressing complex questions like multi-hop queries.While iterative retrieval methods improve performance by gathering additional information, current approaches often rely on multiple calls of large language models (LLMs).In t…

2024

Exploring Large Scale Pre-Trained Models for Robust Machine Anomalous Sound Detection

ICASSP 2024accepted

Machine anomalous sound detection is a useful technique for various applications, but it often suffers from poor generalization due to the challenges of data collection and complex acoustic environment. To address this issue, we propose a robust machine anomalous sound detection model that leverages…

Cited by 0SourceScholar
2024

Finite-Time Convergence and Sample Complexity of Actor-Critic Multi-Objective Reinforcement Learning

ICML 2024poster

Reinforcement learning with multiple, potentially conflicting objectives is pervasive in real-world applications, while this problem remains theoretically under-explored. This paper tackles the multi-objective reinforcement learning (MORL) problem and introduces an innovative actor-critic algorithm…

Cited by 4SourcePDFScholar
2024

Limited Information Aggregation for Collaborative Driving in Multi-Agent Autonomous Vehicles

RA-L 2024

Multi-agent reinforcement learning (MARL) methods have emerged as a promising solution for multi-agent collaborative driving in the intersection and roundabout scenarios. However, these methods need large amounts of training data obtained from the interaction with the driving simulator, and learning

Cited by 13SourceScholar
2024

Multi-granularity Correspondence Learning from Long-term Noisy Videos

ICLR 2024oral

Existing video-language studies mainly focus on learning short video clips, leaving long-term temporal dependencies rarely explored due to over-high computational cost of modeling long videos. To address this issue, one feasible solution is learning the correspondence between video clips and caption…

2024

PILOT: An $\mathcal{O}(1/K)$-Convergent Approach for Policy Evaluation with Nonlinear Function Approximation

ICLR 2024spotlight

Learning an accurate value function for a given policy is a critical step in solving reinforcement learning (RL) problems. So far, however, the convergence speed and sample complexity performances of most existing policy evaluation algorithms remain unsatisfactory, particularly with non-linear funct…

Cited by 0SourcePDFScholar
2024

Q-Tuning: Queue-based Prompt Tuning for Lifelong Few-shot Language Learning

NAACL 2024findings

This paper introduces Q-tuning, a novel approach for continual prompt tuning that enables the lifelong learning of a pre-trained language model. When learning a new task, Q-tuning trains a task-specific prompt by adding it to a prompt queue consisting of the prompts from older tasks. To better trans…

Cited by 5SourcePDFScholar
2024

STYLE: Improving Domain Transferability of Asking Clarification Questions in Large Language Model Powered Conversational Agents

ACL 2024findings

Equipping a conversational search engine with strategies regarding when to ask clarification questions is becoming increasingly important across various domains. Attributing to the context understanding capability of LLMs and their access to domain-specific sources of knowledge, LLM-based clarificat…

Cited by 5SourcePDFScholar
2024

Self-Sensing Origami-Inspired Soft Twisting Actuators and Its Application in Soft Robots

RA-L 2024

The good compliance of soft robots provides a reliable safety environment for human-robot interaction; however, it also creates challenges for adding sensors to soft robots. In this letter, we propose a self-sensing origami-inspired soft twisting actuator. The actuator is designed based on the struc

Cited by 13SourceScholar
2024

SpectralNeRF: Physically Based Spectral Rendering with Neural Radiance Field

AAAI 2024technical

In this paper, we propose SpectralNeRF, an end-to-end Neural Radiance Field (NeRF)-based architecture for high-quality physically based rendering from a novel spectral perspective. We modify the classical spectral rendering into two main steps, 1) the generation of a series of spectrum maps spanning…

2024

Strength Lies in Differences! Improving Strategy Planning for Non-collaborative Dialogues via Diversified User Simulation

EMNLP 2024main

We investigate non-collaborative dialogue agents, which are expected to engage in strategic conversations with diverse users, for securing a mutual agreement that leans favorably towards the system’s objectives. This poses two main challenges for existing dialogue agents: 1) The inability to integra…

Cited by 4SourcePDFScholar
2024

Understanding Server-Assisted Federated Learning in the Presence of Incomplete Client Participation

ICML 2024poster

Existing works in federated learning (FL) often assume either full client or uniformly distributed client participation. However, in reality, some clients may never participate in FL training (aka incomplete client participation) due to various system heterogeneity factors. A popular solution is the…

Cited by 1SourcePDFScholar
2023

Cooperative Control Strategy of Magnetic Microrobots in Bifurcated Microfluidic Channels

RA-L 2023

Magnetically actuated nanoparticle microrobots have great potential for biomedical applications, especially in blood vessels. However, they face a complex bifurcation environment, and magnetic control strategies targeting a single pathway limit the operational efficiency of the targeting task. In th

Cited by 5SourceScholar
2023

Knowing-how & Knowing-that: A New Task for Machine Comprehension of User Manuals

ACL 2023findings

The machine reading comprehension (MRC) of user manuals has huge potential in customer service. However, current methods have trouble answering complex questions. Therefore, we introduce the knowing-how & knowing-that task that requires the model to answer factoid-style, procedure-style, and inconsi…

2023

Linearly Constrained Bilevel Optimization: A Smoothed Implicit Gradient Approach

ICML 2023poster

This work develops analysis and algorithms for solving a class of bilevel optimization problems where the lower-level (LL) problems have linear constraints. Most of the existing approaches for constrained bilevel problems rely on value function-based approximate reformulations, which suffer from iss…

Cited by 22SourcePDFScholar
2023

Prometheus: Taming Sample and Communication Complexities in Constrained Decentralized Stochastic Bilevel Learning

ICML 2023poster

In recent years, decentralized bilevel optimization has gained significant attention thanks to its versatility in modeling a wide range of multi-agent learning problems, such as multi-agent reinforcement learning and multi-agent meta-learning. However, one unexplored and fundamental problem in this…

Cited by 6SourcePDFScholar
2023

Robust Domain Adaptation for Machine Reading Comprehension

AAAI 2023technical

Most domain adaptation methods for machine reading comprehension (MRC) use a pre-trained question-answer (QA) construction model to generate pseudo QA pairs for MRC transfer. Such a process will inevitably introduce mismatched pairs (i.e., Noisy Correspondence) due to i) the unavailable QA pairs in…

Cited by 1SourcePDFScholar
2023

Self-Polish: Enhance Reasoning in Large Language Models via Problem Refinement

EMNLP 2023long findings

To enhance the multi-step reasoning capabilities of large language models, researchers have extensively explored prompting methods, notably the Chain-of-Thought (CoT) method which explicitly elicits human-like rationales. However, they have inadvertently overlooked the potential of enhancing model r…

Cited by 0SourcecodeScholar
2023

TRAVEL: Tag-Aware Conversational FAQ Retrieval via Reinforcement Learning

EMNLP 2023long main

Efficiently retrieving FAQ questions that match users' intent is essential for online customer service. Existing methods aim to fully utilize the dynamic conversation context to enhance the semantic association between the user query and FAQ questions. However, the conversation context contains noi…

Cited by 0SourceScholar
2023

Unsupervised Anomaly Detection and Localization of Machine Audio: A Gan-Based Approach

ICASSP 2023accepted

Automatic detection of machine anomaly remains challenging for machine learning. We believe the capability of generative adversarial network (GAN) suits the need of machine audio anomaly detection, yet rarely has this been investigated by previous work. In this paper, we propose AEGAN-AD, a totally…

Cited by 0SourceScholar
2022

A Multi-objective / Multi-task Learning Framework Induced by Pareto Stationarity

ICML 2022spotlight

Multi-objective optimization (MOO) and multi-task learning (MTL) have gained much popularity with prevalent use cases such as production model development of regression / classification / ranking models with MOO, and training deep learning models with MTL. Despite the long history of research in MOO…

Cited by 57SourcePDFScholar
2022

A Stochastic Linearized Augmented Lagrangian Method for Decentralized Bilevel Optimization

NeurIPS 2022accept

Bilevel optimization has been shown to be a powerful framework for formulating multi-task machine learning problems, e.g., reinforcement learning (RL) and meta-learning, where the decision variables are coupled in both levels of the minimization problems. In practice, the learning tasks would be loc…

Cited by 17SourcePDFScholar
2022

A global convergence theory for deep ReLU implicit networks via over-parameterization

ICLR 2022poster

Implicit deep learning has received increasing attention recently due to the fact that it generalizes the recursive prediction rule of many commonly used neural network architectures. Its prediction rule is provided implicitly based on the solution of an equilibrium equation. Although a line of rece…

Cited by 22SourcePDFScholar
2022

Bandit Learning with Joint Effect of Incentivized Sampling, Delayed Sampling Feedback, and Self-Reinforcing User Preferences

ICLR 2022poster

In this paper, we consider a new multi-armed bandit (MAB) framework motivated by three common complications in online recommender systems in practice: (i) the platform (learning agent) cannot sample an intended product directly and has to incentivize customers to select this product (e.g., promotion…

Cited by 0SourcePDFScholar
2022

CamLiFlow: Bidirectional Camera-LiDAR Fusion for Joint Optical Flow and Scene Flow Estimation

CVPR 2022oral

In this paper, we study the problem of jointly estimating the optical flow and scene flow from synchronized 2D and 3D data. Previous methods either employ a complex pipeline that splits the joint task into independent stages, or fuse 2D and 3D information in an "early-fusion" or "late-fusion" manner…

Cited by 80PDFcodeScholar
2022

Decentralized Learning for Overparameterized Problems: A Multi-Agent Kernel Approximation Approach

ICLR 2022poster

This work develops a novel framework for communication-efficient distributed learning where the models to be learned are overparameterized. We focus on a class of kernel learning problems (which includes the popular neural tangent kernel (NTK) learning as a special case) and propose a novel {\it mul…

Cited by 0SourcePDFScholar
2022

Finite-Time Convergence and Sample Complexity of Multi-Agent Actor-Critic Reinforcement Learning with Average Reward

ICLR 2022spotlight

In this paper, we establish the first finite-time convergence result of the actor-critic algorithm for fully decentralized multi-agent reinforcement learning (MARL) problems with average reward. In this problem, a set of $N$ agents work cooperatively to maximize the global average reward through in…

Cited by 0SourcePDFScholar
2022

Improve Interpretability of Neural Networks via Sparse Contrastive Coding

EMNLP 2022finding

Although explainable artificial intelligence (XAI) has achieved remarkable developments in recent years, there are few efforts have been devoted to the following problems, namely, i) how to develop an explainable method that could explain the black-box in a model-agnostic way? and ii) how to improve…

Cited by 7SourcePDFScholar
2022

PDQ-Net: Deep probabilistic dual quaternion network for absolute pose regression on $SE(3)$

UAI 2022poster

Accurate absolute pose regression is one of the key challenges in robotics and computer vision. Existing direct regression methods suffer from two limitations. First, some noisy scenarios such as poor illumination conditions are likely to result in the uncertainty of pose estimation. Second, the out…

Cited by 0SourcePDFScholar
2022

Pose Estimation based on a Dual Quaternion Feedback Particle Filter

ICRA 2022poster

Fast and accurate pose estimation is essential for many robotic applications such as SLAM, manipulation, and 3D point registration. Existing solutions to this problem suffer from either high computation overhead due to the nonlinear features or accuracy loss due to linear approximation. In this pape…

Cited by 1SourceScholar
2022

SAGDA: Achieving $\mathcal{O}(\epsilon^{-2})$ Communication Complexity in Federated Min-Max Learning

NeurIPS 2022accept

Federated min-max learning has received increasing attention in recent years thanks to its wide range of applications in various learning paradigms. Similar to the conventional federated learning for empirical risk minimization problems, communication complexity also emerges as one of the most criti…

Cited by 0SourcePDFScholar
2022

Taming Fat-Tailed (“Heavier-Tailed” with Potentially Infinite Variance) Noise in Federated Learning

NeurIPS 2022accept

In recent years, federated learning (FL) has emerged as an important distributed machine learning paradigm to collaboratively learn a global model with multiple clients, while keeping data local and private. However, a key assumption in most existing works on FL algorithms' convergence analysis is t…

Cited by 13SourcePDFScholar
2021

Achieving Linear Speedup with Partial Worker Participation in Non-IID Federated Learning

ICLR 2021poster

Federated learning (FL) is a distributed machine learning architecture that leverages a large number of workers to jointly learn a model with decentralized data. FL has received increasing attention in recent years thanks to its data privacy protection, communication efficiency and a linear speedup…

Cited by 329SourcePDFScholar
2021

Incentivized Bandit Learning with Self-Reinforcing User Preferences

ICML 2021spotlight

In this paper, we investigate a new multi-armed bandit (MAB) online learning model that considers real-world phenomena in many recommender systems: (i) the learning agent cannot pull the arms by itself and thus has to offer rewards to users to incentivize arm-pulling indirectly; and (ii) if users wi…

Cited by 6SourcePDFScholar
2021

Label-Aware Text Representation for Multi-Label Text Classification

ICASSP 2021accepted

Multi-label text classification (MLTC) is an important task in natural language processing (NLP), which is appealing to researchers in both academia and industry. However, few of studies have been conducted on the relations among the labels. Most of existing methods tend to neglect the semantic info…

Cited by 0SourceScholar
2021

On the Convergence of Randomized Bregman Coordinate Descent for Non-Lipschitz Composite Problems

ICASSP 2021accepted

We propose a new randomized Bregman (block) coordinate descent (RBCD) method for minimizing a composite problem, where the objective function could be either convex or nonconvex, and the smooth part are freed from the global Lipschitz-continuous (partial) gradient assumption. Under the notion of rel…

Cited by 0SourceScholar
2021

STEM: A Stochastic Two-Sided Momentum Algorithm Achieving Near-Optimal Sample and Communication Complexities for Federated Learning

NeurIPS 2021poster

Federated Learning (FL) refers to the paradigm where multiple worker nodes (WNs) build a joint model by using local data. Despite extensive research, for a generic non-convex FL problem, it is not clear, how to choose the WNs' and the server's update directions, the minibatch sizes, and the local up…

Cited by 73SourcePDFScholar
2021

Sample Complexity Bounds for Active Ranking from Multi-wise Comparisons

NeurIPS 2021poster

We study the sample complexity (i.e., the number of comparisons needed) bounds for actively ranking a set of $n$ items from multi-wise comparisons. Here, a multi-wise comparison takes $m$ items as input and returns a (noisy) result about the best item (the winner feedback) or the order of these item…

2021

Taming Communication and Sample Complexities in Decentralized Policy Evaluation for Cooperative Multi-Agent Reinforcement Learning

NeurIPS 2021poster

Cooperative multi-agent reinforcement learning (MARL) has received increasing attention in recent years and has found many scientific and engineering applications. However, a key challenge arising from many cooperative MARL algorithm designs (e.g., the actor-critic framework) is the policy evaluatio…

Cited by 32SourcePDFScholar
2020

Double-Modal Locomotion and Application of Soft Cruciform Thin-Film Microrobot

RA-L 2020

Untethered, wirelessly controlled microrobots have a broad application prospect from industrial area, to the bioengineering due to their small scales. In a narrow environment containing viscous resistance and friction fluid, rigid body may damage the micro-objects that the microrobots manipulate. In

Cited by 25SourceScholar
2020

FDDWNet: A Lightweight Convolutional Neural Network for Real-Time Semantic Segmentation

ICASSP 2020accepted

This paper introduces a lightweight convolutional neural network, called FDDWNet, for real-time accurate semantic segmentation. In contrast to recent advances of lightweight networks that prefer to utilize shallow structure, FDDWNet makes an effort to design more deeper network architecture, while m…

Cited by 0SourceScholar
2020

Overfitting Can Be Harmless for Basis Pursuit, But Only to a Degree

NeurIPS 2020spotlight

Recently, there have been significant interests in studying the so-called "double-descent" of the generalization error of linear regression models under the overparameterized and overfitting regime, with the hope that such analysis may provide the first step towards understanding why overparameteriz…

2020

Staged Training Strategy and Multi-Activation for Audio Tagging with Noisy and Sparse Multi-Label Data

ICASSP 2020accepted

Audio tagging aims to predict whether certain acoustic events occur in the audio clips. Due to the difficulty and huge cost of obtaining manually labeled data with high confidence, researchers begin to focus on audio tagging using a small set of manually-labeled data, and a larger set of noisy-label…

Cited by 0SourceScholar
2020

The Sample Complexity of Best-$k$ Items Selection from Pairwise Comparisons

ICML 2020poster

This paper studies the sample complexity (aka number of comparisons) bounds for the active best-$k$ items selection from pairwise comparisons. From a given set of items, the learner can make pairwise comparisons on every pair of items, and each comparison returns an independent noisy result about th…

2020

Two-stage Behavior Cloning for Spoken Dialogue System in Debt Collection

IJCAI 2020poster

With the rapid growth of internet finance and the booming of financial lending, the intelligent calling for debt collection in FinTech companies has driven increasing attention. Nowadays, the widely used intelligent calling system is based on dialogue flow, namely configuring the interaction flow wi…

Cited by 0SourcePDFScholar
2019

Habitat: A Platform for Embodied AI Research

ICCV 2019oral

We present Habitat, a platform for research in embodied artificial intelligence (AI). Habitat enables training embodied agents (virtual robots) in highly efficient photorealistic 3D simulation. Specifically, Habitat consists of: (i) Habitat-Sim: a flexible, high-performance 3D simulator with configu…

Cited by 2011PDFcodeScholar
2019

Visual Servoing of Miniature Magnetic Film Swimming Robots for 3-D Arbitrary Path Following

RA-L 2019

Soft swimming microrobots that can be powered and guided remotely by magnetic field show greater potential for numerous applications than traditional rigid counterparts, due to their soft and flexible architectures. However, main challenges in closed-loop control remain to be overcome for the soft r

Cited by 40SourceScholar
2017

An LSTM-CTC based verification system for proxy-word based OOV keyword search

ICASSP 2017accepted

Proxy-word based out of vocabulary (OOV) keyword search has been proven to be quite effective in keyword search. In proxy-word based OOV keyword search, each OOV keyword is assigned several proxies and detections of the proxies are regarded as detections of the OOV keywords. However, the confidence…

Cited by 0SourceScholar
2017

Deep neural networks based speaker modeling at different levels of phonetic granularity

ICASSP 2017accepted

Recently, a hybrid deep neural network/i-vector framework has been proved effective for speaker verification, where the DNN trained to predict tied-triphone states (senones) is used to produce frame alignments for sufficient statistics extraction. In this work, in order to better understand the impa…

Cited by 0SourceScholar
2017

Image-based visual servoing of helical microswimmers for arbitrary planar path following at low reynolds numbers

IROS 2017poster

Magnetically actuated microswimmers have shown great potentials in multiple application scenarios, attracting researchers to investigate their swimming characteristics and controlling methods. However, among those studies, only a small number of closed-loop control schemes have been applied, which i…

Cited by 18SourceScholar
2015

Neuron sparseness versus connection sparseness in deep neural network for large vocabulary speech recognition

ICASSP 2015accepted

Exploiting sparseness in deep neural networks is an important method for reducing the computational cost. In this paper, we study neuron sparseness in deep neural networks for acoustic modeling. For the feed-forward stage, we only activate neurons whose input values are larger than a given threshold…

Cited by 0SourceScholar
2015

The THUEE system for the openKWS14 keyword search evaluation

ICASSP 2015accepted

The OpenKWS14 keyword search evaluation is one of the most challenging and influential evaluations in the field of speech recognition. Its goal is to build a high-performance keyword search system for a minority language with limited training data in a short period of time. We present the system of…

Cited by 0SourceScholar