← Search

Yan Xu

45 accepted papers

2026

ECD: Evidence-guided Contrastive Decoding in Retrieval-Augmented Generation with Accurate Knowledge Reference Adjustment

AAAI 2026technical

Retrieval-Augmented Generation (RAG) enhances the quality of question answering by integrating external knowledge with internal knowledge. A robust RAG system needs to precisely regulate the dependence of the response on the two types of knowledge. The recently proposed context-aware contrastive dec

Cited by 0SourcePDFScholar
2026

EngiAgent: Fully Connected Coordination of LLM Agents for Solving Open-ended Engineering Problems with Feasible Solutions

ICML 2026poster

Engineering problem solving is central to real-world decision-making, requiring mathematical formulations that not only represent complex problems but also produce feasible solutions under data and physical constraints. Unlike mathematical problem solving, which operates on predefined formulations, …

Cited by 0SourceScholar
2026

OmniClimb: A Passively Adaptive Rail-Climbing Robot for Multi-Curvature Mobility

RA-L 2026

Stable mobility of rail-climbing robots in complex aerial worksites remains a significant challenge for industrial inspection and maintenance. Existing designs often struggle with reliable adhesion, efficient locomotion, and adaptability to omnidirectional movement on rails with varying curvature an

Cited by 0SourceScholar
2025

ARCH: Hierarchical Hybrid Learning for Long-Horizon Contact-Rich Robotic Assembly

CoRL 2025poster

Generalizable long-horizon robotic assembly requires reasoning at multiple levels of abstraction. While end-to-end imitation learning (IL) is a promising approach, it typically requires large amounts of expert demonstration data and often struggles to achieve the high precision demanded by assembly…

Cited by 0SourceScholar
2025

Efficient Fabrication of High-Aspect-Ratio Stepped-End Microneedles via Vision-Guided Assembly for Flexible Microelectrode Implantation

RA-L 2025

This paper presents an automated assembly method for the efficient and cost-effective fabrication of high-aspect-ratio stepped-end (HARSE) microneedles for flexible neural microelectrode implantation. The core process is a novel variable stiffness insertion (VSI) method, employing a vision-guided sy

Cited by 3SourceScholar
2025

Instruction-Tuning Data Synthesis from Scratch via Web Reconstruction

ACL 2025finding

The improvement of LLMs’ instruction-following capabilities depends critically on the availability of high-quality instruction-response pairs. While existing automatic data synthetic methods alleviate the burden of manual curation, they often rely heavily on either the quality of seed data or strong…

2025

NopeRoomGS: Indoor 3D Gaussian Splatting Optimization without Camera Pose Input

NeurIPS 2025poster

Recent advances in 3D Gaussian Splatting (3DGS) have enabled real-time, high-fidelity view synthesis, but remain critically dependent on camera poses estimated by Structure-from-Motion (SfM), which is notoriously unreliable in textureless indoor environments. To eliminate this dependency, recent pos…

Cited by 0SourceScholar
2025

Novel View Synthesis from A Few Glimpses via Test-Time Natural Video Completion

NeurIPS 2025poster

Given just a few glimpses of a scene, can you imagine the movie playing out as the camera glides through it? That’s the lens we take on sparse-input novel view synthesis, not only as filling spatial gaps between widely spaced views, but also as completing a natural video unfolding through space. We…

Cited by 0SourcecodeScholar
2025

QFFT, Question-Free Fine-Tuning for Adaptive Reasoning

NeurIPS 2025spotlight

Recent advancements in Long Chain-of-Thought (CoT) reasoning models have improved performance on complex tasks, but they suffer from overthinking, which generates redundant reasoning steps, especially for simple questions. This paper revisits the reasoning patterns of Long and Short CoT models, obse…

Cited by 0SourcecodeScholar
2025

Safe: Enhancing Mathematical Reasoning in Large Language Models via Retrospective Step-aware Formal Verification

ACL 2025long

Chain-of-Thought (CoT) prompting has become the de facto method to elicit reasoning capabilities from large language models (LLMs). However, to mitigate hallucinations in CoT that are notoriously difficult to detect, current methods such as process reward models (PRMs) or self-consistency operate as…

2025

Visual Textualization for Image Prompted Object Detection

ICCV 2025poster

We propose VisTex-OVLM, a novel image prompted object detection method that introduces visual textualization ---- a process that projects a few visual exemplars into the text feature space to enhance Object-level Vision-Language Models' (OVLMs) capability in detecting rare categories that are diffic…

Cited by 0SourcePDFScholar
2024

Pedestrian-Centric 3D Pre-collision Pose and Shape Estimation from Dashcam Perspective

NeurIPS 2024poster

Pedestrian pre-collision pose is one of the key factors to determine the degree of pedestrian-vehicle injury in collision. Human pose estimation algorithm is an effective method to estimate pedestrian emergency pose from accident video. However, the pose estimation model trained by the existing dail…

2024

SEACrowd: A Multilingual Multimodal Data Hub and Benchmark Suite for Southeast Asian Languages

EMNLP 2024main

Southeast Asia (SEA) is a region rich in linguistic diversity and cultural variety, with over 1,300 indigenous languages and a population of 671 million people. However, prevailing AI models suffer from a significant lack of representation of texts, images, and audio datasets from SEA, compromising…

2024

Tuning Stable Rank Shrinkage: Aiming at the Overlooked Structural Risk in Fine-tuning

CVPR 2024poster

Existing fine-tuning methods for computer vision tasks primarily focus on re-weighting the knowledge learned from the source domain during pre-training. They aim to retain beneficial knowledge for the target domain while suppressing unfavorable knowledge. During the pre-training and fine-tuning stag…

2023

A Dual-Branch Adaptive Distribution Fusion Framework for Real-World Facial Expression Recognition

ICASSP 2023accepted

Facial expression recognition (FER) plays a significant role in our daily life. However, annotation ambiguity in the datasets could greatly hinder the performance. In this paper, we address FER task via label distribution learning paradigm, and develop a dual-branch Adaptive Distribution Fusion (Ada…

Cited by 0SourceScholar
2023

Contrastive Learning for Inference in Dialogue

EMNLP 2023long main

Inference, especially those derived from inductive processes, is a crucial component in our conversation to complement the information implicitly or explicitly conveyed by a speaker. While recent large language models show remarkable advances in inference tasks, their performance in inductive reaso…

Cited by 0SourcecodeScholar
2023

Diverse and Faithful Knowledge-Grounded Dialogue Generation via Sequential Posterior Inference

ICML 2023poster

The capability to generate responses with diversity and faithfulness using factual knowledge is paramount for creating a human-like, trustworthy dialogue system. Common strategies either adopt a two-step paradigm, which optimizes knowledge selection and response generation separately, and may overlo…

2023

Exploiting Contextual Objects and Relations for 3D Visual Grounding

NeurIPS 2023poster

3D visual grounding, the task of identifying visual objects in 3D scenes based on natural language inputs, plays a critical role in enabling machines to understand and engage with the real-world environment. However, this task is challenging due to the necessity to capture 3D contextual information…

2023

KILM: Knowledge Injection into Encoder-Decoder Language Models

ACL 2023long

Large pre-trained language models (PLMs) have been shown to retain implicit knowledge within their parameters. To enhance this implicit knowledge, we propose Knowledge Injection into Language Models (KILM), a novel approach that injects entity-related knowledge into encoder-decoder PLMs, via a gener…

2023

NeRF-Loc: Transformer-Based Object Localization Within Neural Radiance Fields

RA-L 2023

Neural Radiance Fields (NeRFs) have become a widely-applied scene representation technique in recent years, showing advantages for robot navigation and manipulation tasks. To further advance the utility of NeRFs for robotics, we propose a transformer-based framework, <monospace xmlns:mml="http://www

Cited by 14SourceScholar
2023

NusaCrowd: Open Source Initiative for Indonesian NLP Resources

ACL 2023findings

We present NusaCrowd, a collaborative initiative to collect and unify existing resources for Indonesian languages, including opening access to previously non-public resources. Through this initiative, we have brought together 137 datasets and 118 standardized data loaders. The quality of the dataset…

2023

Preserving Tumor Volumes for Unsupervised Medical Image Registration

ICCV 2023poster

Medical image registration is a critical task that estimates the spatial correspondence between pairs of images. However, current traditional and learning-based methods rely on similarity measures to generate a deforming field, which often results in disproportionate volume changes in dissimilar reg…

Cited by 6PDFcodeScholar
2023

Semantic matching for text classification with complex class descriptions

EMNLP 2023long main

Text classifiers are an indispensable tool for machine learning practitioners, but adapting them to new classes is expensive. To reduce the cost of new classes, previous work exploits class descriptions and/or labels from existing classes. However, these approaches leave a gap in the model developme…

Cited by 0SourceScholar
2023

Towards Mitigating LLM Hallucination via Self Reflection

EMNLP 2023long findings

Large language models (LLMs) have shown promise for generative and knowledge-intensive tasks including question-answering (QA) tasks. However, the practical deployment still faces challenges, notably the issue of "hallucination", where models generate plausible-sounding but unfaithful or nonsensical…

Cited by 0SourceScholar
2023

Urban Radiance Field Representation with Deformable Neural Mesh Primitives

ICCV 2023poster

Neural Radiance Fields (NeRFs) have achieved great success in the past few years. However, most current methods still require intensive resources due to ray marching-based rendering. To construct urban-level radiance fields efficiently, we design Deformable Neural Mesh Primitive (DNMP), and propose…

Cited by 44PDFScholar
2023

Variational Degeneration to Structural Refinement: A Unified Framework for Superimposed Image Decomposition

ICCV 2023poster

Decomposing a single mixed image into individual image layers is the common crux of a classical category of tasks in image restoration. Several unified frameworks have been proposed that can handle different types of degradation in superimposed image decomposition. However, there are always undesire…

Cited by 2PDFScholar
2022

Embodied Concept Learner: Self-supervised Learning of Concepts and Mapping through Instruction Following

CoRL 2022poster

Humans, even at a very early age, can learn visual concepts and understand geometry and layout through active interaction with the environment, and generalize their compositions to complete tasks described by natural languages in novel scenes. To mimic such capability, we propose Embodied Concept Le…

Cited by 21SourceScholar
2022

Improving Visual Grounding With Visual-Linguistic Verification and Iterative Reasoning

CVPR 2022poster

Visual grounding is a task to locate the target indicated by a natural language expression. Existing methods extend the generic object detection framework to this problem. They base the visual grounding on the features from pre-generated proposals or anchors, and fuse these features with the text em…

Cited by 147PDFcodeScholar
2022

RNNPose: Recurrent 6-DoF Object Pose Refinement With Robust Correspondence Field Estimation and Pose Optimization

CVPR 2022poster

6-DoF object pose estimation from a monocular image is challenging, and a post-refinement procedure is generally needed for high-precision estimation. In this paper, we propose a framework based on a recurrent neural network (RNN) for object pose refinement, which is robust to erroneous initial pose…

Cited by 82PDFcodeScholar
2022

Robust Self-Supervised LiDAR Odometry Via Representative Structure Discovery and 3D Inherent Error Modeling

RA-L 2022

The correct ego-motion estimation basically relies on the understanding of correspondences between adjacent LiDAR scans. However, given the complex scenarios and the low-resolution LiDAR, finding reliable structures for identifying correspondences can be challenging. In this letter, we delve into st

Cited by 21SourcecodeScholar
2021

CrossNER: Evaluating Cross-Domain Named Entity Recognition

AAAI 2021technical

Cross-domain named entity recognition (NER) models are able to cope with the scarcity issue of NER samples in target domains. However, most of the existing NER benchmarks lack domain-specialized entity types or do not focus on a certain domain, leading to a less effective cross-domain evaluation. To…

2021

ESA-VLAD: A Lightweight Network Based on Second-Order Attention and NetVLAD for Loop Closure Detection

RA-L 2021

Loop closure detection (LCD) is an important portion of Simultaneous Localization and Mapping (SLAM) because of its ability to reduce accumulated position errors. In this letter, we propose a novel loop closure detection algorithm named ESA-VLAD. The crucial part of ESA-VLAD is a redesigned network

Cited by 28SourceScholar
2021

Large Scale Image Completion via Co-Modulated Generative Adversarial Networks

ICLR 2021spotlight

Numerous task-specific variants of conditional generative adversarial networks have been developed for image completion. Yet, a serious limitation remains that all existing algorithms tend to fail when handling large-scale missing regions. To overcome this challenge, we propose a generic new approac…

2021

VS-Net: Voting With Segmentation for Visual Localization

CVPR 2021poster

Visual localization is of great importance in robotics and computer vision. Recently, scene coordinate regression based methods have shown good performance in visual localization in small static scenes. However, it still estimates camera poses from many inferior scene coordinates. To address this pr…

Cited by 57PDFcodeScholar
2020

MaskFlownet: Asymmetric Feature Matching With Learnable Occlusion Mask

CVPR 2020oral

Feature warping is a core technique in optical flow estimation; however, the ambiguity caused by occluded areas during warping is a major problem that remains unsolved. In this paper, we propose an asymmetric occlusion-aware feature matching module, which can learn a rough occlusion mask that filter…

Cited by 276PDFcodeScholar
2020

SelfVoxeLO: Self-supervised LiDAR Odometry with Voxel-based Deep Neural Networks

CoRL 2020

Recent learning-based LiDAR odometry methods have demonstrated their competitiveness. However, most methods still face two substantial challenges: 1) the 2D projection representation of LiDAR data cannot effectively encode 3D structures from the point clouds; 2) the needs for a large amount of label

2019

Depth Completion From Sparse LiDAR Data With Depth-Normal Constraints

ICCV 2019poster

Depth completion aims to recover dense depth maps from sparse depth measurements. It is of increasing importance for autonomous driving and draws increasing attention from the vision community. Most of the current competitive methods directly train a network to learn a mapping from sparse depth inpu…

Cited by 254PDFScholar
2019

Exact Adversarial Attack to Image Captioning via Structured Output Learning With Latent Variables

CVPR 2019poster

In this work, we study the robustness of a CNN+RNN based image captioning system being subjected to adversarial noises. We propose to fool an image captioning system to generate some targeted partial captions for an image polluted by adversarial noises, even the targeted captions are totally irrelev…

Cited by 64PDFcodeScholar
2019

Prior Guided Dropout for Robust Visual Localization in Dynamic Environments

ICCV 2019poster

Camera localization from monocular images has been a long-standing problem, but its robustness in dynamic environments is still not adequately addressed. Compared with classic geometric approaches, modern CNN-based methods (e.g. PoseNet) have manifested the reliability against illumination or viewpo…

Cited by 59PDFcodeScholar
2019

Recursive Cascaded Networks for Unsupervised Medical Image Registration

ICCV 2019poster

We present recursive cascaded networks, a general architecture that enables learning deep cascades, for deformable image registration. The proposed architecture is simple in design and can be built on any base network. The moving image is warped successively by each cascade and finally aligned to th…

Cited by 350PDFcodeScholar
2018

Towards Pose Invariant Face Recognition in the Wild

CVPR 2018poster

Pose variation is one key challenge in face recognition. As opposed to current techniques for pose invariant face recognition, which either directly extract pose invariant features for recognition, or first normalize profile face images to frontal pose before feature extraction, we argue that it is…

Cited by 300SourcePDFScholar
2016

Control and experimental validation of robot-assisted automatic measurement system for Multi-Stud Tensioning Machine (MSTM)

ICRA 2016

Multi-Stud Tensioning Machine (MSTM) is a specialized equipment used to open/seal the cover of the Reactor Pressure Vessel (RPV) during nuclear power plant maintenance. The tensioning residual values of the 58 studs are monitored for procedure evaluation. It is time-consuming for human operators to

Cited by 2SourceScholar
2015

Deep convolutional activation features for large scale Brain Tumor histopathology image classification and segmentation

ICASSP 2015accepted

We propose a simple, efficient and effective method using deep convolutional activation features (CNNs) to achieve stat- of-the-art classification and segmentation for the MICCAI 2014 Brain Tumor Digital Pathology Challenge. Common traits of such medical image challenges are characterized by large i…

Cited by 0SourceScholar