← Search

Tianfei Zhou

31 accepted papers

2026

AbductiveMLLM: Boosting Visual Abductive Reasoning Within MLLMs

AAAI 2026technical

Visual abductive reasoning (VAR) is a challenging task that requires AI systems to infer the most likely explanation for incomplete visual observations. While recent MLLMs develop strong general-purpose multimodal reasoning capabilities, they remain fall short in abductive inference, as compared to

Cited by 0SourcePDFScholar
2025

CA2C: A Prior-Knowledge-Free Approach for Robust Label Noise Learning via Asymmetric Co-learning and Co-training

ICCV 2025poster

Label noise learning (LNL), a practical challenge in real-world applications, has recently attracted significant attention. While demonstrating promising effectiveness, existing LNL approaches typically rely on various forms of prior knowledge, such as noise rates or thresholds, to sustain performan…

Cited by 0SourcePDFScholar
2025

Seeing What Matters: Empowering CLIP with Patch Generation-to-Selection

CVPR 2025poster

The CLIP model has demonstrated significant advancements in aligning visual and language modalities through large-scale pre-training on image-text pairs, enabling strong zero-shot classification and retrieval capabilities on various domains. However, CLIP's training remains computationally intensive…

2025

VideoRFT: Incentivizing Video Reasoning Capability in MLLMs via Reinforced Fine-Tuning

NeurIPS 2025poster

Reinforcement fine-tuning (RFT) has shown great promise in achieving humanlevel reasoning capabilities of Large Language Models (LLMs), and has recently been extended to MLLMs. Nevertheless, reasoning about videos, which is a fundamental aspect of human intelligence, remains a persistent challenge d…

Cited by 0SourcecodeScholar
2024

Label-Efficient Few-Shot Semantic Segmentation with Unsupervised Meta-Training

AAAI 2024technical

The goal of this paper is to alleviate the training cost for few-shot semantic segmentation (FSS) models. Despite that FSS in nature improves model generalization to new concepts using only a handful of test exemplars, it relies on strong supervision from a considerable amount of labeled training da…

2024

On-Road Object Importance Estimation: A New Dataset and A Model with Multi-Fold Top-Down Guidance

NeurIPS 2024poster

This paper addresses the problem of on-road object importance estimation, which utilizes video sequences captured from the driver's perspective as the input. Although this problem is significant for safer and smarter driving systems, the exploration of this problem remains limited. On one hand, publ…

Cited by 0SourcePDFScholar
2023

CORE: Cooperative Reconstruction for Multi-Agent Perception

ICCV 2023poster

This paper presents CORE, a conceptually simple, effective and communication-efficient model for multi-agent cooperative perception. It addresses the task from a novel perspective of cooperative reconstruction, based on two key insights: 1) cooperating agents together provide a more holistic observa…

Cited by 48PDFcodeScholar
2023

Learning Anchor Transformations for 3D Garment Animation

CVPR 2023poster

This paper proposes an anchor-based deformation model, namely AnchorDEF, to predict 3D garment animation from a body motion sequence. It deforms a garment mesh template by a mixture of rigid transformations with extra nonlinear displacements. A set of anchors around the mesh surface is introduced to…

Cited by 13SourcePDFScholar
2023

Uncovering Prototypical Knowledge for Weakly Open-Vocabulary Semantic Segmentation

NeurIPS 2023poster

This paper studies the problem of weakly open-vocabulary semantic segmentation (WOVSS), which learns to segment objects of arbitrary classes using mere image-text pairs. Existing works turn to enhance the vanilla vision transformer by introducing explicit grouping recognition, i.e., employing severa…

Cited by 29SourcePDFScholar
2023

Unified Mask Embedding and Correspondence Learning for Self-Supervised Video Segmentation

CVPR 2023poster

The objective of this paper is self-supervised learning of video object segmentation. We develop a unified framework which simultaneously models cross-frame dense correspondence for locally discriminative feature learning and embeds object-level context for target-mask decoding. As a result, it is a…

2022

Detail-Preserving Transformer for Light Field Image Super-resolution

AAAI 2022technical

Recently, numerous algorithms have been developed to tackle the problem of light field super-resolution (LFSR), i.e., super-resolving low-resolution light fields to gain high-resolution views. Despite delivering encouraging results, these approaches are all convolution-based, and are naturally weak…

2022

Locality-Aware Inter- and Intra-Video Reconstruction for Self-Supervised Correspondence Learning

CVPR 2022poster

Our target is to learn visual correspondence from unlabeled videos. We develop LIIR, a locality-aware inter-and intra-video reconstruction framework that fills in three missing pieces, i.e., instance discrimination, location awareness, and spatial compactness, of self-supervised correspondence learn…

Cited by 54PDFcodeScholar
2022

Regional Semantic Contrast and Aggregation for Weakly Supervised Semantic Segmentation

CVPR 2022poster

Learning semantic segmentation from weakly-labeled (e.g., image tags only) data is challenging since it is hard to infer dense object regions from sparse semantic tags. Despite being broadly studied, most current efforts directly learn from limited semantic annotations carried by individual image or…

Cited by 194PDFcodeScholar
2021

Differentiable Multi-Granularity Human Representation Learning for Instance-Aware Human Semantic Parsing

CVPR 2021poster

To address the challenging task of instance-aware human part parsing, a new bottom-up regime is proposed to learn category-level human semantic segmentation as well as multi-person pose estimation in a joint and end-to-end manner. It is a compact, efficient and powerful framework that exploits struc…

Cited by 93PDFcodeScholar
2021

Exploring Cross-Image Pixel Contrast for Semantic Segmentation

ICCV 2021poster

Current semantic segmentation methods focus only on mining "local" context, i.e., dependencies between pixels within individual images, by context-aggregation modules (e.g., dilated convolution, neural attention) or structure-aware optimization criteria (e.g., IoU-like loss). However, they ignore "g…

Cited by 624PDFcodeScholar
2021

Group-Wise Semantic Mining for Weakly Supervised Semantic Segmentation

AAAI 2021technical

Acquiring sufficient ground-truth supervision to train deep vi- sual models has been a bottleneck over the years due to the data-hungry nature of deep learning. This is exacerbated in some structured prediction tasks, such as semantic segmen- tation, which requires pixel-level annotations. This work…

2021

Many-to-One Distribution Learning and K-Nearest Neighbor Smoothing for Thoracic Disease Identification

AAAI 2021technical

Chest X-rays are an important and accessible clinical imaging tool for the detection of many thoracic diseases. Over the past decade, deep learning, with a focus on the convolutional neural network (CNN), has become the most powerful computer-aided diagnosis technology for improving disease identifi…

Cited by 14SourcePDFScholar
2021

Target-Aware Object Discovery and Association for Unsupervised Video Multi-Object Segmentation

CVPR 2021poster

This paper addresses the task of unsupervised video multi-object segmentation. Current approaches follow a two-stage paradigm: 1) detect object proposals using pre-trained Mask R-CNN, and 2) conduct generic feature matching for temporal association using re-identification techniques. However, the ge…

Cited by 59PDFScholar
2020

Video Object Segmentation with Episodic Graph Memory Networks

ECCV 2020poster

How to make a segmentation model efficiently adapt to a specific video as well as online target appearance variations is a fun- damental issue in the field of video object segmentation. In this work, a graph memory network is developed to address the novel idea of “learning to update the segmentatio…

2020

Weakly Supervised 3D Object Detection from Lidar Point Cloud

ECCV 2020poster

It is laborious to manually label point cloud data for training high-quality 3D object detectors. This work proposes a weakly supervised approach for 3D object detection, only requiring a small set of weakly annotated scenes, associated with a few precisely labeled object instances. This is achieved…