← Search

Jincheng YU

26 accepted papers

2026

COMPASS: Confined-Space Manipulation Planning with Active Sensing Strategy

ICRA 2026poster

Manipulation in confined and cluttered environments remains a significant challenge due to partial observability and complex configuration spaces. Effective manipulation in such environments requires an intelligent exploration strategy to safely understand the scene and search the target. In this pa…

2026

MHLA: Restoring Expressivity of Linear Attention via Token-Level Multi-Head

ICLR 2026poster

While the Transformer architecture dominates many fields, its quadratic self-attention complexity hinders its use in large-scale applications. **Linear attention** offers an efficient alternative, but its direct application often degrades performance, with existing fixes typically re-introducing com…

Cited by 0SourceScholar
2026

Robust and Scalable Multi-Robot Localization Using Stereo UWB Arrays

ICRA 2026poster

In environments where robots operate with limited global navigation satellite system accessibility, ultra-wideband (UWB) localization technology is a popular auxiliary solution to assist visual–inertial odometry systems. However, current UWB approaches lack 3-D pairwise localization capability and s…

Cited by 0SourceScholar
2026

SANA-Video: Efficient Video Generation with Block Linear Diffusion Transformer

ICLR 2026oral

We introduce SANA-Video, a small diffusion model that can efficiently generate videos up to 720×1280 resolution and minute-length duration. SANA-Video synthesizes high-resolution, high-quality and long videos with strong text-video alignment at a remarkably fast speed, deployable on RTX 5090 GPU. Tw…

Cited by 0SourcecodeScholar
2026

The Curse of Precision: A Data Scaling Law for High-Precision Robotic Manipulation

ICRA 2026poster

While scaling laws for imitation learning have primarily focused on generalization in open-world settings, the relationship between data and precision in closed-world tasks like robotic assembly remains largely unexplored. This paper systematically investigates this relationship and introduces a nov…

Cited by 0Scholar
2025

DC-AR: Efficient Masked Autoregressive Image Generation with Deep Compression Hybrid Tokenizer

ICCV 2025poster

We introduce DC-AR, a novel masked autoregressive (AR) text-to-image generation framework that delivers superior image generation quality with exceptional computational efficiency. Due to the tokenizers' limitations, prior masked AR models have lagged behind diffusion models in terms of quality or e…

2025

Efficient and Hardware-Friendly Online Adaptation for Deep Stereo Depth Estimation on Embedded Robots

RA-L 2025

Accurate and real-time stereo depth estimation is important for autonomous robots, such as autonomous aerial vehicles (AAVs). Due to the computation constraints of these miniaturized robots, current state-of-the-art algorithms deploy light-weight neural networks while using self-supervised online ad

Cited by 3SourceScholar
2025

MR-COGraphs: Communication-Efficient Multi-Robot Open-Vocabulary Mapping System via 3D Scene Graphs

RA-L 2025

Collaborative perception in unknown environments is crucial for multi-robot systems. With the emergence of foundation models, robots can now not only perceive geometric information but also achieve open-vocabulary scene understanding. However, existing map representations that support open-vocabular

Cited by 12SourcecodeScholar
2025

SANA 1.5: Efficient Scaling of Training-Time and Inference-Time Compute in Linear Diffusion Transformer

ICML 2025poster

This paper presents SANA-1.5, a linear Diffusion Transformer for efficient scaling in text-to-image generation. Building upon SANA-1.0, we introduce three key innovations: (1) Efficient Training Scaling: A depth-growth paradigm that enables scaling from 1.6B to 4.8B parameters with significantly red…

2025

SANA-Sprint: One-Step Diffusion with Continuous-Time Consistency Distillation

ICCV 2025poster

This paper presents SANA-Sprint, an efficient diffusion model for ultra-fast text-to-image (T2I) generation. SANA-Sprint is built on a pre-trained foundation model and augmented with hybrid distillation, dramatically reducing inference steps from 20 to 1-4.We introduce three key innovations: (1) We…

2024

CATOA: Cooperative Calibration of Timestamp Measurements for Distributed Multi-Robot Localization

IROS 2024poster

Ultra-wideband (UWB) is a popular technology for robotic localization in global positioning system (GPS)-challenged and vision-obstructed scenarios. In UWB localization systems, distance information is extracted from ToA and ToD timestamp measurements. However, these measurements are easily influenc…

Cited by 0SourceScholar
2024

High-Accuracy 2-D AoA Estimation Using Lightweight UWB Arrays

IROS 2024poster

Ultra-wide band (UWB) systems are gaining popularity for multi-robot localization benefiting from their high-accuracy ranging capabilities. However, current UWB systems fall short in determining orientations and realizing pair-wise localization for neglecting bearing information. Given the importanc…

Cited by 0SourceScholar
2024

MetaMath: Bootstrap Your Own Mathematical Questions for Large Language Models

ICLR 2024spotlight

Large language models (LLMs) have pushed the limits of natural language understanding and exhibited excellent problem-solving ability. Despite the great success, most existing open-source LLMs (\eg, LLaMA-2) are still far away from satisfactory for solving mathematical problems due to the complex re…

2024

PixArt-$\alpha$: Fast Training of Diffusion Transformer for Photorealistic Text-to-Image Synthesis

ICLR 2024spotlight

The most advanced text-to-image (T2I) models require significant training costs (e.g., millions of GPU hours), seriously hindering the fundamental innovation for the AIGC community while increasing CO2 emissions. This paper introduces PixArt-$\alpha$, a Transformer-based T2I diffusion model whose im…

Cited by 546SourcePDFScholar
2024

Rad-NeRF: Ray-decoupled Training of Neural Radiance Field

NeurIPS 2024poster

Although the neural radiance field (NeRF) exhibits high-fidelity visualization on the rendering task, it still suffers from rendering defects, especially in complex scenes. In this paper, we delve into the reason for the unsatisfactory performance and conjecture that it comes from interference in th…

2024

SAEIR: Sequentially Accumulated Entropy Intrinsic Reward for Cooperative Multi-Agent Reinforcement Learning with Sparse Reward

IJCAI 2024poster

Multi-agent reinforcement learning (MARL) performs well for solving complex cooperative tasks when the scenarios have well-defined dense rewards. However, there are usually sparse reward settings in many real-world multi-agent systems, which makes it difficult for MARL algorithms to successfully lea…

Cited by 1SourcePDFScholar
2022

$\mathcal {PLC}$-LiSLAM: LiDAR SLAM With Planes, Lines, and Cylinders

RA-L 2022

Planes, lines, and cylinders widely exist in man-made environments. This letter introduces a LiDAR simultaneous localization and mapping (SLAM) system using those three types of landmarks. Our algorithm has three components including local mapping, global mapping, and localization. The local and glo

Cited by 40SourceScholar
2022

A Framework to Co-Optimize Robot Exploration and Task Planning in Unknown Environments

RA-L 2022

Robots often need to accomplish complex tasks in unknown environments, which is a challenging problem, involving autonomous exploration for acquiring necessary scene knowledge and task planning. In traditional approaches, the agent first explores the environment to instantiate a complete planning do

Cited by 6SourceScholar
2022

Explore-Bench: Data Sets, Metrics and Evaluations for Frontier-based and Deep-reinforcement-learning-based Autonomous Exploration

ICRA 2022poster

Autonomous exploration and mapping of unknown terrains employing single or multiple robots is an essential task in mobile robotics and has therefore been widely investigated. Nevertheless, given the lack of unified data sets, metrics, and platforms to evaluate the exploration approaches, we develop…

Cited by 41SourcecodeScholar
2022

MR-GMMapping: Communication Efficient Multi-Robot Mapping System via Gaussian Mixture Model

RA-L 2022

Collaborative perception in unknown environments is a critical task for multi-robot systems. Without external positioning, multi-robot mapping systems have relied on the transfer of place recognition (PR) descriptors or sensor data for the relative pose estimation (RelPose) and share their local map

Cited by 21SourcecodeScholar
2022

MR-TopoMap: Multi-Robot Exploration Based on Topological Map in Communication Restricted Environment

RA-L 2022

Multi-robot exploration in unknown environments is a fundamental task for a multi-robot system, involving inter-robot communication through messages among the robots. However, in a restricted communication environment, the limited communication resources become the system's bottleneck due to a large

Cited by 62SourceScholar
2022

Multi-UAV Disaster Environment Coverage Planning with Limited-Endurance

ICRA 2022poster

Disaster areas involving floods and earthquakes are commonly large, with the rescue time being quite tight, suggesting multi-Unmanned Aerial Vehicles (UAV) exploration rather than employing a single UAV. For such scenarios, current UAV exploration is modeled as a Coverage Path Planning (CPP) problem…

Cited by 29SourceScholar
2022

Point Cloud Change Detection With Stereo V-SLAM: Dataset, Metrics and Baseline

RA-L 2022

Localization and navigation are basic robotic tasks requiring an accurate and up-to-date map to finish these tasks, with crowdsourced data to detect map changes posing an appealing solution. Collecting and processing crowdsourced data requires low-cost sensors and algorithms, but existing methods re

Cited by 4SourcecodeScholar
2021

SMMR-Explore: SubMap-based Multi-Robot Exploration System with Multi-robot Multi-target Potential Field Exploration Method

ICRA 2021poster

Collaborative exploration in an unknown environment without external positioning under limited communication is an essential task for multi-robot applications. For inter-robot positioning, various Distributed Simultaneous Localization and Mapping (DSLAM) systems share the Place Recognition (PR) desc…

Cited by 76SourcecodeScholar
2020

Attentional Separation-and-Aggregation Network for Self-supervised Depth-Pose Learning in Dynamic Scenes

CoRL 2020

Learning depth and ego-motion from unlabeled videos via self-supervision from epipolar projection can improve the robustness and accuracy of the 3D perception and localization of vision-based robots. However, the rigid projection computed by ego-motion cannot represent all scene points, such as poin

Cited by 0SourcePDFScholar