← Search

Hao Liu

155 accepted papers

2026

A Centerline-Aligned Frenet Graph Framework for Surface-Based Path Planning in Pipeline Environments

ICRA 2026poster

Pipeline inspection is essential for maintaining the safety of critical infrastructure, but manual inspection is dangerous and inefficient, and existing robotic solutions struggle to handle curved and constrained surfaces. Traditional planning methods are either computationally expensive or prone to…

Cited by 0Scholar
2026

AVION: Aerial Vision-Language Instruction from Offline Teacher to Prompt-Tuned Network

CVPR 2026

Adapting vision-language models to remote sensing imagery remains challenging due to two key factors: limited semantic coverage in textual representations and insufficient adaptability of visual features. These issues are particularly significant in aerial scenes, which involve various visual appear

Cited by 0SourcecodeScholar
2026

Agent-Omit: Training Efficient LLM Agents for Adaptive Thought and Observation Omission via Agentic Reinforcement Learning

ICML 2026poster

Managing agent thought and observation during multi-turn agent-environment interactions is an emerging strategy to improve agent efficiency. However, existing studies treat the entire interaction trajectories equally, overlooking the thought necessity and observation utility varies across turns. To …

Cited by 3SourceScholar
2026

Beyond Passive Critical Thinking: Fostering Proactive Questioning to Enhance Human-AI Collaboration

AAAI 2026technical

Critical thinking is essential for building robust AI systems, preventing them from blindly accepting flawed data or biased reasoning. However, prior work has primarily focused on passive critical thinking, where models simply reject problematic queries without taking constructive steps to address u

Cited by 0SourcePDFScholar
2026

Causal Dependency-Aware Unsupervised Routing for Large Reasoning Models

ICML 2026poster

As Large Language Model (LLM) ecosystems grow, routing queries to the most suitable model in a diverse pool has become a critical strategy for building efficient and high-performing AI systems. A common approach is to train a supervised router; however, this requires vast, expensive human-annotated …

Cited by 0SourceScholar
2026

Closing the Loop: Universal Repository Representation with RPG-Encoder

ICML 2026poster

Current repository agents encounter a reasoning disconnect due to fragmented representations, as existing methods rely on isolated API documentation or dependency graphs that lack semantic depth. We consider repository comprehension and generation to be inverse processes within a unified cycle: gene…

Cited by 0SourceScholar
2026

CoLLMLight: Cooperative Large Language Model Agents for Network-Wide Traffic Signal Control

ICLR 2026poster

Large Language Models (LLMs) have recently emerged as promising agents for Traffic Signal Control (TSC) due to their strengths in reasoning and generalization. However, current LLM-based approaches treat intersections as independent agents without inter-intersection cooperation, limiting their effec…

Cited by 0SourcecodeScholar
2026

Edge-Centric Relational Reasoning for 3D Scene Graph Prediction

AAAI 2026technical

3D scene graph prediction aims to abstract complex 3D environments into structured graphs consisting of objects and their pairwise relationships. Existing approaches typically adopt object-centric graph neural networks, where relation edge features are iteratively updated by aggregating messages fro

Cited by 0SourcePDFScholar
2026

Hard vs. Noise: Resolving Hard-Noisy Sample Confusion in Recommender Systems via Large Language Models

AAAI 2026technical

Implicit feedback, employed in training recommender systems, unavoidably confronts noise due to factors such as misclicks and position bias. Previous studies have attempted to identify noisy samples through their diverged data patterns, such as higher loss values, and mitigate their influence throug

Cited by 0SourcePDFScholar
2026

ICLR: Inter-Chrominance and Luminance Interaction for Natural Color Restoration in Low-Light Image Enhancement

AAAI 2026technical

Low-Light Image Enhancement (LLIE) task aims at improving contrast while restoring details and textures for images captured in low-light conditions. HVI color space has made significant progress in this task by enabling precise decoupling of chrominance and luminance. However, for the interaction of

Cited by 0SourcePDFScholar
2026

RecCocktail: A Generalizable and Efficient Framework for LLM-Based Recommendation

AAAI 2026technical

Large Language Models (LLMs) have achieved remarkable success in recent years, owing to their impressive generalization capabilities and rich world knowledge. To capitalize on the potential of using LLMs as recommender systems, mainstream approaches typically focus on two paradigms. The first paradi

Cited by 0SourcePDFScholar
2026

Semantic-Enhanced Time-Series Forecasting via Large Language Models

ICLR 2026poster

Time series forecasting plays a significant role in finance, energy, meteorology, and IoT applications. Recent studies have leveraged the generalization capabilities of large language models (LLMs) to adapt to time series forecasting, achieving promising performance. However, existing studies focus…

Cited by 0SourcecodeScholar
2026

SimulCost: A Cost-Aware Benchmark and Toolkit for Automating Physics Simulations with LLMs

ICML 2026poster

Evaluating LLM agents for scientific tasks has focused on token costs while ignoring tool-use costs like simulation time and experimental resources. As a result, metrics like pass@k become impractical under realistic budget constraints. To address this gap, we introduce SimulCost, the first benchmar…

Cited by 0SourceScholar
2026

Stand-In: A Lightweight and Plug-and-Play Identity Control for Video Generation

CVPR 2026

Generating high-fidelity human videos that match user-specified identities is important yet challenging in the field of generative AI.Existing methods often rely on an excessive number of training parameters and lack compatibility with other AIGC tools.In this paper, we propose Stand-In, a lightweig

Cited by 0SourcecodeScholar
2026

THE ICASSP 2026 AUTOMATIC SONG AESTHETICS EVALUATION CHALLENGE

ICASSP 2026poster

This paper summarizes the ICASSP 2026 Automatic Song Aesthetics Evaluation (ASAE) Challenge, which focuses on predicting the subjective aesthetic scores of AI-generated songs. The challenge consists of two tracks: Track 1 targets the prediction of the overall musicality score, while Track 2 focuses…

Cited by 0SourcePDFScholar
2026

TestExplora: Benchmarking LLMs for Proactive Bug Discovery via Repository-Level Test Generation

ICML 2026poster

Given that Large Language Models (LLMs) are increasingly applied to automate software development, comprehensive software assurance spans three distinct goals: regression prevention, reactive reproduction, and proactive discovery. Current evaluations systematically overlook the third goal. Specifica…

Cited by 0SourceScholar
2026

Towards a Foundation Model for Crowdsourced Label Aggregation

ICLR 2026poster

Inferring ground truth from noisy, crowdsourced labels is a fundamental challenge in machine learning. For decades, the dominant paradigm has relied on dataset-specific parameter estimation, a non-scalable method that fails to transfer knowledge. Recent efforts toward universal aggregation models do…

Cited by 0SourceScholar
2026

USTBench: Benchmarking and Dissecting Spatiotemporal Reasoning Capabilities of LLMs as Urban Agents

ICLR 2026poster

Large language models (LLMs) have shown emerging potential in spatiotemporal reasoning, making them promising candidates for building urban agents that support diverse urban downstream applications. Despite these benefits, existing studies primarily focus on evaluating urban LLM agent on outcome-lev…

Cited by 0SourcecodeScholar
2026

Uni-X: Mitigating Modality Conflict with a Two-End-Separated Architecture for Unified Multimodal Models

ICLR 2026poster

Unified Multimodal Models (UMMs) built on shared autoregressive (AR) transformers are attractive for their architectural simplicity. However, we identify a critical limitation: when trained on multimodal inputs, modality-shared transformers suffer from severe gradient conflicts between vision and te…

Cited by 0SourcecodeScholar
2025

A Bounding Box is Worth One Token - Interleaving Layout and Text in a Large Language Model for Document Understanding

ACL 2025finding

Recently, many studies have demonstrated that exclusively incorporating OCR-derived text and spatial layouts with large language models (LLMs) can be highly effective for document understanding tasks. However, existing methods that integrate spatial layouts with text have limitations, such as produc…

2025

A Token is Worth over 1,000 Tokens: Efficient Knowledge Distillation through Low-Rank Clone

NeurIPS 2025spotlight

Training high-performing Small Language Models (SLMs) remains computationally expensive, even with knowledge distillation and pruning from larger teacher models. Existing approaches often face three key challenges: (1) information loss from hard pruning, (2) inefficient alignment of representations…

Cited by 0SourcecodeScholar
2025

Automated UAV-based Wind Turbine Blade Inspection: Blade Stop Angle Estimation and Blade Detail Prioritized Exposure Adjustment

IROS 2025

Unmanned aerial vehicles (UAVs) are critical in the automated inspection of wind turbine blades. Nevertheless, several issues persist in this domain. Firstly, existing inspection platforms encounter challenges in meeting the demands of automated inspection tasks and scenarios. Moreover, current blad

Cited by 0SourceScholar
2025

Braided Artificial Muscle with Programmable Body Morphing and its Application to Elbow Joint Flexion

ICRA 2025

For pneumatic artificial muscles, it is always considered the more maximum contraction ratio the better. While for human joint assisting applications, PAMs with configurable maximum contraction rate are more suitable because of advantageous safety and adaptability. A PAM based on planar-to-specific-

Cited by 0SourceScholar
2025

CFinBench: A Comprehensive Chinese Financial Benchmark for Large Language Models

NAACL 2025long

Large language models (LLMs) have achieved remarkable performance on various NLP tasks, yet their potential in more challenging task like finance, has not been fully explored. In this paper, we present CFinBench: a meticulously crafted, the most comprehensive evaluation benchmark to date, for assess…

2025

CurMIM: Curriculum Masked Image Modeling

ICASSP 2025accepted

Masked Image Modeling (MIM), following “mask-andreconstruct” scheme, is a promising self-supervised method to learn scalable visual representation. Studies indicate that selecting an effective mask strategy is vital for MIM. However, existing approaches often rely on static pre-defined priors, which…

Cited by 0SourceScholar
2025

Dolphin: Document Image Parsing via Heterogeneous Anchor Prompting

ACL 2025finding

Document image parsing is challenging due to its complexly intertwined elements such as text paragraphs, figures, formulas, and tables. Current approaches either assemble specialized expert models or directly generate page-level content autoregressively, facing integration overhead, efficiency bottl…

2025

ElasticTok: Adaptive Tokenization for Image and Video

ICLR 2025poster

Efficient video tokenization remains a key bottleneck in learning general purpose vision models that are capable of processing long video sequences. Prevailing approaches are restricted to encoding videos to a fixed number of tokens, where too few tokens will result in overly lossy encodings, and to…

2025

Erase Then Rectify: A Training-Free Parameter Editing Approach for Cost-Effective Graph Unlearning

AAAI 2025technical

Graph unlearning, which aims to eliminate the influence of specific nodes, edges, or attributes from a trained Graph Neural Network (GNN), is essential in applications where privacy, bias, or data obsolescence is a concern. However, existing graph unlearning techniques often necessitate additional t…

2025

Foundation Models for Scientific Discovery: From Paradigm Enhancement to Paradigm Transition

NeurIPS 2025poster

Foundation models (FMs), such as GPT-4 and AlphaFold, are reshaping the landscape of scientific research. Beyond accelerating tasks such as hypothesis generation, experimental design, and result interpretation, they prompt a more fundamental question: Are FMs merely enhancing existing scientific met…

Cited by 0SourceScholar
2025

GOFA: A Generative One-For-All Model for Joint Graph Language Modeling

ICLR 2025poster

Foundation models, such as Large Language Models (LLMs) or Large Vision Models (LVMs), have emerged as one of the most powerful tools in the respective fields. However, unlike text and image data, graph data do not have a definitive structure, posing great challenges to developing a Graph Foundation…

2025

HopRAG: Multi-Hop Reasoning for Logic-Aware Retrieval-Augmented Generation

ACL 2025finding

Retrieval-Augmented Generation (RAG) systems often struggle with imperfect retrieval, as traditional retrievers focus on lexical or semantic similarity rather than logical relevance. To address this, we propose HopRAG, a novel RAG framework that augments retrieval with logical reasoning through grap…

Cited by 0SourcePDFScholar
2025

In-Pipe Navigation Development Environment and a Smooth Path Planning Method on Pipeline Surface

ICRA 2025

Autonomous in-pipe inspection robots can automatically navigate through complex pipeline networks and detect potential risks from corrosion and defects, demonstrating great potential for replacing costly manual inspections. However, there is no publicly available simulation environment where researc

Cited by 6SourceScholar
2025

Investigating Inference-time Scaling for Chain of Multi-modal Thought: A Preliminary Study

ACL 2025finding

Recently, inference-time scaling of chain-of-thought (CoT) has been demonstrated as a promising approach for addressing multi-modal reasoning tasks.While existing studies have predominantly centered on text-based thinking, the integration of both visual and textual modalities within the reasoning pr…

Cited by 0SourcePDFScholar
2025

Learning Efficient and Generalizable Human Representation with Human Gaussian Model

ICCV 2025poster

Modeling animatable human avatars from videos is a long-standing and challenging problem. While conventional methods require per-instance optimization, recent feed-forward methods have been proposed to generate 3D Gaussians with a learnable network.However, these methods predict independent Gaussian…

2025

MM-Agent: LLM as Agents for Real-world Mathematical Modeling Problem

NeurIPS 2025poster

Mathematical modeling is a cornerstone of scientific discovery and engineering practice, enabling the translation of real-world problems into formal systems across domains such as physics, biology, and economics. Unlike mathematical reasoning, which assumes a predefined formulation, modeling require…

Cited by 0SourcecodeScholar
2025

MTVQA: Benchmarking Multilingual Text-Centric Visual Question Answering

ACL 2025finding

Text-Centric Visual Question Answering (TEC-VQA) in its proper format not only facilitates human-machine interaction in text-centric visual environments but also serves as a de facto gold proxy to evaluate AI models in the domain of text-centric scene understanding. Nonetheless, most existing TEC-VQ…

2025

OCRBench v2: An Improved Benchmark for Evaluating Large Multimodal Models on Visual Text Localization and Reasoning

NeurIPS 2025poster

Scoring the Optical Character Recognition (OCR) capabilities of Large Multimodal Models (LMMs) has witnessed growing interest. Existing benchmarks have highlighted the impressive performance of LMMs in text recognition; however, their abilities in certain challenging tasks, such as text localization…

Cited by 0SourcecodeScholar
2025

RePST: Language Model Empowered Spatio-Temporal Forecasting via Semantic-Oriented Reprogramming

IJCAI 2025

Spatio-temporal forecasting is pivotal in numerous real-world applications, including transportation planning, energy management, and climate monitoring. In this work, we aim to harness the reasoning and generalization abilities of Pre-trained Language Models (PLMs) for more effective spatio-tempora

2025

Scene Splatter: Momentum 3D Scene Generation from Single Image with Video Diffusion Model

CVPR 2025poster

In this paper, we propose Scene Splatter, a momentum-based paradigm for video diffusion to generate generic scenes from single image. Existing methods, which employ video generation models to synthesize novel views, suffer from limited video length and scene inconsistency, leading to artifacts and d…

Cited by 1SourcePDFScholar
2025

ScoreFusion: Fusing Score-based Generative Models via Kullback–Leibler Barycenters

AISTATS 2025oral

We introduce ScoreFusion, a theoretically grounded method for fusing multiple pre-trained diffusion models that are assumed to generate from auxiliary populations. ScoreFusion is particularly useful for enhancing the generative modeling of a target population with limited observed data. Our starting…

Cited by 0SourceScholar
2025

SePer: Measure Retrieval Utility Through The Lens Of Semantic Perplexity Reduction

ICLR 2025spotlight

Large Language Models (LLMs) have demonstrated improved generation performance by incorporating externally retrieved knowledge, a process known as retrieval-augmented generation (RAG). Despite the potential of this approach, existing studies evaluate RAG effectiveness by 1) assessing retrieval and g…

2025

Semantic Exploration and Dense Mapping of Complex Environments Using Ground Robot With Panoramic LiDAR-Camera Fusion

RA-L 2025

This paper presents a system for autonomous semantic exploration and dense semantic target mapping of a complex unknown environment using a ground robot equipped with a panoramic LiDAR-camera system. Existing approaches often struggle to strike a balance between collecting enough high-quality observ

Cited by 0SourceScholar
2025

TP-RAG: Benchmarking Retrieval-Augmented Large Language Model Agents for Spatiotemporal-Aware Travel Planning

EMNLP 2025

Large language models (LLMs) have shown promise in automating travel planning, yet they often fall short in addressing nuanced spatiotemporal rationality. While existing benchmarks focus on basic plan validity, they neglect critical aspects such as route efficiency, POI appeal, and real-time adaptab

2025

WildDoc: How Far Are We from Achieving Comprehensive and Robust Document Understanding in the Wild?

EMNLP 2025

The rapid advancements in Multimodal Large Language Models (MLLMs) have significantly enhanced capabilities in Document Understanding. However, prevailing benchmarks like DocVQA and ChartQA predominantly comprise scanned or digital documents, inadequately reflecting the intricate challenges posed by

2025

World Model on Million-Length Video And Language With Blockwise RingAttention

ICLR 2025poster

Enabling long-context understanding remains a key challenge in scaling existing sequence models -- a crucial component in developing generally intelligent models that can process and operate over long temporal horizons that potentially consist of millions of tokens. In this paper, we aim to address…

2024

A Cross-View Hierarchical Graph Learning Hypernetwork for Skill Demand-Supply Joint Prediction

AAAI 2024technical

The rapidly changing landscape of technology and industries leads to dynamic skill requirements, making it crucial for employees and employers to anticipate such shifts to maintain a competitive edge in the labor market. Existing efforts in this area either relies on domain-expert knowledge or regar…

2024

AdaSociety: An Adaptive Environment with Social Structures for Multi-Agent Decision-Making

NeurIPS 2024poster

Traditional interactive environments limit agents' intelligence growth with fixed tasks. Recently, single-agent environments address this by generating new tasks based on agent actions, enhancing task diversity. We consider the decision-making problem in multi-agent settings, where tasks are further…

2024

Bio-Inspired Pupal-Mode Actuator with Ultra-Crossing Capability for Soft Robots

ICRA 2024poster

Robot-assisted Natural Orifice Translu-minal Endoscopic Surgery (NOTES) represents a paradigm shift in surgical practice, significantly mini-mizing patient morbidity. However, the variability of inner diameter and the inter-luminal crossing within the luminal tracts lead to challenge for effective r…

Cited by 0SourceScholar
2024

Dynamicity-aware Social Bot Detection with Dynamic Graph Transformers

IJCAI 2024poster

Detecting social bots has evolved into a pivotal yet intricate task, aimed at combating the dissemination of misinformation and preserving the authenticity of online interactions. While earlier graph-based approaches, which leverage topological structure of social networks, yielded notable outcomes,…

2024

Grab What You Need: Rethinking Complex Table Structure Recognition with Flexible Components Deliberation

AAAI 2024technical

Recently, Table Structure Recognition (TSR) task, aiming at identifying table structure into machine readable formats, has received increasing interest in the community. While impressive success, most single table component-based methods can not perform well on unregularized table cases distracted b…

Cited by 9SourcePDFScholar
2024

Harmonizing Visual Text Comprehension and Generation

NeurIPS 2024poster

In this work, we present TextHarmony, a unified and versatile multimodal generative model proficient in comprehending and generating visual text. Simultaneously generating images and texts typically results in performance degradation due to the inherent inconsistency between vision and language moda…

2024

Heterogeneous Graph Learning for Scene Graph Prediction in 3D Point Clouds

ECCV 2024poster

"3D Scene Graph Prediction (SGP) aims to recognize the objects and predict their semantic and spatial relationships in a 3D scene. Existing methods either exploit context information or emphasize knowledge prior to model the scene graph in a fully-connected homogeneous graph framework. However, thes…

Cited by 3SourcePDFScholar
2024

Invariant Motion Representation Learning for 3D Talking Face Synthesis

ICASSP 2024accepted

In this paper, we propose the invariant motion representation learning method for deformable talking face synthesis. Conventional NeRF-based methods learn to match the audiomotion without considering motion consistency information, leading to blurry results, especially when face sequences were captu…

Cited by 0SourceScholar
2024

Irregular Multivariate Time Series Forecasting: A Transformable Patching Graph Neural Networks Approach

ICML 2024poster

Forecasting of Irregular Multivariate Time Series (IMTS) is critical for numerous areas, such as healthcare, biomechanics, climate science, and astronomy. Despite existing research addressing irregularities in time series through ordinary differential equations, the challenge of modeling correlation…

Cited by 12SourcePDFScholar
2024

Language-Driven Ordinal Learning for Imbalanced Head Pose Estimation

ICASSP 2024accepted

Head pose estimation aims to predict three degrees of freedom pose angles in an unconstrained environment. Conventional ordinal learning methods project the input in a one-dimensional label distribution, with preserving ordinal relationship among labels. However, this assumption frequently fails to…

Cited by 0SourceScholar
2024

Margin Matching Preference Optimization: Enhanced Model Alignment with Granular Feedback

EMNLP 2024finding

Large language models (LLMs) fine-tuned with alignment techniques, such as reinforcement learning from human feedback, have been instrumental in developing some of the most capable AI systems to date. Despite their success, existing methods typically rely on simple binary labels, such as those indic…

2024

One For All: Towards Training One Graph Model For All Classification Tasks

ICLR 2024spotlight

Designing a single model to address multiple tasks has been a long-standing objective in artificial intelligence. Recently, large language models have demonstrated exceptional capability in solving different tasks within the language domain. However, a unified model for various graph tasks remains u…

2024

Optimal Containment Control of Multiple Quadrotors via Reinforcement Learning*

ICRA 2024poster

This paper explores the optimal containment control problem for nonlinear and underactuated quadrotors with multiple team leaders governed by nonlinear dynamics, employing the reinforcement learning. A cascade controller is formulated, comprising a position control component to ensure containment ac…

Cited by 0SourceScholar
2024

Position: TrustLLM: Trustworthiness in Large Language Models

ICML 2024poster

Large language models (LLMs) have gained considerable attention for their excellent natural language processing capabilities. Nonetheless, these LLMs present many challenges, particularly in the realm of trustworthiness. This paper introduces TrustLLM, a comprehensive study of trustworthiness in LLM…

Cited by 95SourcePDFScholar
2024

RingAttention with Blockwise Transformers for Near-Infinite Context

ICLR 2024poster

Transformers have emerged as the architecture of choice for many state-of-the-art AI models, showcasing exceptional performance across a wide range of AI applications. However, the memory demands imposed by Transformers limit their ability to handle long sequences, thereby posing challenges in utili…

2024

Self-Paced Unified Representation Learning for Hierarchical Multi-Label Classification

AAAI 2024technical

Hierarchical Multi-Label Classification (HMLC) is a well-established problem that aims at assigning data instances to multiple classes stored in a hierarchical structure. Despite its importance, existing approaches often face two key limitations: (i) They employ dense networks to solely explore the…

2024

TabPedia: Towards Comprehensive Visual Table Understanding with Concept Synergy

NeurIPS 2024poster

Tables contain factual and quantitative data accompanied by various structures and contents that pose challenges for machine comprehension. Previous methods generally design task-specific architectures and objectives for individual tasks, resulting in modal isolation and intricate workflows. In this…

2024

Teeth-SEG: An Efficient Instance Segmentation Framework for Orthodontic Treatment based on Multi-Scale Aggregation and Anthropic Prior Knowledge

CVPR 2024poster

Teeth localization segmentation and labeling in 2D images have great potential in modern dentistry to enhance dental diagnostics treatment planning and population-based studies on oral health. However general instance segmentation frameworks are incompetent due to 1) the subtle differences between s…

Cited by 3SourcePDFScholar
2024

The False Promise of Imitating Proprietary Language Models

ICLR 2024spotlight

An emerging method to cheaply improve a weaker language model is to finetune it on outputs from a stronger model, such as a proprietary system like ChatGPT (e.g., Alpaca, Self-Instruct, and others). In this work, we critically analyze this approach of imitating language models. We first finetune a s…

Cited by 11SourcePDFScholar
2024

The Power of the Senses: Generalizable Manipulation from Vision and Touch through Masked Multimodal Learning

IROS 2024poster

Humans rely on the synergy of their senses for most essential tasks. For tasks requiring object manipulation, we seamlessly and effectively exploit the complementarity of our senses of vision and touch. This paper draws inspiration from such capabilities and aims to find a systematic approach to fus…

Cited by 12SourceScholar
2024

Uncertainty Calibration for Tool-Using Language Agents

EMNLP 2024finding

There is increasing interest in equipping language models with the ability to leverage external tools for complex, goal-oriented tasks. However, interacting with external tools introduces inherent uncertainties due to imperfections and misalignments between the tools’ outputs and the agents’ interna…

Cited by 2SourcePDFScholar
2024

Untethered Soft Rolling Robot Based on Pneumatic-Tendon Coupled Actuation

RA-L 2024

The Soft Rolling Robot (SRR) excels in adaptability across diverse natural terrains, demonstrating significant flexibility, environmental interaction capabilities, and impact resistance. However, the development of Untethered Soft Rolling Robots (USRR) faces challenges in locomotion speed and contro

Cited by 4SourceScholar
2024

UrbanKGent: A Unified Large Language Model Agent Framework for Urban Knowledge Graph Construction

NeurIPS 2024poster

Urban knowledge graph has recently worked as an emerging building block to distill critical knowledge from multi-sourced urban data for diverse urban application scenarios. Despite its promising benefits, urban knowledge graph construction (UrbanKGC) still heavily relies on manual effort, hindering…

2023

Attention Where It Matters: Rethinking Visual Document Understanding with Selective Region Concentration

ICCV 2023poster

We propose a novel end-to-end document understanding model called SeRum (SElective Region Understanding Model) for extracting meaningful information from document images, including document analysis, retrieval, and office automation. Unlike state-of-the-art approaches that rely on multi-stage techni…

Cited by 15PDFScholar
2023

Cloth2Body: Generating 3D Human Body Mesh from 2D Clothing

ICCV 2023poster

In this paper, we define and study a new Cloth2Body problem which has a goal of generating 3d human body meshes from a 2D clothing image. Unlike the existing human mesh recovery problem, Cloth2Body needs to address new and emerging challenges raised by the partial observation of the input and the hi…

Cited by 4PDFcodeScholar
2023

DPOK: Reinforcement Learning for Fine-tuning Text-to-Image Diffusion Models

NeurIPS 2023poster

Learning from human feedback has been shown to improve text-to-image models. These techniques first learn a reward function that captures what humans care about in the task and then improve the models based on the learned reward function. Even though relatively simple approaches (e.g., rejection sam…

2023

Enhanced Affine Formation Maneuver Control Using Historical Velocity Command (HVC)

RA-L 2023

Recent studies on the network of multi-vehicle systems have shown that the system performance can be improved comprehensively by actively using historical information without changing the network connectivity. Motivated by this observation, we aim to improve the performance of affine formation maneu

Cited by 6SourceScholar
2023

Extending the Design Space of Graph Neural Networks by Rethinking Folklore Weisfeiler-Lehman

NeurIPS 2023poster

Message passing neural networks (MPNNs) have emerged as the most popular framework of graph neural networks (GNNs) in recent years. However, their expressive power is limited by the 1-dimensional Weisfeiler-Lehman (1-WL) test. Some works are inspired by $k$-WL/FWL (Folklore WL) and design the corres…

2023

Guide Your Agent with Adaptive Multimodal Rewards

NeurIPS 2023poster

Developing an agent capable of adapting to unseen environments remains a difficult challenge in imitation learning. This work presents Adaptive Return-conditioned Policy (ARP), an efficient framework designed to enhance the agent's generalization ability using natural language task descriptions and…

2023

Hierarchical Prompt Learning for Multi-Task Learning

CVPR 2023poster

Vision-language models (VLMs) can effectively transfer to various vision tasks via prompt learning. Real-world scenarios often require adapting a model to multiple similar yet distinct tasks. Existing methods focus on learning a specific prompt for each task, limiting the ability to exploit potentia…

Cited by 39SourcePDFScholar
2023

Locate Then Generate: Bridging Vision and Language with Bounding Box for Scene-Text VQA

AAAI 2023technical

In this paper, we propose a novel multi-modal framework for Scene Text Visual Question Answering (STVQA), which requires models to read scene text in images for question answering. Apart from text or visual objects, which could exist independently, scene text naturally links text and visual modaliti…

Cited by 10SourcePDFScholar
2023

MAG-GNN: Reinforcement Learning Boosted Graph Neural Network

NeurIPS 2023poster

While Graph Neural Networks (GNNs) recently became powerful tools in graph learning tasks, considerable efforts have been spent on improving GNNs' structural encoding ability. A particular line of work proposed subgraph GNNs that use subgraph information to improve GNNs' expressivity and achieved gr…

Cited by 20SourcePDFScholar
2023

Monolithic Microchannels in Miniature Pneumatic Soft Robots for Sequential Motions

IROS 2023poster

Miniature soft robots present great potential in delicate manipulations due to their gentle force, complaint structures, and flexible motions. Easy control and fast response make pneumatic actuation a prevalent method for driving soft robotics. In addition, sequential motions are also crucial for en…

Cited by 3SourceScholar
2023

TaCo: Textual Attribute Recognition via Contrastive Learning

AAAI 2023technical

As textual attributes like font are core design elements of document format and page style, automatic attributes recognition favor comprehensive practical applications. Existing approaches already yield satisfactory performance in differentiating disparate attributes, but they still suffer in distin…

Cited by 0SourcePDFScholar
2023

The Devil Is in the Frequency: Geminated Gestalt Autoencoder for Self-Supervised Visual Pre-training

AAAI 2023technical

The self-supervised Masked Image Modeling (MIM) schema, following "mask-and-reconstruct" pipeline of recovering contents from masked image, has recently captured the increasing interest in the community, owing to the excellent ability of learning visual representation from unlabeled data. Aiming at…

Cited by 38SourcePDFScholar
2023

UUKG: Unified Urban Knowledge Graph Dataset for Urban Spatiotemporal Prediction

NeurIPS 2023poster

Accurate Urban SpatioTemporal Prediction (USTP) is of great importance to the development and operation of the smart city. As an emerging building block, multi-sourced urban data are usually integrated as urban knowledge graphs (UrbanKGs) to provide critical knowledge for urban spatiotemporal predic…

2023

Vision Transformer with Progressive Tokenization for CT Metal Artifact Reduction

ICASSP 2023accepted

High-quality Computed Tomography(CT) plays a vital role in clinical diagnosis, but the presence of metallic implants will introduce severe metal artifacts on CT images and obstruct doctors’ decision-making. Many prior researches on Metal Artifact Reduction(MAR) are based on Convolutional Neural Netw…

Cited by 0SourceScholar
2023

When Visual Prompt Tuning Meets Source-Free Domain Adaptive Semantic Segmentation

NeurIPS 2023poster

Source-free domain adaptive semantic segmentation aims to adapt a pre-trained source model to the unlabeled target domain without accessing the private source data. Previous methods usually fine-tune the entire network, which suffers from expensive parameter tuning. To avoid this problem, we propos…

2022

Benefits of Overparameterized Convolutional Residual Networks: Function Approximation under Smoothness Constraint

ICML 2022spotlight

Overparameterized neural networks enjoy great representation power on complex data, and more importantly yield sufficiently smooth output, which is crucial to their generalization and robustness. Most existing function approximation theories suggest that with sufficiently many parameters, neural net…

Cited by 18SourcePDFScholar
2022

Contextual Debiasing for Visual Recognition With Causal Mechanisms

CVPR 2022poster

As a common problem in the visual world, contextual bias means the recognition may depend on the co-occurrence context rather than the objects themselves, which is even more severe in multi-label tasks due to multiple targets and the absence of location. Although some studies have focused on tacklin…

Cited by 46PDFcodeScholar
2022

Feature and Instance Joint Selection: A Reinforcement Learning Perspective

IJCAI 2022poster

Feature selection and instance selection are two important techniques of data processing. However, such selections have mostly been studied separately, while existing work towards the joint selection conducts feature/instance selection coarsely; thus neglecting the latent fine-grained interaction be…

Cited by 2SourcePDFScholar
2022

Frequency-Based Wind Gust Estimation for Quadrotors Using a Nonlinear Disturbance Observer

RA-L 2022

In city-wide weather prediction, wind gust information can be obtained using unmanned aerial vehicles (UAVs). Although wind sensors are available, an algorithm-based active estimation can be helpful not only as a weightless substitute but also as feedback for robust control. This paper aims to estim

Cited by 20SourceScholar
2022

GMN: Generative Multi-modal Network for Practical Document Information Extraction

NAACL 2022long

Document Information Extraction (DIE) has attracted increasing attention due to its various advanced applications in the real world. Although recent literature has already achieved competitive results, these approaches usually fail when dealing with complex documents with noisy OCR results or mutati…

Cited by 12SourcePDFScholar
2022

Hierarchical Learning and Control for In-Hand Micromanipulation Using Multiple Laser-Driven Micro-Tools

IROS 2022poster

Laser-driven micro-tools are formulated by treating highly-focused laser beams as actuators, to control the tool's motion to contact then manipulate a micro object, which allows it to manipulate opaque micro objects, or large cells without causing photodamage. However, most existing laser-driven too…

Cited by 1SourceScholar
2022

Knowledge Mining With Scene Text for Fine-Grained Recognition

CVPR 2022poster

Recently, the semantics of scene text has been proven to be essential in fine-grained image classification. However, the existing methods mainly exploit the literal meaning of scene text for fine-grained recognition, which might be irrelevant when it is not significantly related to objects/scenes. W…

Cited by 20PDFcodeScholar
2022

Learning to Walk with Dual Agents for Knowledge Graph Reasoning

AAAI 2022technical

Graph walking based on reinforcement learning (RL) has shown great success in navigating an agent to automatically complete various reasoning tasks over an incomplete knowledge graph (KG) by exploring multi-hop relational paths. However, existing multi-hop reasoning approaches only work well on shor…

2022

Masked Autoencoding for Scalable and Generalizable Decision Making

NeurIPS 2022accept

We are interested in learning scalable agents for reinforcement learning that can learn from large-scale, diverse sequential data similar to current large vision and language models. To this end, this paper presents masked decision prediction (MaskDP), a simple and scalable self-supervised pretraini…

2022

Masked World Models for Visual Control

CoRL 2022poster

Visual model-based reinforcement learning (RL) has the potential to enable sample-efficient robot learning from visual observations. Yet the current approaches typically train a single model end-to-end for learning both visual representations and dynamics, making it difficult to accurately model the…

Cited by 157SourceScholar
2022

Neural Collaborative Graph Machines for Table Structure Recognition

CVPR 2022poster

Recently, table structure recognition has achieved impressive progress with the help of deep graph models. Most of them exploit single visual cues of tabular elements or simply combine visual cues with other modalities via early fusion to reason their graph relationships. However, neither early fusi…

Cited by 41PDFScholar
2022

NomMer: Nominate Synergistic Context in Vision Transformer for Visual Recognition

CVPR 2022poster

Recently, Vision Transformers (ViT), with the self-attention (SA) as the de facto ingredients, have demonstrated great potential in the computer vision community. For the sake of trade-off between efficiency and performance, a group of works merely perform SA operation within local patches, whereas…

Cited by 20PDFcodeScholar
2022

PU-Refiner: A Geometry Refiner with Adversarial Learning for Point Cloud Upsampling

ICASSP 2022accepted

We present PU-Refiner, a generative adversarial network for point cloud upsampling. The generator of our network includes a coarse feature expansion module to create coarse upsampled features, a geometry generation module to regress a coarse point cloud from the coarse upsampled features, and a prog…

Cited by 0SourceScholar
2022

Palm up: Playing in the Latent Manifold for Unsupervised Pretraining

NeurIPS 2022accept

Large and diverse datasets have been the cornerstones of many impressive advancements in artificial intelligence. Intelligent creatures, however, learn by interacting with the environment, which changes the input sensory signals and the state of the environment. In this work, we aim to bring the bes…

Cited by 9SourcePDFScholar
2022

Perceiving Stroke-Semantic Context: Hierarchical Contrastive Learning for Robust Scene Text Recognition

AAAI 2022technical

We introduce Perceiving Stroke-Semantic Context (PerSec), a new approach to self-supervised representation learning tailored for Scene Text Recognition (STR) task. Considering scene text images carry both visual and semantic properties, we equip our PerSec with dual context perceivers which can cont…

Cited by 50SourcePDFScholar
2022

Shape Sensing for Continuum Robots by Capturing Passive Tendon Displacements With Image Sensors

RA-L 2022

Continuum robots and soft robots have shown great potential in industrial and medical applications. Sensing the shapes of continuum robots is a challenging but significant problem for enhancing their performance during various tasks. In this letter, we present a novel method to estimate the shapes o

Cited by 18SourceScholar
2022

UNIMO-2: End-to-End Unified Vision-Language Grounded Learning

ACL 2022findings

Vision-Language Pre-training (VLP) has achieved impressive performance on various cross-modal downstream tasks. However, most existing methods can only learn from aligned image-caption data and rely heavily on expensive regional features, which greatly limits their scalability and performance. In th…

2022

Unsupervised Reinforcement Learning with Contrastive Intrinsic Control

NeurIPS 2022accept

We introduce Contrastive Intrinsic Control (CIC), an unsupervised reinforcement learning (RL) algorithm that maximizes the mutual information between state-transitions and latent skill vectors. CIC utilizes contrastive learning between state-transitions and skills vectors to learn behaviour embeddin…

Cited by 42SourcePDFScholar
2021

AVP-Loc: Surround View Localization and Relocalization Based on HD Vector Map for Automated Valet Parking

IROS 2021poster

Localization is a crucial prerequisite for automated valet parking, in which a vehicle is required to navigate itself in a GPS-denied parking lot. Traditional visual localization methods usually build a feature map and use it for future localizations. However, the feature map is not robust to change…

Cited by 13SourceScholar
2021

Besov Function Approximation and Binary Classification on Low-Dimensional Manifolds Using Convolutional Residual Networks

ICML 2021spotlight

Most of existing statistical theories on deep neural networks have sample complexities cursed by the data dimension and therefore cannot well explain the empirical success of deep learning on high-dimensional data. To bridge this gap, we propose to exploit the low-dimensional structures of the real…

Cited by 43SourcePDFScholar
2021

Community-Aware Multi-Task Transportation Demand Prediction

AAAI 2021technical

Transportation demand prediction is of great importance to urban governance and has become an essential function in many online applications. While many efforts have been made for regional transportation demand prediction, predicting the diversified transportation demand for different communities (e…

Cited by 33SourcePDFScholar
2021

DT-Loc: Monocular Visual Localization on HD Vector Map Using Distance Transforms of 2D Semantic Detections

IROS 2021poster

Localizing a vehicle on a prebuilt HD vector map is a prerequisite for many autonomous driving applications. Existing visual localization approaches usually require a separate local feature layer to function. The separate localization layer suffers from the robustness issue inherited from the local…

Cited by 11SourceScholar
2021

Generalized DataWeighting via Class-Level Gradient Manipulation

NeurIPS 2021poster

Label noise and class imbalance are two major issues coexisting in real-world datasets. To alleviate the two issues, state-of-the-art methods reweight each instance by leveraging a small amount of clean and unbiased data. Yet, these methods overlook class-level information within each instance, whic…

2021

Improving Abstractive Dialogue Summarization with Hierarchical Pretraining and Topic Segment

EMNLP 2021finding

With the increasing abundance of meeting transcripts, meeting summary has attracted more and more attention from researchers. The unsupervised pre-training method based on transformer structure combined with fine-tuning of downstream tasks has achieved great success in the field of text summarizatio…

Cited by 22SourcePDFScholar
2021

Joint Air Quality and Weather Prediction Based on Multi-Adversarial Spatiotemporal Networks

AAAI 2021technical

Accurate and timely air quality and weather predictions are of great importance to urban governance and human livelihood. Though many efforts have been made for air quality or weather prediction, most of them simply employ one another as feature input, which ignores the inner-connection between two…

Cited by 92SourcePDFScholar
2021

Out-of-Town Recommendation with Travel Intention Modeling

AAAI 2021technical

Out-of-town recommendation is designed for those users who leave their home-town areas and visit the areas they have never been to before. It is challenging to recommend Point-of-Interests (POIs) for out-of-town users since the out-of-town check-in behavior is determined by not only the user’s home-…

2021

PML: Progressive Margin Loss for Long-Tailed Age Classification

CVPR 2021poster

In this paper, we propose a progressive margin loss (PML) approach for unconstrained facial age classification. Conventional methods make strong assumption on that each class owns adequate instances to outline its data distribution, likely leading to bias prediction where the training samples are sp…

Cited by 83PDFcodeScholar
2021

Self-Supervised Prototype Representation Learning for Event-Based Corporate Profiling

AAAI 2021technical

Event-based corporate profiling aims to assess the evolving operational status of the corresponding corporate from its event sequence. Existing studies on corporate profiling have partially addressed the problem via (i) case-by-case empirical analysis by leveraging traditional financial methods, or…

2021

UNIMO: Towards Unified-Modal Understanding and Generation via Cross-Modal Contrastive Learning

ACL 2021long

Existed pre-training methods either focus on single-modal tasks or multi-modal tasks, and cannot effectively adapt to each other. They can only utilize single-modal data (i.e., text or image) or limited multi-modal data (i.e., image-text pairs). In this work, we propose a UNIfied-MOdal pre-training…

2021

URLB: Unsupervised Reinforcement Learning Benchmark

NeurIPS 2021poster

Deep Reinforcement Learning (RL) has emerged as a powerful paradigm to solve a range of complex yet specific control tasks. Training generalist agents that can quickly adapt to new tasks remains an outstanding challenge. Recent advances in unsupervised RL have shown that pre-training RL agents with…

Cited by 181SourcecodeScholar
2020

Design and Modeling of a Parallel Shifted-Routing Cable-Driven Continuum Manipulator for Endometrial Regeneration Surgery

IROS 2020poster

Endometrial regeneration surgery is a new therapy for intrauterine adhesion (IUA). However, existing instruments lacking dexterity and compliance are with difficulty to successfully perform the tasks of generating transplant wounds and transplanting stem cells during endometrial regeneration surgery…

Cited by 9SourceScholar
2020

MABNet: A Lightweight Stereo Network Based on Multibranch Adjustable Bottleneck Module

ECCV 2020poster

Recently, end-to-end CNNs have presented remarkable performance for disparity estimation. But most of them are too heavy to resource-constrained devices, because of enormous parameters necessary for satisfactory results. To address the issue, we propose two compact stereo networks, MABNet and its li…

Cited by 14SourcePDFScholar
2020

Why We Go Where We Go: Profiling User Decisions on Choosing POIs

IJCAI 2020poster

While Point-of-Interest (POI) recommendation has been a popular topic of study for some time, little progress has been made for understanding why and how people make their decisions for the selection of POIs. To this end, in this paper, we propose a user decision profiling framework, named PROUD, wh…

Cited by 0SourcePDFScholar
2019

On Connecting Stochastic Gradient MCMC and Differential Privacy

AISTATS 2019poster

Concerns related to data security and confidentiality have been raised when applying machine learning to real-world applications. Differential privacy provides a principled and rigorous privacy guarantee for machine learning models. While it is common to inject noise to design a model satisfying a r…

Cited by 51SourcePDFScholar
2019

Unsupervised Graph Association for Person Re-Identification

ICCV 2019poster

In this paper, we propose an unsupervised graph association (UGA) framework to learn the underlying viewinvariant representations from the video pedestrian tracklets. The core points of UGA are mining the underlying cross-view associations and reducing the damage of noise associations. To this end,…

Cited by 131PDFcodeScholar
2017

A Contact-Aided Asymmetric Steerable Catheter for Atrial Fibrillation Ablation

RA-L 2017

Electrical isolation using the ablation catheter has been widely used as the golden standard for the treatment of atrial fibrillation. Clinical practice shows that the tip orientation affects the formation of the effective lesion size. However, the traditional unidirectional or bidirectional cathete

Cited by 19SourceScholar
2017

ALICE: Towards Understanding Adversarial Learning for Joint Distribution Matching

NeurIPS 2017poster

We investigate the non-identifiability issues associated with bidirectional adversarial training for joint distribution matching. Within a framework of conditional entropy, we propose both adversarial and non-adversarial approaches to learn desirable matched joint distributions for unsupervised and…

2017

Triangle Generative Adversarial Networks

NeurIPS 2017poster

A Triangle Generative Adversarial Network ($\Delta$-GAN) is developed for semi-supervised cross-domain joint distribution matching, where the training data consists of samples from each domain, and supervision of domain correspondence is provided by only a few paired samples. $\Delta$-GAN consists o…

Cited by 168SourcePDFScholar
2015

A cross-helical tendons actuated dexterous continuum manipulator

IROS 2015poster

S shape dexterous continuum manipulators (DCMs) are preferred in minimally invasive surgeries for better steerability towards a target and obstacles avoidance capability. Current ways of realizing S shapes need to combine multi-bending segments which need to control the different segment separately.…

Cited by 27SourceScholar
2015

Large deflection shape sensing of a continuum manipulator for minimally-invasive surgery

ICRA 2015poster

Shape sensing techniques utilizing Fiber Bragg grating (FBG) arrays can enable real-time tracking and control of dexterous continuum manipulators (DCM) used in minimally invasive surgeries. For many surgical applications, the DCM may need to operate with much larger curvatures than what current shap…

Cited by 64SourceScholar
2015

Panoptic Studio: A Massively Multiview System for Social Motion Capture

ICCV 2015oral

We present an approach to capture the 3D structure and motion of a group of people engaged in a social interaction. The core challenges in capturing social interactions are: (1) occlusion is functional and frequent; (2) subtle motion needs to be measured over a space large enough to host a social gr…

Cited by 1063PDFScholar