paper-with-me

Papers

Event-Based Video Reconstruction Using Transformer

2021-01-01 · ICCV 2021 10 · Wenming Weng, Yueyi Zhang, Zhiwei Xiong

Event cameras, which output events by detecting spatio-temporal brightness changes, bring a novel paradigm to image sensors with high dynamic range and low latency. Previous works have achieved impressive performances on event-based video reconstruction by introducing convolutional neural networks (CNNs). However, intrinsic locality of convolutional operations is not capable of modeling long-range dependency, which is crucial to many vision tasks. In this paper, we present a hybrid CNN-Transformer network for event-based video reconstruction (ET-Net), which merits the fine local information from CNN and global contexts from Transformer. In addition, we further propose a Token Pyramid Aggregation strategy to implement multi-scale token integration for relating internal and intersected semantic concepts in the token-space. Experimental results demonstrate that our proposed method achieves superior performance over state-of-the-art methods on multiple real-world event datasets. The code is available at https://github.com/WarranWeng/ET-Net

📄 PDF Abstract BibTeX

Code (1)

warranweng/et-net 공식 구현 pytorch

Tasks

Event-based Object SegmentationEvent-Based Video ReconstructionVideo Reconstruction

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Position-Wise Feed-Forward Layer 설명 없음
Adam 설명 없음
Residual Connection 설명 없음
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…
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…
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…

Similar Papers 제목 키워드 기반

EventMamba: Enhancing Spatio-Temporal Locality with State Space Models for Event-Based Video Reconstruction

2025-03-25 · Chengjie Ge, Xueyang Fu, Peng He, Kunyu Wang 외

Leveraging its robust linear global modeling capability, Mamba has notably excelled in computer vision. Despite its success, existing Mamba-based vision models have overlooked the nuances of event-driven tasks, especiall…

Event-Based Video ReconstructionMambaState Space ModelsVideo Reconstruction

Event-to-Video Reconstruction using Spatio-Temporal and Frequency-Enhanced Deep Neural Networks

2026-05-25 · Ramna Maqsood, Paulo Nunes, Luís Ducla Soares, Caroline Conti arxiv

Event cameras offer significant advantages over conventional frame-based counterparts, including high temporal resolution, low latency, and energy efficiency. These characteristics make them suitable for high-speed and h…

Video ReconstructionScene Understanding

Sensing Diversity and Sparsity Models for Event Generation and Video Reconstruction from Events

2023-05-22 · IEEE Transactions on Pattern Analysis and Machine Intelligence 2023 5 · Siying Liu, Pier Luigi Dragotti

Events-to-video (E2V) reconstruction and video-to-events (V2E) simulation are two fundamental research topics in event-based vision. Current deep neural networks for E2V reconstruction are usually complex and difficult t…

DiversityEvent-based visionVideo Reconstruction

Multi-Contextual Predictions with Vision Transformer for Video Anomaly Detection

2022-06-17 · Joo-Yeon Lee, Woo-Jeoung Nam, Seong-Whan Lee

Video Anomaly Detection(VAD) has been traditionally tackled in two main methodologies: the reconstruction-based approach and the prediction-based one. As the reconstruction-based methods learn to generalize the input ima…

Anomaly DetectionVideo Anomaly Detection

EVREAL: Towards a Comprehensive Benchmark and Analysis Suite for Event-based Video Reconstruction

2023-04-30 · Burak Ercan, Onur Eker, Aykut Erdem, Erkut Erdem

Event cameras are a new type of vision sensor that incorporates asynchronous and independent pixels, offering advantages over traditional frame-based cameras such as high dynamic range and minimal motion blur. However, t…

Event-Based Video ReconstructionEvent-based visionVideo Reconstruction