← Search

Yongdong Zhang

99 accepted papers

2026

CyberJurors: A Multi-Agent Simulation Task for E-Commerce Disputes Verdict

ICML 2026poster

The intelligent verdict is essential for handling voluminous demands of E-commerce dispute. Unlike the legal dispute, it necessitates identifying pivotal clues from redundant multimodal evidence chains, relying on informal transaction rules for dispute verdicts. The complex ``clues-dispute" causal l…

Cited by 0SourceScholar
2026

DiasR: Dual-Modal Identity-Anchored Sparse Routing for Efficient Multi-Subject Video Generation

ICML 2026poster

Personalized multi-subject video generation is a promising direction within the field of controllable video generation; however, existing methods face challenges in maintaining cross-frame identity consistency and incur high computational overhead. To address these issues, we propose DiasR, an effic…

Cited by 0SourceScholar
2026

In-Token Rationality Optimization: Towards Accurate and Concise LLM Reasoning via Self-Feedback

AAAI 2026technical

Training Large Language Models (LLMs) for chain-of-thought reasoning presents a significant challenge: supervised fine-tuning on a single "golden" rationale hurts generalization as it penalizes equally valid alternatives, whereas reinforcement learning with verifiable rewards struggles with credit a

Cited by 0SourcePDFScholar
2026

Multi-level Causal LLM-based Text-to-Motion Generation with Human Alignment

CVPR 2026

Although progress has been made in LLM-based text-driven motion generation, it still has the limitations of generating fine-grained and semantically consistent motions. These limitations stem from: 1) fine-grained motion quantization errors; 2) mismatches between causal reasoning language and non-ca

Cited by 0SourceScholar
2026

SCoA: Revisiting Domain Generalized Object Detection with Style-Conditioned Adaptation

ICML 2026poster

Domain generalized object detection (DGOD) aims to train an object detector on a single source domain and generalize it to unseen target domains. Recent advances in DGOD have increasingly exploited vision foundation models (VFMs) via parameter-efficient finetuning strategies. However, existing appro…

Cited by 0SourceScholar
2026

SpaceVLLM: Endowing Multimodal Large Language Model with Spatio-Temporal Video Grounding Capability

AAAI 2026technical

Multimodal Large Language Models (MLLMs) have shown remarkable progress in temporal or spatial localization tasks, but struggle with joint spatio-temporal video grounding (STVG). We identify two key bottlenecks hindering this capability: (1) the sheer number of visual tokens makes long-range and fin

Cited by 0SourcePDFScholar
2026

SparseRM: A Lightweight Preference Modeling with Sparse Autoencoder

AAAI 2026technical

Reward models (RMs) are a core component in the post-training of large language models (LLMs), serving as proxies for human preference evaluation and guiding model alignment. However, training reliable RMs under limited resources remains challenging due to the reliance on large-scale preference anno

Cited by 0SourcePDFScholar
2026

Uncertainty-Aware Exploratory Direct Preference Optimization for Multimodal Large Language Models

CVPR 2026

Direct Preference Optimization (DPO) has proven to be an effective solution for mitigating hallucination in Multimodal Large Language Models (MLLMs) by learning from preference pairs. One of its key challenges lies in how to transfer the sequence-level preference into fine-grained supervision on vis

Cited by 0SourcecodeScholar
2026

Video-LevelGauge: Investigating Contextual Positional Bias in Video Language Models.

ICLR 2026poster

Large video language models (LVLMs) have made notable progress in video understanding, spurring the development of corresponding evaluation benchmarks. However, existing benchmarks generally assess overall performance across entire video sequences, overlooking nuanced behaviors such as contextual po…

Cited by 0SourceScholar
2025

CLIP-Adapted Region-to-Text Learning for Generative Open-Vocabulary Semantic Segmentation

ICCV 2025poster

In recent years, Open-Vocabulary Semantic Segmentation (OVSS) has been largely advanced. However, existing methods mostly rely on a pre-trained vision-language model (e.g., CLIP) and require a predefined set of classes to guide the semantic segmentation process during the inference. This not only na…

Cited by 0SourcePDFScholar
2025

Diffusion-based Source-biased Model for Single Domain Generalized Object Detection

ICCV 2025poster

Single domain generalized object detection aims to train an object detector on a single source domain and generalize it to any unseen domain. Although existing approaches based on data augmentation exhibit promising results, they overlook domain discrepancies across multiple augmented domains, which…

Cited by 0SourcePDFScholar
2025

ELDER: Enhancing Lifelong Model Editing with Mixture-of-LoRA

AAAI 2025technical

Large language models (LLMs) require model editing to efficiently update specific knowledge within them and avoid factual errors. Most model editing methods are solely designed for single-time use and result in a significant forgetting effect in lifelong editing scenarios, where sequential edits ar…

2025

Forensic-MoE: Exploring Comprehensive Synthetic Image Detection Traces with Mixture of Experts

ICCV 2025poster

Recently, synthetic images have evolved incredibly realistic with the development of generative techniques. To avoid the spread of misinformation and identify synthetic content, research on synthetic image detection becomes urgent. Unfortunately, limited to the singular forensic perspective, existin…

2025

HOIGen-1M: A Large-scale Dataset for Human-Object Interaction Video Generation

CVPR 2025poster

Text-to-video (T2V) generation has made tremendous progress in generating complicated scenes based on texts. However, human-object interaction (HOI) often cannot be precisely generated by current T2V models due to the lack of large-scale videos with accurate captions for HOI. To address this issue,…

2025

IGD: Instructional Graphic Design with Multimodal Layer Generation

ICCV 2025poster

Graphic design visually conveys information and data by creating and combining text, images and graphics. Two-stage methods that rely primarily on layout generation lack creativity and intelligence, making graphic design still labor-intensive. Existing diffusion-based methods generate non-editable g…

2025

Leveraging Importance Sampling to Detach Alignment Modules from Large Language Models

NeurIPS 2025poster

The widespread adoption of large language models (LLMs) across industries has increased the demand for high-quality and customizable outputs. However, traditional alignment methods often require retraining large pretrained models, making it difficult to quickly adapt and optimize LLMs for diverse ap…

Cited by 0SourceScholar
2025

Leveraging robust optimization for llm alignment under distribution shifts

NeurIPS 2025poster

Preference alignment methods are increasingly critical for steering large language models (LLMs) to generate outputs consistent with human values. While recent approaches often rely on synthetic data generated by LLMs for scalability and cost-efficiency reasons, this reliance can introduce distribut…

Cited by 0SourceScholar
2025

Mask^2DiT: Dual Mask-based Diffusion Transformer for Multi-Scene Long Video Generation

CVPR 2025poster

Sora has unveiled the immense potential of the Diffusion Transformer (DiT) architecture in single-scene video generation. However, the more challenging task of multi-scene video generation, which offers broader applications, remains relatively underexplored. To bridge this gap, we propose Mask^2DiT,…

2025

Multi-Prototype Grouping for Continual Learning in Visual Question Answering

ICASSP 2025accepted

Visual Question Answering (VQA) aims to answer questions utilizing information from both textual and visual modalities. New data categories and novel combinations of the two modalities will continuously emerge in practical applications, necessitating continual learning. For this unique compositional…

Cited by 0SourceScholar
2024

A Circuit Domain Generalization Framework for Efficient Logic Synthesis in Chip Design

ICML 2024spotlight

Logic Synthesis (LS) plays a vital role in chip design. A key task in LS is to simplify circuits---modeled by directed acyclic graphs (DAGs)---with functionality-equivalent transformations. To tackle this task, many LS heuristics apply transformations to subgraphs---rooted at each node on an input D…

2024

A Hierarchical Adaptive Multi-Task Reinforcement Learning Framework for Multiplier Circuit Design

ICML 2024poster

Multiplier design---which aims to explore a large combinatorial design space to simultaneously optimize multiple conflicting objectives---is a fundamental problem in the integrated circuits industry. Although traditional approaches tackle the multi-objective multiplier optimization problem by manual…

Cited by 17SourcePDFScholar
2024

Aggregation and Purification: Dual Enhancement Network for Point Cloud Few-shot Segmentation

IJCAI 2024poster

Point cloud few-shot semantic segmentation (PC-FSS) aims to segment objects within query samples of new categories given only a handful of annotated support samples. Although PC-FSS demonstrates enhanced category generalization capabilities compared to the fully supervised paradigm, the prevalent…

Cited by 6SourcePDFScholar
2024

AlignZeg: Mitigating Objective Misalignment for Zero-shot Semantic Segmentation

ECCV 2024poster

"A serious issue that harms the performance of zero-shot visual recognition is named objective misalignment, i.e., the learning objective prioritizes improving the recognition accuracy of seen classes rather than unseen classes, while the latter is the true target to pursue. This issue becomes more…

Cited by 4SourcePDFScholar
2024

AnyScene: Customized Image Synthesis with Composited Foreground

CVPR 2024poster

Recent advancements in text-to-image technology have significantly advanced the field of image customization. Among various applications the task of customizing diverse scenes for user-specified composited elements holds great application value but has not been extensively explored. Addressing this…

Cited by 1SourcePDFScholar
2024

Aspect-based Sentiment Analysis with Context Denoising

NAACL 2024findings

Given a sentence and a particular aspect term, aspect-based sentiment analysis (ABSA) aims to predict the sentiment polarity towards this aspect term, which provides fine-grained analysis on sentiment understanding and it has attracted much attention in recent years. In order to achieve a good perfo…

2024

Boosting Semi-Supervised Scene Text Recognition via Viewing and Summarizing

NeurIPS 2024poster

Existing scene text recognition (STR) methods struggle to recognize challenging texts, especially for artistic and severely distorted characters. The limitation lies in the insufficient exploration of character morphologies, including the monotonousness of widely used synthetic training data and the…

2024

Bootstrapping Large Language Models for Radiology Report Generation

AAAI 2024technical

Radiology report generation (RRG) aims to automatically generate a free-text description from a specific clinical radiograph, e.g., chest X-Ray images. Existing approaches tend to perform RRG with specific models trained on the public yet limited data from scratch, where they often lead to inferior…

2024

ChiMed-GPT: A Chinese Medical Large Language Model with Full Training Regime and Better Alignment to Human Preferences

ACL 2024long

Recently, the increasing demand for superior medical services has highlighted the discrepancies in the medical infrastructure. With big data, especially texts, forming the foundation of medical services, there is an exigent need for effective natural language processing (NLP) solutions tailored to t…

2024

Coarse-to-Fine Highlighting: Reducing Knowledge Hallucination in Large Language Models

ICML 2024poster

Generation of plausible but incorrect factual information, often termed hallucination, has attracted significant research interest. Retrieval-augmented language model (RALM)---which enhances models with up-to-date knowledge---emerges as a promising method to reduce hallucination. However, existing R…

Cited by 10SourcePDFScholar
2024

DEADiff: An Efficient Stylization Diffusion Model with Disentangled Representations

CVPR 2024highlight

The diffusion-based text-to-image model harbors immense potential in transferring reference style. However current encoder-based approaches significantly impair the text controllability of text-to-image models while transferring styles. In this paper we introduce DEADiff to address this issue using…

2024

DiffAM: Diffusion-based Adversarial Makeup Transfer for Facial Privacy Protection

CVPR 2024poster

With the rapid development of face recognition (FR) systems the privacy of face images on social media is facing severe challenges due to the abuse of unauthorized FR systems. Some studies utilize adversarial attack techniques to defend against malicious FR systems by generating adversarial examples…

2024

Exploring Reliable Matching with Phase Enhancement for Night-time Semantic Segmentation

ECCV 2024poster

"Semantic segmentation of night-time images holds significant importance in computer vision, particularly for applications like night environment perception in autonomous driving systems. However, existing methods tend to parse night-time images from a day-time perspective, leaving the inherent chal…

Cited by 4SourcePDFScholar
2024

Homology Consistency Constrained Efficient Tuning for Vision-Language Models

NeurIPS 2024poster

Efficient transfer learning has shown remarkable performance in tuning large-scale vision-language models (VLMs) toward downstream tasks with limited data resources. The key challenge of efficient transfer lies in adjusting image-text alignment to be task-specific while preserving pre-trained genera…

Cited by 0SourcePDFScholar
2024

MILP-StuDio: MILP Instance Generation via Block Structure Decomposition

NeurIPS 2024poster

Mixed-integer linear programming (MILP) is one of the most popular mathematical formulations with numerous applications. In practice, improving the performance of MILP solvers often requires a large amount of high-quality data, which can be challenging to collect. Researchers thus turn to generation…

Cited by 11SourcePDFScholar
2024

MotionGS: Exploring Explicit Motion Guidance for Deformable 3D Gaussian Splatting

NeurIPS 2024poster

Dynamic scene reconstruction is a long-term challenge in the field of 3D vision. Recently, the emergence of 3D Gaussian Splatting has provided new insights into this problem. Although subsequent efforts rapidly extend static 3D Gaussian to dynamic scenes, they often lack explicit constraints on obje…

2024

OTE: Exploring Accurate Scene Text Recognition Using One Token

CVPR 2024poster

In this paper we propose a novel framework to fully exploit the potential of a single vector for scene text recognition (STR). Different from previous sequence-to-sequence methods that rely on a sequence of visual tokens to represent scene text images we prove that just one token is enough to charac…

2024

Prompting Few-shot Multi-hop Question Generation via Comprehending Type-aware Semantics

NAACL 2024findings

Given several documents, multi-hop question generation (MQG) is a task aims to generate complicated questions that require reasoning over multiple pieces of these documents to find the answer. To perform this task, existing studies focus on designing advanced architectures to locate essential keywor…

2024

RealCustom: Narrowing Real Text Word for Real-Time Open-Domain Text-to-Image Customization

CVPR 2024poster

Text-to-image customization which aims to synthesize text-driven images for the given subjects has recently revolutionized content creation. Existing works follow the pseudo-word paradigm i.e. represent the given subjects as pseudo-words and then compose them with the given text. However the inheren…

2024

Reinforcement Learning within Tree Search for Fast Macro Placement

ICML 2024poster

Macro placement is a crucial step in modern chip design, and reinforcement learning (RL) has recently emerged as a promising technique for improving the placement quality. However, existing RL-based techniques are hindered by their low sample efficiency, requiring numerous online rollouts or substan…

Cited by 17SourcePDFScholar
2024

Task-Adaptive Prompted Transformer for Cross-Domain Few-Shot Learning

AAAI 2024technical

Cross-Domain Few-Shot Learning (CD-FSL) aims at recognizing samples in novel classes from unseen domains that are vastly different from training classes, with few labeled samples. However, the large domain gap between training and novel classes makes previous FSL methods perform poorly. To address t…

2024

Towards Next-Generation Logic Synthesis: A Scalable Neural Circuit Generation Framework

NeurIPS 2024poster

Logic Synthesis (LS) aims to generate an optimized logic circuit satisfying a given functionality, which generally consists of circuit translation and optimization. It is a challenging and fundamental combinatorial optimization problem in integrated circuit design. Traditional LS approaches rely on…

Cited by 5SourcePDFScholar
2023

$k$NN Prompting: Beyond-Context Learning with Calibration-Free Nearest Neighbor Inference

ICLR 2023poster

In-Context Learning (ICL), which formulates target tasks as prompt completion conditioned on in-context demonstrations, has become the prevailing utilization of LLMs. In this paper, we first disclose an actual predicament for this typical usage that it can not scale up with training data due to cont…

2023

A Deep Instance Generative Framework for MILP Solvers Under Limited Data Availability

NeurIPS 2023spotlight

In the past few years, there has been an explosive surge in the use of machine learning (ML) techniques to address combinatorial optimization (CO) problems, especially mixed-integer linear programs (MILPs). Despite the achievements, the limited availability of real-world instances often leads to sub…

2023

Adaptive Template Transformer for Mitochondria Segmentation in Electron Microscopy Images

ICCV 2023poster

Mitochondria, as tiny structures within the cell, are of significant importance to study cell functions for biological and clinical analysis. And exploring how to automatically segment mitochondria in electron microscopy (EM) images has attracted increasing attention. However, most of existing metho…

Cited by 19PDFScholar
2023

Air-Decoding: Attribute Distribution Reconstruction for Decoding-Time Controllable Text Generation

EMNLP 2023long main

Controllable text generation (CTG) aims to generate text with desired attributes, and decoding-time-based methods have shown promising performance on this task. However, in this paper, we identify the phenomenon of Attribute Collapse for the first time. It causes the fluency of generated text to rap…

Cited by 0SourcecodeScholar
2023

Crossing the Gap: Domain Generalization for Image Captioning

CVPR 2023poster

Existing image captioning methods are under the assumption that the training and testing data are from the same domain or that the data from the target domain (i.e., the domain that testing data lie in) are accessible. However, this assumption is invalid in real-world applications where the data fro…

Cited by 19SourcePDFScholar
2023

De Novo Molecular Generation via Connection-aware Motif Mining

ICLR 2023poster

De novo molecular generation is an essential task for science discovery. Recently, fragment-based deep generative models have attracted much research attention due to their flexibility in generating novel molecules based on existing molecule fragments. However, the motif vocabulary, i.e., the collec…

2023

Dynamic Generative Targeted Attacks With Pattern Injection

CVPR 2023poster

Adversarial attacks can evaluate model robustness and have been of great concerns in recent years. Among various attacks, targeted attacks aim at misleading victim models to output adversary-desired predictions, which are more challenging and threatening than untargeted ones. Existing targeted attac…

Cited by 23SourcePDFScholar
2023

Exploring Stroke-Level Modifications for Scene Text Editing

AAAI 2023technical

Scene text editing (STE) aims to replace text with the desired one while preserving background and styles of the original text. However, due to the complicated background textures and various text styles, existing methods fall short in generating clear and legible edited text images. In this study,…

2023

Grammatical Error Correction via Mixed-Grained Weighted Training

EMNLP 2023long findings

The task of Grammatical Error Correction (GEC) aims to automatically correct grammatical errors in natural texts. Almost all previous works treat annotated training data equally, but inherent discrepancies in data are neglected. In this paper, the inherent discrepancies are manifested in two aspect…

Cited by 0SourceScholar
2023

Learning Cut Selection for Mixed-Integer Linear Programming via Hierarchical Sequence Model

ICLR 2023poster

Cutting planes (cuts) are important for solving mixed-integer linear programs (MILPs), which formulate a wide range of important real-world applications. Cut selection---which aims to select a proper subset of the candidate cuts to improve the efficiency of solving MILPs---heavily depends on (P1) wh…

Cited by 62SourcePDFScholar
2023

Learning Orthogonal Prototypes for Generalized Few-Shot Semantic Segmentation

CVPR 2023poster

Generalized few-shot semantic segmentation (GFSS) distinguishes pixels of base and novel classes from the background simultaneously, conditioning on sufficient data of base classes and a few examples from novel class. A typical GFSS approach has two training phases: base class learning and novel cla…

2023

Learning Semantic Relationship Among Instances for Image-Text Matching

CVPR 2023poster

Image-text matching, a bridge connecting image and language, is an important task, which generally learns a holistic cross-modal embedding to achieve a high-quality semantic alignment between the two modalities. However, previous studies only focus on capturing fragment-level relation within a sampl…

2023

Linguistic More: Taking a Further Step toward Efficient and Accurate Scene Text Recognition

IJCAI 2023poster

Vision model have gained increasing attention due to their simplicity and efficiency in Scene Text Recognition (STR) task. However, due to lacking the perception of linguistic knowledge and information, recent vision models suffer from two problems: (1) the pure vision-based query results in attenti…

2023

MomentDiff: Generative Video Moment Retrieval from Random to Real

NeurIPS 2023poster

Video moment retrieval pursues an efficient and generalized solution to identify the specific temporal segments within an untrimmed video that correspond to a given language description. To achieve this goal, we provide a generative diffusion-based framework called MomentDiff, which simulates a typi…

2023

Not All Image Regions Matter: Masked Vector Quantization for Autoregressive Image Generation

CVPR 2023poster

Existing autoregressive models follow the two-stage generation paradigm that first learns a codebook in the latent space for image reconstruction and then completes the image generation autoregressively based on the learned codebook. However, existing codebook learning simply models all local region…

2023

On the Calibration of Large Language Models and Alignment

EMNLP 2023long findings

As large language models attract increasing attention and find widespread application, concurrent challenges of reliability also arise at the same time. Confidence calibration, an effective analysis method for gauging the reliability of deep models, serves as a crucial tool for assessing and improvi…

Cited by 0SourceScholar
2023

Progressive Spatio-Temporal Prototype Matching for Text-Video Retrieval

ICCV 2023oral

The performance of text-video retrieval has been significantly improved by vision-language cross-modal learning schemes. The typical solution is to directly align the global video-level and sentence-level features during learning, which would ignore the intrinsic video-text relations, i.e., a text…

Cited by 46PDFcodeScholar
2023

Proposal-Based Multiple Instance Learning for Weakly-Supervised Temporal Action Localization

CVPR 2023poster

Weakly-supervised temporal action localization aims to localize and recognize actions in untrimmed videos with only video-level category labels during training. Without instance-level annotations, most existing methods follow the Segment-based Multiple Instance Learning (S-MIL) framework, where the…

2023

S2ynRE: Two-stage Self-training with Synthetic data for Low-resource Relation Extraction

ACL 2023long

Current relation extraction methods suffer from the inadequacy of large-scale annotated data. While distant supervision alleviates the problem of data quantities, there still exists domain disparity in data qualities due to its reliance on domain-restrained knowledge bases. In this work, we propose…

2023

Towards Accurate Image Coding: Improved Autoregressive Image Generation With Dynamic Vector Quantization

CVPR 2023highlight

Existing vector quantization (VQ) based autoregressive models follow a two-stage generation paradigm that first learns a codebook to encode images as discrete codes, and then completes generation based on the learned codebook. However, they encode fixed-size image regions into fixed-length codes and…

2022

Bridging the Gap Between Vision Transformers and Convolutional Neural Networks on Small Datasets

NeurIPS 2022accept

There still remains an extreme performance gap between Vision Transformers (ViTs) and Convolutional Neural Networks (CNNs) when training from scratch on small datasets, which is concluded to the lack of inductive bias. In this paper, we further consider this problem and point out two weaknesses of V…

2022

Cross-Modality Transformer for Visible-Infrared Person Re-identification

ECCV 2022poster

"Visible-infrared person re-identification (VI-ReID) is a challenging task due to the large cross-modality discrepancies and intra-class variations. Existing works mainly focus on learning modality-shared representations by embedding different modalities into the same feature space. However, these m…

Cited by 98SourcePDFScholar
2022

Detecting Tampered Scene Text in the Wild

ECCV 2022poster

"Text manipulation technologies cause serious worries in recent years, however, corresponding tampering detection methods have not been well explored. In this paper, we introduce a new task, named Tampered Scene Text Detection (TSTD), to localize text instances and recognize the texture authenticity…

2022

Dual-Stream Knowledge-Preserving Hashing for Unsupervised Video Retrieval

ECCV 2022poster

"Unsupervised video hashing usually optimizes binary codes by learning to reconstruct input videos. Such reconstruction constraint spends much effort on frame-level temporal context changes without focusing on video-level global semantics that are more useful for retrieval. Hence, we address this pr…

Cited by 24SourcePDFScholar
2022

Improving Chinese Spelling Check by Character Pronunciation Prediction: The Effects of Adaptivity and Granularity

EMNLP 2022main

Chinese spelling check (CSC) is a fundamental NLP task that detects and corrects spelling errors in Chinese texts. As most of these spelling errors are caused by phonetic similarity, effectively modeling the pronunciation of Chinese characters is a key factor for CSC. In this paper, we consider intr…

2022

MFAN: Multi-modal Feature-enhanced Attention Networks for Rumor Detection

IJCAI 2022poster

Rumor spreaders are increasingly taking advantage of multimedia content to attract and mislead news consumers on social media. Although recent multimedia rumor detection models have exploited both textual and visual features for classification, they do not integrate the social structure features sim…

Cited by 76SourcePDFScholar
2022

Motion-Modulated Temporal Fragment Alignment Network for Few-Shot Action Recognition

CVPR 2022poster

While the majority of FSL models focus on image classification, the extension to action recognition is rather challenging due to the additional temporal dimension in videos. To address this issue, we propose an end-to-end Motion-modulated Temporal Fragment Alignment Network (MTFAN) by jointly explor…

Cited by 79PDFScholar
2022

Partial Class Activation Attention for Semantic Segmentation

CVPR 2022poster

Current attention-based methods for semantic segmentation mainly model pixel relation through pairwise affinity and coarse segmentation. For the first time, this paper explores modeling pixel relation via Class Activation Map (CAM). Beyond the previous CAM generated from image-level classification,…

Cited by 51PDFcodeScholar
2022

Show Your Faith: Cross-Modal Confidence-Aware Network for Image-Text Matching

AAAI 2022technical

Image-text matching bridges vision and language, which is a crucial task in the field of multi-modal intelligence. The key challenge lies in how to measure image-text relevance accurately as matching evidence. Most existing works aggregate the local semantic similarities of matched region-word pairs…

2021

Action Unit Memory Network for Weakly Supervised Temporal Action Localization

CVPR 2021poster

Weakly supervised temporal action localization aims to detect and localize actions in untrimmed videos with only video-level labels during training. However, without frame-level annotations, it is challenging to achieve localization completeness and relieve background interference. In this paper, we…

Cited by 106PDFScholar
2021

Diverse Part Discovery: Occluded Person Re-Identification With Part-Aware Transformer

CVPR 2021poster

Occluded person re-identification (Re-ID) is a challenging task as persons are frequently occluded by various obstacles or other persons, especially in the crowd scenario. To address these issues, we propose a novel end-to-end Part-Aware Transformer (PAT) for occluded person Re-ID through diverse pa…

Cited by 433PDFScholar
2021

Dynamic Inconsistency-aware DeepFake Video Detection

IJCAI 2021poster

The spread of DeepFake videos causes a serious threat to information security, calling for effective detection methods to distinguish them. However, the performance of recent frame-based detection methods become limited due to their ignorance of the inter-frame inconsistency of fake videos. In this…

Cited by 0SourcePDFScholar
2021

Explainable Person Re-Identification With Attribute-Guided Metric Distillation

ICCV 2021poster

Despite the great progress of person re-identification (ReID) with the adoption of Convolutional Neural Networks, current ReID models are opaque and only outputs a scalar distance between two persons. There are few methods providing users semantically understandable explanations for why two persons…

Cited by 57PDFcodeScholar
2021

Foreground Activation Maps for Weakly Supervised Object Localization

ICCV 2021poster

Weakly supervised object localization (WSOL) aims to localize objects with only image-level labels, which has better scalability and practicability than fully supervised methods in the actual deployment. However, with only image-level labels, learning object classification models tends to activate o…

Cited by 74PDFScholar
2021

Frequency-Aware Discriminative Feature Learning Supervised by Single-Center Loss for Face Forgery Detection

CVPR 2021poster

Face forgery detection is raising ever-increasing interest in computer vision since facial manipulation technologies cause serious worries. Though recent works have reached sound achievements, there are still unignorable problems: a) learned features supervised by softmax loss are separable but not…

Cited by 333PDFScholar
2021

From Two to One: A New Scene Text Recognizer With Visual Language Modeling Network

ICCV 2021poster

In this paper, we abandon the dominant complex language model and rethink the linguistic learning process in the scene text recognition. Different from previous methods considering the visual and linguistic information in two separate structures, we propose a Visual Language Modeling Network (Vision…

Cited by 184PDFcodeScholar
2021

Lesion-Aware Transformers for Diabetic Retinopathy Grading

CVPR 2021poster

Diabetic retinopathy (DR) is the leading cause of permanent blindness in the working-age population. And automatic DR diagnosis can assist ophthalmologists to design tailored treatments for patients, including DR grading and lesion discovery. However, most of existing methods treat DR grading and le…

Cited by 137PDFScholar
2021

Meta-Attack: Class-Agnostic and Model-Agnostic Physical Adversarial Attack

ICCV 2021poster

Modern deep neural networks are often vulnerable to adversarial examples. Most exist attack methods focus on crafting adversarial examples in the digital domain, while only limited works study physical adversarial attack. However, it is more challenging to generate effective adversarial examples in…

Cited by 25PDFScholar
2021

Query-Memory Re-Aggregation for Weakly-supervised Video Object Segmentation

AAAI 2021technical

Weakly-supervised video object segmentation (WVOS) is an emerging video task that can track and segment the target given a simple bounding box label. However, existing WVOS methods are still unsatisfied in either speed or accuracy, since they only use the exemplar frame to guide the prediction while…

Cited by 26SourcePDFScholar
2021

Read Like Humans: Autonomous, Bidirectional and Iterative Language Modeling for Scene Text Recognition

CVPR 2021poster

Linguistic knowledge is of great benefit to scene text recognition. However, how to effectively model linguistic rules in end-to-end deep networks remains a research challenge. In this paper, we argue that the limited capacity of language models comes from: 1) implicitly language modeling; 2) unidir…

Cited by 461PDFcodeScholar
2021

Semantic-guided Reinforced Region Embedding for Generalized Zero-Shot Learning

AAAI 2021technical

Generalized zero-shot Learning (GZSL) aims to recognize images from either seen or unseen domain, mainly by learning a joint embedding space to associate image features with the corresponding category descriptions. Recent methods have proved that localizing important object regions can effectively b…

Cited by 37SourcePDFScholar
2021

Uncertainty Guided Collaborative Training for Weakly Supervised Temporal Action Detection

CVPR 2021poster

Weakly supervised temporal action detection aims to localize temporal boundaries of actions and identify their categories simultaneously with only video-level category labels during training. Among existing methods, attention-based methods have achieved superior performance by separating action and…

Cited by 105PDFScholar
2020

Bilinear Graph Neural Network with Neighbor Interactions

IJCAI 2020poster

Graph Neural Network (GNN) is a powerful model to learn representations and make predictions on graph data. Existing efforts on GNN have largely defined the graph convolution as a weighted sum of the features of the connected nodes to form the representation of the target node. Nevertheless, the ope…

2020

ContourNet: Taking a Further Step Toward Accurate Arbitrary-Shaped Scene Text Detection

CVPR 2020poster

Scene text detection has witnessed rapid development in recent years. However, there still exists two main challenges: 1) many methods suffer from false positives in their text representations; 2) the large scale variance of scene texts makes it hard for network to learn samples. In this paper, we p…

Cited by 273PDFcodeScholar
2020

Domain-Aware Visual Bias Eliminating for Generalized Zero-Shot Learning

CVPR 2020poster

Generalized zero-shot learning aims to recognize images from seen and unseen domains. Recent methods focus on learning a unified semantic-aligned visual representation to transfer knowledge between two domains, while ignoring the effect of semantic-free visual representation in alleviating the biase…

Cited by 201PDFcodeScholar
2020

Graph Structured Network for Image-Text Matching

CVPR 2020poster

Image-text matching has received growing interest since it bridges vision and language. The key challenge lies in how to learn correspondence between image and text. Existing works learn coarse correspondence based on object co-occurrence statistics, while failing to learn fine-grained phrase corres…

Cited by 306PDFcodeScholar
2020

Hierarchical Granularity Transfer Learning

NeurIPS 2020poster

In the real world, object categories usually have a hierarchical granularity tree. Nowadays, most researchers focus on recognizing categories in a specific granularity, \emph{e.g.,} basic-level or sub(ordinate)-level. Compared with basic-level categories, the sub-level categories provide more valuab…

Cited by 5SourcePDFScholar
2020

Multi-Modality Cross Attention Network for Image and Sentence Matching

CVPR 2020poster

The key of image and sentence matching is to accurately measure the visual-semantic similarity between an image and a sentence. However, most existing methods make use of only the intra-modality relationship within each modality or the inter-modality relationship between image regions and sentence w…

Cited by 470PDFScholar
2020

Overcoming Language Priors with Self-supervised Learning for Visual Question Answering

IJCAI 2020poster

Most Visual Question Answering (VQA) models suffer from the language prior problem, which is caused by inherent data biases. Specifically, VQA models tend to answer questions (e.g., what color is the banana?) based on the high-frequency answers (e.g., yellow) ignoring image contents. Existing approa…

2020

Self-Supervised Domain-Aware Generative Network for Generalized Zero-Shot Learning

CVPR 2020poster

Generalized Zero-Shot Learning (GZSL) aims at recognizing both seen and unseen classes by constructing correspondence between visual and semantic embedding. However, existing methods have severely suffered from the strong bias problem, where unseen instances in target domain tend to be recognized as…

Cited by 78PDFScholar
2019

APE-GAN: Adversarial Perturbation Elimination with GAN

ICASSP 2019accepted

Although Deep Neural Networks could achieve state-of-the-art performance while recongnizing images, they often suffer a tremendous defeat from adversarial examples-inputs generated by utilizing imperceptible but intentional perturbations to samples from the datasets. So far, very few methods have pr…

Cited by 0SourceScholar
2019

Near-infrared Image Guided Neural Networks for Color Image Denoising

ICASSP 2019accepted

Noisy color image and guided near-infrared (NIR) image can be jointly employed to eliminate noise and enhance details. Existing methods mostly rely on explicit designed filters and hand-crafted objective function optimization. These methods usually introduce erroneous structures from guidance signal…

Cited by 0SourceScholar
2017

Task-Driven Dynamic Fusion: Reducing Ambiguity in Video Description

CVPR 2017poster

Integrating complementary features from multiple channels is expected to solve the description ambiguity problem in video captioning, whereas inappropriate fusion strategies often harm rather than help the performance. Existing static fusion methods in video captioning such as concatenation and summ…

Cited by 84PDFScholar
2015

Multi-Task Deep Visual-Semantic Embedding for Video Thumbnail Selection

CVPR 2015poster

Given the tremendous growth of online videos, video thumbnail, as the common visualization form of video content, is becoming increasingly important to influence user's browsing and searching experience. However, conventional methods for video thumbnail selection often fail to produce satisfying res…

Cited by 285SourcePDFScholar