← Search

Heng Fan

42 accepted papers

2026

DMTrack: Spatio-Temporal Multimodal Tracking Via Dual-Adapter

ICRA 2026poster

In this paper, we explore adapter tuning and introduce a novel dual-adapter architecture for spatio-temporal multimodal tracking, dubbed DMTrack. The key of our DMTrack lies in two simple yet effective modules, including a spatio-temporal modality adapter (STMA) and a progressive modality complement…

2026

LoRe: Adaptive Interaction-Evaluation Routing with Per-step Interaction Budgets for Iterative Graph Solvers

ICML 2026poster

Diffusion-based neural solvers for combinatorial optimization repeatedly re-evaluate dense edge/factor interactions, making inference expensive in wall-clock time and often memory-bound at scale. We introduce LoRe, a training-free, inference-time drop-in wrapper that enforces per-step interaction-ev…

Cited by 0SourceScholar
2026

OmniSTVG: Toward Spatio-Temporal Omni-Object Video Grounding

ICLR 2026poster

We introduce spatio-temporal omni-object video grounding, dubbed $\textbf{OmniSTVG}$, a new STVG task aiming to localize spatially and temporally all targets mentioned in the textual query within videos. Compared to classic STVG locating only a single target, OmniSTVG enables localization of not onl…

Cited by 0SourcecodeScholar
2025

All You Need is One: Capsule Prompt Tuning with a Single Vector

NeurIPS 2025poster

Prompt-based learning has emerged as a parameter-efficient finetuning (PEFT) approach to facilitate Large Language Model (LLM) adaptation to downstream tasks by conditioning generation with task-aware guidance. Despite its successes, current prompt-based learning methods heavily rely on laborious gr…

Cited by 0SourceScholar
2025

Attention to Trajectory: Trajectory-Aware Open-Vocabulary Tracking

ICCV 2025poster

Open-Vocabulary Multi-Object Tracking (OV-MOT) aims to enable approaches to track objects without being limited to a predefined set of categories. Current OV-MOT methods typically rely primarily on instance-level detection and association, often overlooking trajectory information that is unique and…

2025

CGTrack: Cascade Gating Network with Hierarchical Feature Aggregation for UAV Tracking

ICRA 2025

Recent advancements in visual object tracking have markedly improved the capabilities of unmanned aerial vehicle (UAV) tracking, which is a critical component in real-world robotics applications. While the integration of hierarchical lightweight networks has become a prevalent strategy for enhancing

Cited by 3SourcecodeScholar
2025

CorrBEV: Multi-View 3D Object Detection by Correlation Learning with Multi-modal Prototypes

CVPR 2025poster

Camera-only multi-view 3D object detection in autonomous driving has witnessed encouraging developments in recent years, largely attributed to the revolution of fundamental architectures in modeling bird's eye view (BEV). Despite the growing overall average performance, we contend that the explorati…

Cited by 0SourcePDFScholar
2025

DAM: Dynamic Attention Mask for Long-Context Large Language Model Inference Acceleration

ACL 2025finding

Long-context understanding is crucial for many NLP applications, yet transformers struggle with efficiency due to the quadratic complexity of self-attention. Sparse attention methods alleviate this cost but often impose static, predefined masks, failing to capture heterogeneous attention patterns. T…

2025

DP-GTR: Differentially Private Prompt Protection via Group Text Rewriting

EMNLP 2025

Prompt privacy is crucial, especially when using online large language models (LLMs), due to the sensitive information often contained within prompts. While LLMs can enhance prompt privacy through text rewriting, existing methods primarily focus on document-level rewriting, neglecting the rich, mult

2025

Efficient and Accurate Low-Resolution Transformer Tracking

IROS 2025

High-performance Transformer trackers have exhibited excellent results, yet they often bear a heavy computational load. Observing that a smaller input can immediately and conveniently reduce computations without changing the model, an easy solution is to adopt a low-resolution input for efficient Tr

Cited by 0SourcecodeScholar
2025

G3 CN: Gaussian Topology Refinement Gated Graph Convolutional Network for Skeleton-Based Action Recognition

IROS 2025

Graph Convolutional Networks (GCNs) have proven to be highly effective for skeleton-based action recognition, primarily due to their ability to leverage graph topology for feature aggregation, a key factor in extracting meaningful representations. However, despite their success, GCNs often struggle

Cited by 0SourceScholar
2025

GSOT3D: Towards Generic 3D Single Object Tracking in the Wild

ICCV 2025poster

In this paper, we present a novel benchmark, GSOT3D, that aims at facilitating development of generic 3D single object tracking (SOT) in the wild. Specifically, GSOT3D offers 620 sequences with 123K frames, and covers a wide selection of 54 object categories. Each sequence is offered with multiple m…

2025

Knowing Your Target: Target-Aware Transformer Makes Better Spatio-Temporal Video Grounding

ICLR 2025oral

Transformer has attracted increasing interest in spatio-temporal video grounding, or STVG, owing to its end-to-end pipeline and promising result. Existing Transformer-based STVG approaches often leverage a set of object queries, which are initialized simply using zeros and then gradually learn targe…

2025

LoRATv2: Enabling Low-Cost Temporal Modeling in One-Stream Trackers

NeurIPS 2025spotlight

Transformer-based algorithms, such as LoRAT, have significantly enhanced object-tracking performance. However, these approaches rely on a standard attention mechanism, which incurs quadratic token complexity, making real-time inference computationally expensive. In this paper, we introduce LoRATv2,…

Cited by 0SourcecodeScholar
2025

Robust Ego-Exo Correspondence with Long-Term Memory

NeurIPS 2025poster

Establishing object-level correspondence between egocentric and exocentric views is essential for intelligent assistants to deliver precise and intuitive visual guidance. However, this task faces numerous challenges, including extreme viewpoint variations, occlusions, and the presence of small objec…

Cited by 0SourcecodeScholar
2025

The Devil is in the Quality: Exploring Informative Samples for Semi-Supervised Monocular 3D Object Detection

ICRA 2025

This paper tackles the challenging problem of semi-supervised monocular 3D object detection with a general framework. In specific, having observed that the bottleneck of this task lies in lacking reliable and informative samples from unlabeled data for detector learning, we introduce a novel simple

Cited by 0SourceScholar
2024

"Tracking Meets LoRA: Faster Training, Larger Model, Stronger Performance"

ECCV 2024poster

"Motivated by the Parameter-Efficient Fine-Tuning (PEFT) in large language models, we propose LoRAT, a method that unveils the power of larger Vision Transformers (ViT) for tracking within laboratory-level resources. The essence of our work lies in adapting LoRA, a technique that fine-tunes a small…

2024

Beyond MOT: Semantic Multi-Object Tracking

ECCV 2024poster

"Current multi-object tracking (MOT) aims to predict trajectories of targets (, “where”) in videos. Yet, knowing merely “where” is insufficient in many crucial applications. In comparison, semantic understanding such as fine-grained behaviors, interactions, and overall summarized captions (, “what”)…

2024

Efficient Multimodal Semantic Segmentation via Dual-Prompt Learning

IROS 2024

Multimodal (e.g., RGB-Depth/RGB-Thermal) fusion has shown great potential for improving semantic segmentation in complex scenes (e.g., indoor/low-light conditions). Existing approaches often fully fine-tune a dual-branch encoder-decoder framework with a complicated feature fusion strategy for achiev

Cited by 45SourcecodeScholar
2024

Kernel Adaptive Convolution for Scene Text Detection via Distance Map Prediction

CVPR 2024poster

Segmentation-based scene text detection algorithms that are accurate to the pixel level can satisfy the detection of arbitrary shape scene text and have received widespread attention. On the one hand due to the complexity and diversity of the scene text the convolution with a fixed kernel size has s…

Cited by 3SourcePDFScholar
2024

ProMotion: Prototypes As Motion Learners

CVPR 2024poster

In this work we introduce ProMotion a unified prototypical transformer-based framework engineered to model fundamental motion tasks. ProMotion offers a range of compelling attributes that set it apart from current task-specific paradigms. 1. We adopt a prototypical perspective establishing a unified…

Cited by 7SourcePDFScholar
2024

SiCP: Simultaneous Individual and Cooperative Perception for 3D Object Detection in Connected and Automated Vehicles

IROS 2024poster

Cooperative perception for connected and automated vehicles is traditionally achieved through the fusion of feature maps from two or more vehicles. However, the absence of feature maps shared from other vehicles can lead to a significant decline in 3D object detection performance for cooperative per…

Cited by 6SourcecodeScholar
2024

VastTrack: Vast Category Visual Object Tracking

NeurIPS 2024poster

In this paper, we propose a novel benchmark, named VastTrack, aiming to facilitate the development of general visual tracking via encompassing abundant classes and videos. VastTrack consists of a few attractive properties: (1) Vast Object Category. In particular, it covers targets from 2,115 categor…

2023

PlanarTrack: A Large-scale Challenging Benchmark for Planar Object Tracking

ICCV 2023poster

Planar object tracking is a critical computer vision problem and has drawn increasing interest owing to its key roles in robotics, augmented reality, etc. Despite rapid progress, its further development, especially in the deep learning era, is largely hindered due to the lack of large-scale challeng…

Cited by 5PDFScholar
2023

Two Birds, One Stone: A Unified Framework for Joint Learning of Image and Video Style Transfers

ICCV 2023poster

Current arbitrary style transfer models are limited to either image or video domains. In order to achieve satisfying image and video style transfers, two different models are inevitably required with separate training processes on image and video domains, respectively. In this paper, we show that th…

Cited by 13PDFcodeScholar
2023

Unsupervised Domain Adaptive Detection with Network Stability Analysis

ICCV 2023poster

Domain adaptive detection aims to improve the generality of a detector, learned from the labeled source domain, on the unlabeled target domain. In this work, drawing inspiration from the concept of stability from the control theory that a robust system requires to remain consistent both externally a…

Cited by 9PDFcodeScholar
2022

Learning Target-aware Representation for Visual Tracking via Informative Interactions

IJCAI 2022poster

We introduce a novel backbone architecture to improve target-perception ability of feature representation for tracking. Having observed de facto frameworks perform feature matching simply using the backbone outputs for target localization, there is no direct feedback from the matching module to the…

Cited by 61SourcePDFScholar
2022

SwinTrack: A Simple and Strong Baseline for Transformer Tracking

NeurIPS 2022accept

Recently Transformer has been largely explored in tracking and shown state-of-the-art (SOTA) performance. However, existing efforts mainly focus on fusing and enhancing features generated by convolutional neural networks (CNNs). The potential of Transformer in representation learning remains under-e…

2021

Transparent Object Tracking Benchmark

ICCV 2021poster

Visual tracking has achieved considerable progress in recent years. However, current research in the field mainly focuses on tracking of opaque objects, while little attention is paid to transparent object tracking. In this paper, we make the first attempt in exploring this problem by proposing a Tr…

Cited by 33PDFcodeScholar
2019

LaSOT: A High-Quality Benchmark for Large-Scale Single Object Tracking

CVPR 2019poster

In this paper, we present LaSOT, a high-quality benchmark for Large-scale Single Object Tracking. LaSOT consists of 1,400 sequences with more than 3.5M frames in total. Each frame in these sequences is carefully and manually annotated with a bounding box, making LaSOT the largest, to the best of our…

Cited by 1750PDFScholar