paper-with-me

홈 › Papers

Approximated Bilinear Modules for Temporal Modeling

2020-07-25 · ICCV 2019 10 · Xinqi Zhu, Chang Xu, Langwen Hui, Cewu Lu, DaCheng Tao

We consider two less-emphasized temporal properties of video: 1. Temporal cues are fine-grained; 2. Temporal modeling needs reasoning. To tackle both problems at once, we exploit approximated bilinear modules (ABMs) for temporal modeling. There are two main points making the modules effective: two-layer MLPs can be seen as a constraint approximation of bilinear operations, thus can be used to construct deep ABMs in existing CNNs while reusing pretrained parameters; frame features can be divided into static and dynamic parts because of visual repetition in adjacent frames, which enables temporal modeling to be more efficient. Multiple ABM variants and implementations are investigated, from high performance to high efficiency. Specifically, we show how two-layer subnets in CNNs can be converted to temporal bilinear modules by adding an auxiliary-branch. Besides, we introduce snippet sampling and shifting inference to boost sparse-frame video classification performance. Extensive ablation studies are conducted to show the effectiveness of proposed techniques. Our models can outperform most state-of-the-art methods on Something-Something v1 and v2 datasets without Kinetics pretraining, and are also competitive on other YouTube-like action recognition datasets. Our code is available on https://github.com/zhuxinqimac/abm-pytorch.

📄 PDF Abstract BibTeX arXiv:2007.12887

Code (1)

zhuxinqimac/abm-pytorch 공식 구현 pytorch

Tasks

Action RecognitionVideo Classification

Similar Papers 제목 키워드 기반

Temporal Bilinear Networks for Video Action Recognition

2018-11-25 · Yanghao Li, Sijie Song, Yuqi Li, Jiaying Liu

Temporal modeling in videos is a fundamental yet challenging problem in computer vision. In this paper, we propose a novel Temporal Bilinear (TB) model to capture the temporal pairwise feature interactions between adjace…

Action RecognitionTemporal Action Localization

Temporally-Consistent Bilinearly Recurrent Autoencoders for Control Systems

2025-03-24 · Ananda Chakrabarti, Indranil Nayak, Debdipta Goswami

This paper introduces the temporally-consistent bilinearly recurrent autoencoder (tcBLRAN), a Koopman operator based neural network architecture for modeling a control-affine nonlinear control system. The proposed method…

Bilinear Spatiotemporal Fusion Network: An efficient approach for traffic flow prediction

2025-04-01 · Neural Networks 2025 4 · Jing Chen, Shixiang Pan, Weimin Peng, Wenqiang Xu

Accurate traffic flow forecasting is critical for intelligent transportation systems, yet increasing model complexity in spatiotemporal graph neural networks does not always yield proportional gains. In this paper, we pr…

Spatio-Temporal ForecastingTime SeriesTraffic Prediction

Field-Aware RankMixer with Dual-Stream Bilinear Fusion for the Tencent UNI-REC Challenge

2026-07-17 · Yufeng Zhang, Zhengqi Xu, Jiajun Cui arxiv

This paper presents our solution to the KDD Cup 2026 Tencent UNIREC Challenge. The task requires joint modeling of multi-domain user behavior sequences and non-sequential multi-field features for target-ad pCVR predictio…

Unsupervised Time-Series Representation Learning with Iterative Bilinear Temporal-Spectral Fusion

2022-02-08 · Ling Yang, Shenda Hong

Unsupervised/self-supervised time series representation learning is a challenging problem because of its complex dynamics and sparse annotations. Existing works mainly adopt the framework of contrastive learning with the…

Anomaly DetectionContrastive LearningRepresentation LearningTime Series+1