paper-with-me

Papers

Graph Neural Network and Spatiotemporal Transformer Attention for 3D Video Object Detection from Point Clouds

2022-07-26 · Junbo Yin, Jianbing Shen, Xin Gao, David Crandall, Ruigang Yang

Previous works for LiDAR-based 3D object detection mainly focus on the single-frame paradigm. In this paper, we propose to detect 3D objects by exploiting temporal information in multiple frames, i.e., the point cloud videos. We empirically categorize the temporal information into short-term and long-term patterns. To encode the short-term data, we present a Grid Message Passing Network (GMPNet), which considers each grid (i.e., the grouped points) as a node and constructs a k-NN graph with the neighbor grids. To update features for a grid, GMPNet iteratively collects information from its neighbors, thus mining the motion cues in grids from nearby frames. To further aggregate the long-term frames, we propose an Attentive Spatiotemporal Transformer GRU (AST-GRU), which contains a Spatial Transformer Attention (STA) module and a Temporal Transformer Attention (TTA) module. STA and TTA enhance the vanilla GRU to focus on small objects and better align the moving objects. Our overall framework supports both online and offline video object detection in point clouds. We implement our algorithm based on prevalent anchor-based and anchor-free detectors. The evaluation results on the challenging nuScenes benchmark show the superior performance of our method, achieving the 1st on the leaderboard without any bells and whistles, by the time the paper is submitted.

📄 PDF Abstract BibTeX arXiv:2207.12659

Code (0)

등록된 구현이 없습니다.

Tasks

3D Object DetectionGraph Neural Networkobject-detectionObject DetectionVideo Object Detection

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
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…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Adam 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…

Similar Papers 제목 키워드 기반

LiDAR-based Online 3D Video Object Detection with Graph-based Message Passing and Spatiotemporal Transformer Attention

2020-04-03 · CVPR 2020 6 · Junbo Yin, Jianbing Shen, Chenye Guan, Dingfu Zhou 외

Existing LiDAR-based 3D object detectors usually focus on the single-frame detection, while ignoring the spatiotemporal information in consecutive point cloud frames. In this paper, we propose an end-to-end online 3D vid…

Objectobject-detectionObject DetectionVideo Object Detection

SSTVOS: Sparse Spatiotemporal Transformers for Video Object Segmentation

2021-01-21 · CVPR 2021 1 · Brendan Duke, Abdalla Ahmed, Christian Wolf, Parham Aarabi 외

In this paper we introduce a Transformer-based approach to video object segmentation (VOS). To address compounding error and scalability issues of prior work, we propose a scalable, end-to-end method for VOS called Spars…

Inductive BiasMotion SegmentationObjectOne-shot visual object segmentation+6

Video Prediction of Dynamic Physical Simulations With Pixel-Space Spatiotemporal Transformers

2025-10-23 · Dean L Slack, G Thomas Hudson, Thomas Winterbottom, Noura Al Moubayed arxiv

Inspired by the performance and scalability of autoregressive large language models (LLMs), transformer-based models have seen recent success in the visual domain. This study investigates a transformer adaptation for vid…

Physical SimulationsVideo PredictionObject Tracking

Spatiotemporal Self-attention Modeling with Temporal Patch Shift for Action Recognition

2022-07-27 · Wangmeng Xiang, Chao Li, Biao Wang, Xihan Wei 외

Transformer-based methods have recently achieved great advancement on 2D image-based vision tasks. For 3D video-based tasks such as action recognition, however, directly applying spatiotemporal transformers on video data…

Action ClassificationAction Recognition

Frequency-Aware Spatiotemporal Transformers for Video Inpainting Detection

2021-01-01 · ICCV 2021 10 · Bingyao Yu, Wanhua Li, Xiu Li, Jiwen Lu 외

In this paper, we propose a frequency-aware spatiotemporal transformers for deep In this paper, we propose a Frequency-Aware Spatiotemporal Transformer (FAST) for video inpainting detection, which aims to simultaneou…

DecoderVideo Inpainting