paper-with-me

홈 › Papers

MAMBA: Multi-level Aggregation via Memory Bank for Video Object Detection

2024-01-18 · Guanxiong Sun, Yang Hua, Guosheng Hu, Neil Robertson

State-of-the-art video object detection methods maintain a memory structure, either a sliding window or a memory queue, to enhance the current frame using attention mechanisms. However, we argue that these memory structures are not efficient or sufficient because of two implied operations: (1) concatenating all features in memory for enhancement, leading to a heavy computational cost; (2) frame-wise memory updating, preventing the memory from capturing more temporal information. In this paper, we propose a multi-level aggregation architecture via memory bank called MAMBA. Specifically, our memory bank employs two novel operations to eliminate the disadvantages of existing methods: (1) light-weight key-set construction which can significantly reduce the computational cost; (2) fine-grained feature-wise updating strategy which enables our method to utilize knowledge from the whole video. To better enhance features from complementary levels, i.e., feature maps and proposals, we further propose a generalized enhancement operation (GEO) to aggregate multi-level features in a unified manner. We conduct extensive evaluations on the challenging ImageNetVID dataset. Compared with existing state-of-the-art methods, our method achieves superior performance in terms of both speed and accuracy. More remarkably, MAMBA achieves mAP of 83.7/84.6% at 12.6/9.1 FPS with ResNet-101. Code is available at https://github.com/guanxiongsun/vfe.pytorch.

📄 PDF Abstract BibTeX arXiv:2401.09923

Code (1)

guanxiongsun/vfe.pytorch 공식 구현 pytorch

Tasks

Mambaobject-detectionObject DetectionVideo Object Detection

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

CenterMamba-SAM: Center-Prioritized Scanning and Temporal Prototypes for Brain Lesion Segmentation

2025-11-03 · Yu Tian, Zhongheng Yang, Chenshi Liu, Yiyun Su 외 arxiv

Brain lesion segmentation remains challenging due to small, low-contrast lesions, anisotropic sampling, and cross-slice discontinuities. We propose CenterMamba-SAM, an end-to-end framework that freezes a pretrained backb…

Lesion Segmentation

MambaTrack3D: A State Space Model Framework for LiDAR-Based Object Tracking under High Temporal Variation

2025-11-19 · Shengjing Tian, Yinan Han, Xiantong Zhao, Xuehu Liu 외 arxiv

Dynamic outdoor environments with high temporal variation (HTV) pose significant challenges for 3D single object tracking in LiDAR point clouds. Existing memory-based trackers often suffer from quadratic computational co…

Object TrackingPoint Clouds

M3amba: Memory Mamba is All You Need for Whole Slide Image Classification

2025-01-01 · CVPR 2025 1 · Tingting Zheng, Kui Jiang, Yi Xiao, Sicheng Zhao 외

Multi-instance learning (MIL) has demonstrated impressive performance in whole slide image (WSI) analysis. However, existing approaches struggle with undesirable results and unbearable computational overhead due to t…

Allimage-classificationImage ClassificationMamba

Percept, Memory, and Imagine: World Feature Simulating for Open-Domain Unknown Object Detection

2025-01-01 · CVPR 2025 1 · Aming Wu, Cheng Deng

To accelerate the safe deployment of object detectors, we focus on reducing the impact of both covariate and semantic shifts. And we consider a realistic yet challenging scenario, namely Open-Domain Unknown Object De…

Mambaobject-detectionObject Detection

STNMamba: Mamba-based Spatial-Temporal Normality Learning for Video Anomaly Detection

2024-12-28 · Zhangxun Li, Mengyang Zhao, Xuan Yang, Yang Liu 외

Video anomaly detection (VAD) has been extensively researched due to its potential for intelligent video systems. However, most existing methods based on CNNs and transformers still suffer from substantial computational …

Anomaly DetectionMambaVideo Anomaly Detection