← Search

Yiwei Wang

86 accepted papers

2026

A Coupled Tendon-Driven Modular Robotic Hand for Dexterous Manipulation

RA-L 2026

This paper presents a modular coupled tendon-driven robotic hand that employs a 2 motor 2 degrees-of-freedom (2M2D) coupled tendon driven joint module, in which two motors operate in a coordinated manner to actively drive flexion/extension and abduction/adduction of each finger through four tendons

Cited by 1SourceScholar
2026

Accordion-Thinking: Self-Regulated Step Summaries for Efficient and Readable LLM Reasoning

ICML 2026poster

Scaling test-time compute via long Chain-of-Thought unlocks remarkable gains in reasoning capabilities, yet it faces practical limits due to the linear growth of KV cache and quadratic attention complexity. In this paper, we introduce AccordionThinking, an end-to-end framework where LLMs learn to se…

Cited by 0SourceScholar
2026

Anatomical Prior-Driven Framework for Autonomous Robotic Cardiac Ultrasound Standard View Acquisition

ICRA 2026poster

Cardiac ultrasound diagnosis is critical for cardiovascular disease assessment, but acquiring standard views remains highly operator-dependent. Existing medical segmentation models often yield anatomically inconsistent results in images with poor textural differentiation between distinct feature cla…

2026

Are LLMs Really Not Knowledgeable? Mining the Submerged Knowledge in LLMs' Memory

ICLR 2026poster

Large language models (LLMs) have shown promise as parametric knowledge bases, but often underperform on question answering (QA) tasks due to hallucinations and uncertainty. While prior work attributes these failures to knowledge gaps in the model’s parameters, we uncover a complementary phenomenon:…

Cited by 0SourceScholar
2026

AuTAgent: A Reinforcement Learning Framework for Tool-Augmented Audio Reasoning

ICML 2026poster

Large Audio Language Models (LALMs) excel at perception but struggle with complex reasoning requiring precise acoustic measurements. While external tools can extract fine-grained features like exact tempo or pitch, effective integration remains challenging: naively using all tools causes information…

Cited by 0SourceScholar
2026

ContextNav: Towards Agentic Multimodal In-Context Learning

ICLR 2026poster

Recent advances demonstrate that multimodal large language models (MLLMs) exhibit strong multimodal in-context learning (ICL) capabilities, enabling them to adapt to novel vision-language tasks from a few contextual examples. However, existing ICL approaches face challenges in reconciling generaliza…

Cited by 0SourceScholar
2026

Depth-Breadth Synergy in RLVR: Unlocking LLM Reasoning Gains with Adaptive Exploration

ICML 2026poster

Reinforcement Learning with Verifiable Reward (RLVR) is a powerful method for enhancing the reasoning abilities of Large Language Models, but its full potential is limited by a lack of exploration in two key areas: \textbf{Depth} (the difficulty of problems) and \textbf{Breadth} (the number of train…

Cited by 0SourceScholar
2026

EchoFoley: Event-Centric Hierarchical Control for Video Grounded Creative Sound Generation

CVPR 2026

Sound effects build an essential layer of multimodal storytelling, shaping the emotional atmosphere and the narrative semantics of videos. Despite recent advancement in video-text-to-audio (VT2A), the current formulation faces three key limitations: (1) an imbalance between visual and textual condit

Cited by 0SourceScholar
2026

Fastcar: Cache Attentive Replay for Fast Auto-Regressive Video Generation on the Edge

ICLR 2026poster

Auto-regressive (AR) models, initially successful in language generation, have recently shown promise in visual generation tasks due to their superior sampling efficiency. Unlike image generation, video generation requires a substantially larger number of tokens to produce coherent temporal frames,…

Cited by 0SourcecodeScholar
2026

Finding Distributed Object-Centric Properties in Self-Supervised Transformers

CVPR 2026

Self-supervised Vision Transformers (ViTs) like DINO show an emergent ability to discover objects, typically observed in \texttt [CLS] token attention maps of the final layer. However, these maps often contain spurious activations resulting in poor localization of objects. This is because the \textt

Cited by 0SourceScholar
2026

How Few-Shot Examples Add Up: A Causal Decomposition of Function Vectors in In-Context Learning

ICML 2026poster

In-context learning (ICL) excels at new tasks from minimal examples, yet we still lack a mechanistic explanation of how few-shot prompts shape a model’s function vector (FV)--a causal activation direction that drives task behavior on the ICL query. Across tasks and models, an $n$-shot FV is well-app…

Cited by 0SourceScholar
2026

Human-Like Robot Action Policy through Game-Based Empathetic Inference for Human-Robot Collaboration

ICRA 2026poster

Harmonious human-robot collaboration requires the robot to behave like a human partner, which raises the critical question of what factors make the robot do so. This paper proposes a series of policies based on empathetic and non-empathetic intent inference, proactive and reactive action planning, a…

Cited by 0Scholar
2026

Improving Diffusion Generalization with Weak-to-Strong Segmented Guidance

CVPR 2026

Diffusion models generate synthetic images through an iterative refinement process. However, the misalignment between the simulation-free objective and the iterative process often causes accumulated gradient error along the sampling trajectory, which leads to unsatisfactory results and a failure to

Cited by 0SourcecodeScholar
2026

Learning-Based Adaptive Control for Surgical Robotic Exposure Task on Deformable Tissues

RSS 2026poster

In various surgical procedures, regions of interest (ROIs) such as organs or lesions are often occluded by overlying tissues, requiring surgeons to achieve adequate exposure for precise intervention. However, the irregular geometry, nonlinear biomechanical properties of overlying tissues, and limite…

Cited by 0SourceScholar
2026

MIMO-LP: A Multi-Input Multi-Output Framework for Subgraph-based Link Prediction

ICML 2026poster

Link prediction (LP) is a fundamental problem in graph learning and can be broadly categorized into node-based and subgraph-based approaches. While subgraph-based LP methods often achieve superior predictive performance by exploiting localized structural information, they suffer from efficiency bott…

Cited by 0SourceScholar
2026

OIDA-QA: A Multimodal Benchmark for Analyzing the Opioid Industry Documents Archive

AAAI 2026technical

The opioid crisis represents a significant moment in public health that reveals systemic shortcomings across regulatory systems, healthcare practices, corporate governance, and public policy. Analyzing how these interconnected systems simultaneously failed to protect public health requires innovativ

Cited by 0SourcePDFScholar
2026

PAS: A Training-Free Stabilizer for Temporal Encoding in Video LLMs

CVPR 2026

Video LLMs suffer from temporal inconsistency: small shifts in frame timing can flip attention and suppress relevant frames. We trace this instability to the common extension of Rotary Position Embeddings to video through multimodal RoPE. The induced inverse Fourier time kernel exhibits frame-scale

Cited by 0SourcecodeScholar
2026

Parameters vs. Context: Fine-Grained Control of Knowledge Reliance in Language Models

ICLR 2026poster

Retrieval-Augmented Generation (RAG) mitigates hallucinations in Large Language Models (LLMs) by integrating external knowledge. However, conflicts between parametric knowledge and retrieved context pose challenges, particularly when retrieved information is unreliable or the model's internal knowle…

Cited by 0SourcecodeScholar
2026

Reward and Guidance through Rubrics: Promoting Exploration to Improve Multi-Domain Reasoning

ICML 2026spotlight

Recent advances in reinforcement learning (RL) have significantly improved the complex reasoning capabilities of large language models (LLMs). Despite these successes, existing methods mainly focus on single-domain RL (e.g., mathematics) with verifiable rewards (RLVR), and their reliance on purely o…

Cited by 0SourceScholar
2026

Unveiling the Potential of Diffusion Large Language Model in Controllable Generation

ICLR 2026poster

Controllable generation is a fundamental task in NLP with many applications, providing a basis for function calling to agentic communication. However, even state-of-the-art autoregressive Large Language Models (LLMs) today exhibit unreliability when required to generate structured output. Inspired b…

Cited by 0SourcecodeScholar
2026

Video-STAR: Reinforcing Open-Vocabulary Action Recognition with Tools

ICLR 2026poster

Multimodal large language models (MLLMs) have demonstrated remarkable potential in bridging visual and textual reasoning, yet their reliance on text-centric priors often limits their ability to disentangle semantically similar actions in open-vocabulary scenarios. To address this, we propose Video-S…

Cited by 0SourceScholar
2026

Video-To-BT: Generating Reactive Behavior Trees from Human Demonstration Videos for Robotic Assembly

ICRA 2026poster

Modern manufacturing demands robotic assembly systems with enhanced flexibility and reliability. However, traditional approaches often rely on programming tailored to each product by experts for fixed settings, which are inherently inflexible to product changes and lack the robustness to handle vari…

2026

WavefrontDiffusion: Dynamic Decoding Schedule for Improved Reasoning

ICLR 2026poster

Diffusion Language Models (DLMs) have shown strong potential for text generation and are becoming a competitive alternative to autoregressive models. The denoising strategy plays an important role in determining the quality of their outputs. Mainstream denoising strategies include Standard Diffusio…

Cited by 0SourceScholar
2025

Autonomous Bimanual Manipulation of Deformable Objects Using Deep Reinforcement Learning Guided Adaptive Control

ICRA 2025

Deformable object manipulation (DOM) which is a common subtask in various surgical procedures represents an inevitable challenge in robot-assisted surgery (RAS) due to complex nonlinear deformation. This paper proposes a deep reinforcement learning guided adaptive control (RLAC) modelfree framework,

Cited by 1SourceScholar
2025

Can Graph Descriptive Order Affect Solving Graph Problems with LLMs?

ACL 2025long

Large language models (LLMs) have achieved significant success in reasoning tasks, including mathematical reasoning and logical deduction. Among these reasoning tasks, graph problems stand out due to their complexity and unique structural characteristics, attracting considerable attention from resea…

Cited by 0SourcePDFScholar
2025

Con-ReCall: Detecting Pre-training Data in LLMs via Contrastive Decoding

COLING 2025main

The training data in large language models is key to their success, but it also presents privacy and security risks, as it may contain sensitive information. Detecting pre-training data is crucial for mitigating these concerns. Existing methods typically analyze target text in isolation or solely wi…

2025

Context-DPO: Aligning Language Models for Context-Faithfulness

ACL 2025finding

Reliable responses from large language models (LLMs) require adherence to user instructions and retrieved information. While alignment techniques help LLMs align with human intentions and values, improving context-faithfulness through alignment remains underexplored. To address this, we propose Cont…

2025

DRS: Deep Question Reformulation With Structured Output

ACL 2025finding

Question answering represents a core capability of large language models (LLMs). However, when individuals encounter unfamiliar knowledge in texts, they often formulate questions that the text itself cannot answer due to insufficient understanding of the underlying information. Recent studies reveal…

2025

Data Glove-based Personalized Continuous Gesture Segmentation

ICASSP 2025accepted

In recent years, gesture recognition based on data gloves has attracted increasing attention as a human-computer interaction (HCI) method that is natural, convenient, stable, robust, easy to recognize, and applicable to various usage environments. This research first proposes an advanced smart data…

Cited by 0SourceScholar
2025

Decoding by Contrasting Knowledge: Enhancing Large Language Model Confidence on Edited Facts

ACL 2025long

The knowledge within large language models (LLMs) may become outdated quickly. While in-context editing (ICE) is currently the most effective method for knowledge editing (KE), it is constrained by the black-box modeling of LLMs and thus lacks interpretability. Our work aims to elucidate the superio…

Cited by 0SourcePDFScholar
2025

DiMo-GUI: Advancing Test-time Scaling in GUI Grounding via Modality-Aware Visual Reasoning

EMNLP 2025

Grounding natural language queries in graphical user interfaces (GUIs) poses unique challenges due to the diversity of visual elements, spatial clutter, and the ambiguity of language. In this paper, we introduce DiMo-GUI, a training-free framework for GUI grounding that leverages two core strategies

Cited by 0SourcePDFScholar
2025

How to Make Large Language Models Generate 100% Valid Molecules?

EMNLP 2025

Molecule generation is key to drug discovery and materials science, enabling the design of novel compounds with specific properties. Large language models (LLMs) can learn to perform a wide range of tasks from just a few examples. However, generating valid molecules using representations like SMILES

2025

Is Factuality Enhancement a Free Lunch For LLMs? Better Factuality Can Lead to Worse Context-Faithfulness

ICLR 2025poster

As the modern tools of choice for text understanding and generation, large language models (LLMs) are expected to accurately output answers by leveraging the input context. This requires LLMs to possess both context-faithfulness and factual accuracy. While extensive efforts aim to reduce hallucinati…

Cited by 3SourcePDFScholar
2025

Leveraging Surgical Activity Grammar for Primary Intention Prediction in Laparoscopy Procedures

ICRA 2025

Surgical procedures are inherently complex and dynamic, with intricate dependencies and various execution paths. Accurate identification of the intentions behind critical actions, referred to as Primary Intentions (PIs), is crucial to understanding and planning the procedure. This paper presents a n

Cited by 2SourceScholar
2025

METAL: A Multi-Agent Framework for Chart Generation with Test-Time Scaling

ACL 2025long

Chart generation aims to generate code to produce charts satisfying the desired visual properties, e.g., texts, layout, color, and type. It has great potential to empower the automatic professional report generation in financial analysis, research presentation, education, and healthcare. In this wor…

Cited by 0SourcePDFScholar
2025

MQuAKE-Remastered: Multi-Hop Knowledge Editing Can Only Be Advanced with Reliable Evaluations

ICLR 2025spotlight

Large language models (LLMs) can give out erroneous answers to factually rooted questions either as a result of undesired training outcomes or simply because the world has moved on after a certain knowledge cutoff date. Under such scenarios, *knowledge editing* often comes to the rescue by deliverin…

2025

MRFD: Multi-Region Fusion Decoding with Self-Consistency for Mitigating Hallucinations in LVLMs

EMNLP 2025

Large Vision-Language Models (LVLMs) have shown strong performance across multimodal tasks. However, they often produce hallucinations—text that is inconsistent with visual input, due to the limited ability to verify information in different regions of the image. To address this, we propose **Multi-

Cited by 0SourcePDFScholar
2025

Making Every Step Effective: Jailbreaking Large Vision-Language Models Through Hierarchical KV Equalization

EMNLP 2025

In the realm of large vision-language models (LVLMs), adversarial jailbreak attacks serve as a red-teaming approach to identify safety vulnerabilities of these models and their associated defense mechanisms. However, we identify a critical limitation: not every adversarial optimization step leads to

Cited by 0SourcePDFScholar
2025

Mitigating Lost-in-Retrieval Problems in Retrieval Augmented Multi-Hop Question Answering

ACL 2025long

In this paper, we identify a critical problem, “lost-in-retrieval”, in retrieval-augmented multi-hop question answering (QA): the key entities are missed in LLMs’ sub-question decomposition. “Lost-in-retrieval” significantly degrades the retrieval performance, which disrupts the reasoning chain and…

2025

OptiBench Meets ReSocratic: Measure and Improve LLMs for Optimization Modeling

ICLR 2025poster

Large language models (LLMs) have exhibited their problem-solving abilities in mathematical reasoning. Solving realistic optimization (OPT) problems in application scenarios requires advanced and applied mathematics ability. However, current OPT benchmarks that merely solve linear programming are fa…

2025

Peripheral Memory for LLMs: Integration of Sequential Memory Banks with Adaptive Querying

ICML 2025poster

Large Language Models (LLMs) have revolutionized various natural language processing tasks with their remarkable capabilities. However, challenges persist in effectively integrating new knowledge into LLMs without compromising their performance, particularly in the Large Language Models (LLMs) have…

Cited by 0SourcePDFScholar
2025

Robust Robotic Breast Ultrasound Scanning and Real-Time Lesion Localization

ICRA 2025

The inherent flexibility and real-time deformation of breast tissue pose significant challenges for achieving full coverage and accurate lesion localization in autonomous breast ultrasound scanning. This paper introduces a robust finite state machine-based framework that mimics the decision-making p

Cited by 0SourceScholar
2025

SemVink: Advancing VLMs’ Semantic Understanding of Optical Illusions via Visual Global Thinking

EMNLP 2025

Vision-language models (VLMs) excel in semantic tasks but falter at a core human capability: detecting hidden content in optical illusions or AI-generated images through perceptual adjustments like zooming. We introduce HC-Bench, a benchmark of 112 images with hidden texts, objects, and illusions, r

Cited by 0SourcePDFScholar
2025

Sensor-Free Strategy for Estimating Guidewire/Catheter Shape and Contact Force in Endovascular Interventions

RA-L 2025

Accurate assessment of guidewire shape and contact forces is critical for autonomous robotic endovascular procedures. However, existing sensor-based approaches often require modifications to standard guidewires or the use of custom-made alternatives, which can hinder integration into conventional su

Cited by 1SourceScholar
2025

Tricking Retrievers with Influential Tokens: An Efficient Black-Box Corpus Poisoning Attack

NAACL 2025long

Retrieval-augmented generation (RAG) systems enhance large language models by incorporating external knowledge, addressing issues like outdated internal knowledge and hallucination. However, their reliance on external knowledge bases makes them vulnerable to corpus poisoning attacks, where adversari…

Cited by 0SourcePDFScholar
2025

Understanding GUI Agent Localization Biases through Logit Sharpness

EMNLP 2025

Multimodal large language models (MLLMs) have enabled GUI agents to interact with operating systems by grounding language into spatial actions. Despite their promising performance, these models frequently exhibit hallucinations—systematic localization errors that compromise reliability. We propose a

Cited by 0SourcePDFScholar
2025

Vulnerability of LLMs to Vertically Aligned Text Manipulations

ACL 2025long

Vertical text input is commonly encountered in various real-world applications, such as mathematical computations and word-based Sudoku puzzles. While current large language models (LLMs) have excelled in natural language tasks, they remain vulnerable to variations in text formatting.Recent research…

Cited by 0SourcePDFScholar
2025

Vulnerability of Large Language Models to Output Prefix Jailbreaks: Impact of Positions on Safety

NAACL 2025findings

Previous research on jailbreak attacks has mainly focused on optimizing the adversarial snippet content injected into input prompts to expose LLM security vulnerabilities. A significant portion of this research focuses on developing more complex, less readable adversarial snippets that can achieve h…

Cited by 0SourcePDFScholar
2025

Vulnerability of Text-to-Image Models to Prompt Template Stealing: A Differential Evolution Approach

ACL 2025finding

Prompt trading has emerged as a significant intellectual property concern in recent years, where vendors entice users by showcasing sample images before selling prompt templates that can generate similar images. This work investigates a critical security vulnerability: attackers can steal prompt tem…

2025

Who is in the Spotlight: The Hidden Bias Undermining Multimodal Retrieval-Augmented Generation

EMNLP 2025

Multimodal Retrieval-Augmented Generation (RAG) systems have become essential in knowledge-intensive and open-domain tasks. As retrieval complexity increases, ensuring the robustness of these systems is critical. However, current RAG models are highly sensitive to the order in which evidence is pres

2025

“Not Aligned” is Not “Malicious”: Being Careful about Hallucinations of Large Language Models’ Jailbreak

COLING 2025main

“Jailbreak” is a major safety concern of Large Language Models (LLMs), which occurs when malicious prompts lead LLMs to produce harmful outputs, raising issues about the reliability and safety of LLMs. Therefore, an effective evaluation of jailbreaks is very crucial to develop its mitigation strateg…

2024

A Robot Hand for Versatile Grasping With Tendon-Driven Telescopic Fingers

RA-L 2024

Service robots need robot hands that are versatile to grasp various objects while being lightweight to ensure robot mobility, minimize power consumption, and prioritize safety. In this paper, we propose a robot hand capable of adjusting the length of its fingers using a tendon-driven telescopic mech

Cited by 6SourceScholar
2024

Adaptive Token Biaser: Knowledge Editing via Biasing Key Entities

EMNLP 2024finding

The parametric knowledge memorized by large language models (LLMs) becomes outdated quickly. In-context editing (ICE) is currently the most effective method for updating the knowledge of LLMs. Recent advancements involve enhancing ICE by modifying the decoding strategy, obviating the need for alteri…

Cited by 8SourcePDFScholar
2024

AlignedCoT: Prompting Large Language Models via Native-Speaking Demonstrations

EMNLP 2024finding

Large Language Models prompting, such as using in-context demonstrations, is a mainstream technique for invoking LLMs to perform high-performance and solid complex reasoning (e.g., mathematical reasoning, commonsense reasoning), and has the potential for further human-machine collaborative scientifi…

2024

Control Large Language Models via Divide and Conquer

EMNLP 2024main

This paper investigates the capability of LLMs on controllable generation with prompt-based controlling, focusing on Lexically Constrained Generation (LCG). We systematically evaluate the performance of LLMs on satisfying lexical constraints with prompt-based controlling, as well as their efficacy i…

Cited by 1SourcePDFScholar
2024

Fast Graph Sharpness-Aware Minimization for Enhancing and Accelerating Few-Shot Node Classification

NeurIPS 2024poster

Graph Neural Networks (GNNs) have shown superior performance in node classification. However, GNNs perform poorly in the Few-Shot Node Classification (FSNC) task that requires robust generalization to make accurate predictions for unseen classes with limited labels. To tackle the challenge, we propo…

2024

Graph-Based Spatial Reasoning for Tracking Landmarks in Dynamic Laparoscopic Environments

RA-L 2024

Accurate anatomical landmark tracking is crucial yet challenging in laparoscopic surgery due to the changing appearance of landmarks during dynamic tool-anatomy interactions and visual domain shifts between cases. Unlike appearance-based detection methods, this work proposes a novel graph-based appr

Cited by 4SourceScholar
2024

LLM-A*: Large Language Model Enhanced Incremental Heuristic Search on Path Planning

EMNLP 2024finding

Path planning is a fundamental scientific problem in robotics and autonomous navigation, requiring the derivation of efficient routes from starting to destination points while avoiding obstacles. Traditional algorithms like A* and its variants are capable of ensuring path validity but suffer from si…

2024

LPNL: Scalable Link Prediction with Large Language Models

ACL 2024findings

Exploring the application of large language models (LLMs) to graph learning is an emerging endeavor. However, the vast amount of information inherent in large graphs poses significant challenges to graph learning with LLMs. This work focuses on the link prediction task and introduces **LPNL** (Link…

Cited by 10SourcePDFScholar
2024

SLANG: New Concept Comprehension of Large Language Models

EMNLP 2024main

The dynamic nature of language, particularly evident in the realm of slang and memes on the Internet, poses serious challenges to the adaptability of Large Language Models (LLMs). Traditionally anchored to static datasets, these models often struggle to keep up with the rapid linguistic evolution ch…

2024

Scalable and Effective Implicit Graph Neural Networks on Large Graphs

ICLR 2024poster

Graph Neural Networks (GNNs) have become the de facto standard for modeling graph-structured data in various applications. Among them, implicit GNNs have shown a superior ability to effectively capture long-range dependencies in underlying graphs. However, implicit GNNs tend to be computationally ex…

Cited by 10SourcePDFScholar
2024

Vascular Centerline-Guided Autonomous Navigation Methods for Robot-Lead Endovascular Interventions

ICRA 2024poster

In minimally invasive endovascular interventional surgery, guidewire navigation is an indispensable process. However, even experienced physicians often encounter difficulties in manually manipulating the guidewire for branch selection, while also facing the risk of radiation exposure. In this study,…

Cited by 2SourceScholar
2023

A Causal View of Entity Bias in (Large) Language Models

EMNLP 2023long findings

Entity bias widely affects pretrained (large) language models, causing them to rely on (biased) parametric knowledge to make unfaithful predictions. Although causality-inspired methods have shown great potential to mitigate entity bias, it is hard to precisely estimate the parameters of underlying c…

Cited by 0SourcecodeScholar
2023

AirFormer: Predicting Nationwide Air Quality in China with Transformers

AAAI 2023technical

Air pollution is a crucial issue affecting human health and livelihoods, as well as one of the barriers to economic growth. Forecasting air quality has become an increasingly important endeavor with significant social impacts, especially in emerging countries. In this paper, we present a novel Trans…

2023

LargeST: A Benchmark Dataset for Large-Scale Traffic Forecasting

NeurIPS 2023poster

Road traffic forecasting plays a critical role in smart city initiatives and has experienced significant advancements thanks to the power of deep learning in capturing non-linear patterns of traffic data. However, the promising results achieved on current public datasets may not be applicable to pra…

2023

PARCS: A Deployment-Oriented AI System for Robust Parcel-Level Cropland Segmentation of Satellite Images

AAAI 2023technical

Cropland segmentation of satellite images is an essential basis for crop area and yield estimation tasks in the remote sensing and computer vision interdisciplinary community. Instead of common pixel-level segmentation results with salt-and-pepper effects, a parcel-level output conforming to human r…

Cited by 7SourcePDFScholar
2022

Automatic Keyframe Detection for Critical Actions from the Experience of Expert Surgeons

IROS 2022poster

Robot-Assisted Minimally Invasive Surgery (RAMIS), which introduced robot-actuated invasive tools to increase the dexterity and efficiency of traditional MIS, has become popular. Investigations on how to achieve autonomy in RAMIS have drawn vast intention recently, which urges further insights into…

Cited by 6SourceScholar
2022

Autonomous Laparoscope Control for Minimally Invasive Surgery With Intuition and RCM Constraints

RA-L 2022

The automated laparoscope control can ensure the stability of the laparoscopic image and enhance the performance of surgeons during surgical operations. The letter presented a method that autonomously adjusted the laparoscope pose to obtain the optimal field of view (FOV). An optimization problem wa

Cited by 14SourceScholar
2022

Bounded Rational Game-theoretical Modeling of Human Joint Actions with Incomplete Information

IROS 2022poster

As humans and robots start to collaborate in close proximity, robots are tasked to perceive, comprehend, and anticipate human partners' actions, which demands a predictive model to describe how humans collaborate with each other in joint actions. Previous studies either simplify the collaborative ta…

Cited by 5SourceScholar
2022

Dangling-Aware Entity Alignment with Mixed High-Order Proximities

NAACL 2022findings

We study dangling-aware entity alignment in knowledge graphs (KGs), which is an underexplored but important problem. As different KGs are naturally constructed by different sets of entities, a KG commonly contains some dangling entities that cannot find counterparts in other KGs. Therefore, dangling…

Cited by 10SourcePDFScholar
2022

GraphCache: Message Passing as Caching for Sentence-Level Relation Extraction

NAACL 2022findings

Entity types and textual context are essential properties for sentence-level relation extraction (RE). Existing work only encodes these properties within individual instances, which limits the performance of RE given the insufficient features in a single sentence. In contrast, we model these propert…

Cited by 8SourcePDFScholar
2022

Should We Rely on Entity Mentions for Relation Extraction? Debiasing Relation Extraction with Counterfactual Analysis

NAACL 2022long

Recent literature focuses on utilizing the entity information in the sentence-level relation extraction (RE), but this risks leaking superficial and spurious clues of relations. As a result, RE still suffers from unintended entity bias, i.e., the spurious correlation between entity mentions (names)…

2021

A Unified 3D Human Motion Synthesis Model via Conditional Variational Auto-Encoder

ICCV 2021poster

We present a unified and flexible framework to address the generalized problem of 3D motion synthesis that covers the tasks of motion prediction, completion, interpolation, and spatial-temporal recovery. Since these tasks have different input constraints and various fidelity and diversity requiremen…

Cited by 80PDFScholar
2021

Adaptive Data Augmentation on Temporal Graphs

NeurIPS 2021poster

Temporal Graph Networks (TGNs) are powerful on modeling temporal graph data based on their increased complexity. Higher complexity carries with it a higher risk of overfitting, which makes TGNs capture random noise instead of essential semantic information. To address this issue, our idea is to tran…

Cited by 66SourcePDFScholar
2021

Development of a Humanoid Shoulder Based on 3-Motor 3 Degrees-of-Freedom Coupled Tendon-Driven Joint Module

RA-L 2021

In this study, a new humanoid shoulder is developed using a coupled tendon-driven mechanism that consists of three motors to drive three degrees of freedom (DoFs). In the coupled tendon-driven mechanism, multiple motors simultaneously drive multiple joints with each joint driven by at least two moto

Cited by 21SourceScholar
2021

EIGNN: Efficient Infinite-Depth Graph Neural Networks

NeurIPS 2021poster

Graph neural networks (GNNs) are widely used for modelling graph-structured data in numerous applications. However, with their inherently finite aggregation layers, existing GNN models may not be able to effectively capture long-range dependencies in the underlying graphs. Motivated by this limitati…

2021

Leveraging Large-Scale Weakly Labeled Data for Semi-Supervised Mass Detection in Mammograms

CVPR 2021poster

Mammographic mass detection is an integral part of a computer-aided diagnosis system. Annotating a large number of mammograms at pixel-level in order to train a mass detection model in a fully supervised fashion is costly and time-consuming. This paper presents a novel self-training framework for se…

Cited by 14PDFScholar
2021

Modeling Trajectories with Neural Ordinary Differential Equations

IJCAI 2021poster

Recent advances in location-acquisition techniques have generated massive spatial trajectory data. Recurrent Neural Networks (RNNs) are modern tools for modeling such trajectory data. After revisiting RNN-based methods for trajectory modeling, we expose two common critical drawbacks in the existing…

Cited by 50SourcePDFScholar
2020

Learning Progressive Joint Propagation for Human Motion Prediction

ECCV 2020poster

Despite the great progress in human motion prediction, it remains a challenging task due to the complicated structural dynamics of human behaviors. In this paper, we address this problem in three aspects. First, to capture the long-range spatial correlations and temporal dependencies, we apply a tra…

Cited by 197SourcePDFScholar
2019

How Shall I Drive? Interaction Modeling and Motion Planning towards Empathetic and Socially-Graceful Driving

ICRA 2019poster

While intelligence of autonomous vehicles (AVs) has significantly advanced in recent years, accidents involving AVs suggest that these autonomous systems lack gracefulness in driving when interacting with human drivers. In the setting of a two-player game, we propose model predictive control based o…

Cited by 20SourceScholar
2019

SPFEMD: Super-pixel Based Finger Earth Mover's Distance for Hand Gesture Recognition

ICASSP 2019accepted

In this paper, we propose super-pixel based finger earth mover's distance (SPFEMD) for hand gesture recognition. For finger representation, we design SPFEMD for similarity measurement between fingers and hand gestures, and use it as the distance metric for hand gesture recognition. First, we extract…

Cited by 0SourceScholar
2018

Optimal Collision-Free Robot Trajectory Generation Based on Time Series Prediction of Human Motion

RA-L 2018

In this letter, we propose that the joint motion of a human worker doing repetitive work could be predicted using a time series model. With a motion capture system, the elbow joint rotation data are collected and used to fit an autoregressive model. An online parameter adaptation algorithm is employ

Cited by 41SourceScholar