← Search

Ming Xu

34 accepted papers

2026

An Underwater Exoskeleton for Scuba Diving: Reducing Air Consumption and Muscle Activation through Knee Assistance

ICRA 2026poster

Evolutionary pressures have pushed humans to become efficient walkers, but inefficient divers. People consume more energy to travel the same distance underwater than on land. In diverse overground locomotion, emerging exoskeletons have reduced the metabolic cost of humans. Can we also improve the en…

Cited by 0SourceScholar
2026

PhysGen: Physically Grounded 3D Shape Generation for Industrial Design

CVPR 2026

Existing generative models for 3D shapes can synthesize high-fidelity and visually plausible shapes. For certain classes of shapes that have undergone an engineering design process, the realism of the shape is tightly coupled with the underlying physical properties, e.g., aerodynamic efficiency for

Cited by 0SourcecodeScholar
2026

Scalable and Differentiable Point-Cloud Registration Using Maximum Mean Discrepancy

ICML 2026poster

We present MMD-Reg, a novel correspondence-free approach to point-cloud registration that is differentiable and has linear computational complexity in the number of points. We model registration as a nonlinear least-squares problem based on the Maximum Mean Discrepancy, approximated using random Fou…

Cited by 0SourceScholar
2025

Accelerating Inverse Kinematic Solutions for a Cable-Driven Soft Robotic Manipulator via Physics-Informed Neural Network

IROS 2025

Cable-driven soft manipulators, with inherent compliance and hyper-redundancy, offer significant advantages in unstructured environments but present formidable challenges in modeling of inverse kinematics due to nonlinear deformations and underactuation. In this paper, building on a modified forward

Cited by 0SourceScholar
2025

BigCodeBench: Benchmarking Code Generation with Diverse Function Calls and Complex Instructions

ICLR 2025oral

Task automation has been greatly empowered by the recent advances in Large Language Models (LLMs) via Python code, where the tasks range from software engineering development to general-purpose reasoning. While current benchmarks have shown that LLMs can solve tasks using programs like human develop…

Cited by 609SourcePDFScholar
2025

Can We Predict Performance of Large Models across Vision-Language Tasks?

ICML 2025poster

Evaluating large vision-language models (LVLMs) is very expensive, due to high computational cost and the wide variety of tasks. The good news is that if we already have some observed performance scores, we may be able to infer unknown ones. In this study, we propose a new framework for predicting u…

2025

Generating Customized 4D Motions from Text Inputs Using Spatial-Temporal Slicing Approaches

ICASSP 2025accepted

Text-guided diffusion models have revolutionized static 3D generation, which significantly accelerated progress in 4D content creation. However, applying diffusion models to 4D content creation poses huge challenges due to the complexity and diversity of motion. The task of text to 4D customized gen…

Cited by 0SourceScholar
2025

ObCLIP: Oblivious CLoud-Device Hybrid Image Generation with Privacy Preservation

NeurIPS 2025poster

Diffusion Models have gained significant popularity due to their remarkable capabilities in image generation, albeit at the cost of intensive computation requirement. Meanwhile, despite their widespread deployment in inference services such as Midjourney, concerns about the potential leakage of sens…

Cited by 0SourceScholar
2025

Security-Enhanced Data Transmission Scheme for IoT-Based Healthcare in Remote Areas

ICASSP 2025accepted

In remote areas without continuous internet connectivity, patients often need to travel long distances to access healthcare services. Ensuring secure and efficient healthcare in remote areas has become a significant challenge. Inspired by delay tolerant networks and identity authentication protocols…

Cited by 0SourceScholar
2025

Talk2Radar: Bridging Natural Language with 4D mmWave Radar for 3D Referring Expression Comprehension

ICRA 2025

Embodied perception is essential for intelligent vehicles and robots in interactive environmental understanding. However, these advancements primarily focus on vision, with limited attention given to using 3D modeling sensors, restricting a comprehensive understanding of objects in response to promp

Cited by 19SourcecodeScholar
2024

Molecule Design by Latent Prompt Transformer

NeurIPS 2024spotlight

This work explores the challenging problem of molecule design by framing it as a conditional generative modeling task, where target biological properties or desired chemical constraints serve as conditioning variables. We propose the Latent Prompt Transformer (LPT), a novel generative model comprisi…

Cited by 2SourcePDFScholar
2024

Temporally Consistent Unbalanced Optimal Transport for Unsupervised Action Segmentation

CVPR 2024poster

We propose a novel approach to the action segmentation task for long untrimmed videos based on solving an optimal transport problem. By encoding a temporal consistency prior into a Gromov-Wasserstein problem we are able to decode a temporally consistent segmentation from a noisy affinity/matching co…

2024

The First to Know: How Token Distributions Reveal Hidden Knowledge in Large Vision-Language Models?

ECCV 2024poster

"Large vision-language models (LVLMs), designed to interpret and respond to human instructions, occasionally generate hallucinated or harmful content due to inappropriate instructions. This study uses linear probing to shed light on the hidden knowledge at the output layers of LVLMs. We demonstrate…

2024

Towards Optimal Feature-Shaping Methods for Out-of-Distribution Detection

ICLR 2024poster

Feature shaping refers to a family of methods that exhibit state-of-the-art performance for out-of-distribution (OOD) detection. These approaches manipulate the feature representation, typically from the penultimate layer of a pre-trained deep learning model, so as to better differentiate between in…

2024

VLAD-BuFF: Burst-aware Fast Feature Aggregation for Visual Place Recognition

ECCV 2024poster

"Visual Place Recognition (VPR) is a crucial component of many visual localization pipelines for embodied agents. VPR is often formulated as an image retrieval task aimed at jointly learning local features and an aggregation method. The current state-of-the-art VPR methods rely on VLAD aggregation,…

2023

Deep Declarative Dynamic Time Warping for End-to-End Learning of Alignment Paths

ICLR 2023poster

This paper addresses learning end-to-end models for time series data that include a temporal alignment step via dynamic time warping (DTW). Existing approaches to differentiable DTW either differentiate through a fixed warping path or apply a differentiable relaxation to the min operator found in th…

2023

Deep Unfolding Convolutional Dictionary Model for Multi-Contrast MRI Super-resolution and Reconstruction

IJCAI 2023poster

Magnetic resonance imaging (MRI) tasks often involve multiple contrasts. Recently, numerous deep learning-based multi-contrast MRI super-resolution (SR) and reconstruction methods have been proposed to explore the complementary information from the multi-contrast images. However, these methods eithe…

2023

Revisiting Implicit Differentiation for Learning Problems in Optimal Control

NeurIPS 2023poster

This paper proposes a new method for differentiating through optimal trajectories arising from non-convex, constrained discrete-time optimal control (COC) problems using the implicit function theorem (IFT). Previous works solve a differential Karush-Kuhn-Tucker (KKT) system for the trajectory deriva…

2023

Two Wrongs Don’t Make a Right: Combating Confirmation Bias in Learning with Label Noise

AAAI 2023technical

Noisy labels damage the performance of deep networks. For robust learning, a prominent two-stage pipeline alternates between eliminating possible incorrect labels and semi-supervised training. However, discarding part of noisy labels could result in a loss of information, especially when the corrup…

Cited by 32SourcePDFScholar
2022

3D Random Occlusion and Multi-layer Projection for Deep Multi-Camera Pedestrian Localization

ECCV 2022poster

"Although deep-learning based methods for monocular pedestrian detection have made a great progress, they are still vulnerable to heavy occlusions. Using multi-view information fusion is a potential solution but has limited applications, due to the lack of annotated training samples in existing mult…

2022

FedDC: Federated Learning With Non-IID Data via Local Drift Decoupling and Correction

CVPR 2022poster

Federated learning (FL) allows multiple clients to collectively train a high-performance global model without sharing their private data. However, the key challenge in federated learning is that the clients have significant statistical heterogeneity among their local data distributions, which would…

Cited by 346PDFcodeScholar
2022

Improving Road Segmentation in Challenging Domains Using Similar Place Priors

RA-L 2022

Road segmentation in challenging domains, such as night, snow or rain, is a difficult task. Most current approaches boost performance using fine-tuning, domain adaptation, style transfer, or by referencing previously acquired imagery. These approaches share one or more of three significant limitatio

Cited by 4SourceScholar
2022

Improving Worst Case Visual Localization Coverage via Place-Specific Sub-Selection in Multi-Camera Systems

RA-L 2022

6-DoF visual localization systems utilize principled approaches rooted in 3D geometry to perform accurate camera pose estimation of images to a map. Current techniques use hierarchical pipelines and learned 2D feature extractors to improve scalability and increase performance. However, despite gains

Cited by 10SourceScholar
2022

Residual Skill Policies: Learning an Adaptable Skill-based Action Space for Reinforcement Learning for Robotics

CoRL 2022poster

Skill-based reinforcement learning (RL) has emerged as a promising strategy to leverage prior knowledge for accelerated robot learning. Skills are typically extracted from expert demonstrations and are embedded into a latent space from which they can be sampled as actions by a high-level RL agent. H…

Cited by 35SourcecodeScholar
2021

Patch-NetVLAD: Multi-Scale Fusion of Locally-Global Descriptors for Place Recognition

CVPR 2021poster

Visual Place Recognition is a challenging task for robotics and autonomous systems, which must deal with the twin problems of appearance and viewpoint change in an always changing world. This paper introduces Patch-NetVLAD, which provides a novel formulation for combining the advantages of both loca…

Cited by 463PDFcodeScholar
2021

Probabilistic Appearance-Invariant Topometric Localization With New Place Awareness

RA-L 2021

Probabilistic state-estimation approaches offer a principled foundation for designing localization systems, because they naturally integrate sequences of imperfect motion and exteroceptive sensor data. Recently, probabilistic localization systems utilizing appearance-invariant visual place recogniti

Cited by 10SourcecodeScholar
2021

Unsupervised Selection of Optimal Operating Parameters for Visual Place Recognition Algorithms Using Gaussian Mixture Models

RA-L 2021

Visual place recognition (VPR) algorithms are a key part of many autonomous systems, but typically consist of many parameters which require non-trivial optimization for a given deployment environment. Being able to automatically select the optimal operating point for parameters within a VPR algorith

Cited by 5SourceScholar
2019

Hierarchical Encoding of Sequential Data With Compact and Sub-Linear Storage Cost

ICCV 2019poster

Snapshot-based visual localization is an important problem in several computer vision and robotics applications such as Simultaneous Localization And Mapping (SLAM). To achieve real-time performance in very large-scale environments with massive amounts of training and map data, techniques such as ap…

Cited by 0PDFcodeScholar
2019

Variance reduction properties of the reparameterization trick

AISTATS 2019poster

The reparameterization trick is widely used in variational inference as it yields more accurate estimates of the gradient of the variational objective than alternative approaches such as the score function method. Although there is overwhelming empirical evidence in the literature showing its succes…

Cited by 85SourcePDFScholar