← Search

Yunchao Wei

100 accepted papers

2026

Can a Second-View Image Be a Language? Geometric and Semantic Cross-Modal Reasoning for X-ray Prohibited Item Detection

CVPR 2026

Automatic X-ray prohibited items detection is vital for security inspection and has been widely studied. Traditional methods rely on visual modal, often struggling with complex threats. While recent studies incorporate language to guide single-view images, human inspectors typically use dual-view im

Cited by 0SourcecodeScholar
2026

CoCoDiff: Correspondence-Consistent Diffusion Model for Fine-grained Style Transfer

ICLR 2026poster

Transferring visual style between images while preserving semantic correspondence between similar objects remains a central challenge in computer vision. While existing methods have made great strides, most of them operate at global level but overlook region-wise and even pixel-wise semantic corresp…

Cited by 0SourceScholar
2026

FlowSeg: Dynamic Semantic Guidance for LLM-Conditioned Segmentation

ICML 2026poster

LLM-conditioned segmentation has recently advanced rapidly by coupling large language models with iterative mask generation frameworks. However, we identify a persistent failure mode in current propose-then-select pipelines. Although high-quality mask candidates are often generated, the final predic…

Cited by 0SourceScholar
2026

M4V: Multimodal Mamba for Efficient Text-to-Video Generation

CVPR 2026

Text-to-video generation has significantly enriched content creation and holds the potential to evolve into powerful world simulators. However, modeling the vast spatiotemporal space remains computationally demanding, particularly when employing Transformers, which incur quadratic complexity in sequ

Cited by 0SourceScholar
2026

Matting Anything 2: Towards Video Matting for Anything

ICLR 2026poster

Video matting is a crucial task for many applications, but existing methods face significant limitations. They are often domain-specific, focusing primarily on human portraits, and rely on the mask of first frame that is challenging to acquire for transparent or intricate objects like fire or smoke.…

Cited by 0SourceScholar
2026

PanoWorld-X: Generating Explorable Panoramic Worlds via Sphere-Aware Video Diffusion

ICML 2026spotlight

Achieving a complete and explorable 360-degree visual world is a cornerstone of immersive content creation. While recent advances in video generation have achieved impressive results, they follow a 2D paradigm that treats content generation as transitions of 2D pixels, lacking an intrinsic understan…

Cited by 0SourceScholar
2026

Rethinking MLLM Itself as a Segmenter with a Single Segmentation Token

CVPR 2026

Recent segmentation methods leveraging Multi-modal Large Language Models (MLLMs) have shown reliable object-level segmentation and enhanced spatial perception. However, almost all previous methods predominantly rely on specialist mask decoders to interpret masks from generated segmentation-related e

Cited by 0SourcecodeScholar
2026

Semantic Visual Anomaly Detection and Reasoning in AI-Generated Images

ICLR 2026poster

The rapid advancement of AI-generated content (AIGC) has enabled the synthesis of visually convincing images; however, many such outputs exhibit subtle \textbf{semantic anomalies}, including unrealistic object configurations, violations of physical laws, or commonsense inconsistencies, which comprom…

Cited by 0SourceScholar
2026

SpatialTree: How Spatial Intelligence Branches Out in MLLMs

CVPR 2026

Cognitive science suggests that spatial ability develops progressively--from perception to reasoning and interaction. Yet in multimodal LLMs (MLLMs), this hierarchy remains poorly understood, as most studies focus on a narrow set of tasks. We introduce SpatialTree, a cognitive-science-inspired hiera

Cited by 0SourcecodeScholar
2026

StereoWorld: Geometry-Aware Monocular-to-Stereo Video Generation

CVPR 2026

The growing adoption of XR devices has fueled strong demand for high-quality stereo video, yet its production remains costly and artifact-prone.To address this challenge, we present **StereoWorld**, an **end-to-end framework** that repurposes a pretrained video generator for high-fidelity monocular-

Cited by 0SourceScholar
2026

ThinkGen: Generalized Thinking for Visual Generation

CVPR 2026

Recent progress in Multimodal Large Language Models (MLLMs) demonstrates that Chain-of-Thought (CoT) reasoning enables systematic solutions to complex understanding tasks. However, its extension to generation tasks remains nascent and limited by scenario-specific mechanisms that hinder generalizatio

Cited by 0SourcecodeScholar
2026

VideoWorld 2: Learning Transferable Knowledge from Real-world Videos

CVPR 2026

Learning transferable knowledge from unlabeled video data and applying it in new environments is a fundamental capability of intelligent agents. This work presents VideoWorld 2, which extends VideoWorld and provides the first investigation of learning transferable knowledge for complex, long-horizon

Cited by 0SourceScholar
2025

A Unified Reasoning Framework for Holistic Zero-Shot Video Anomaly Analysis

NeurIPS 2025poster

Most video-anomaly research stops at frame-wise detection, offering little insight into why an event is abnormal, typically outputting only frame-wise anomaly scores without spatial or semantic context. Recent video anomaly localization and video anomaly understanding methods improve explainability…

Cited by 0SourcecodeScholar
2025

Attend and Enrich: Enhanced Visual Prompt for Zero-Shot Learning

AAAI 2025technical

Zero-shot learning (ZSL) endeavors to transfer knowledge from the seen categories to recognize unseen categories, which mostly relies on the semantic-visual interactions between image and attribute tokens. Recently, the prompt learning has emerged in ZSL and demonstrated significant potential as it…

2025

C2P-CLIP: Injecting Category Common Prompt in CLIP to Enhance Generalization in Deepfake Detection

AAAI 2025technical

This work focuses on AIGC detection to develop universal detectors capable of identifying various types of forgery images. Recent studies have found large pre-trained models, such as CLIP, are effective for generalizable deepfake detection along with linear classifiers. However, two critical issues…

2025

CLIP-GS: Unifying Vision-Language Representation with 3D Gaussian Splatting

ICCV 2025poster

Recent works in 3D representation learning and multimodal pre-training have made remarkable progress. However, typically multimodal 3D models are only capable of handling point clouds. Compared to the emerging 3D representation technique, 3D Gaussian Splatting (3DGS), the spatially sparse point clou…

Cited by 0SourcePDFScholar
2025

CharaConsist: Fine-Grained Consistent Character Generation

ICCV 2025poster

In text-to-image generation, producing a series of consistent contents that preserve the same identity is highly valuable for real-world applications. Although a few works have explored training-free methods to enhance the consistency of generated subjects, we observe that they suffer from the follo…

2025

ClassDiffusion: More Aligned Personalization Tuning with Explicit Class Guidance

ICLR 2025poster

Recent text-to-image customization works have proven successful in generating images of given concepts by fine-tuning diffusion models on a few examples. However, tuning-based methods inherently tend to overfit the concepts, resulting in failure to create the concept under multiple conditions (*e.g.…

2025

CoMBO: Conflict Mitigation via Branched Optimization for Class Incremental Segmentation

CVPR 2025poster

Effective Class Incremental Segmentation (CIS) requires simultaneously mitigating catastrophic forgetting and ensuring sufficient plasticity to integrate new classes. The inherent conflict above often leads to a back-and-forth, which turns the objective into finding the balance between the performan…

2025

DCI: Dual-Conditional Inversion for Boosting Diffusion-Based Image Editing

NeurIPS 2025poster

Diffusion models have achieved remarkable success in image generation and editing tasks. Inversion within these models aims to recover the latent noise representation for a real or generated image, enabling reconstruction, editing, and other downstream tasks. However, to date, most inversion approac…

Cited by 0SourcecodeScholar
2025

Dual-view X-ray Detection: Can AI Detect Prohibited Items from Dual-view X-ray Images like Humans?

CVPR 2025poster

To detect prohibited items in challenging categories, human inspectors typically rely on images from two distinct views (vertical and side). Can AI detect prohibited items from dual-view X-ray images in the same way humans do? Existing X-ray datasets often suffer from limitations, such as single-vie…

2025

FlexVAR: Flexible Visual Autoregressive Modeling without Residual Prediction

NeurIPS 2025poster

This work challenges the residual prediction paradigm in visual autoregressive modeling and presents FlexVAR, a new Flexible Visual AutoRegressive image generation paradigm. FlexVAR facilitates autoregressive learning with ground-truth prediction, enabling each step to independently produce plausibl…

Cited by 0SourcecodeScholar
2025

Intent3D: 3D Object Detection in RGB-D Scans Based on Human Intention

ICLR 2025poster

In real-life scenarios, humans seek out objects in the 3D world to fulfill their daily needs or intentions. This inspires us to introduce 3D intention grounding, a new task in 3D object detection employing RGB-D, based on human intention, such as "I want something to support my back." Closely rela…

Cited by 20SourcePDFScholar
2025

Martian World Model: Controllable Video Synthesis with Physically Accurate 3D Reconstructions

NeurIPS 2025poster

The synthesis of realistic Martian landscape videos, essential for mission rehearsal and robotic simulation, presents unique challenges. These primarily stem from the scarcity of high-quality Martian data and the significant domain gap relative to terrestrial imagery. To address these challenges, we…

Cited by 0SourceScholar
2025

Memory Efficient Matting with Adaptive Token Routing

AAAI 2025technical

Transformer-based models have recently achieved outstanding performance in image matting. However, their application to high-resolution images remains challenging due to the quadratic complexity of global self-attention. To address this issue, we propose MEMatte, a memory-efficient matting framework…

2025

NTClick: Achieving Precise Interactive Segmentation With Noise-tolerant Clicks

CVPR 2025highlight

Interactive segmentation is a pivotal task in computer vision, focused on predicting precise masks with minimal user input. Although the click has recently become the most prevalent form of interaction due to its flexibility and efficiency, its advantages diminish as the complexity and details of ta…

Cited by 0SourcePDFScholar
2025

PreFM: Online Audio-Visual Event Parsing via Predictive Future Modeling

NeurIPS 2025poster

Audio-visual event parsing plays a crucial role in understanding multimodal video content, but existing methods typically rely on offline processing of entire videos with huge model sizes, limiting their real-time applicability. We introduce Online Audio-Visual Event Parsing (On-AVEP), a novel parad…

Cited by 0SourcecodeScholar
2025

ReCoT: Reflective Self-Correction Training for Mitigating Confirmation Bias in Large Vision-Language Models

ICCV 2025poster

Recent advancements in Large Vision-Language Models (LVLMs) have greatly improved their ability to understand both visual and text information. However, a common problem in LVLMs is confirmation bias, where models tend to repeat previous assumptions and follow earlier viewpoints instead of reflectin…

Cited by 0SourcePDFScholar
2025

VideoWorld: Exploring Knowledge Learning from Unlabeled Videos

CVPR 2025poster

This work explores whether a deep generative model can learn complex knowledge solely from visual input, in contrast to the prevalent focus on text-based models like large language models (LLMs). We develop VideoWorld, an auto-regressive video generation model trained on unlabeled video data, and te…

Cited by 8SourcePDFScholar
2025

Visual Relation Diffusion for Human-Object Interaction Detection

ICCV 2025poster

Human-object interaction (HOI) detection relies on fine-grained visual understanding to distinguish complex relationships between humans and objects. While recent generative diffusion models have demonstrated remarkable capability in learning detailed visual concepts through pixel-level generation,…

Cited by 0SourcePDFScholar
2025

Who Can Withstand Chat-Audio Attacks? An Evaluation Benchmark for Large Audio-Language Models

ACL 2025finding

Adversarial audio attacks pose a significant threat to the growing use of large audio-language models (LALMs) in voice-based human-machine interactions. While existing research focused on model-specific adversarial methods, real-world applications demand a more generalizable and universal approach t…

2024

Bridge the Points: Graph-based Few-shot Segment Anything Semantically

NeurIPS 2024spotlight

The recent advancements in large-scale pre-training techniques have significantly enhanced the capabilities of vision foundation models, notably the Segment Anything Model (SAM), which can generate precise masks based on point and box prompts. Recent studies extend SAM to Few-shot Semantic Segmentat…

2024

Collaborative Vision-Text Representation Optimizing for Open-Vocabulary Segmentation

ECCV 2024oral

"Pre-trained vision-language models, e.g. CLIP, have been increasingly used to address the challenging Open-Vocabulary Segmentation (OVS) task, benefiting from their well-aligned vision-text embedding space. Typical solutions involve either freezing CLIP during training to unilaterally maintain its…

2024

Diffusion4D: Fast Spatial-temporal Consistent 4D generation via Video Diffusion Models

NeurIPS 2024poster

The availability of large-scale multimodal datasets and advancements in diffusion models have significantly accelerated progress in 4D content generation. Most prior approaches rely on multiple images or video diffusion models, utilizing score distillation sampling for optimization or generating pse…

Cited by 32SourcePDFScholar
2024

Enhanced Visual Instruction Tuning with Synthesized Image-Dialogue Data

ACL 2024findings

The remarkable multimodal capabilities demonstrated by OpenAI’s GPT-4 have sparked significant interest in the development of multimodal Large Language Models (LLMs). A primary research objective of such models is to align visual and textual modalities effectively while comprehending human instructi…

2024

Forgery-aware Adaptive Transformer for Generalizable Synthetic Image Detection

CVPR 2024poster

In this paper we study the problem of generalizable synthetic image detection aiming to detect forgery images from diverse generative methods e.g. GANs and diffusion models. Cutting-edge solutions start to explore the benefits of pre-trained models and mainly follow the fixed paradigm of solely trai…

2024

Frequency-Aware Deepfake Detection: Improving Generalizability through Frequency Space Domain Learning

AAAI 2024technical

This research addresses the challenge of developing a universal deepfake detector that can effectively identify unseen deepfake images despite limited training data. Existing frequency-based paradigms have relied on frequency-level artifacts introduced during the up-sampling in GAN pipelines to det…

2024

Frozen CLIP: A Strong Backbone for Weakly Supervised Semantic Segmentation

CVPR 2024highlight

Weakly supervised semantic segmentation has witnessed great achievements with image-level labels. Several recent approaches use the CLIP model to generate pseudo labels for training an individual segmentation model while there is no attempt to apply the CLIP model as the backbone to directly segment…

2024

PixelLM: Pixel Reasoning with Large Multimodal Model

CVPR 2024poster

While large multimodal models (LMMs) have achieved remarkable progress generating pixel-level masks for image reasoning tasks involving multiple open-world targets remains a challenge. To bridge this gap we introduce PixelLM an effective and efficient LMM for pixel-level reasoning and understanding.…

Cited by 84SourcePDFScholar
2024

Region-Adaptive Transform with Segmentation Prior for Image Compression

ECCV 2024poster

"Learned Image Compression (LIC) has shown remarkable progress in recent years. Existing works commonly employ CNN-based or Transformer-based modules as transform methods for compression. However, there is no prior research on neural transform that focuses on specific regions. In response, we introd…

2024

Region-Native Visual Tokenization

ECCV 2024poster

"We explore an innovative region-based visual token representation and present the REgion-native AutoencoDER (Reader). In contrast to the majority of previous methods, which represent each image as a grid-shaped tokens map, Reader perceives each image into sequential region-based tokens, with each t…

2024

Transferable and Principled Efficiency for Open-Vocabulary Segmentation

CVPR 2024poster

Recent success of pre-trained foundation vision-language models makes Open-Vocabulary Segmentation (OVS) possible. Despite the promising performance this approach introduces heavy computational overheads for two challenges: 1) large model sizes of the backbone; 2) expensive costs during the fine-tun…

2023

Adversarially Masking Synthetic To Mimic Real: Adaptive Noise Injection for Point Cloud Segmentation Adaptation

CVPR 2023poster

This paper considers the synthetic-to-real adaptation of point cloud semantic segmentation, which aims to segment the real-world point clouds with only synthetic labels available. Contrary to synthetic data which is integral and clean, point clouds collected by real-world sensors typically contain u…

Cited by 15SourcePDFScholar
2023

CTP:Towards Vision-Language Continual Pretraining via Compatible Momentum Contrast and Topology Preservation

ICCV 2023poster

Vision-Language Pretraining (VLP) has shown impressive results on diverse downstream tasks by offline training on large-scale datasets. Regarding the growing nature of real-world data, such an offline training paradigm on ever-expanding data is unsustainable, because models lack the continual learni…

Cited by 33PDFcodeScholar
2023

CoinSeg: Contrast Inter- and Intra- Class Representations for Incremental Segmentation

ICCV 2023poster

Class incremental semantic segmentation aims to strike a balance between the model's stability and plasticity by maintaining old knowledge while adapting to new concepts. However, most state-of-the-art methods use the freeze strategy for stability, which compromises the model's plasticity. In contra…

Cited by 27PDFcodeScholar
2023

Global Knowledge Calibration for Fast Open-Vocabulary Segmentation

ICCV 2023poster

Recent advancements in pre-trained vision-language models, such as CLIP, have enabled the segmentation of arbitrary concepts solely from textual inputs, a process commonly referred to as open-vocabulary semantic segmentation (OVS). However, existing OVS techniques confront a fundamental challenge: t…

Cited by 55PDFScholar
2023

Learning Mask-aware CLIP Representations for Zero-Shot Segmentation

NeurIPS 2023poster

Recently, pre-trained vision-language models have been increasingly used to tackle the challenging zero-shot segmentation task. Typical solutions follow the paradigm of first generating mask proposals and then adopting CLIP to classify them. To maintain the CLIP's zero-shot transferability, previous…

2023

Learning To Segment Every Referring Object Point by Point

CVPR 2023poster

Referring Expression Segmentation (RES) can facilitate pixel-level semantic alignment between vision and language. Most of the existing RES approaches require massive pixel-level annotations, which are expensive and exhaustive. In this paper, we propose a new partially supervised training paradigm f…

2023

Learning on Gradients: Generalized Artifacts Representation for GAN-Generated Images Detection

CVPR 2023poster

Recently, there has been a significant advancement in image generation technology, known as GAN. It can easily generate realistic fake images, leading to an increased risk of abuse. However, most image detectors suffer from sharp performance drops in unseen domains. The key of fake image detection i…

2023

Locating Noise is Halfway Denoising for Semi-Supervised Segmentation

ICCV 2023poster

We investigate semi-supervised semantic segmentation with self-training, where a teacher model generates pseudo masks to exploit the benefits of a large amount of unlabeled images. We notice that the noisy label from the generated pseudo masks is the major obstacle to achieving good performance. Pre…

Cited by 13PDFScholar
2023

Progressive Neighborhood Aggregation for Semantic Segmentation Refinement

AAAI 2023technical

Multi-scale features from backbone networks have been widely applied to recover object details in segmentation tasks. Generally, the multi-level features are fused in a certain manner for further pixel-level dense prediction. Whereas, the spatial structure information is not fully explored, that is…

2023

Progressive Semantic-Visual Mutual Adaption for Generalized Zero-Shot Learning

CVPR 2023highlight

Generalized Zero-Shot Learning (GZSL) identifies unseen categories by knowledge transferred from the seen domain, relying on the intrinsic interactions between visual and semantic information. Prior works mainly localize regions corresponding to the sharing attributes. When various visual appearance…

2023

RIO: A Benchmark for Reasoning Intention-Oriented Objects in Open Environments

NeurIPS 2023poster

Intention-oriented object detection aims to detect desired objects based on specific intentions or requirements. For instance, when we desire to "lie down and rest", we instinctively seek out a suitable option such as a "bed" or a "sofa" that can fulfill our needs. Previous work in this area is limi…

Cited by 14SourcePDFScholar
2023

SLCA: Slow Learner with Classifier Alignment for Continual Learning on a Pre-trained Model

ICCV 2023poster

The goal of continual learning is to improve the performance of recognition models in learning sequentially arrived data. Although most existing works are established on the premise of learning from scratch, growing efforts have been devoted to incorporating the benefits of pre-training. However, ho…

Cited by 148PDFcodeScholar
2023

SegRefiner: Towards Model-Agnostic Segmentation Refinement with Discrete Diffusion Process

NeurIPS 2023poster

In this paper, we explore a principal way to enhance the quality of object masks produced by different segmentation models. We propose a model-agnostic solution called SegRefiner, which offers a novel perspective on this problem by interpreting segmentation refinement as a data generation process. A…

2022

Instance As Identity: A Generic Online Paradigm for Video Instance Segmentation

ECCV 2022poster

"Modeling temporal information for both detection and tracking in a unified framework has been proved a promising solution to video instance segmentation (VIS). However, how to effectively incorporate the temporal information into an online model remains an open problem. In this work, we propose a n…

2022

L2G: A Simple Local-to-Global Knowledge Transfer Framework for Weakly Supervised Semantic Segmentation

CVPR 2022poster

Mining precise class-aware attention maps, a.k.a, class activation maps, is essential for weakly supervised semantic segmentation. In this paper, we present L2G, a simple online local-to-global knowledge transfer framework for high-quality object attention mining. We observe that classification mode…

Cited by 183PDFcodeScholar
2022

Large-Scale Video Panoptic Segmentation in the Wild: A Benchmark

CVPR 2022poster

In this paper, we present a new large-scale dataset for the video panoptic segmentation task, which aims to assign semantic classes and track identities to all pixels in a video. As the ground truth for this task is difficult to annotate, previous datasets for video panoptic segmentation are limited…

Cited by 100PDFcodeScholar
2022

M5Product: Self-Harmonized Contrastive Learning for E-Commercial Multi-Modal Pretraining

CVPR 2022poster

Despite the potential of multi-modal pre-training to learn highly discriminative feature representations from complementary data modalities, current progress is being slowed by the lack of large-scale modality-diverse datasets. By leveraging the natural suitability of E-commerce, where different mod…

Cited by 44PDFcodeScholar
2022

Mask Matching Transformer for Few-Shot Segmentation

NeurIPS 2022accept

In this paper, we aim to tackle the challenging few-shot segmentation task from a new perspective. Typical methods follow the paradigm to firstly learn prototypical features from support images and then match query features in pixel-level to obtain segmentation results. However, to obtain satisfacto…

2022

Mining Unseen Classes via Regional Objectness: A Simple Baseline for Incremental Segmentation

NeurIPS 2022accept

Incremental or continual learning has been extensively studied for image classification tasks to alleviate catastrophic forgetting, a phenomenon in which earlier learned knowledge is forgotten when learning new concepts. For class incremental semantic segmentation, such a phenomenon often becomes mu…

2022

SiRi: A Simple Selective Retraining Mechanism for Transformer-Based Visual Grounding

ECCV 2022poster

"In this paper, we investigate how to achieve better referring visual grounding with modern vision-language transformers, and propose a simple yet powerful Selective Retraining (SiRi) mechanism. Particularly, SiRi conveys a significant principle to the research of visual grounding, i.e, a better ini…

2022

Slim Scissors: Segmenting Thin Object from Synthetic Background

ECCV 2022poster

"Existing interactive segmentation algorithms typically fail when segmenting objects with elongated thin structures (bicycle spokes). Though some recent efforts attempt to address this challenge by introducing a new synthetic dataset and a three-stream network design, they suffer two limitations: 1)…

Cited by 7SourcePDFScholar
2021

AINet: Association Implantation for Superpixel Segmentation

ICCV 2021poster

Recently, some approaches are proposed to harness deep convolutional networks to facilitate superpixel segmentation. The common practice is to first evenly divide the image into a pre-defined number of grids and then learn to associate each pixel with its surrounding grids. However, simply applying…

Cited by 53PDFcodeScholar
2021

Associating Objects with Transformers for Video Object Segmentation

NeurIPS 2021poster

This paper investigates how to realize better and more efficient embedding learning to tackle the semi-supervised video object segmentation under challenging multi-object scenarios. The state-of-the-art methods learn to decode features with a single positive object and thus have to match and segment…

2021

Few-Shot Segmentation via Cycle-Consistent Transformer

NeurIPS 2021poster

Few-shot segmentation aims to train a segmentation model that can fast adapt to novel classes with few exemplars. The conventional training paradigm is to learn to make predictions on query images conditioned on the features from support images. Previous methods only utilized the semantic-level prot…

2021

Product1M: Towards Weakly Supervised Instance-Level Product Retrieval via Cross-Modal Pretraining

ICCV 2021poster

Nowadays, customer's demands for E-commerce are more diversified, which introduces more complications to the product retrieval industry. Previous methods are either subject to single-modal input or perform supervised image-level product retrieval, thus fail to accommodate real-life scenarios where e…

Cited by 75PDFcodeScholar
2021

Towards Complete Scene and Regular Shape for Distortion Rectification by Curve-Aware Extrapolation

ICCV 2021poster

The wide-angle lens gains increasing attention since it can capture a wide field-of-view scene (FoV). However, the obtained image is contaminated with radial distortion, making the scene not realistic. Previous distortion rectification methods rectify the image in a rectangle or invagination, failin…

Cited by 8PDFScholar
2021

VSPW: A Large-scale Dataset for Video Scene Parsing in the Wild

CVPR 2021poster

In this paper, we present a new dataset with the target of advancing the scene parsing task from images to videos. Our dataset aims to perform Video Scene Parsing in the Wild (VSPW), which covers a wide range of real-world scenarios and categories. To be specific, our VSPW is featured from the follo…

Cited by 136PDFScholar
2020

Agriculture-Vision: A Large Aerial Image Database for Agricultural Pattern Analysis

CVPR 2020poster

The success of deep learning in visual recognition tasks has driven advancements in multiple fields of research. Particularly, increasing attention has been drawn towards its application in agriculture. Nevertheless, while visual pattern recognition on farmlands carries enormous economic values, lit…

Cited by 237PDFScholar
2020

Collaborative Video Object Segmentation by Foreground-Background Integration

ECCV 2020poster

This paper investigates the principles of embedding learning to tackle the challenging semi-supervised video object segmentation. Different from previous practices that only explore the embedding learning using pixels from foreground object (s), we consider background should be equally treated and t…

2020

Content-Consistent Matching for Domain Adaptive Semantic Segmentation

ECCV 2020poster

This paper considers the adaptation of semantic segmentation from the synthetic source domain to the real target domain. Different from most previous explorations that often aim at developing adversarial-based domain alignment solutions, we tackle this challenging task from a new perspective, mph{i.…

2020

Differential Treatment for Stuff and Things: A Simple Unsupervised Domain Adaptation Method for Semantic Segmentation

CVPR 2020poster

We consider the problem of unsupervised domain adaptation for semantic segmentation by easing the domain shift between the source domain (synthetic data) and the target domain (real data) in this work. State-of-the-art approaches prove that performing semantic-level alignment is helpful in tackling…

Cited by 289PDFcodeScholar
2020

Interactive Object Segmentation With Inside-Outside Guidance

CVPR 2020oral

This paper explores how to harvest precise object segmentation masks while minimizing the human interaction cost. To achieve this, we propose an Inside-Outside Guidance (IOG) approach in this work. Concretely, we leverage an inside point that is clicked near the object center and two outside points…

Cited by 158PDFcodeScholar
2020

Pixel-Level Cycle Association: A New Perspective for Domain Adaptive Semantic Segmentation

NeurIPS 2020oral

Domain adaptive semantic segmentation aims to train a model performing satisfactory pixel-level predictions on the target with only out-of-domain (source) annotations. The conventional solution to this task is to minimize the discrepancy between source and target to enable effective knowledge transf…

2020

Referring Image Segmentation via Cross-Modal Progressive Comprehension

CVPR 2020poster

Referring image segmentation aims at segmenting the foreground masks of the entities that can well match the description given in the natural language expression. Previous approaches tackle this problem using implicit feature interaction and fusion between visual and linguistic modalities, but usual…

Cited by 225PDFcodeScholar
2019

CCNet: Criss-Cross Attention for Semantic Segmentation

ICCV 2019poster

Full-image dependencies provide useful contextual information to benefit visual understanding problems. In this work, we propose a Criss-Cross Network (CCNet) for obtaining such contextual information in a more effective and efficient way. Concretely, for each pixel, a novel criss-cross attention mo…

Cited by 3729PDFcodeScholar
2019

Geometry-Aware Distillation for Indoor Semantic Segmentation

CVPR 2019poster

It has been shown that jointly reasoning the 2D appearance and 3D information from RGB-D domains is beneficial to indoor scene semantic segmentation. However, most existing approaches require accurate depth map as input to segment the scene which severely limits their applications. In this paper, we…

Cited by 113PDFScholar
2019

Integral Object Mining via Online Attention Accumulation

ICCV 2019poster

Object attention maps generated by image classifiers are usually used as priors for weakly-supervised segmentation approaches. However, normal image classifiers produce attention only at the most discriminative object parts, which limits the performance of weakly-supervised segmentation task. Theref…

Cited by 279PDFScholar
2019

Low-Rank Tensor Completion With a New Tensor Nuclear Norm Induced by Invertible Linear Transforms

CVPR 2019poster

This work studies the low-rank tensor completion problem, which aims to exactly recover a low-rank tensor from partially observed entries. Our model is inspired by the recently proposed tensor-tensor product (t-product) based on any invertible linear transforms. When the linear transforms satisfy ce…

Cited by 193PDFScholar
2019

SPGNet: Semantic Prediction Guidance for Scene Parsing

ICCV 2019poster

Multi-scale context module and single-stage encoder-decoder structure are commonly employed for semantic segmentation. The multi-scale context module refers to the operations to aggregate feature responses from a large spatial extent, while the single-stage encoder-decoder structure encodes the high…

Cited by 142PDFScholar
2019

Self-Similarity Grouping: A Simple Unsupervised Cross Domain Adaptation Approach for Person Re-Identification

ICCV 2019oral

Domain adaptation in person re-identification (re-ID) has always been a challenging task. In this work, we explore how to harness the similar natural characteristics existing in the samples from the target domain for learning to conduct person re-ID in an unsupervised manner. Concretely, we propose…

Cited by 606PDFcodeScholar
2018

Adversarial Complementary Learning for Weakly Supervised Object Localization

CVPR 2018poster

In this work, we propose Adversarial Complementary Learning (ACoL) to automatically localize integral objects of semantic interest with weak supervision. We first mathematically prove that class localization maps can be obtained by directly selecting the class-specific feature maps of the last convo…

Cited by 728SourcePDFScholar
2018

Left-Right Comparative Recurrent Model for Stereo Matching

CVPR 2018poster

Leveraging the disparity information from both left and right views is crucial for stereo disparity estimation. Left-right consistency check is an effective way to enhance the disparity estimation by referring to the information from the opposite view. However, the conventional left-right consisten…

Cited by 115SourcePDFScholar
2018

Revisiting Dilated Convolution: A Simple Approach for Weakly- and Semi-Supervised Semantic Segmentation

CVPR 2018poster

Despite remarkable progress, weakly supervised segmentation methods are still inferior to their fully supervised counterparts. We obverse that the performance gap mainly comes from the inability of producing dense and integral pixel-level object localization for training images only with image-level…

Cited by 700SourcePDFScholar
2018

Revisiting RCNN: On Awakening the Classification Power of Faster RCNN

ECCV 2018poster

Recent region-based object detectors are usually built with separate classification and localization branches on top of shared feature extraction networks. In this paper, we analyze failure cases of state-of-the-art detectors and observe that most hard false positives result from classification inst…

Cited by 306SourcePDFScholar
2018

Self-produced Guidance for Weakly-supervised Object Localization

ECCV 2018poster

Weakly supervised methods usually generate localization results based on attention maps produced by classification networks. However, the attention maps exhibit the most discriminative parts of the object which are small and sparse. We propose to generate Self-produced Guidance (SPG) masks which sep…

2018

TS2C: Tight Box Mining with Surrounding Segmentation Context for Weakly Supervised Object Detection

ECCV 2018poster

This work provides a simple approach to discover tight object bounding boxes with only image-level supervision, called Tight box mining with Surrounding Segmentation Context (TS2C). We observe that object candidates mined through current multiple instance learning methods are usually trapped to disc…

Cited by 190SourcePDFScholar
2017

Deep Self-Taught Learning for Weakly Supervised Object Localization

CVPR 2017spotlight

Most existing weakly supervised localization (WSL) approaches learn detectors by finding positive bounding boxes based on features learned with image-level supervision. However, those features do not contain spatial location related information and usually provide poor-quality positive samples for t…

Cited by 249PDFScholar
2017

Object Region Mining With Adversarial Erasing: A Simple Classification to Semantic Segmentation Approach

CVPR 2017oral

We investigate a principle way to progressively mine discriminative object regions using classification networks to address the weakly-supervised semantic segmentation problems. Classification networks are only responsive to small and sparse discriminative regions from the object of interest, which…

Cited by 1023PDFScholar
2017

Perceptual Generative Adversarial Networks for Small Object Detection

CVPR 2017poster

Detecting small objects is notoriously challenging due to their low resolution and noisy representation. Existing object detection pipelines usually detect small objects through learning representations of all the objects at multiple scales. However, the performance gain of such ad hoc architectures…

Cited by 1052PDFScholar
2016

Reversible Recursive Instance-Level Object Segmentation

CVPR 2016poster

In this work, we propose a novel Reversible Recursive Instance-level Object Segmentation (R2-IOS) framework to address the challenging instance-level object segmentation task. R2-IOS consists of a reversible proposal refinement sub-network that predicts bounding box offsets for refining the object p…

Cited by 65PDFScholar
2015

Towards Computational Baby Learning: A Weakly-Supervised Approach for Object Detection

ICCV 2015poster

Intuitive observations show that a baby may inherently possess the capability of recognizing a new visual concept (e.g., chair, dog) by learning from only very few positive instances taught by parent(s) or others, and this recognition capability can be gradually further improved by exploring and/or…

Cited by 114PDFScholar