← Search

Yue Feng

24 accepted papers

2026

Explainable Forensics of Manipulated Segments in Untrimmed Long Videos

ICML 2026poster

The rapid advancement of AI-driven video generation has transformed content creation, while simultaneously increasing the risk of misinformation through localized manipulations in long-form videos. Existing video forensic methods predominantly operate on short, independent clips, and thus fail to ca…

Cited by 0SourceScholar
2025

Answering Narrative-Driven Recommendation Queries via a Retrieve–Rank Paradigm and the OCG-Agent

EMNLP 2025

Narrative-driven recommendation queries are common in question-answering platforms, AI search engines, social forums, and some domain-specific vertical applications. Users typically submit free-form text requests for recommendations, e.g., “Any mind-bending thrillers like Shutter Island you’d recomm

2025

Device-aware Optical Adversarial Attack for a Portable Projector-camera System

ICASSP 2025accepted

Deep-learning-based face recognition (FR) systems are susceptible to adversarial examples in both digital and physical domains. Physical attacks present a greater threat to deployed systems as adversaries can easily access the input channel, allowing them to provide malicious inputs to impersonate a…

Cited by 0SourceScholar
2025

Doubly Contrastive Learning for Source-Free Domain Adaptive Person Search

AAAI 2025technical

Domain Adaptive Person Search (DAPS) aims to improve the generalization capability of person search models by training on both labeled source data and unlabeled target data, which is not that practical in real-world applications considering the storage/transmission costs and the privacy of source da…

Cited by 0SourcePDFScholar
2025

Knowledge Graph Retrieval-Augmented Generation for LLM-based Recommendation

ACL 2025long

Recommender systems have become increasingly vital in our daily lives, helping to alleviate the problem of information overload across various user-oriented online services. The emergence of Large Language Models (LLMs) has yielded remarkable achievements, demonstrating their potential for the devel…

Cited by 0SourcePDFScholar
2025

MS-UFAD: A Large-Scale Dataset for Real-world Unified Face Attack Detection with Text Descriptions

ICASSP 2025accepted

As deepfake and adversarial attacks evolve, facial recognition systems are encountering increasingly diverse threats. Most existing face liveness detection algorithms focus on single tasks, like spoofing or deepfake attack detection. The corresponding datasets have limited coverage of attack methods…

Cited by 0SourceScholar
2025

MUVR: A Multi-Modal Untrimmed Video Retrieval Benchmark with Multi-Level Visual Correspondence

NeurIPS 2025poster

We propose the Multi-modal Untrimmed Video Retrieval task, along with a new benchmark (MUVR) to advance video retrieval for long-video platforms. MUVR aims to retrieve untrimmed videos containing relevant segments using multi-modal queries. It has the following features: **1) Practical retrieval par…

Cited by 0SourcecodeScholar
2025

MoniTor: Exploiting Large Language Models with Instruction for Online Video Anomaly Detection

NeurIPS 2025poster

Video Anomaly Detection (VAD) aims to locate unusual activities or behaviors within videos. Recently, offline VAD has garnered substantial research attention, which has been invigorated by the progress in large language models (LLMs) and vision-language models (VLMs), offering the potential for a mo…

Cited by 0SourcecodeScholar
2024

AdaSwitch: Adaptive Switching between Small and Large Agents for Effective Cloud-Local Collaborative Learning

EMNLP 2024main

Recent advancements in large language models (LLMs) have been remarkable. Users face a choice between using cloud-based LLMs for generation quality and deploying local-based LLMs for lower computational cost. The former option is typically costly and inefficient, while the latter usually fails to de…

Cited by 2SourcePDFScholar
2024

Learning to Use Tools via Cooperative and Interactive Agents

EMNLP 2024finding

Tool learning empowers large language models (LLMs) as agents to use external tools and extend their utility. Existing methods employ one single LLM-based agent to iteratively select and execute tools, thereafter incorporating execution results into the next action prediction. Despite their progress…

Cited by 24SourcePDFScholar
2024

PoetryDiffusion: Towards Joint Semantic and Metrical Manipulation in Poetry Generation

AAAI 2024technical

Controllable text generation is a challenging and meaningful field in natural language generation (NLG). Especially, poetry generation is a typical one with well-defined and strict conditions for text generation which is an ideal playground for the assessment of current methodologies. While prior wo…

2023

A Survey on Asking Clarification Questions Datasets in Conversational Systems

ACL 2023long

The ability to understand a user’s underlying needs is critical for conversational systems, especially with limited input from users in a conversation. Thus, in such a domain, Asking Clarification Questions (ACQs) to reveal users’ true intent from their queries or utterances arise as an essential ta…

2023

Lending Interaction Wings to Recommender Systems with Conversational Agents

NeurIPS 2023poster

An intelligent conversational agent (a.k.a., chat-bot) could embrace conversational technologies to obtain user preferences online, to overcome inherent limitations of recommender systems trained over the offline historical user behaviors. In this paper, we propose CORE, a new offline-training and o…

Cited by 15SourcePDFScholar
2023

Schema-Guided User Satisfaction Modeling for Task-Oriented Dialogues

ACL 2023long

User Satisfaction Modeling (USM) is one of the popular choices for task-oriented dialogue systems evaluation, where user satisfaction typically depends on whether the user’s task goals were fulfilled by the system. Task-oriented dialogue systems use task schema, which is a set of task attributes, to…

2022

Dynamic Schema Graph Fusion Network for Multi-Domain Dialogue State Tracking

ACL 2022long

Dialogue State Tracking (DST) aims to keep track of users’ intentions during the course of a conversation. In DST, modelling the relations among domains and slots is still an under-studied problem. Existing approaches that have considered such relations generally fall short in: (1) fusing prior slot…

Cited by 51SourcePDFScholar
2022

Enabling Massage Actions: An Interactive Parallel Robot with Compliant Joints

IROS 2022poster

We propose a parallel massage robot with compliant joints based on the series elastic actuator (SEA), offering a unified force-position control approach. First, the kinematic and static force models are established for obtaining the corresponding control variables. Then, a novel force-position contr…

Cited by 8SourceScholar
2022

Multi-Hop Open-Domain Question Answering over Structured and Unstructured Knowledge

NAACL 2022findings

Open-domain question answering systems need to answer question of our interests with structured and unstructured information. However, existing approaches only select one source to generate answer or only conduct reasoning on structured information. In this paper, we pro- pose a Document-Entity Hete…

Cited by 23SourcePDFScholar
2022

Topic-Aware Response Generation in Task-Oriented Dialogue with Unstructured Knowledge Access

EMNLP 2022finding

To alleviate the problem of structured databases’ limited coverage, recent task-oriented dialogue systems incorporate external unstructured knowledge to guide the generation of system responses. However, these usually use word or sentence level similarities to detect the relevant knowledge context,…