paper-with-me

Papers

Task-Driven Exploration: Decoupling and Inter-Task Feedback for Joint Moment Retrieval and Highlight Detection

2024-04-14 · CVPR 2024 1 · Jin Yang, Ping Wei, Huan Li, Ziyang Ren

Video moment retrieval and highlight detection are two highly valuable tasks in video understanding, but until recently they have been jointly studied. Although existing studies have made impressive advancement recently, they predominantly follow the data-driven bottom-up paradigm. Such paradigm overlooks task-specific and inter-task effects, resulting in poor model performance. In this paper, we propose a novel task-driven top-down framework TaskWeave for joint moment retrieval and highlight detection. The framework introduces a task-decoupled unit to capture task-specific and common representations. To investigate the interplay between the two tasks, we propose an inter-task feedback mechanism, which transforms the results of one task as guiding masks to assist the other task. Different from existing methods, we present a task-dependent joint loss function to optimize the model. Comprehensive experiments and in-depth ablation studies on QVHighlights, TVSum, and Charades-STA datasets corroborate the effectiveness and flexibility of the proposed framework. Codes are available at https://github.com/EdenGabriel/TaskWeave.

📄 PDF Abstract BibTeX arXiv:2404.09263

Code (1)

edengabriel/taskweave 공식 구현 pytorch

Tasks

Highlight DetectionMoment RetrievalRetrievalVideo Understanding

Similar Papers 제목 키워드 기반

An Exploration of Task-decoupling on Two-stage Neural Post Filter for Real-time Personalized Acoustic Echo Cancellation

2023-10-07 · Zihan Zhang, Jiayao Sun, Xianjun Xia, Ziqian Wang 외

Deep learning based techniques have been popularly adopted in acoustic echo cancellation (AEC). Utilization of speaker representation has extended the frontier of AEC, thus attracting many researchers' interest in person…

Acoustic echo cancellationSpeech Enhancement

Only Say What You Know: Calibration-Aware Generation for Long-Form Factuality

2026-05-03 · Wen Luo, Guangyue Peng, Liang Wang, Nan Yang 외 arxiv

Large Reasoning Models achieve strong performance on complex tasks but remain prone to hallucinations, particularly in long-form generation where errors compound across reasoning steps. Existing approaches to improving f…

SEMA-RAG: A Self-Evolving Multi-Agent Retrieval-Augmented Generation Framework for Medical Reasoning

2026-05-16 · Yongfeng Huang, Ruiying Chen, James Cheng arxiv

Retrieval-Augmented Generation (RAG) is widely employed to mitigate risks such as hallucinations and knowledge obsolescence in medical question answering, yet its predominantly single-round, static retrieval paradigm mis…

Question AnsweringAnswer Selection

WESE: Weak Exploration to Strong Exploitation for LLM Agents

2024-04-11 · Xu Huang, Weiwen Liu, Xiaolong Chen, Xingmei Wang 외

Recently, large language models (LLMs) have demonstrated remarkable potential as an intelligent agent. However, existing researches mainly focus on enhancing the agent's reasoning or decision-making abilities through wel…

Decision MakingPrompt Engineering

Decoupling Exploration and Exploitation for Meta-Reinforcement Learning without Sacrifices

2020-08-06 · Evan Zheran Liu, aditi raghunathan, Percy Liang, Chelsea Finn

The goal of meta-reinforcement learning (meta-RL) is to build agents that can quickly learn new tasks by leveraging prior experience on related tasks. Learning a new task often requires both exploring to gather task-rele…

Meta Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)+1