paper-with-me

Papers

Context-Enhanced Memory-Refined Transformer for Online Action Detection

2025-03-24 · CVPR 2025 1 · Zhanzhong Pang, Fadime Sener, Angela Yao

Online Action Detection (OAD) detects actions in streaming videos using past observations. State-of-the-art OAD approaches model past observations and their interactions with an anticipated future. The past is encoded using short- and long-term memories to capture immediate and long-range dependencies, while anticipation compensates for missing future context. We identify a training-inference discrepancy in existing OAD methods that hinders learning effectiveness. The training uses varying lengths of short-term memory, while inference relies on a full-length short-term memory. As a remedy, we propose a Context-enhanced Memory-Refined Transformer (CMeRT). CMeRT introduces a context-enhanced encoder to improve frame representations using additional near-past context. It also features a memory-refined decoder to leverage near-future generation to enhance performance. CMeRT achieves state-of-the-art in online detection and anticipation on THUMOS'14, CrossTask, and EPIC-Kitchens-100.

📄 PDF Abstract BibTeX arXiv:2503.18359

Code (1)

pangzhan27/CMeRT 공식 구현 pytorch

Tasks

Action DetectionDecoderOnline Action Detection

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Multi-Head Attention 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Residual Connection 설명 없음
Adam 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…

Similar Papers 제목 키워드 기반

History-Enhanced Two-Stage Transformer for Aerial Vision-and-Language Navigation

2025-12-16 · Xichen Ding, Jianzhe Gao, Cong Pan, Wenguan Wang 외 arxiv

Aerial Vision-and-Language Navigation (AVLN) requires Unmanned Aerial Vehicle (UAV) agents to localize targets in large-scale urban environments based on linguistic instructions. While successful navigation demands both …

Context Enhanced Transformer for Single Image Object Detection

2023-12-22 · Seungjun An, Seonghoon Park, Gyeongnyeon Kim, JeongYeol Baek 외

With the increasing importance of video data in real-world applications, there is a rising need for efficient object detection methods that utilize temporal information. While existing video object detection (VOD) techni…

Objectobject-detectionObject DetectionVideo Object Detection

ATLAS: Learning to Optimally Memorize the Context at Test Time

2025-05-29 · Ali Behrouz, Zeman Li, Praneeth Kacham, Majid Daliri 외

Transformers have been established as the most popular backbones in sequence modeling, mainly due to their effectiveness in in-context retrieval tasks and the ability to learn at scale. Their quadratic memory and time co…

Common Sense ReasoningLanguage ModelingLanguage ModellingLong-Context Understanding

EDEN: Enhanced Diffusion for High-quality Large-motion Video Frame Interpolation

2025-03-20 · CVPR 2025 1 · Zihao Zhang, Haoran Chen, Haoyu Zhao, Guansong Lu 외

Handling complex or nonlinear motion patterns has long posed challenges for video frame interpolation. Although recent advances in diffusion-based methods offer improvements over traditional optical flow-based approaches…

Optical Flow EstimationVideo Frame Interpolation

LM2: Large Memory Models

2025-02-09 · Jikun Kang, Wenqi Wu, Filippos Christianos, Alex J. Chan 외

This paper introduces the Large Memory Model (LM2), a decoder-only Transformer architecture enhanced with an auxiliary memory module that aims to address the limitations of standard Transformers in multi-step reasoning, …

DecoderMMLUQuestion Answering