paper-with-me

Papers

IIP-Mixer:Intra-Inter Patch Mixing Architecture for Battery Remaining Useful Life Prediction

2024-03-27 · Guangzai Ye, Li Feng, Jianlan Guo, Yuqiang Chen

Accurately estimating the Remaining Useful Life (RUL) of lithium-ion batteries is crucial for maintaining the safe and stable operation of rechargeable battery management systems. However, this task is often challenging due to the complex temporal dynamics involved. Recently, attention-based networks, such as Transformers and Informer, have been the popular architecture in time series forecasting. Despite their effectiveness, these models with abundant parameters necessitate substantial training time to unravel temporal patterns. To tackle these challenges, we propose a simple MLP-Mixer-based architecture named 'Intra-Inter Patch Mixer' (IIP-Mixer), which is an architecture based exclusively on multi-layer perceptrons (MLPs), extracting information by mixing operations along both intra-patch and inter-patch dimensions for battery RUL prediction. The proposed IIP-Mixer comprises parallel dual-head mixer layers: the intra-patch mixing MLP, capturing local temporal patterns in the short-term period, and the inter-patch mixing MLP, capturing global temporal patterns in the long-term period. Notably, to address the varying importance of features in RUL prediction, we introduce a weighted loss function in the MLP-Mixer-based architecture, marking the first time such an approach has been employed. Our experiments demonstrate that IIP-Mixer achieves competitive performance in battery RUL prediction, outperforming other popular time-series frameworks

📄 PDF Abstract BibTeX arXiv:2403.18379

Code (0)

등록된 구현이 없습니다.

Tasks

Time SeriesTime Series Forecasting

Similar Papers 제목 키워드 기반

OAMixer: Object-aware Mixing Layer for Vision Transformers

2022-12-13 · Hyunwoo Kang, Sangwoo Mo, Jinwoo Shin

Patch-based models, e.g., Vision Transformers (ViTs) and Mixers, have shown impressive results on various visual recognition tasks, alternating classic convolutional networks. While the initial patch-based models (ViTs) …

Inductive BiasObjectObject RecognitionSelf-Supervised Learning

Dimension Mixer: Group Mixing of Input Dimensions for Efficient Function Approximation

2023-11-30 · Suman Sapkota, Binod Bhattarai

The recent success of multiple neural architectures like CNNs, Transformers, and MLP-Mixers motivated us to look for similarities and differences between them. We found that these architectures can be interpreted through…

Long-range modeling

MLP-Mixer: An all-MLP Architecture for Vision

2021-05-04 · NeurIPS 2021 12 · Ilya Tolstikhin, Neil Houlsby, Alexander Kolesnikov, Lucas Beyer 외

Convolutional Neural Networks (CNNs) are the go-to model for computer vision. Recently, attention-based networks, such as the Vision Transformer, have also become popular. In this paper we show that while convolutions an…

Allimage-classificationImage Classification

Patches Are All You Need?

2022-01-24 · Asher Trockman, J. Zico Kolter

Although convolutional networks have been the dominant architecture for vision tasks for many years, recent experiments have shown that Transformer-based models, most notably the Vision Transformer (ViT), may exceed thei…

AllImage Classification

S$^2$-MLP: Spatial-Shift MLP Architecture for Vision

2021-06-14 · Tan Yu, Xu Li, Yunfeng Cai, Mingming Sun 외

Recently, visual Transformer (ViT) and its following works abandon the convolution and exploit the self-attention operation, attaining a comparable or even higher accuracy than CNNs. More recently, MLP-Mixer abandons bot…