paper-with-me

Papers

Uncertainty-aware Bridge based Mobile-Former Network for Event-based Pattern Recognition

2024-01-20 · Haoxiang Yang, Chengguo Yuan, Yabin Zhu, Lan Chen, Xiao Wang, Futian Wang

The mainstream human activity recognition (HAR) algorithms are developed based on RGB cameras, which are easily influenced by low-quality images (e.g., low illumination, motion blur). Meanwhile, the privacy protection issue caused by ultra-high definition (HD) RGB cameras aroused more and more people's attention. Inspired by the success of event cameras which perform better on high dynamic range, no motion blur, and low energy consumption, we propose to recognize human actions based on the event stream. We propose a lightweight uncertainty-aware information propagation based Mobile-Former network for efficient pattern recognition, which aggregates the MobileNet and Transformer network effectively. Specifically, we first embed the event images using a stem network into feature representations, then, feed them into uncertainty-aware Mobile-Former blocks for local and global feature learning and fusion. Finally, the features from MobileNet and Transformer branches are concatenated for pattern recognition. Extensive experiments on multiple event-based recognition datasets fully validated the effectiveness of our model. The source code of this work will be released at https://github.com/Event-AHU/Uncertainty_aware_MobileFormer.

📄 PDF Abstract BibTeX arXiv:2401.11123

Code (1)

event-ahu/uncertainty_aware_mobileformer 공식 구현 pytorch

Tasks

Activity RecognitionHuman Activity Recognition

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Residual Connection 설명 없음
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…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.

Similar Papers 제목 키워드 기반

Mobile-Former: Bridging MobileNet and Transformer

2021-08-12 · CVPR 2022 1 · Yinpeng Chen, Xiyang Dai, Dongdong Chen, Mengchen Liu 외

We present Mobile-Former, a parallel design of MobileNet and transformer with a two-way bridge in between. This structure leverages the advantages of MobileNet at local processing and transformer at global interaction. A…

Decoderobject-detectionObject Detection

Semi-UFormer: Semi-supervised Uncertainty-aware Transformer for Image Dehazing

2022-10-28 · Ming Tong, Yongzhen Wang, Peng Cui, Xuefeng Yan 외

Image dehazing is fundamental yet not well-solved in computer vision. Most cutting-edge models are trained in synthetic data, leading to the poor performance on real-world hazy scenarios. Besides, they commonly give dete…

Image DehazingKnowledge Distillation

UR2M: Uncertainty and Resource-Aware Event Detection on Microcontrollers

2024-02-14 · Hong Jia, Young D. Kwon, Dong Ma, Nhat Pham 외

Traditional machine learning techniques are prone to generating inaccurate predictions when confronted with shifts in the distribution of data between the training and testing phases. This vulnerability can lead to sever…

Event DetectionUncertainty Quantification

ReNiL: Event-Driven Pedestrian Bayesian Localization Using IMU for Real-World Applications

2025-08-08 · Kaixuan Wu, Yuanzhuo Xu, Zejun Zhang, Weiping Zhu 외 arxiv

Pedestrian inertial localization is key for mobile and IoT services because it provides infrastructure-free positioning. Yet most learning-based methods depend on fixed sliding-window integration, struggle to adapt to di…

Bayesian Inference

Uncertainty quantification in neural network-based glucose prediction for diabetes

2026-03-05 · Hai Siong Tan, Rafe McBeth arxiv

In this work, we investigate uncertainty-aware neural network models for blood glucose prediction and adverse glycemic event identification in Type 1 diabetes. We consider three families of sequence models based on LSTM,…