← Search

Zeyu Zhang

84 accepted papers

2026

Composing Concepts from Images and Videos via Concept-prompt Binding

CVPR 2026

Visual concept composition, which aims to integrate different elements from images and videos into a single, coherent visual output, still falls short in accurately extracting complex concepts from visual inputs and flexibly combining concepts from both images and videos. We introduce Bind & Compose

Cited by 0SourcecodeScholar
2026

Compositional Attribute Imbalance in Vision Datasets

AAAI 2026technical

Visual attribute imbalance is a common yet underexplored issue in image classification, significantly impacting model performance and generalization. In this work, we first define the first-level and second-level attributes of images and then introduce a CLIP-based framework to construct a visual at

Cited by 0SourcePDFScholar
2026

Decoupling Defense Strategies for Robust Image Watermarking

CVPR 2026

Deep learning-based image watermarking, while robust against conventional distortions, remains vulnerable to advanced adversarial and regeneration attacks. Conventional countermeasures, which jointly optimize the encoder and decoder via a noise layer, face 2 inevitable challenges:(1) decrease of cle

Cited by 0SourceScholar
2026

EVOLVING ROLLOUTS: Harnessing Historical Experience for Web Agent Evolution in Reinforcement Learning

ICML 2026poster

Agentic reinforcement learning (RL) for web search is prohibitively expensive due to long context lengths and costly environment interactions, and this inefficiency is further exacerbated by GRPO-based optimization, which discards learning signals from entire rollout groups with zero reward variance…

Cited by 0SourceScholar
2026

Gecko: A Simulation Environment with Stateful Feedback for Refining Agent Tool Calls

ICML 2026poster

The ability to use tools is fundamental for large language model (LLM) agents. Given a task, existing systems use LLMs to plan and generate tool calls, which are executed by real-world tools to complete the task. However, tool calls are prone to errors because they are derived merely from LLM intrin…

Cited by 0SourceScholar
2026

Gold Points Sniper: Self-Guided Visual Reasoning in VLM for Fine-Grained Action Understanding

ICRA 2026poster

Robots operating in everyday environments must understand fine-grained human actions, intentions, and contextual cues from broad views where people occupy only small regions, a capability unmet by current systems. While open-vocabulary action recognition methods remain limited to assigning predefine…

2026

Group Cognition Learning: Making Everything Better Through Controlled Two-Stage Agents Collaboration

ICML 2026poster

Centralized multimodal learning commonly compresses language, acoustic, and visual signals into a single fused representation for prediction. While effective, this paradigm suffers from two limitations: modality dominance, where optimization gravitates towards the path of least resistance, ignoring …

Cited by 0SourceScholar
2026

HiVid: LLM-Guided Video Saliency For Content-Aware VOD And Live Streaming

ICLR 2026poster

Content-aware streaming requires dynamic, chunk-level importance weights to optimize subjective quality of experience (QoE). However, direct human annotation is prohibitively expensive while vision-saliency models generalize poorly. We introduce HiVid, the first framework to leverage Large Language…

Cited by 0SourceScholar
2026

IF-Bench: Benchmarking and Enhancing MLLMs for Infrared Images with Generative Visual Prompting

CVPR 2026

Recent advances in multimodal large language models (MLLMs) have led to impressive progress across various benchmarks. However, their capability in understanding infrared images remains unexplored. To address this gap, we introduce **IF-Bench**, the first high-quality benchmark designed for evaluati

Cited by 0SourcecodeScholar
2026

IntuFly: Intuitive Continuous Hand–Gaze Control for UAVs

ICRA 2026poster

Operating Unmanned Aerial Vehicles (UAVs) remains challenging for non-experts because single-modality interfaces distort intent: gesture-only systems depend on discrete vocabularies and mode switches that break continuity and raise cognitive load, while gaze-only control offers limited dimensionalit…

Cited by 0codeScholar
2026

M3Bench: Benchmarking Whole-Body Motion Generation for Mobile Manipulation in 3D Scenes

ICRA 2026poster

We propose M3Bench, a new benchmark for whole-body motion generation in mobile manipulation tasks. Given a 3D scene context, M3Bench requires an embodied agent to reason about its configuration, environmental constraints, and task objectives to generate coordinated whole-body motion trajectories for…

2026

ManipLVM-R1: Reinforcement Learning for Reasoning in Embodied Manipulation with Large Vision-Language Models

AAAI 2026technical

Large Vision-Language Models (LVLMs) have recently advanced robotic manipulation by leveraging vision for scene perception and language for instruction following. However, existing methods rely heavily on costly human-annotated training datasets, which limits their generalization and causes them to

Cited by 0SourcePDFScholar
2026

MetaToolAgent: Towards Generalizable Tool Usage in LLMs through Meta-Learning

ICASSP 2026oral

Tool learning is increasingly important for large language models (LLMs) to effectively coordinate and utilize a diverse set of tools in order to solve complex real-world tasks. By selecting and integrating appropriate tools, LLMs extend their capabilities beyond pure language understanding to perfo…

Cited by 0SourcePDFScholar
2026

Motion-R1: Enhancing Motion Generation with Decomposed Chain-of-Thought and RL Binding

ICLR 2026poster

Text-to-Motion generation has become a fundamental task in human-machine interaction, enabling the synthesis of realistic human motions from natural language descriptions. Although recent advances in large language models and reinforcement learning have contributed to high-quality motion generation,…

Cited by 0SourceScholar
2026

Prompt and Parameter Co-Optimization for Large Language Models

ICLR 2026poster

Prompt optimization and fine-tuning are two major approaches to improve the performance of Large Language Models (LLMs). They enhance the capabilities of LLMs from complementary perspectives: the former through explicit natural language, and the latter through implicit parameter updates. However, p…

Cited by 0SourceScholar
2026

Prototype-Driven Active Domain Adaptation with Density Consideration

AAAI 2026technical

Active domain adaptation (ADA) aims to select a small set of target samples for annotation and use them for training to maximally boost the adaptation performance. However, most existing ADA methods only rely on the original output of the model, without considering the relationship between the sourc

Cited by 0SourcePDFScholar
2026

SAME: Sparse and Anchored Model Editing for Heterogeneous Incremental Learning under Limited Data

CVPR 2026

Existing Incremental Learning (IL) methods are primarily evaluated under either a single-domain class-incremental setting, or a multi-domain task-incremental setting with known task identifiers. However, these assumptions often fail to hold in real-world applications. To bridge this gap, we introduc

Cited by 0SourceScholar
2026

StereoAdapter: Adapting Stereo Depth Estimation to Underwater Scenes

ICRA 2026poster

Underwater stereo depth estimation provides accurate 3D geometry for robotics tasks such as navigation, inspection, and mapping, offering metric depth from low-cost passive cameras while avoiding the scale ambiguity of monocular methods. However, existing approaches face two critical challenges: (i)…

2026

ToMoE: Converting Dense Large Language Models to Mixture-of-Experts through Dynamic Structural Pruning

ICML 2026poster

Large Language Models (LLMs) demonstrate remarkable capabilities but face deployment challenges due to their high computational demands. Traditional pruning methods reduce these costs by permanently removing parameters, which inevitably leads to performance degradation. To mitigate this issue, we pr…

Cited by 0SourcecodeScholar
2026

V-Pruner: A Fast and Globally-informed Token Pruning Framework for Vision Transformer

AAAI 2026technical

Vision Transformer (ViT) has become one of the cornerstones of the computer vision field, demonstrating exceptional performance. However, its inherent high computational complexity and inference latency still pose significant obstacles for deployment in resource-constrained environments. Token pruni

Cited by 0SourcePDFScholar
2026

VaseVQA-3D: Benchmarking 3D VLMs on Ancient Greek Pottery

ICLR 2026poster

Vision-Language Models (VLMs) have achieved significant progress in multimodal understanding tasks, demonstrating strong capabilities particularly in general tasks such as image captioning and visual reasoning. However, when dealing with specialized cultural heritage domains like 3D vase artifacts,…

Cited by 0SourcecodeScholar
2026

World-R1: Reinforcing 3D Constraints for Text-to-Video Generation

ICML 2026poster

Recent video foundation models demonstrate impressive visual synthesis but frequently suffer from geometric inconsistencies. While existing methods attempt to inject 3D priors via architectural modifications, they often incur high computational costs and limit scalability. We propose World-R1, a fra…

Cited by 0SourceScholar
2025

A2I-Calib: An Anti-Noise Active Multi-IMU Spatial-Temporal Calibration Framework for Legged Robots

IROS 2025

Recently, multi-node inertial measurement unit (IMU)-based odometry for legged robots has gained attention due to its cost-effectiveness, power efficiency, and high accuracy. However, the spatial and temporal misalignment between foot-end motion derived from forward kinematics and foot IMU measureme

Cited by 1SourceScholar
2025

CAM: A Constructivist View of Agentic Memory for LLM-Based Reading Comprehension

NeurIPS 2025poster

Current Large Language Models (LLMs) are confronted with overwhelming information volume when comprehending long-form documents. This challenge raises the imperative of a cohesive memory module, which can elevate vanilla LLMs into autonomous reading agents. Despite the emergence of some heuristic ap…

Cited by 0SourceScholar
2025

Closed-Loop Open-Vocabulary Mobile Manipulation with GPT-4V

ICRA 2025

Autonomous robot navigation and manipulation in open environments require reasoning and replanning with closed-loop feedback. In this work, we present COME-robot, the first closed-loop robotic system utilizing the GPT-4V vision-language foundation model for open-ended reasoning and adaptive planning

Cited by 62SourceScholar
2025

Effective Training Data Synthesis for Improving MLLM Chart Understanding

ICCV 2025poster

Being able to effectively read scientific plots, or chart understanding, is a central part toward building effective agents for science. However, existing multimodal large language models (MLLMs), especially open-source ones, are still falling behind with a typical success rate of 30%-50% on challen…

2025

Efficient Learning with Sine-Activated Low-Rank Matrices

ICLR 2025poster

Low-rank decomposition has emerged as a vital tool for enhancing parameter efficiency in neural network architectures, gaining traction across diverse applications in machine learning. These techniques significantly lower the number of parameters, striking a balance between compactness and performan…

Cited by 0SourcePDFScholar
2025

FPSAttention: Training-Aware FP8 and Sparsity Co-Design for Fast Video Diffusion

NeurIPS 2025spotlight

Diffusion generative models have become the standard for producing high-quality, coherent video content, yet their slow inference speeds and high computational demands hinder practical deployment. Although both quantization and sparsity can independently accelerate inference while maintaining genera…

Cited by 0SourceScholar
2025

FlashMo: Geometric Interpolants and Frequency-Aware Sparsity for Scalable Efficient Motion Generation

NeurIPS 2025poster

Diffusion models have recently advanced 3D human motion generation by producing smoother and more realistic sequences from natural language. However, existing approaches face two major challenges: high computational cost during training and inference, and limited scalability due to reliance on U-Net…

Cited by 0SourcecodeScholar
2025

Hazards in Daily Life? Enabling Robots to Proactively Detect and Resolve Anomalies

NAACL 2025long

Existing household robots have made significant progress in performing routine tasks, such as cleaning floors or delivering objects. However, a key limitation of these robots is their inability to recognize potential problems or dangers in home environments. For example, a child may pick up and inge…

Cited by 1SourcePDFScholar
2025

Jumping Mechanism Assists Takeoff for Large-Sized Flapping-Wing Robots

IROS 2025

Flapping-wing robots exhibit numerous advantages in flight performance, which mimic the natural flight of birds or insects. However, autonomous takeoff remains a significant challenge for large-sized bird-like flapping-wing robots. To address this challenge, we design a jumping mechanism based on a

Cited by 0SourceScholar
2025

LLMTaxo: Leveraging Large Language Models for Constructing Taxonomy of Factual Claims from Social Media

ACL 2025finding

With the rapid expansion of content on social media platforms, analyzing and comprehending online discourse has become increasingly complex. This paper introduces LLMTaxo, a novel framework leveraging large language models for the automated construction of taxonomies of factual claims from social me…

2025

Language Models Can See Better: Visual Contrastive Decoding For LLM Multimodal Reasoning

ICASSP 2025accepted

Although Large Language Models (LLMs) excel in reasoning and generation for language tasks, they are not specifically designed for multimodal challenges. Training Multimodal Large Language Models (MLLMs), however, is resource-intensive and constrained by various training limitations. In this paper,…

Cited by 0SourceScholar
2025

M${}{3}$Bench: Benchmarking Whole-Body Motion Generation for Mobile Manipulation in 3D Scenes

RA-L 2025

We propose M <inline-formula xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink"><tex-math notation="LaTeX">${}^{3}$</tex-math></inline-formula> Bench, a new benchmark for whole-body motion generation in mobile manipulation tasks. Given a 3D scene context, M <in

Cited by 4SourceScholar
2025

MemBench: Towards More Comprehensive Evaluation on the Memory of LLM-based Agents

ACL 2025finding

Recent works have highlighted the significance of memory mechanisms in LLM-based agents, which enable them to store observed information and adapt to dynamic environments. However, evaluating their memory capabilities still remains challenges. Previous evaluations are commonly limited by the diversi…

2025

MemSim: A Bayesian Simulator for Evaluating Memory of LLM-based Personal Assistants

NeurIPS 2025poster

LLM-based agents have been widely applied as personal assistants, capable of memorizing information from user messages and responding to personal queries. However, there still lacks an objective and automatic evaluation on their memory capability, largely due to the challenges in constructing reliab…

Cited by 0SourcecodeScholar
2025

OCRT: Boosting Foundation Models in the Open World with Object-Concept-Relation Triad

CVPR 2025poster

Although foundation models (FMs) claim to be powerful, their generalization ability significantly decreases when faced with distribution shifts, weak supervision, or malicious attacks in the open world. On the other hand, most domain generalization or adversarial fine-tuning methods are task-related…

2025

OWL: Optimized Workforce Learning for General Multi-Agent Assistance in Real-World Task Automation

NeurIPS 2025poster

Large Language Model (LLM)-based multi-agent systems show promise for automating real-world tasks but struggle to transfer across domains due to their domain-specific nature. Current approaches face two critical shortcomings: they require complete architectural redesign and full retraining of all co…

Cited by 0SourcecodeScholar
2025

Object-Based Video Tampering Localization via Trace Consistency Analysis

ICASSP 2025accepted

With the rapid advancement of object-based video inpainting and splicing tampering techniques, the dissemination of malicious videos on the internet poses significant risks. Existing localization methods, however, exhibit limitations such as restriction to specific datasets, limited performance in d…

Cited by 0SourceScholar
2025

RATSD: Retrieval Augmented Truthfulness Stance Detection from Social Media Posts Toward Factual Claims

NAACL 2025findings

Social media provides a valuable lens for assessing public perceptions and opinions. This paper focuses on the concept of truthfulness stance, which evaluates whether a textual utterance affirms, disputes, or remains neutral or indifferent toward a factual claim. Our systematic analysis fills a gap…

2025

Self-Explainable Graph Transformer for Link Sign Prediction

AAAI 2025technical

Signed Graph Neural Networks (SGNNs) have been shown to be effective in analyzing complex patterns in real-world situations where positive and negative links coexist. However, SGNN models suffer from poor explainability, which limit their adoptions in critical scenarios that require understanding th…

2025

SuperMag: Vision-based Tactile Data Guided High-resolution Tactile Shape Reconstruction for Magnetic Tactile Sensors

IROS 2025

Magnetic-based tactile sensors (MBTS) combine the advantages of compact design and high-frequency operation but suffer from limited spatial resolution due to their sparse taxel arrays. This paper proposes SuperMag, a tactile shape reconstruction method that addresses this limitation by leveraging hi

Cited by 0SourceScholar
2025

TRiCo: Triadic Game-Theoretic Co-Training for Robust Semi-Supervised Learning

NeurIPS 2025poster

We introduce TRiCo, a novel triadic game-theoretic co-training framework that rethinks the structure of semi-supervised learning by incorporating a teacher, two students, and an adversarial generator into a unified training paradigm. Unlike existing co-training or teacher-student approaches, TRiCo f…

Cited by 0SourceScholar
2025

TrendSim: Simulating Trending Topics in Social Media Under Poisoning Attacks with LLM-based Multi-agent System

NAACL 2025findings

Trending topics have become a significant part of modern social media, attracting users to participate in discussions of breaking events. However, they also bring in a new channel for poisoning attacks, resulting in negative impacts on society. Therefore, it is urgent to study this critical problem…

2025

VehicleMAE: View-asymmetry Mutual Learning for Vehicle Re-identification Pre-training via Masked AutoEncoders

ICCV 2025poster

Large-scale pre-training technology has achieved remarkable performance in diversified object re-identification (Re-ID) downstream tasks. Nevertheless, to our best knowledge, the pre-training model specifically for vehicle Re-ID, which focuses on tackling the challenge of multi-view variations, has…

Cited by 0SourcePDFScholar
2025

ZPressor: Bottleneck-Aware Compression for Scalable Feed-Forward 3DGS

NeurIPS 2025poster

Feed-forward 3D Gaussian Splatting (3DGS) models have recently emerged as a promising solution for novel view synthesis, enabling one-pass inference without the need for per-scene 3DGS optimization. However, their scalability is fundamentally constrained by the limited capacity of their encoders, le…

Cited by 0SourcecodeScholar
2024

Auto-Train-Once: Controller Network Guided Automatic Network Pruning from Scratch

CVPR 2024poster

Current techniques for deep neural network (DNN) pruning often involve intricate multi-step processes that require domain-specific expertise making their widespread adoption challenging. To address the limitation the Only-Train-Once (OTO) and OTOv2 are proposed to eliminate the need for additional f…

2024

DropEdge not Foolproof: Effective Augmentation Method for Signed Graph Neural Networks

NeurIPS 2024poster

Signed graphs can model friendly or antagonistic relations where edges are annotated with a positive or negative sign. The main downstream task in signed graph analysis is $\textit{link sign prediction}$. Signed Graph Neural Networks (SGNNs) have been widely used for signed graph representation lear…

Cited by 3SourcePDFScholar
2024

Enhancing Student Performance Prediction on Learnersourced Questions with SGNN-LLM Synergy

AAAI 2024technical

Learnersourcing offers great potential for scalable education through student content creation. However, predicting student performance on learnersourced questions, which is essential for personalizing the learning experience, is challenging due to the inherent noise in student-generated data. Moreo…

2024

Exploring the Role of Node Diversity in Directed Graph Representation Learning

IJCAI 2024poster

Many methods of Directed Graph Neural Networks (DGNNs) are designed to equally treat nodes in the same neighbor set (i.e., out-neighbor set and in-neighbor set) for every node, without considering the node diversity in directed graphs, so they are often unavailable to adaptively acquire suitable inf…

Cited by 3SourcePDFScholar
2024

Flight Structure Optimization of Modular Reconfigurable UAVs

IROS 2024poster

This paper presents a Genetic Algorithm (GA) designed to reconfigure a large group of modular Unmanned Aerial Vehicles (UAVs), each with different weights and inertia parameters, into an over-actuated flight structure with improved dynamic properties. Previous research efforts either utilized expert…

Cited by 9SourceScholar
2024

Generalizing Knowledge Graph Embedding with Universal Orthogonal Parameterization

ICML 2024poster

Recent advances in knowledge graph embedding (KGE) rely on Euclidean/hyperbolic orthogonal relation transformations to model intrinsic logical patterns and topological structures. However, existing approaches are confined to rigid relational orthogonalization with restricted dimension and homogeneou…

2024

Improving Toponym Resolution by Predicting Attributes to Constrain Geographical Ontology Entries

NAACL 2024short

Geocoding is the task of converting location mentions in text into structured geospatial data.We propose a new prompt-based paradigm for geocoding, where the machine learning algorithm encodes only the location mention and its context.We design a transformer network for predicting the country, state…

2024

LLM3: Large Language Model-based Task and Motion Planning with Motion Failure Reasoning

IROS 2024poster

Conventional Task and Motion Planning (TAMP) approaches rely on manually designed interfaces connecting symbolic task planning with continuous motion generation. These domain-specific and labor-intensive modules are limited in addressing emerging tasks in real-world settings. Here, we present LLM3,…

Cited by 45SourcecodeScholar
2024

Motion Mamba: Efficient and Long Sequence Motion Generation

ECCV 2024poster

"Human motion generation stands as a significant pursuit in generative computer vision, while achieving long-sequence and efficient motion generation remains challenging. Recent advancements in state space models (SSMs), notably Mamba, have showcased considerable promise in long sequence modeling wi…

2024

Reconfigurability-Aware Selection for Contrastive Active Domain Adaptation

IJCAI 2024poster

Active domain adaptation (ADA) aims to label a small portion of target samples to drastically improve the adaptation performance. The existing ADA methods mostly rely on the output of domain discriminator or the original prediction probability to design sample selection strategies and do not fully e…

2024

Reflective Multi-Agent Collaboration based on Large Language Models

NeurIPS 2024poster

Benefiting from the powerful language expression and planning capabilities of Large Language Models (LLMs), LLM-based autonomous agents have achieved promising performance in various downstream tasks. Recently, based on the development of single-agent systems, researchers propose to construct LLM-ba…

Cited by 4SourcePDFScholar
2024

Reviewing the Forgotten Classes for Domain Adaptation of Black-Box Predictors

AAAI 2024technical

For addressing the data privacy and portability issues of domain adaptation, Domain Adaptation of Black-box Predictors (DABP) aims to adapt a black-box source model to an unlabeled target domain without accessing both the source-domain data and details of the source model. Although existing DABP app…

2023

Hallucination Mitigation in Natural Language Generation from Large-Scale Open-Domain Knowledge Graphs

EMNLP 2023long main

In generating natural language descriptions for knowledge graph triples, prior works used either small-scale, human-annotated datasets or datasets with limited variety of graph shapes, e.g., those having mostly star graphs. Graph-to-text models trained and evaluated on such datasets are largely not…

Cited by 0SourcecodeScholar
2023

Learning a Causal Transition Model for Object Cutting

IROS 2023poster

Cutting objects into desired fragments is challenging for robots due to the spatially unstructured nature of fragments and the complex one-to-many object fragmentation caused by actions. We present a novel approach to model object fragmentation using an attributed stochastic grammar. This grammar ab…

Cited by 2SourceScholar
2023

Part-level Scene Reconstruction Affords Robot Interaction

IROS 2023poster

Existing methods for reconstructing interactive scenes primarily focus on replacing reconstructed objects with CAD models retrieved from a limited database, resulting in significant discrepancies between the reconstructed and observed scenes. To address this issue, our work introduces a part-level r…

Cited by 9SourceScholar
2023

SG×P : A Sorghum Genotype × Phenotype Prediction Dataset and Benchmark

NeurIPS 2023poster

Large scale field-phenotyping approaches have the potential to solve important questions about the relationship of plant genotype to plant phenotype. Computational approaches to measuring the phenotype (the observable plant features) are required to address the problem at a large scale, but machine…

Cited by 0SourcePDFScholar
2023

Structural Alignment for Network Pruning through Partial Regularization

ICCV 2023poster

In this paper, we propose a novel channel pruning method to reduce the computational and storage costs of Convolutional Neural Networks (CNNs). Many existing one-shot pruning methods directly remove redundant structures, which brings a huge gap between the model before and after network pruning. Thi…

Cited by 18PDFScholar
2023

USER: Unsupervised Structural Entropy-Based Robust Graph Neural Network

AAAI 2023technical

Unsupervised/self-supervised graph neural networks (GNN) are susceptible to the inherent randomness in the input graph data, which adversely affects the model's performance in downstream tasks. In this paper, we propose USER, an unsupervised and robust version of GNN based on structural entropy, to…

2023

Unified Off-Policy Learning to Rank: a Reinforcement Learning Perspective

NeurIPS 2023poster

Off-policy Learning to Rank (LTR) aims to optimize a ranker from data collected by a deployed logging policy. However, existing off-policy learning to rank methods often make strong assumptions about how users generate the click data, i.e., the click model, and hence need to tailor their methods spe…

2023

X-VoE: Measuring eXplanatory Violation of Expectation in Physical Events

ICCV 2023oral

Intuitive physics is pivotal for human understanding of the physical world, enabling prediction and interpretation of events even in infancy. Nonetheless, replicating this level of intuitive physics in artificial intelligence (AI) remains a formidable challenge. This study introduces X-VoE, a compre…

Cited by 4PDFcodeScholar
2022

Sequential Manipulation Planning on Scene Graph

IROS 2022poster

We devise a 3D scene graph representation, contact graph+ (cg+), for efficient sequential manipulation planning. Augmented with predicate-like attributes, this contact graph-based representation abstracts scene layouts with succinct geometric information and valid robot-scene interactions. Goal conf…

Cited by 35SourcecodeScholar
2021

Consolidating Kinematic Models to Promote Coordinated Mobile Manipulations

IROS 2021poster

We construct a Virtual Kinematic Chain (VKC) that readily consolidates the kinematics of the mobile base, the arm, and the object to be manipulated in mobile manipulations. Accordingly, a mobile manipulation task is represented by altering the state of the constructed VKC, which can be converted to…

Cited by 21SourcecodeScholar
2021

Efficient Task Planning for Mobile Manipulation: a Virtual Kinematic Chain Perspective

IROS 2021poster

We present a Virtual Kinematic Chain (VKC) perspective, a simple yet effective method, to improve task planning efficacy for mobile manipulation. By consolidating the kinematics of the mobile base, the arm, and the object being manipulated collectively as a whole, this novel VKC perspective naturall…

Cited by 21SourcecodeScholar
2021

Joint Models for Answer Verification in Question Answering Systems

ACL 2021long

This paper studies joint models for selecting correct answer sentences among the top k provided by answer sentence selection (AS2) modules, which are core components of retrieval-based Question Answering (QA) systems. Our work shows that a critical step to effectively exploiting an answer set regard…

2021

Reconstructing Interactive 3D Scenes by Panoptic Mapping and CAD Model Alignments

ICRA 2021poster

In this paper, we rethink the problem of scene reconstruction from an embodied agent’s perspective: While the classic view focuses on the reconstruction accuracy, our new perspective emphasizes the underlying functions and constraints such that the reconstructed scenes provide actionable information…

Cited by 32SourcecodeScholar
2020

Congestion-aware Evacuation Routing using Augmented Reality Devices

ICRA 2020poster

We present a congestion-aware routing solution for indoor evacuation, which produces real-time individual-customized evacuation routes among multiple destinations while keeping tracks of all evacuees’ locations. A population density map, obtained on-the-fly by aggregating locations of evacuees from…

Cited by 17SourceScholar
2020

Human-Robot Interaction in a Shared Augmented Reality Workspace

IROS 2020poster

We design and develop a new shared Augmented Reality (AR) workspace for Human-Robot Interaction (HRI), which establishes a bi-directional communication between human agents and robots. In a prototype system, the shared AR workspace enables a shared perception, so that a physical robot not only perce…

Cited by 39SourceScholar
2019

Self-Supervised Incremental Learning for Sound Source Localization in Complex Indoor Environment

ICRA 2019poster

This paper presents an incremental learning framework for mobile robots localizing the human sound source using a microphone array in a complex indoor environment consisting of multiple rooms. In contrast to conventional approaches that leverage direction-of-arrival (DOA) estimation, the framework a…

Cited by 14SourceScholar