← Search

Jiaxin Liu

24 accepted papers

2026

AdaThinkDrive: Adaptive Thinking Via Reinforcement Learning for Autonomous Driving

ICRA 2026poster

While reasoning technology like Chain-of-Thought (CoT) has been widely adopted in Vision-Language-Action (VLA) models, it demonstrates promising capabilities in end-to-end autonomous driving. However, recent efforts to integrate CoT reasoning often fall short in simple scenarios, introducing unneces…

2026

BEYOND FACE SWAPPING: A DIFFUSION-BASED DIGITAL HUMAN BENCHMARK FOR MULTIMODAL DEEPFAKE DETECTION

ICASSP 2026poster

In recent years, the explosive advancement of deepfake technology has posed a critical and escalating threat to public security: diffusion-based digital human generation. Unlike traditional face manipulation methods, such models can generate highly realistic videos with consistency via multimodal co…

Cited by 0SourcePDFScholar
2026

DeepSight: Long-Horizon World Modeling via Latent States Prediction for End-to-End Autonomous Driving

ICML 2026poster

End-to-end autonomous driving systems are increasingly integrating Vision-Language Model (VLM) architectures, incorporating text reasoning or visual reasoning to enhance the robustness and accuracy of driving decisions. However, the reasoning mechanisms employed in most methods are direct adaptation…

Cited by 0SourceScholar
2026

Fair Algorithms with Probing for Multi-Agent Multi-Armed Bandits

AAAI 2026technical

We propose a multi-agent multi-armed bandit (MA-MAB) framework to ensure fair outcomes across agents while maximizing overall system performance. For example, in a ridesharing setting where a central dispatcher assigns drivers to distinct geographic regions, utilitarian welfare (the sum of driver ea

Cited by 0SourcePDFScholar
2026

Generalized Geometry Encoding Volume for Real-time Stereo Matching

AAAI 2026technical

Real-time stereo matching methods primarily focus on enhancing in-domain performance but often overlook the critical importance of generalization in real-world applications. In contrast, recent stereo foundation models leverage monocular foundation models (MFMs) to improve generalization, but typica

Cited by 0SourcePDFScholar
2026

MULTIMODAL MULTI-AGENT EMPOWERED LEGAL JUDGMENT PREDICTION

ICASSP 2026poster

Legal Judgment Prediction (LJP) aims to predict the outcomes of legal cases based on factual descriptions, serving as a fundamental task to advance the development of legal systems. Traditional methods often rely on statistical analyses or role-based simulations but face challenges with multiple all…

Cited by 0SourcePDFScholar
2026

Metric, Inertially Aligned Monocular State Estimation Via Kinetodynamic Priors

ICRA 2026poster

Accurate state estimation for flexible robotic systems poses significant challenges, particularly for platforms with dynamically deforming structures that invalidate rigid-body assumptions. This paper addresses this problem and enables the extension of existing rigid-body pose estimation methods to …

2026

On-Device Realistic Test-Time Adaptation via Bias-Resistant Statistical Alignment

IJCAI 2026

Test-Time Adaptation (TTA) aims to adapt pretrained models to unseen test data, which is crucial for resource-constrained edge devices that must handle distribution shifts on the fly without human supervision. However, conventional TTA methods often fail in realistic scenarios characterized by conti

Cited by 0Scholar
2026

Out of the Memory Barrier: A Highly Memory-Efficient Training System for LLMs with Million-Token Contexts

ICLR 2026poster

Training Large Language Models (LLMs) on long contexts is severely constrained by prohibitive GPU memory overhead, not training time. The primary culprits are the activations, whose memory footprints scale linearly with sequence length. We introduce OOMB, a highly memory-efficient training system th…

Cited by 0SourcecodeScholar
2026

Real-Time Modeling of Environmental Forces During Pushing in Granular Media Using S-RFT

ICRA 2026poster

Modeling environmental forces remains a critical challenge in the design and control of robots operating on granular terrain. In pushing locomotion, propulsion is generated by displacing a large number of particles; however, the resulting terrain deformation complicates accurate real-time force pred…

Cited by 0Scholar
2026

UniHM: Unified Dexterous Hand Manipulation with Vision Language Model

ICLR 2026poster

Planning physically feasible dexterous hand manipulation is a central challenge in robotic manipulation and Embodied AI. Prior work typically relies on object-centric cues or precise hand-object interaction sequences, foregoing the rich, compositional guidance of open-vocabulary instruction. We intr…

Cited by 0SourcecodeScholar
2026

Unleashing VLA Potentials in Autonomous Driving via Explicit Learning from Failures

CVPR 2026

Vision-Language-Action (VLA) models for autonomous driving often hit a performance plateau during Reinforcement Learning (RL) optimization. This stagnation arises from exploration capabilities constrained by previous Supervised Fine-Tuning (SFT), leading to "persistent failures" in long-tail scenari

Cited by 0SourceScholar
2025

A Robust Distributed Recurrent Neural Network for Multi-Agent Consensus Control

ICASSP 2025accepted

Recurrent Neural Networks (RNNs) are widely used in control system due to their dynamic capabilities. However, the control accuracy of RNN-based systems can be compromised by noise interference, and there has been little research on RNN-based control in disturbed multi-agent systems. To address this…

Cited by 0SourceScholar
2025

BANet: Bilateral Aggregation Network for Mobile Stereo Matching

ICCV 2025poster

State-of-the-art stereo matching methods typically use costly 3D convolutions to aggregate a full cost volume, but their computational demands make mobile deployment challenging. Directly applying 2D convolutions for cost aggregation often results in edge blurring, detail loss, and mismatches in tex…

2025

MoFRR: Mixture of Diffusion Models for Face Retouching Restoration

ICCV 2025poster

The widespread use of face retouching on social media platforms raises concerns about the authenticity of face images. While existing methods focus on detecting face retouching, how to accurately recover the original faces from the retouched ones has yet to be answered. This paper introduces Face Re…

Cited by 0SourcePDFScholar
2025

SQLFixAgent: Towards Semantic-Accurate Text-to-SQL Parsing via Consistency-Enhanced Multi-Agent Collaboration

AAAI 2025technical

While fine-tuned large language models (LLMs) excel in generating grammatically valid SQL in Text-to-SQL parsing, they often struggle to ensure semantic accuracy in queries, leading to user confusion and diminished system usability. To tackle this challenge, we introduce SQLFixAgent, a new consisten…

2024

A Spatial Calibration Method for Robust Cooperative Perception

RA-L 2024

Cooperative perception is a promising technique for intelligent and connected vehicles through vehicle-to-everything (V2X) cooperation, provided that accurate pose information and relative pose transforms are available. Nevertheless, obtaining precise positioning information often entails high costs

Cited by 37SourcecodeScholar
2024

Beyond Surface Similarity: Detecting Subtle Semantic Shifts in Financial Narratives

NAACL 2024findings

In this paper, we introduce the Financial-STS task, a financial domain-specific NLP task designed to measure the nuanced semantic similarity between pairs of financial narratives. These narratives originate from the financial statements of the same company but correspond to different periods, such a…

2024

GeoAgent: To Empower LLMs using Geospatial Tools for Address Standardization

ACL 2024findings

This paper presents a novel solution to tackle the challenges that posed by the abundance of non-standard addresses, which input by users in modern applications such as navigation maps, ride-hailing apps, food delivery platforms, and logistics services. These manually entered addresses often contain…

2024

Linear Uncertainty Quantification of Graphical Model Inference

NeurIPS 2024poster

Uncertainty Quantification (UQ) is vital for decision makers as it offers insights into the potential reliability of data and model, enabling more informed and risk-aware decision-making. Graphical models, capable of representing data with complex dependencies, are widely used across domains. Exist…

Cited by 0SourcePDFScholar
2021

Automated Fabrication of the High-Fidelity Cellular Micro-Scaffold Through Proportion-Corrective Control of the Photocuring Process

RA-L 2021

Fabricated cellular micro-scaffold that recapitulates natural extracellular matrix (ECM) has shown huge potential in the study of cell behaviors. However, the reproducing of the physiological morphology with high efficiency and accuracy in the micro-scaffold still remains as a major challenge. Here,

Cited by 1SourceScholar