← Search

Jianfeng Dong

34 accepted papers

2026

CAST: Context-Aware Dynamic Latent Space Transformation for Interactive Text-to-Image Retrieval

CVPR 2026

Interactive Text-to-Image Retrieval (I-TIR) aims to refine image retrieval results through natural language dialogues, which allows users to progressively supplement or correct their search intention across multiple rounds, enabling a more precise and user-aligned visual search experience.However, e

Cited by 0SourcecodeScholar
2026

Exploring Adaptive Masked Reconstruction for Self-Supervised Skeleton-Based Action Recognition

CVPR 2026

Recently, masked skeleton reconstruction models have emerged as strong action representation learners, driving significant progress in self-supervised skeleton-based action recognition. However, existing state-of-the-art methods must predict an exceedingly large number of spatiotemporal patches, sig

Cited by 0SourcecodeScholar
2026

FashionMAC: Deformation-Free Fashion Image Generation with Fine-Grained Model Appearance Customization

AAAI 2026technical

Garment-centric fashion image generation aims to synthesize realistic and controllable human models dressing a given garment, which has attracted growing interest due to its practical applications in e-commerce. The key challenges of the task lie in two aspects: (1) faithfully preserving the garment

Cited by 0SourcePDFScholar
2026

Hermes: An Evidence-Driven Agentic Framework for Trustworthy and Explainable AI-Generated Video Detection

ICML 2026poster

Recent advances in generative video models have blurred the boundary between real and synthetic content, raising urgent concerns about digital authenticity. Multimodal large language models (MLLMs) are appealing for AI-generated video (AIGV) forensics due to their broad perceptual and reasoning capa…

Cited by 0SourceScholar
2025

Cooperative or Competitive? Understanding the Interaction between Attention Heads From A Game Theory Perspective

ACL 2025long

Despite the remarkable success of attention-based large language models (LLMs), the precise interaction mechanisms between attention heads remain poorly understood. In contrast to prevalent methods that focus on individual head contributions, we rigorously analyze the intricate interplay among atten…

2025

Dynamic Adapter with Semantics Disentangling for Cross-lingual Cross-modal Retrieval

AAAI 2025technical

Existing cross-modal retrieval methods typically rely on large-scale vision-language pair data. This makes it challenging to efficiently develop a cross-modal retrieval model for under-resourced languages of interest. Therefore, Cross-lingual Cross-modal Retrieval (CCR), which aims to align vision a…

2025

Enhancing Partially Relevant Video Retrieval with Robust Alignment Learning

EMNLP 2025

Partially Relevant Video Retrieval (PRVR) aims to retrieve untrimmed videos partially relevant to a given query. The core challenge lies in learning robust query-video alignment against spurious semantic correlations arising from inherent data uncertainty: 1) query ambiguity, where the query incompl

Cited by 0SourcePDFScholar
2025

Fit the Distribution: Cross-Image/Prompt Adversarial Attacks on Multimodal Large Language Models

NeurIPS 2025poster

Although Multimodal Large Language Models (MLLMs) have demonstrated remarkable achievements in recent years, they remain vulnerable to adversarial examples that result in harmful responses. Existing attacks typically focus on optimizing adversarial perturbations for a certain multimodal image-prompt…

Cited by 0SourceScholar
2025

LLM-assisted Entropy-based Adaptive Distillation for Unsupervised Fine-grained Visual Representation Learning

ICCV 2025poster

Unsupervised Fine-grained Visual Represent Learning (FVRL) aims to learn discriminative features to distinguish subtle differences among visually similar categories without using labeled fine-grained data. Existing works, which typically learn representation from target data, often struggle to captu…

2025

Look, Compare, Decide: Alleviating Hallucination in Large Vision-Language Models via Multi-View Multi-Path Reasoning

COLING 2025main

Recently, Large Vision-Language Models (LVLMs) have demonstrated impressive capabilities in multi-modal context comprehension. However, they still suffer from hallucination problems referring to generating inconsistent outputs with the image content. To mitigate hallucinations, previous studies main…

2025

Multi-Pair Temporal Sentence Grounding via Multi-Thread Knowledge Transfer Network

AAAI 2025technical

Given some video-query pairs with untrimmed videos and sentence queries, temporal sentence grounding (TSG) aims to locate query-relevant segments in these videos. Although previous respectable TSG methods have achieved remarkable success, they train each video-query pair separately and ignore the re…

Cited by 4SourcePDFScholar
2025

Multimodal Language Models See Better When They Look Shallower

EMNLP 2025

Multimodal large language models (MLLMs) typically extract visual features from the final layers of a pretrained Vision Transformer (ViT). This widespread deep-layer bias, however, is largely driven by empirical convention rather than principled analysis. While prior studies suggest that different V

2025

Towards Building Model/Prompt-Transferable Attackers against Large Vision-Language Models

NeurIPS 2025spotlight

Although Large Vision-Language Models (LVLMs) exhibit impressive multimodal capabilities, their vulnerability to adversarial examples has raised serious security concerns. Existing LVLM attackers simply optimize adversarial images that easily overfit a certain model/prompt, making them ineffective o…

Cited by 0SourceScholar
2025

Towards Efficient General Feature Prediction in Masked Skeleton Modeling

ICCV 2025poster

Recent advances in the masked autoencoder (MAE) paradigm have significantly propelled self-supervised skeleton-based action recognition. However, most existing approaches limit reconstruction targets to raw joint coordinates or their simple variants, resulting in computational redundancy and limited…

Cited by 0SourcePDFScholar
2025

Towards Ship License Plate Recognition in the Wild: A Large Benchmark and Strong Baseline

AAAI 2025technical

The paper targets the challenging task of Ship License Plate (SLP) recognition. Existing methods for SLP recognition are hampered by the scarcity of large and publicly available datasets, leading to evaluations on small and non-representative datasets. To alleviate it, we have built a large dataset,…

2024

CL2CM: Improving Cross-Lingual Cross-Modal Retrieval via Cross-Lingual Knowledge Transfer

AAAI 2024technical

Cross-lingual cross-modal retrieval has garnered increasing attention recently, which aims to achieve the alignment between vision and target language (V-T) without using any annotated V-T data pairs. Current methods employ machine translation (MT) to construct pseudo-parallel data pairs, which are…

Cited by 11SourcePDFScholar
2024

Let All Be Whitened: Multi-Teacher Distillation for Efficient Visual Retrieval

AAAI 2024technical

Visual retrieval aims to search for the most relevant visual items, e.g., images and videos, from a candidate gallery with a given query item. Accuracy and efficiency are two competing objectives in retrieval tasks. Instead of crafting a new method pursuing further improvement on accuracy, in this p…

2024

Rethinking Video Deblurring with Wavelet-Aware Dynamic Transformer and Diffusion Model

ECCV 2024poster

"Current video deblurring methods have limitations in recovering high-frequency information since the regression losses are conservative with high-frequency details. Since Diffusion Models (DMs) have strong capabilities in generating high-frequency details, we consider introducing DMs into the video…

2024

Rethinking Weakly-supervised Video Temporal Grounding From a Game Perspective

ECCV 2024poster

"This paper addresses the challenging task of weakly-supervised video temporal grounding. Existing approaches are generally based on the moment proposal selection framework that utilizes contrastive learning and reconstruction paradigm for scoring the pre-defined moment proposals. Although they have…

Cited by 16SourcePDFScholar
2024

Temporal Sentence Grounding with Relevance Feedback in Videos

NeurIPS 2024poster

As a widely explored multi-modal task, Temporal Sentence Grounding in videos (TSG) endeavors to retrieve a specific video segment matched with a given query text from a video. The traditional paradigm for TSG generally assumes that relevant segments always exist within a given video. However, this a…

2024

Towards Robust Temporal Activity Localization Learning with Noisy Labels

COLING 2024main

This paper addresses the task of temporal activity localization (TAL). Although recent works have made significant progress in TAL research, almost all of them implicitly assume that the dense frame-level correspondences in each video-query pair are correctly annotated. However, in reality, such an…

Cited by 6SourcePDFScholar
2024

Unsupervised Domain Adaptative Temporal Sentence Localization with Mutual Information Maximization

AAAI 2024technical

Temporal sentence localization (TSL) aims to localize a target segment in a video according to a given sentence query. Though respectable works have made decent achievements in this task, they severely rely on abundant yet expensive manual annotations for training. Moreover, these trained data-depen…

Cited by 7SourcePDFScholar
2023

Dual Learning with Dynamic Knowledge Distillation for Partially Relevant Video Retrieval

ICCV 2023poster

Almost all previous text-to-video retrieval works assume that videos are pre-trimmed with short durations. However, in practice, videos are generally untrimmed containing much background content. In this work, we investigate the more practical but challenging Partially Relevant Video Retrieval (PRVR…

Cited by 19PDFcodeScholar
2023

Hierarchical Contrast for Unsupervised Skeleton-Based Action Representation Learning

AAAI 2023technical

This paper targets unsupervised skeleton-based action representation learning and proposes a new Hierarchical Contrast (HiCo) framework. Different from the existing contrastive-based solutions that typically represent an input skeleton sequence into instance-level features and perform contrast holis…

2022

Lightweight Attentional Feature Fusion: A New Baseline for Text-to-Video Retrieval

ECCV 2022poster

"In this paper we revisit feature fusion, an old-fashioned topic, in the new context of text-to-video retrieval. Different from previous research that considers feature fusion only at one end, let it be video or text, we aim for feature fusion for both ends within a unified framework. We hypothesize…

2021

Adaptive Proposal Generation Network for Temporal Sentence Localization in Videos

EMNLP 2021main

We address the problem of temporal sentence localization in videos (TSLV). Traditional methods follow a top-down framework which localizes the target segment with pre-defined segment proposals. Although they have achieved decent performance, the proposals are handcrafted and redundant. Recently, bot…

Cited by 61SourcePDFScholar
2021

Context-Aware Biaffine Localizing Network for Temporal Sentence Grounding

CVPR 2021poster

This paper addresses the problem of temporal sentence grounding (TSG), which aims to identify the temporal boundary of a specific segment from an untrimmed video by a sentence query. Previous works either compare pre-defined candidate segments with the query and select the best one by ranking, or di…

Cited by 176PDFcodeScholar
2021

Hierarchical Similarity Learning for Language-Based Product Image Retrieval

ICASSP 2021accepted

This paper aims for the language-based product image retrieval task. The majority of previous works have made significant progress by designing network structure, similarity measurement, and loss function. However, they typically perform vision-text matching at certain granularity regardless of the…

Cited by 0SourceScholar
2021

Multi-Order Adversarial Representation Learning for Composed Query Image Retrieval

ICASSP 2021accepted

This paper targets at a task of composed query image retrieval. Given a composed query consists of a reference image and modification text, the task aims to retrieve images which are generally similar to the reference image but differ according to the given modification text. The task is challenging…

Cited by 0SourceScholar
2020

Design-Gan: Cross-Category Fashion Translation Driven By Landmark Attention

ICASSP 2020accepted

The rise of generative adversarial networks has boosted a vast interest in the field of fashion image-to-image translation. However, previous methods do not perform well in cross-category translation tasks, e.g., translating jeans to skirts in fashion images. The translated skirts are easier to lose…

Cited by 0SourceScholar
2020

Hierarchical Sequence Representation with Graph Network

ICASSP 2020accepted

Video classification problem is a challenging task in computer vision. The performance of this task is highly relied on the scale of training data and the effectiveness of video embedding via a robust embedding network. Unsupervised solutions such as feature average pooling technique, as a simple la…

Cited by 0SourceScholar
2020

Reasoning Step-by-Step: Temporal Sentence Localization in Videos via Deep Rectification-Modulation Network

COLING 2020main

Temporal sentence localization in videos aims to ground the best matched segment in an untrimmed video according to a given sentence query. Previous works in this field mainly rely on attentional frameworks to align the temporal boundaries by a soft selection. Although they focus on the visual conte…

Cited by 36SourcePDFScholar
2020

Which Is Plagiarism: Fashion Image Retrieval Based on Regional Representation for Design Protection

CVPR 2020oral

With the rapid growth of e-commerce and the popularity of online shopping, fashion retrieval has received considerable attention in the computer vision community. Different from the existing works that mainly focus on identical or similar fashion item retrieval, in this paper, we aim to study the pl…

Cited by 47PDFScholar
2019

Dual Encoding for Zero-Example Video Retrieval

CVPR 2019poster

This paper attacks the challenging problem of zero-example video retrieval. In such a retrieval paradigm, an end user searches for unlabeled videos by ad-hoc queries described in natural language text with no visual example provided. Given videos as sequences of frames and queries as sequences of wo…

Cited by 324PDFcodeScholar