← Search

Bo Yuan

63 accepted papers

2026

ATA: Bridging Implicit Reasoning with Attention-Guided and Action-Guided Inference for Vision-Language Action Models

ICRA 2026poster

Vision-Language-Action (VLA) models rely on current observations, including images, language instructions, and robot states, to predict actions and complete tasks. While accurate visual perception is crucial for precise action prediction and execution, recent work has attempted to further improve pe…

2026

Clarify Before You Draw: Proactive Agents for Robust Text-to-CAD Generation

ICML 2026poster

Large language models have recently enabled text-to-CAD systems that synthesize parametric CAD programs (e.g., CadQuery) from natural-language prompts. In practice, however, geometric descriptions can be under-specified or internally inconsistent: critical dimensions may be missing and constraints m…

Cited by 0SourceScholar
2026

Enhancing Reasoning for Diffusion LLMs via Distribution Matching Policy Optimization

ICML 2026spotlight

Diffusion large language models (dLLMs) are promising alternatives to autoregressive large language models (AR-LLMs), as they potentially allow higher inference throughput. Reinforcement learning (RL) is a crucial component for dLLMs to achieve comparable performance with AR-LLMs on important tasks,…

Cited by 0SourceScholar
2026

PLPP: PROMPT LEARNING WITH PERPLEXITY IS SELF-DISTILLATION FOR VISION-LANGUAGE MODELS

ICASSP 2026poster

Pre-trained Vision-Language (VL) models such as CLIP have demonstrated their excellent performance across numerous downstream tasks. A recent method, Context Optimization (CoOp), further improves the performance of VL models on downstream tasks by introducing prompt learning. CoOp optimizes a set of…

Cited by 0SourcePDFScholar
2026

Rethinking the Design Space of Reinforcement Learning for Diffusion Models: On the Importance of Likelihood Estimation Beyond Loss Design

ICML 2026poster

Reinforcement learning has been widely applied to diffusion and flow models for visual tasks such as text-to-image generation. However, these tasks remain challenging because diffusion models have intractable likelihoods, which creates a barrier for directly applying popular policy-gradient type met…

Cited by 0SourceScholar
2025

An Improved A-Star Algorithm for Path Planning in Robot-Assisted Long Bone Fracture Reduction

IROS 2025

Long bone fractures are common clinical conditions, yet the development of robot systems for closed reduction surgery remains in its early stages. The key challenge in this field is the lack of an efficient and precise path planning algorithm. To address this issue, this study proposes an improved A

Cited by 0SourceScholar
2025

Behavior Cloning Assisted Reinforcement Learning for Cable-Driven Continuum Space Robots in Sparse Reward Environments

RA-L 2025

Deep reinforcement learning (DRL) has emerged as a powerful tool for controlling cable-driven continuum space robots (CDCSRs), offering a solution that bypasses complex system modeling. However, DRL based on dense reward functions (DRLDR) requires meticulous tuning of the reward structure, whereas D

Cited by 1SourceScholar
2025

COAP: Memory-Efficient Training with Correlation-Aware Gradient Projection

CVPR 2025poster

Training large-scale neural networks in vision, and multimodal domains demands substantial memory resources, primarily due to the storage of optimizer states. While LoRA, a popular parameter-efficient method, reduces memory usage, it often suffers from suboptimal performance due to the constraints o…

Cited by 3SourcePDFScholar
2025

Contactless and Economical Chemical Reaction Platform Based on Ultrasonic Field

IROS 2025

Chemical reactions constitute a cornerstone of fundamental scientific inquiry, yet traditional methodologies and platforms are encumbered by excessive reagent and consumable demands. Emerging alternatives, such as microfluidic systems, while innovative, suffer from intricate fabrication processes an

Cited by 0SourceScholar
2025

TopV: Compatible Token Pruning with Inference Time Optimization for Fast and Low-Memory Multimodal Vision Language Model

CVPR 2025poster

Vision-Language Models (VLMs) demand substantial computational resources during inference, largely due to the extensive visual input tokens for representing visual information. Previous studies have noted that visual tokens tend to receive less attention than text tokens, suggesting their lower impo…

Cited by 3SourcePDFScholar
2025

Weed Out, Then Harvest: Dual Low-Rank Adaptation is an Effective Noisy Label Detector for Noise-Robust Learning

ACL 2025finding

Parameter-efficient fine-tuning (PEFT) large language models (LLMs) have shown impressive performance in various downstream tasks. However, in many real-world scenarios, the collected training data inevitably contains noisy labels. To learn from noisy labels, most solutions select samples with small…

Cited by 0SourcePDFScholar
2024

BitsFusion: 1.99 bits Weight Quantization of Diffusion Model

NeurIPS 2024poster

Diffusion-based image generation models have achieved great success in recent years by showing the capability of synthesizing high-quality content. However, these models contain a huge number of parameters, resulting in a significantly large model size. Saving and transferring them is a major bottle…

2024

Clean & Compact: Efficient Data-Free Backdoor Defense with Model Compactness

ECCV 2024poster

"Deep neural networks (DNNs) have been widely deployed in real-world, mission-critical applications, necessitating effective approaches to protect deep learning models against malicious attacks. Motivated by the high stealthiness and potential harm of backdoor attacks, a series of backdoor defense m…

Cited by 2SourcePDFScholar
2024

Dual Mapping of 2D StyleGAN for 3D-Aware Image Generation and Manipulation (Student Abstract)

AAAI 2024technical

3D-aware GANs successfully solve the problem of 3D-consistency generation and furthermore provide a 3D shape of the generated object. However, the application of the volume renderer disturbs the disentanglement of the latent space, which makes it difficult to manipulate 3D-aware GANs and lowers the…

Cited by 0SourcePDFScholar
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

MoE-I2: Compressing Mixture of Experts Models through Inter-Expert Pruning and Intra-Expert Low-Rank Decomposition

EMNLP 2024finding

The emergence of Mixture of Experts (MoE) LLMs has significantly advanced the development of language models. Compared to traditional LLMs, MoE LLMs outperform traditional LLMs by achieving higher performance with considerably fewer activated parameters. Despite this efficiency, their enormous param…

2024

STViT: Improving Self-Supervised Multi-Camera Depth Estimation with Spatial-Temporal Context and Adversarial Geometry Regularization (Student Abstract)

AAAI 2024technical

Multi-camera depth estimation has recently garnered significant attention due to its substantial practical implications in the realm of autonomous driving. In this paper, we delve into the task of self-supervised multi-camera depth estimation and propose an innovative framework, STViT, featuring sev…

Cited by 1SourcePDFScholar
2023

COMCAT: Towards Efficient Compression and Customization of Attention-Based Vision Models

ICML 2023poster

Attention-based vision models, such as Vision Transformer (ViT) and its variants, have shown promising performance in various computer vision tasks. However, these emerging architectures suffer from large model sizes and high computational costs, calling for efficient model compression solutions. To…

2023

CSTAR: Towards Compact and Structured Deep Neural Networks with Adversarial Robustness

AAAI 2023technical

Model compression and model defense for deep neural networks (DNNs) have been extensively and individually studied. Considering the co-importance of model compactness and robustness in practical applications, several prior works have explored to improve the adversarial robustness of the sparse neura…

Cited by 13SourcePDFScholar
2023

DynGMP: Graph Neural Network-Based Motion Planning in Unpredictable Dynamic Environments

IROS 2023poster

Neural networks have already demonstrated attractive performance for solving motion planning problems, especially in static and predictable environments. However, efficient neural planners that can adapt to unpredictable dynamic environments, a highly demanded scenario in many practical applications…

Cited by 2SourceScholar
2023

Evaluating Model-Free Reinforcement Learning toward Safety-Critical Tasks

AAAI 2023technical

Safety comes first in many real-world applications involving autonomous agents. Despite a large number of reinforcement learning (RL) methods focusing on safety-critical tasks, there is still a lack of high-quality evaluation of those algorithms that adheres to safety constraints at each decision st…

Cited by 31SourcePDFScholar
2023

From Adversarial Arms Race to Model-centric Evaluation: Motivating a Unified Automatic Robustness Evaluation Framework

ACL 2023findings

Textual adversarial attacks can discover models’ weaknesses by adding semantic-preserved but misleading perturbations to the inputs. The long-lasting adversarial attack-and-defense arms race in Natural Language Processing (NLP) is algorithm-centric, providing valuable techniques for automatic robust…

2023

GOHSP: A Unified Framework of Graph and Optimization-Based Heterogeneous Structured Pruning for Vision Transformer

AAAI 2023technical

The recently proposed Vision transformers (ViTs) have shown very impressive empirical performance in various computer vision tasks, and they are viewed as an important type of foundation model. However, ViTs are typically constructed with large-scale sizes, which then severely hinder their potential…

Cited by 22SourcePDFScholar
2023

GraphMP: Graph Neural Network-based Motion Planning with Efficient Graph Search

NeurIPS 2023poster

Motion planning, which aims to find a high-quality collision-free path in the configuration space, is a fundamental task in robotic systems. Recently, learning-based motion planners, especially the graph neural network-powered, have shown promising planning performance. However, though the state-of-…

Cited by 7SourcePDFScholar
2023

HALOC: Hardware-Aware Automatic Low-Rank Compression for Compact Neural Networks

AAAI 2023technical

Low-rank compression is an important model compression strategy for obtaining compact neural network models. In general, because the rank values directly determine the model complexity and model accuracy, proper selection of layer-wise rank is very critical and desired. To date, though many low-rank…

Cited by 22SourcePDFScholar
2023

Hierarchical Point-based Active Learning for Semi-supervised Point Cloud Semantic Segmentation

ICCV 2023poster

Impressive performance on point cloud semantic segmentation has been achieved by fully-supervised methods with large amounts of labelled data. As it is labour-intensive to acquire large-scale point cloud data with point-wise labels, many attempts have been made to explore learning 3D point cloud seg…

Cited by 19PDFcodeScholar
2023

Improving the Model Consistency of Decentralized Federated Learning

ICML 2023poster

To mitigate the privacy leakages and communication burdens of Federated Learning (FL), decentralized FL (DFL) discards the central server and each client only communicates with its neighbors in a decentralized communication network. However, existing DFL suffers from high inconsistency among local c…

Cited by 68SourcePDFScholar
2023

RIATIG: Reliable and Imperceptible Adversarial Text-to-Image Generation With Natural Prompts

CVPR 2023poster

The field of text-to-image generation has made remarkable strides in creating high-fidelity and photorealistic images. As this technology gains popularity, there is a growing concern about its potential security risks. However, there has been limited exploration into the robustness of these models f…

2022

BATUDE: Budget-Aware Neural Network Compression Based on Tucker Decomposition

AAAI 2022technical

Model compression is very important for the efficient deployment of deep neural network (DNN) models on resource-constrained devices. Among various model compression approaches, high-order tensor decomposition is particularly attractive and useful because the decomposed model is very small and fully…

Cited by 30SourcePDFScholar
2022

Don’t Touch What Matters: Task-Aware Lipschitz Data Augmentation for Visual Reinforcement Learning

IJCAI 2022poster

One of the key challenges in visual Reinforcement Learning (RL) is to learn policies that can generalize to unseen environments. Recently, data augmentation techniques aiming at enhancing data diversity have demonstrated proven performance in improving the generalization ability of learned policies.…

2022

HODEC: Towards Efficient High-Order DEcomposed Convolutional Neural Networks

CVPR 2022poster

High-order decomposition is a widely used model compression approach towards compact convolutional neural networks (CNNs). However, many of the existing solutions, though can efficiently reduce CNN model sizes, are very difficult to bring considerable saving for computational costs, especially when…

Cited by 20PDFScholar
2022

Invisible and Efficient Backdoor Attacks for Compressed Deep Neural Networks

ICASSP 2022accepted

Compressed deep neural network (DNN) models have been widely deployed in many resource-constrained platforms and devices. However, the security issue of the compressed models, especially their vulnerability against backdoor attacks, is not well explored yet. In this paper, we study the feasibility o…

Cited by 0SourceScholar
2022

Penalized Proximal Policy Optimization for Safe Reinforcement Learning

IJCAI 2022poster

Safe reinforcement learning aims to learn the optimal policy while satisfying safety constraints, which is essential in real-world applications. However, current algorithms still struggle for efficient policy updates with hard constraint satisfaction. In this paper, we propose Penalized Proximal Pol…

2022

Pre-Trained Image Encoder for Generalizable Visual Reinforcement Learning

NeurIPS 2022accept

Learning generalizable policies that can adapt to unseen environments remains challenging in visual Reinforcement Learning (RL). Existing approaches try to acquire a robust representation via diversifying the appearances of in-domain observations for better generalization. Limited by the specific ob…

Cited by 85SourcePDFScholar
2022

RIBAC: Towards Robust and Imperceptible Backdoor Attack against Compact DNN

ECCV 2022poster

"Recently backdoor attack has become an emerging threat to the security of deep neural network (DNN) models. To date, most of the existing studies focus on backdoor attack against the uncompressed model; while the vulnerability of compressed DNNs, which are widely used in the practical applications,…

2022

RoChBert: Towards Robust BERT Fine-tuning for Chinese

EMNLP 2022finding

Despite of the superb performance on a wide range of tasks, pre-trained language models (e.g., BERT) have been proved vulnerable to adversarial texts. In this paper, we present RoChBERT, a framework to build more Robust BERT-based models by utilizing a more comprehensive adversarial graph to fuse Ch…

2022

Robot Motion Planning as Video Prediction: A Spatio-Temporal Neural Network-based Motion Planner

IROS 2022poster

Neural network (NN)-based methods have emerged as an attractive approach for robot motion planning due to strong learning capabilities of NN models and their inherently high parallelism. Despite the current development in this direction, the efficient capture and processing of important sequential a…

Cited by 16SourceScholar
2022

Syntax-guided Localized Self-attention by Constituency Syntactic Distance

EMNLP 2022finding

Recent works have revealed that Transformers are implicitly learning the syntactic information in its lower layers from data, albeit is highly dependent on the quality and scale of the training data. However, learning syntactic information from data is not necessary if we can leverage an external sy…

2021

A Novel 2-SUR 6-DOF Parallel Manipulator Actuated by Spherical Motion Generators

IROS 2021poster

A novel 6-DOF parallel manipulator with two spherical-universal-revolute limbs is proposed in this work. Compared with general 6-DOF parallel manipulators of six kinematic limbs, this new manipulator actuated by spherical motion generators has only two limbs, which brings kinematic advantages such a…

Cited by 4SourceScholar
2021

Boosting Offline Reinforcement Learning with Residual Generative Modeling

IJCAI 2021poster

Offline reinforcement learning (RL) tries to learn the near-optimal policy with recorded offline experience without online exploration.Current offline RL research includes: 1) generative modeling, i.e., approximating a policy using fixed data; and 2) learning the state-action value function. While m…

Cited by 15SourcePDFScholar
2021

CHIP: CHannel Independence-based Pruning for Compact Neural Networks

NeurIPS 2021poster

Filter pruning has been widely used for neural network compression because of its enabled practical acceleration. To date, most of the existing filter pruning works explore the importance of filters via using intra-channel information. In this paper, starting from an inter-channel perspective, we pr…

2021

Doubly Residual Neural Decoder: Towards Low-Complexity High-Performance Channel Decoding

AAAI 2021technical

Recently deep neural networks have been successfully applied in channel coding to improve the decoding performance. However, the state-of-the-art neural channel decoders cannot achieve high decoding performance and low complexity simultaneously. To overcome this challenge, in this paper we propose d…

Cited by 9SourcePDFScholar
2021

Enabling Fast and Universal Audio Adversarial Attack Using Generative Model

AAAI 2021technical

Recently, the vulnerability of deep neural network (DNN)-based audio systems to adversarial attacks has obtained increasing attention. However, the existing audio adversarial attacks allow the adversary to possess the entire user's audio input as well as granting sufficient time budget to generate t…

Cited by 79SourcePDFScholar
2021

Graph Universal Adversarial Attacks: A Few Bad Actors Ruin Graph Learning Models

IJCAI 2021poster

Deep neural networks, while generalize well, are known to be sensitive to small adversarial perturbations. This phenomenon poses severe security threat and calls for in-depth investigation of the robustness of deep learning models. With the emergence of neural networks for graph structured data, sim…

2021

How Does the Combined Risk Affect the Performance of Unsupervised Domain Adaptation Approaches?

AAAI 2021technical

Unsupervised domain adaptation (UDA) aims to train a target classifier with labeled samples from the source domain and unlabeled samples from the target domain. Classical UDA learning bounds show that target risk is upper bounded by three terms: source risk, distribution discrepancy, and combined ri…

2021

Towards Efficient Tensor Decomposition-Based DNN Model Compression With Optimization Framework

CVPR 2021poster

Advanced tensor decomposition, such as Tensor train (TT) and Tensor ring (TR), has been widely studied for deep neural network (DNN) model compression, especially for recurrent neural networks (RNNs). However, compressing convolutional neural networks (CNNs) using TT/TR always suffers significant ac…

Cited by 102PDFScholar
2021

Towards Extremely Compact RNNs for Video Recognition With Fully Decomposed Hierarchical Tucker Structure

CVPR 2021poster

Recurrent Neural Networks (RNNs) have been widely used in sequence analysis and modeling. However, when processing high-dimensional data, RNNs typically require very large model sizes, thereby bringing a series of deployment challenges. Although various prior works have been proposed to reduce the R…

Cited by 38PDFScholar
2020

A Dual Input-aware Factorization Machine for CTR Prediction

IJCAI 2020poster

Factorization Machines (FMs) refer to a class of general predictors working with real valued feature vectors, which are well-known for their ability to estimate model parameters under significant sparsity and have found successful applications in many areas such as the click-through rate (CTR) predi…

Cited by 0SourcePDFScholar
2020

Clarinet: A One-step Approach Towards Budget-friendly Unsupervised Domain Adaptation

IJCAI 2020poster

In unsupervised domain adaptation (UDA), classifiers for the target domain are trained with massive true-label data from the source domain and unlabeled data from the target domain. However, it may be difficult to collect fully-true-label data in a source domain given limited budget. To mitigate thi…

2020

Collaborative Learning of Depth Estimation, Visual Odometry and Camera Relocalization from Monocular Videos

IJCAI 2020poster

Scene perceiving and understanding tasks including depth estimation, visual odometry (VO) and camera relocalization are fundamental for applications such as autonomous driving, robots and drones. Driven by the power of deep learning, significant progress has been achieved on individual tasks but the…

Cited by 0SourcePDFScholar
2020

Multi-task Control for a Quadruped Robot with Changeable Leg Configuration

IROS 2020poster

This paper proposes a multi-task control strategy for a quadruped robot named THU-QUAD II. The mechanical design of the robot ensures a wide range of motion for all joints, which allows it to stand and walk like a mammal as well as sprawl to the ground and crawl like a reptile. Five basic leg config…

Cited by 8SourceScholar
2020

PuppeteerGAN: Arbitrary Portrait Animation With Semantic-Aware Appearance Transformation

CVPR 2020poster

Portrait animation, which aims to animate a still portrait to life using poses extracted from target frames, is an important technique for many real-world entertainment applications. Although recent works have achieved highly realistic results on synthesizing or controlling human head images, the pu…

Cited by 58PDFScholar
2020

Real-Time, Universal, and Robust Adversarial Attacks Against Speaker Recognition Systems

ICASSP 2020accepted

As the popularity of voice user interface (VUI) exploded in recent years, speaker recognition system has emerged as an important medium of identifying a speaker in many security-required applications and services. In this paper, we propose the first real-time, universal, and robust adversarial attac…

Cited by 0SourceScholar
2020

Reduced-Complexity Singular Value Decomposition For Tucker Decomposition: Algorithm And Hardware

ICASSP 2020accepted

Tensors, as the multidimensional generalization of matrices, are naturally suited for representing and processing high-dimensional data. To date, tensors have been widely adopted in various data-intensive applications, such as machine learning and big data analysis. However, due to the inherent larg…

Cited by 0SourceScholar
2020

Towards Playing Full MOBA Games with Deep Reinforcement Learning

NeurIPS 2020poster

MOBA games, e.g., Honor of Kings, League of Legends, and Dota 2, pose grand challenges to AI systems such as multi-agent, enormous state-action space, complex action control, etc. Developing AI for playing MOBA games has raised much attention accordingly. However, existing work falls short in handli…

2019

Compressing Deep Neural Networks Using Toeplitz Matrix: Algorithm Design and Fpga Implementation

ICASSP 2019accepted

Deep neural networks (DNNs) have emerged as an important artificial intelligence technique. However, the computation-intensive and storage-intensive DNNs pose severe challenges on efficient execution over the underlying hardware platform. In this paper we propose to impose Toeplitz structure on DNN…

Cited by 0SourceScholar
2019

Reduced-complexity Deep Neural Network-aided Channel Code Decoder: A Case Study for BCH Decoder

ICASSP 2019accepted

Error-correcting codes are very important in modern communication systems. In this paper, we investigate efficient reduced-complexity deep neural network (DNN)-aided channel decoders. Specifically, we leverage DNN training to obtain individual scaling parameters for normalized min-sum algorithms, th…

Cited by 0SourceScholar
2017

Theoretical Properties for Neural Networks with Weight Matrices of Low Displacement Rank

ICML 2017poster

Recently low displacement rank (LDR) matrices, or so-called structured matrices, have been proposed to compress large-scale neural networks. Empirical results have shown that neural networks with weight matrices of LDR matrices, referred as LDR neural networks, can achieve significant reduction in s…

Cited by 79SourcePDFScholar
2016

Design space exploration for hardware-efficient stochastic computing: A case study on discrete cosine transformation

ICASSP 2016accepted

In recent years stochastic computing (SC) is re-gaining increasing attention for its unique advantages on low hardware cost and strong error resilience that are the key metrics for nanoscale CMOS era. However, the potential deployment of SC in practical applications is impeded by the long latency of…

Cited by 0SourceScholar