← Search

YIZHOU CHEN

22 accepted papers

2025

BagIt! An Adaptive Dual-Arm Manipulation of Fabric Bags for Object Bagging

RA-L 2025

Bagging tasks, commonly found in industrial scenarios, are challenging considering deformable bags' complicated and unpredictable nature. This paper presents an automated bagging system from the proposed adaptive Structure-of-Interest (SOI) manipulation strategy for dual robot arms. The system dynam

Cited by 0SourceScholar
2025

Grammar-Based Code Representation: Is It a Worthy Pursuit for LLMs?

ACL 2025finding

Grammar serves as a cornerstone in programming languages and software engineering, providing frameworks to define the syntactic space and program structure. Existing research demonstrates the effectiveness of grammar-based code representations in small-scale models, showing their ability to reduce s…

Cited by 0SourcePDFScholar
2024

Air Bumper: A Collision Detection and Reaction Framework for Autonomous MAV Navigation

ICRA 2024poster

Autonomous navigation in unknown environments with obstacles remains challenging for micro aerial vehicles (MAVs) due to their limited onboard computing and sensing resources. Although various collision avoidance methods have been developed, it is still possible for drones to collide with unobserved…

Cited by 4SourcecodeScholar
2024

Differentiable Discrete Elastic Rods for Real-Time Modeling of Deformable Linear Objects

CoRL 2024poster

This paper addresses the task of modeling Deformable Linear Objects (DLOs), such as ropes and cables, during dynamic motion over long time horizons. This task presents significant challenges due to the complex dynamics of DLOs. To address these challenges, this paper proposes differentiable Discrete…

Cited by 4SourcecodeScholar
2024

Dynamically Anchored Prompting for Task-Imbalanced Continual Learning

IJCAI 2024poster

Existing continual learning literature relies heavily on a strong assumption that tasks arrive with a balanced data stream, which is often unrealistic in real-world applications. In this work, we explore task-imbalanced continual learning (TICL) scenarios where the distribution of task data is non-u…

2024

Language-Augmented Symbolic Planner for Open-World Task Planning

RSS 2024poster

Enabling robotic agents to perform complex long-horizon tasks has been a long-standing goal in robotics and artificial intelligence (AI). Despite the potential shown by large language models (LLMs), their planning capabilities remain limited to short-horizon tasks and they are unable to replace the…

2024

Personalized Local Differentially Private Federated Learning with Adaptive Client Sampling

ICASSP 2024accepted

Differentially Private Federated Learning (DP-FL) is a promising paradigm for training models on large-scale decentralized data under Differential Privacy (DP) guarantees which confronts two challenges: 1) providing a privacy guarantee without sacrificing model performance; 2) tackling system hetero…

Cited by 0SourceScholar
2024

Sensor-based Multi-Robot Coverage Control with Spatial Separation in Unstructured Environments

ICRA 2024poster

Multi-robot systems have increasingly become instrumental in tackling coverage problems. However, the challenge of optimizing task efficiency without compromising task success still persists, particularly in expansive, unstructured scenarios with dense obstacles. This paper presents an innovative, d…

Cited by 0SourceScholar
2023

ADMNet: Anti-Drone Real-Time Detection and Monitoring

IROS 2023poster

We propose a lightweight, effective, and efficient anti-drone network, namely ADMNet, for visually detecting and monitoring unfriendly drones with a constrained view field, flying against a complex environment. We merge an SPP module to the first head of YOLOv4 to improve accuracy and perform networ…

Cited by 4SourceScholar
2023

An Interactive System for Multiple-Task Linear Temporal Logic Path Planning

IROS 2023poster

Beyond programming robots to accomplish a single high-level task at a time, people also hope robots follow instructions and complete a series of tasks while meeting their requirements. This paper presents an interactive software system that consists of a multiple-task linear temporal logic (LTL) pat…

Cited by 0SourceScholar
2023

Multi-Domain Generalized Graph Meta Learning

AAAI 2023technical

Graph meta learning aims to learn historical knowledge from training graph neural networks (GNNs) models and adapt it to downstream learning tasks in a target graph, which has drawn increasing attention due to its ability of knowledge transfer and fast adaptation. While existing graph meta learning…

Cited by 14SourcePDFScholar
2023

Multi-View Stereo with Learnable Cost Metric

IROS 2023poster

In this paper, we present LCM-MVSNet, a novel multi-view stereo (MVS) network with learnable cost metric (LCM) for more accurate and complete depth estimation and dense point cloud reconstruction. To adapt to the scene variation and improve the reconstruction quality in non-Lambertian low-textured s…

Cited by 1SourceScholar
2023

Recurrent Temporal Revision Graph Networks

NeurIPS 2023poster

Temporal graphs offer more accurate modeling of many real-world scenarios than static graphs. However, neighbor aggregation, a critical building block of graph networks, for temporal graphs, is currently straightforwardly extended from that of static graphs. It can be computationally expensive when…

Cited by 2SourcePDFScholar
2023

Sampling-based path planning under temporal logic constraints with real-time adaptation

ICRA 2023poster

Replanning in temporal logic tasks is extremely difficult during the online execution of robots. This study introduces an effective path planner that computes solutions for temporal logic goals and instantly adapts to non-static and partially unknown environments. Given prior knowledge and a task sp…

Cited by 3SourceScholar
2022

Cosine Model Watermarking against Ensemble Distillation

AAAI 2022technical

Many model watermarking methods have been developed to prevent valuable deployed commercial models from being stealthily stolen by model distillations. However, watermarks produced by most existing model watermarking methods can be easily evaded by ensemble distillation, because averaging the outpu…

Cited by 26SourcePDFScholar
2022

GPU-Accelerated Incremental Euclidean Distance Transform for Online Motion Planning of Mobile Robots

RA-L 2022

In this letter, we present a volumetric mapping system that effectively calculates Occupancy Grid Maps (OGMs) and Euclidean Distance Transforms (EDTs) with parallel computing. Unlike these mappers for high-precision structural reconstruction, our system incrementally constructs global EDT and output

Cited by 28SourceScholar
2022

Near-Optimal Task Selection for Meta-Learning with Mutual Information and Online Variational Bayesian Unlearning

AISTATS 2022poster

This paper addresses the problem of active task selection which involves selecting the most informative tasks for meta-learning. We propose a novel active task selection criterion based on the mutual information between latent task vectors. Unfortunately, such a criterion scales poorly in the number…

Cited by 11SourcePDFScholar
2022

On provably robust meta-Bayesian optimization

UAI 2022poster

Bayesian optimization (BO) has become popular for sequential optimization of black-box functions. When BO is used to optimize a target function, we often have access to previous evaluations of potentially related functions. This begs the question as to whether we can leverage these previous experien…

2020

R2-B2: Recursive Reasoning-Based Bayesian Optimization for No-Regret Learning in Games

ICML 2020poster

This paper presents a recursive reasoning formalism of Bayesian optimization (BO) to model the reasoning process in the interactions between boundedly rational, self-interested agents with unknown, complex, and costly-to-evaluate payoff functions in repeated games, which we call Recursive Reasoning-…

Cited by 37SourcePDFScholar
2019

Implicit Posterior Variational Inference for Deep Gaussian Processes

NeurIPS 2019spotlight

A multi-layer deep Gaussian process (DGP) model is a hierarchical composition of GP models with a greater expressive power. Exact DGP inference is intractable, which has motivated the recent development of deterministic and stochastic approximation methods. Unfortunately, the deterministic approxima…