paper-with-me

Papers

Lateralization MLP: A Simple Brain-inspired Architecture for Diffusion

2024-05-25 · Zizhao Hu, Mohammad Rostami

The Transformer architecture has dominated machine learning in a wide range of tasks. The specific characteristic of this architecture is an expensive scaled dot-product attention mechanism that models the inter-token interactions, which is known to be the reason behind its success. However, such a mechanism does not have a direct parallel to the human brain which brings the question if the scaled-dot product is necessary for intelligence with strong expressive power. Inspired by the lateralization of the human brain, we propose a new simple but effective architecture called the Lateralization MLP (L-MLP). Stacking L-MLP blocks can generate complex architectures. Each L-MLP block is based on a multi-layer perceptron (MLP) that permutes data dimensions, processes each dimension in parallel, merges them, and finally passes through a joint MLP. We discover that this specific design outperforms other MLP variants and performs comparably to a transformer-based architecture in the challenging diffusion task while being highly efficient. We conduct experiments using text-to-image generation tasks to demonstrate the effectiveness and efficiency of L-MLP. Further, we look into the model behavior and discover a connection to the function of the human brain. Our code is publicly available: \url{https://github.com/zizhao-hu/L-MLP}

📄 PDF Abstract BibTeX arXiv:2405.16098

Code (1)

zizhao-hu/l-mlp 공식 구현 pytorch

Tasks

Image GenerationText to Image GenerationText-to-Image Generation

Methods 이 논문이 사용한 방법론

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

Similar Papers 제목 키워드 기반

Lateralization LoRA: Interleaved Instruction Tuning with Modality-Specialized Adaptations

2024-07-04 · Zhiyang Xu, Minqian Liu, Ying Shen, Joy Rimchala 외

Recent advancements in Vision-Language Models (VLMs) have led to the development of Vision-Language Generalists (VLGs) capable of understanding and generating interleaved images and text. Despite these advances, VLGs sti…

AttributeImage Generation

Feature interpretability in BCIs: exploring the role of network lateralization

2024-07-16 · Juliana Gonzalez-Astudillo, Fabrizio De Vico Fallani

Brain-computer interfaces (BCIs) enable users to interact with the external world using brain activity. Despite their potential in neuroscience and industry, BCI performance remains inconsistent in noninvasive applicatio…

BenchmarkingEEGFunctional ConnectivityMotor Imagery

Group-specific discriminant analysis reveals statistically validated sex differences in lateralization of brain functional network

2024-04-08 · Shuo Zhou, Junhao Luo, Yaya Jiang, Haolin Wang 외

Lateralization is a fundamental feature of the human brain, where sex differences have been observed. Conventional studies in neuroscience on sex-specific lateralization are typically conducted on univariate statistical …

ClassificationSpecificity

A Miniature Brain Transformer: Thalamic Gating, Hippocampal Lateralization, Amygdaloid Salience, and Prefrontal Working Memory in Attention-Coupled Latent Memory

2026-03-07 · Hong Jeong arxiv

We present a miniature brain transformer architecture that extends the attention-coupled latent memory framework with four additional brain-region analogues: a thalamic relay, an amygdaloid salience module, a prefrontal …

Lateralization in Agents' Decision Making: Evidence of Benefits/Costs from Artificial Intelligence

2023-02-03 · Abubakar Siddique, Will N. Browne, Gina M. Grimshaw

Lateralization is ubiquitous in vertebrate brains which, as well as its role in locomotion, is considered an important factor in biological intelligence. Lateralization has been associated with both poor and good perform…

Decision Making