← Search

Wei Dong

55 accepted papers

2026

A Multi-Camera Coordinated Localization Approach for Robust State Estimation of Flying Robots

RA-L 2026

Ground-air-based visual localization for UAVs, which typically relies on a single camera to track artificial markers, is often hampered by a limited field of view and sensitivity to illumination. Although active camera scheduling can mitigate these issues to some extent, it often incurs high motion

Cited by 0SourceScholar
2026

AudioTrust: Benchmarking The Multifaceted Trustworthiness of Audio Large Language Models

ICLR 2026poster

The rapid development and widespread adoption of Audio Large Language Models (ALLMs) require a rigorous assessment of their trustworthiness. However, existing evaluation frameworks, primarily designed for text, are not equipped to handle the unique vulnerabilities introduced by audio’s acoustic prop…

Cited by 0SourcecodeScholar
2026

RPGen: Robust and Differentially Private Synthetic Image Generation

AAAI 2026technical

Differentially private (DP) image synthesis enables the generation of realistic images while bounding privacy leakage, facilitating secure data sharing across organizations. However, the Gaussian noise injected during DP training, such as via DP-SGD, often severely degrades synthesis quality by disr

Cited by 0SourcePDFScholar
2026

Seeing Beyond Illusion: Generalized and Efficient Mirror Detection

AAAI 2026technical

Reflective imaging enables the mirror imagings and physical entities to possess identical attributes, e.g., color and shape. Current mirror detection (MD) methods primarily rely on designing functional components to establish the correlation and disparities between the imagings and entities, thereby

Cited by 0SourcePDFScholar
2026

SemanticNN: Compressive and Error-Resilient Semantic Offloading for Extremely Weak Devices

AAAI 2026technical

With the rapid growth of the Internet of Things (IoT), integrating artificial intelligence (AI) on extremely weak embedded devices has garnered significant attention, enabling improved real-time performance and enhanced data privacy. However, the resource limitations of such devices and unreliable n

Cited by 0SourcePDFScholar
2026

Sharp Monocular View Synthesis in Less Than a Second

ICLR 2026poster

We present SHARP, an approach to photorealistic view synthesis from a single image. Given a single photograph, SHARP regresses the parameters of a 3D Gaussian representation of the depicted scene. This is done in less than a second on a standard GPU via a single feedforward pass through a neural net…

Cited by 0SourcecodeScholar
2026

Zero-Reference Joint Low-Light Enhancement and Deblurring via Visual Autoregressive Modeling with VLM-Derived Modulation

AAAI 2026technical

Real-world dark images commonly exhibit not only low visibility and contrast but also complex noise and blur, posing significant restoration challenges. Existing methods often rely on paired data or fail to model dynamic illumination and blur characteristics, leading to poor generalization. To tackl

Cited by 0SourcePDFScholar
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

Design, Modeling and Control of a Novel Jet Vectoring Backpack

RA-L 2025

This paper presents the design and development of a jet vectoring backpack (JVP) - a single-person vertical take-off and landing (VTOL) aircraft specifically designed for emergency and disaster relief. Unlike existing electrically powered personal flying devices, the JVP employs turbojet engines as

Cited by 3SourceScholar
2025

Distributed LLM Serving on Consumer-Grade GPUs by Reconciling Computation and Communication

EMNLP 2025

Large language models are reshaping internet services. Serving these models is often costly, as it requires multiple high-end GPUs. Consumer-grade GPUs offer cheaper computational power, providing an opportunity for more cost-efficient LLM serving.Prior efforts have explored distributed serving at s

Cited by 0SourcePDFScholar
2025

Efficient Adaptation of Pre-trained Vision Transformer underpinned by Approximately Orthogonal Fine-Tuning Strategy

ICCV 2025poster

A prevalent approach in Parameter-Efficient Fine-Tuning (PEFT) of pre-trained Vision Transformers (ViT) involves freezing the majority of the backbone parameters and solely learning low-rank adaptation weight matrices to accommodate downstream tasks. These low-rank matrices are commonly derived thro…

2025

Federated Continuous Category Discovery and Learning

ICCV 2025poster

Federated Learning (FL) studies often assume a static data distribution, whereas real-world scenarios involve dynamic changes. To address this gap, we study Federated Continuous Category Discovery and Learning (FC^2DL), an essential yet underexplored problem that enables FL models to evolve continuo…

Cited by 0SourcePDFScholar
2025

HVI: A New Color Space for Low-light Image Enhancement

CVPR 2025poster

Low-Light Image Enhancement (LLIE) is a crucial computer vision task that aims to restore detailed visual information from corrupted low-light images. Many existing LLIE methods are based on standard RGB (sRGB) space, which often produce color bias and brightness artifacts due to inherent high color…

2025

IoTMigrator: LLM-driven Embedded IoT Code Migration across Different OSes for Cloud-device Integration

EMNLP 2025

The increasing prevalence of embedded systems has necessitated manufacturers to migrate product code, transferring existing products to new embedded operating systems (OSes) for getting better compatibility and performance. Since manufacturers’ product code predominantly employs the Thing Specificat

Cited by 0SourcePDFScholar
2025

PMM-Net: Single-Stage Multi-Agent Trajectory Prediction With Patching-Based Embedding and Explicit Modal Modulation

RA-L 2025

Analyzing and forecasting trajectories of agents like pedestrians plays a pivotal role for embodied intelligent applications. The inherent indeterminacy of human behavior and complex social interaction among a rich variety of agents makes this task more challenging than common time-series forecastin

Cited by 5SourcecodeScholar
2025

Predictor-Based Time Delay Control of a Hex-Jet Autonomous Aerial Vehicle

RA-L 2025

Turbojet-powered VTOL autonomous aerial vehicle (AAVs) have garnered increased attention in heavy-load transport and emergency services, due to their superior power density and thrust-to-weight ratio compared to existing electronic propulsion systems. The main challenge with jet-powered AAVs lies in

Cited by 0SourceScholar
2025

SDBench: A Survey-based Domain-specific LLM Benchmarking and Optimization Framework

ACL 2025long

The rapid advancement of large language models (LLMs) in recent years has made it feasible to establish domain-specific LLMs for specialized fields. However, in practical development, acquiring domain-specific knowledge often requires a significant amount of professional expert manpower. Moreover, e…

Cited by 0SourcePDFScholar
2025

SDMatte: Grafting Diffusion Models for Interactive Matting

ICCV 2025poster

Recent interactive matting methods have demonstrated satisfactory performance in capturing the primary regions of objects, but they fall short in extracting fine-grained details in edge regions. Diffusion models trained on billions of image-text pairs, demonstrate exceptional capability in modeling…

2025

Split Adaptation for Pre-trained Vision Transformers

CVPR 2025poster

Vision Transformers (ViTs), extensively pre-trained on large-scale datasets, have become fundamental to foundation models, enabling adaptation to diverse downstream tasks. Existing adaptation methods typically require direct data access, rendering them infeasible in privacy-sensitive domains where c…

2025

TG-LLaVA: Text Guided LLaVA via Learnable Latent Embeddings

AAAI 2025technical

Currently, inspired by the success of vision-language models (VLMs), an increasing number of researchers are focusing on improving VLMs and have achieved promising results. However, most existing methods concentrate on optimizing the connector and enhancing the language model component, while neglec…

Cited by 4SourcePDFScholar
2024

BEVRender: Vision-based Cross-view Vehicle Registration in Off-road GNSS-denied Environment

IROS 2024poster

We introduce BEVRender, a novel learning-based approach for the localization of ground vehicles in Global Navigation Satellite System (GNSS)-denied off-road scenarios. These environments are typically challenging for conventional vision-based state estimation due to the lack of distinct visual landm…

Cited by 1SourceScholar
2024

ECMamba: Consolidating Selective State Space Model with Retinex Guidance for Efficient Multiple Exposure Correction

NeurIPS 2024poster

Exposure Correction (EC) aims to recover proper exposure conditions for images captured under over-exposure or under-exposure scenarios. While existing deep learning models have shown promising results, few have fully embedded Retinex theory into their architecture, highlighting a gap in current met…

2024

Efficient Adaptation of Pre-trained Vision Transformer via Householder Transformation

NeurIPS 2024poster

A common strategy for Parameter-Efficient Fine-Tuning (PEFT) of pre-trained Vision Transformers (ViTs) involves adapting the model to downstream tasks by learning a low-rank adaptation matrix. This matrix is decomposed into a product of down-projection and up-projection matrices, with the bottleneck…

Cited by 1SourcePDFScholar
2024

GLARE: Low Light Image Enhancement via Generative Latent Feature based Codebook Retrieval

ECCV 2024poster

"Most existing Low-light Image Enhancement (LLIE) methods either directly map Low-Light (LL) to Normal-Light (NL) images or use semantic or illumination maps as guides. However, the ill-posed nature of LLIE and the difficulty of semantic retrieval from impaired inputs limit these methods, especially…

2024

Human-in-the-Loop Modeling and Control of an Upper Limb Exosuit With Tendon-Sheath Actuation

RA-L 2024

Cable-driven exosuits have the advantages of being lightweight, compact, and well-adapted due to avoiding extensive usage of rigid structures to transmit power. However, applying too many flexible materials into the system will cause some problems such as insufficient stiffness, easy deformation, an

Cited by 5SourceScholar
2024

Low-Rank Rescaled Vision Transformer Fine-Tuning: A Residual Design Approach

CVPR 2024poster

Parameter-efficient fine-tuning for pre-trained Vision Transformers aims to adeptly tailor a model to downstream tasks by learning a minimal set of new adaptation parameters while preserving the frozen majority of pre-trained parameters. Striking a balance between retaining the generalizable represe…

2024

RAM-NAS: Resource-aware Multiobjective Neural Architecture Search Method for Robot Vision Tasks

IROS 2024poster

Neural architecture search (NAS) has shown great promise in automatically designing lightweight models. However, conventional approaches are insufficient in training the supernet and pay little attention to actual robot hardware resources. To meet such challenges, we propose RAM-NAS, a resource-awar…

Cited by 0SourceScholar
2024

Sample-Efficient Learning-Based Dynamic Environment Navigation With Transferring Experience From Optimization-Based Planner

RA-L 2024

This letter presents a sample-efficient deep reinforcement learning (DRL) based method to address the intricate task of autonomous navigation in dynamic, constrained environments. The proposed method leverages a graph neural network with feature-wise linear modulation modules to effectively extract

Cited by 5SourcecodeScholar
2023

Efficient Adaptation of Large Vision Transformer via Adapter Re-Composing

NeurIPS 2023poster

The advent of high-capacity pre-trained models has revolutionized problem-solving in computer vision, shifting the focus from training task-specific models to adapting pre-trained models. Consequently, effectively adapting large pre-trained models to downstream tasks in an efficient manner has becom…

2023

Fast Monocular Scene Reconstruction With Global-Sparse Local-Dense Grids

CVPR 2023poster

Indoor scene reconstruction from monocular images has long been sought after by augmented reality and robotics developers. Recent advances in neural field representations and monocular priors have led to remarkable results in scene-level surface reconstructions. The reliance on Multilayer Perceptron…

Cited by 9SourcePDFScholar
2023

RAST: Risk-Aware Spatio-Temporal Safety Corridors for MAV Navigation in Dynamic Uncertain Environments

RA-L 2023

Autonomous navigation of Micro Aerial Vehicles (MAVs) in dynamic and unknown environments is a complex and challenging task. Current works rely on assumptions to solve the problem. The MAV's pose is precisely known, the dynamic obstacles can be explicitly segmented from static ones, their number is

Cited by 21SourceScholar
2022

Agile Formation Control of Drone Flocking Enhanced With Active Vision-Based Relative Localization

RA-L 2022

The vision-based relative localization can provide effective feedback for the cooperation of aerial swarm and has been widely investigated in previous works. However, the limited field of view (FOV) inherently restricts its performance. To cope with this issue, we propose a novel distributed active

Cited by 50SourceScholar
2022

Learned Depth Estimation of 3D Imaging Radar for Indoor Mapping

IROS 2022poster

3D imaging radar offers robust perception capability through visually demanding environments due to the unique penetrative and reflective properties of millimeter waves (mmWave). Current approaches for 3D perception with imaging radar require knowledge of environment geometry, accumulation of data f…

Cited by 11SourcecodeScholar
2022

Node Representation Learning in Graph via Node-to-Neighbourhood Mutual Information Maximization

CVPR 2022poster

The key towards learning informative node representations in graphs lies in how to gain contextual information from the neighbourhood. In this work, we present a simple-yet-effective self-supervised node representation learning strategy via directly maximizing the mutual information between the hidd…

Cited by 40PDFcodeScholar
2022

Obstacle Avoidance of Resilient UAV Swarm Formation with Active Sensing System in the Dense Environment

IROS 2022poster

This paper proposes a perception-shared and swarm trajectory global optimal (STGO) algorithm fused UAVs formation motion planning framework aided by an active sensing system. First, the point cloud received by each UAV is fit by the gaussian mixture model (GMM) and transmitted in the swarm. Resampli…

Cited by 21SourceScholar
2021

Computationally Efficient Trajectory Planning for High Speed Obstacle Avoidance of a Quadrotor With Active Sensing

RA-L 2021

Quadrotor with active sensing was proposed recently to overcome the view field limitation and achieved an excellent perception ability in obstacle avoidance tasks. To realize high-speed flights of this quadrotor in unknown and cluttered environments, a computationally efficient trajectory planner is

Cited by 21SourceScholar
2021

Map Compressibility Assessment for LiDAR Registration

IROS 2021poster

We aim to assess the performance of LiDAR-to-map registration on compressive maps. Modern autonomous vehicles utilize pre-built HD (High-Definition) maps to perform sensor-to-map registration, which recovers pose estimation failures and reduces drift in a large-scale environment. However, sensor-to-…

Cited by 6SourceScholar
2018

An Efficient Volumetric Mesh Representation for Real-Time Scene Reconstruction Using Spatial Hashing

ICRA 2018poster

Mesh plays an indispensable role in dense realtime reconstruction essential in robotics. Efforts have been made to maintain flexible data structures for 3D data fusion, yet an efficient incremental framework specifically designed for online mesh storage and manipulation is missing. We propose a nove…

Cited by 18SourceScholar
2018

PSDF Fusion: Probabilistic Signed Distance Function for On-the-fly 3D Data Fusion and Scene Reconstruction

ECCV 2018poster

We propose a novel 3D spatial representation for data fusion and scene reconstruction. Probabilistic Signed Distance Function (Probabilistic SDF, PSDF) is proposed to depict uncertainties in the 3D space. It is modeled by a joint distribution describing SDF value and its inlier probability, reflecti…

Cited by 50SourcePDFScholar
2015

An under-actuated manipulation controller based on Workspace Analysis and Gaussian Processes

IROS 2015poster

The kinematic modelling has been applied to many controllers of under-actuated manipulators. Most of these studies assume that the control process is conducted within the workspace. However, as such a kinematic model cannot describe the situations when the stable grasping is violated in the real env…

Cited by 7SourceScholar
2015

Intention detection in upper limb kinematics rehabilitation using a GP-based control strategy

IROS 2015poster

In robot-assisted upper limb rehabilitation, detecting the intentions of hemiplegic patients is essential towards assisting the patients to actively exercise instead of driving passive motions. Many interactive channels, such as voice, EMG and EEG, have been studied to estimate the motion intentions…

Cited by 8SourceScholar