← Search

Tianhe Ren

19 accepted papers

2026

SegDINO3D: 3D Instance Segmentation Empowered by Both Image-Level and Object-Level 2D Features

AAAI 2026technical

In this paper, we present SegDINO3D, a novel Transformer encoder-decoder framework for 3D instance segmentation. As 3D training data is generally not as sufficient as 2D training images, SegDINO3D is designed to fully leverage 2D representation from a pre-trained 2D detection model, including both

Cited by 0SourcePDFScholar
2026

TAPTRv3: Spatial and Temporal Context Foster Robust Tracking of Any Point in Long Video

ICLR 2026poster

In this paper, built upon TAPTRv2, we present TAPTRv3. TAPTRv3 improves TAPTRv2 by addressing its shortage in querying high quality features from long videos, where the target tracking points normally undergo increasing variation over time. In TAPTRv3, we propose to utilize both spatial and temporal…

Cited by 0SourcecodeScholar
2025

Perceive Anything: Recognize, Explain, Caption, and Segment Anything in Images and Videos

NeurIPS 2025poster

We present Perceive Anything Model (PAM), a conceptually straightforward and efficient framework for comprehensive region-level visual understanding in images and videos. Our approach extends the powerful segmentation model SAM 2 by integrating Large Language Models (LLMs), enabling simultaneous obj…

Cited by 0SourceScholar
2024

APL: Anchor-based Prompt Learning for One-stage Weakly Supervised Referring Expression Comprehension

ECCV 2024poster

"Referring Expression Comprehension (REC) aims to ground the target object based on a given referring expression, which requires expensive instance-level annotations for training. To address this issue, recent advances explore an efficient one-stage weakly supervised REC model called RefCLIP. Partic…

2024

Grounding DINO: Marrying DINO with Grounded Pre-Training for Open-Set Object Detection

ECCV 2024poster

"In this paper, we develop an open-set object detector, called Grounding DINO, by marrying Transformer-based detector DINO with grounded pre-training, which can detect arbitrary objects with human inputs such as category names or referring expressions. The key solution of open-set object detection i…

2024

LLaVA-Grounding: Grounded Visual Chat with Large Multimodal Models

ECCV 2024poster

"With the recent significant advancements in large multimodal models (LMMs), the importance of their grounding capability in visual chat is increasingly recognized. Despite recent efforts to enable LMMs to support grounding, their capabilities for grounding and chat are usually separate, and their c…

2024

LLaVA-Plus: Learning to Use Tools for Creating Multimodal Agents

ECCV 2024poster

"This paper presents (), a general-purpose multimodal assistant trained using an end-to-end approach that systematically expands the capabilities of large multimodal models (LMMs). maintains a skill repository that contains a wide range of vision and vision-language pre-trained models (tools), and i…

2024

T-Rex2: Towards Generic Object Detection via Text-Visual Prompt Synergy

ECCV 2024poster

"We present , a highly practical model for open-set object detection. Previous open-set object detection methods relying on text prompts effectively encapsulate the abstract concept of common objects, but struggle with rare or complex object representation due to data scarcity and descriptive limita…

2024

TAPTR: Tracking Any Point with Transformers as Detection

ECCV 2024poster

"In this paper, we propose a simple yet effective approach for Tracking Any Point with TRansformers (). Based on the observation that point tracking bears a great resemblance to object detection and tracking, we borrow designs from DETR-like algorithms to address the task of TAP. In , in each video…

Cited by 20SourcePDFScholar
2024

TAPTRv2: Attention-based Position Update Improves Tracking Any Point

NeurIPS 2024poster

In this paper, we present TAPTRv2, a Transformer-based approach built upon TAPTR for solving the Tracking Any Point (TAP) task. TAPTR borrows designs from DEtection TRansformer (DETR) and formulates each tracking point as a point query, making it possible to leverage well-studied operations in DETR-…

Cited by 7SourcePDFScholar
2023

Cheap and Quick: Efficient Vision-Language Instruction Tuning for Large Language Models

NeurIPS 2023poster

Recently, growing interest has been aroused in extending the multimodal capability of large language models (LLMs), e.g., vision-language (VL) learning, which is regarded as the next milestone of artificial general intelligence. However, existing solutions are prohibitively expensive, which not onl…

Cited by 136SourcePDFScholar
2023

DFA3D: 3D Deformable Attention For 2D-to-3D Feature Lifting

ICCV 2023poster

In this paper, we propose a new operator, called 3D DeFormable Attention (DFA3D), for 2D-to-3D feature lifting, which transforms multi-view 2D image features into a unified 3D space for 3D object detection. Existing feature lifting approaches, such as Lift-Splat-based and 2D attention-based, either…

Cited by 44PDFcodeScholar
2023

Detection Transformer with Stable Matching

ICCV 2023poster

This paper is concerned with the matching stability problem across different decoder layers in DEtection TRansformers (DETR). We point out that the unstable matching in DETR is caused by a multi-optimization path problem, which is highlighted by the one-to-one matching design in DETR. To address thi…

Cited by 46PDFcodeScholar
2023

You Only Segment Once: Towards Real-Time Panoptic Segmentation

CVPR 2023poster

In this paper, we propose YOSO, a real-time panoptic segmentation framework. YOSO predicts masks via dynamic convolutions between panoptic kernels and image feature maps, in which you only need to segment once for both instance and semantic segmentation tasks. To reduce the computational overhead, w…

2022

Make Sharpness-Aware Minimization Stronger: A Sparsified Perturbation Approach

NeurIPS 2022accept

Deep neural networks often suffer from poor generalization caused by complex and non-convex loss landscapes. One of the popular solutions is Sharpness-Aware Minimization (SAM), which smooths the loss landscape via minimizing the maximized change of training loss when adding a perturbation to the wei…

2021

TRAR: Routing the Attention Spans in Transformer for Visual Question Answering

ICCV 2021poster

Due to the superior ability of global dependency modeling, Transformer and its variants have become the primary choice of many vision-and-language tasks. However, in tasks like Visual Question Answering (VQA) and Referring Expression Comprehension (REC), the multimodal prediction often requires visu…

Cited by 120PDFcodeScholar