paper-with-me

Papers

Scaled and Inter-token Relation Enhanced Transformer for Sample-restricted Residential NILM

2024-10-12 · Minhajur Rahman, Yasir Arafat

Transformers have demonstrated exceptional performance across various domains due to their self-attention mechanism, which captures complex relationships in data. However, training on smaller datasets poses challenges, as standard attention mechanisms can over-smooth attention scores and overly prioritize intra-token relationships, reducing the capture of meaningful inter-token dependencies critical for tasks like Non-Intrusive Load Monitoring (NILM). To address this, we propose a novel transformer architecture with two key innovations: inter-token relation enhancement and dynamic temperature tuning. The inter-token relation enhancement mechanism removes diagonal entries in the similarity matrix to improve attention focus on inter-token relations. The dynamic temperature tuning mechanism, a learnable parameter, adapts attention sharpness during training, preventing over-smoothing and enhancing sensitivity to token relationships. We validate our method on the REDD dataset and show that it outperforms the original transformer and state-of-the-art models by 10-15\% in F1 score across various appliance types, demonstrating its efficacy for training on smaller datasets.

📄 PDF Abstract BibTeX arXiv:2410.12861

Code (0)

등록된 구현이 없습니다.

Tasks

Non-Intrusive Load MonitoringRelation

Methods 이 논문이 사용한 방법론

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$…
Attention 설명 없음
Focus 설명 없음

Similar Papers 제목 키워드 기반

DA-Transformer: Distance-aware Transformer

2020-10-14 · NAACL 2021 4 · Chuhan Wu, Fangzhao Wu, Yongfeng Huang

Transformer has achieved great success in the NLP field by composing various advanced models like BERT and GPT. However, Transformer and its existing variants may not be optimal in capturing token distances because the p…

Total Style Transfer with a Single Feed-Forward Network

2019-05-01 · ICLR 2019 5 · Minseong Kim, Hyun-Chul Choi

Recent image style transferring methods achieved arbitrary stylization with input content and style images. To transfer the style of an arbitrary image to a content image, these methods used a feed-forward network with a…

DecoderStyle Transfer

Learnings from Scaling Visual Tokenizers for Reconstruction and Generation

2025-01-16 · Philippe Hansen-Estruch, David Yan, Ching-Yao Chung, Orr Zohar 외

Visual tokenization via auto-encoding empowers state-of-the-art image and video generative models by compressing pixels into a latent space. Although scaling Transformer-based generators has been central to recent advanc…

DecoderImage GenerationVideo GenerationVideo Reconstruction

Document-Level Relation Extraction with Structure Enhanced Transformer Encoder

2022-07-11 · International Joint Conference on Neural Networks 2022 7 · Wanlong Liu

Document-level relation extraction aims at discovering relational facts among entity pairs in a document, which has attracted more and more attention in recent years. Most existing methods are mainly summarized as graph-…

RelationRelation Extraction

VidCompress: Memory-Enhanced Temporal Compression for Video Understanding in Large Language Models

2024-10-15 · Xiaohan Lan, Yitian Yuan, Zequn Jie, Lin Ma

Video-based multimodal large language models (Video-LLMs) possess significant potential for video understanding tasks. However, most Video-LLMs treat videos as a sequential set of individual frames, which results in insu…

Video Understanding