paper-with-me

홈 › Papers

A Multimodal Visual Encoding Model Aided by Introducing Verbal Semantic Information

2023-08-29 · Shuxiao Ma, Linyuan Wang, Bin Yan

Biological research has revealed that the verbal semantic information in the brain cortex, as an additional source, participates in nonverbal semantic tasks, such as visual encoding. However, previous visual encoding models did not incorporate verbal semantic information, contradicting this biological finding. This paper proposes a multimodal visual information encoding network model based on stimulus images and associated textual information in response to this issue. Our visual information encoding network model takes stimulus images as input and leverages textual information generated by a text-image generation model as verbal semantic information. This approach injects new information into the visual encoding model. Subsequently, a Transformer network aligns image and text feature information, creating a multimodal feature space. A convolutional network then maps from this multimodal feature space to voxel space, constructing the multimodal visual information encoding network model. Experimental results demonstrate that the proposed multimodal visual information encoding network model outperforms previous models under the exact training cost. In voxel prediction of the left hemisphere of subject 1's brain, the performance improves by approximately 15.87%, while in the right hemisphere, the performance improves by about 4.6%. The multimodal visual encoding network model exhibits superior encoding performance. Additionally, ablation experiments indicate that our proposed model better simulates the brain's visual information processing.

📄 PDF Abstract BibTeX arXiv:2308.15142

Code (0)

등록된 구현이 없습니다.

Tasks

Image Generation

Methods 이 논문이 사용한 방법론

Attention 설명 없음
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…
Residual Connection 설명 없음
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…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
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$…
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…

Similar Papers 제목 키워드 기반

Learning Emotion Representations from Verbal and Nonverbal Communication

2023-05-22 · CVPR 2023 1 · Sitao Zhang, Yimu Pan, James Z. Wang

Emotion understanding is an essential but highly challenging component of artificial general intelligence. The absence of extensively annotated datasets has significantly impeded advancements in this field. We present Em…

Contrastive LearningEmotion RecognitionEmotion Recognition in Context

VCoME: Verbal Video Composition with Multimodal Editing Effects

2024-07-05 · Weibo Gong, Xiaojie Jin, Xin Li, Dongliang He 외

Verbal videos, featuring voice-overs or text overlays, provide valuable content but present significant challenges in composition, especially when incorporating editing effects to enhance clarity and visual appeal. In th…

Words Can Shift: Dynamically Adjusting Word Representations Using Nonverbal Behaviors

2018-11-23 · Yansen Wang, Ying Shen, Zhun Liu, Paul Pu Liang 외

Humans convey their intentions through the usage of both verbal and nonverbal behaviors during face-to-face communication. Speaker intentions often vary dynamically depending on different nonverbal contexts, such as voca…

Emotion RecognitionMultimodal Sentiment AnalysisSentiment Analysis

Visual Generation Unlocks Human-Like Reasoning through Multimodal World Models

2026-01-27 · Jialong Wu, Xiaoying Zhang, Hongyi Yuan, Xiangcheng Zhang 외 arxiv

Humans construct internal world models and reason by manipulating the concepts within these models. Recent advances in AI, particularly chain-of-thought (CoT) reasoning, approximate such human cognitive abilities, where …

Multi-speaker Attention Alignment for Multimodal Social Interaction

2025-11-22 · Liangyang Ouyang, Yifei Huang, Mingfang Zhang, Caixin Kang 외 arxiv

Understanding social interaction in video requires reasoning over a dynamic interplay of verbal and non-verbal cues: who is speaking, to whom, and with what gaze or gestures. While Multimodal Large Language Models (MLLMs…