[ACM MM 2024]BrainRAM: Cross-Modality Retrieval-Augmented Image Reconstruction from Human Brain Acti

论文代码:https://github.com/HQ406/BrainRAM
英文是纯手打的!论文原文的summarizing and paraphrasing。可能会出现难以避免的拼写错误和语法错误,若有发现欢迎评论指正!文章偏向于笔记,谨慎食用
目录
2.3.1. Visual stimuli reconstruction
2.3.2. Retrieval-Augmented Generation
2.4.2. Stage I: Brain-visual-linguistic Consistency
2.4.3. Stage II: Retrieval-Augmentation
1. 心得
(1)用检索真的好咩?会不会有点fMRI解码的违背初心
(2)而且也要求有文本这个模态诶,也不是自己生成来辅助的
2. 论文逐段精读
2.1. Abstract
①Challenges in brain activity decoding: scarse large-scale dataset and measurement noise
2.2. Introduction
①⭐fMRI temporarily reflect BOLD, while it does not contains any past kownledge
②Only relying on fMRI causes inconsistency of semantic and structure(是咩?我感觉还好?):

③Individuals with rich knowledge and experience probably describe objects more detailed
④Difference between BrainRAM and other works:

2.3. Related Works
2.3.1. Visual stimuli reconstruction
①Lists relevant reconstruction works, and points out their poor results
2.3.2. Retrieval-Augmented Generation
①Retrival will provide higher reconstruction quality
2.4. Method
2.4.1. Overview
①Overall pipeline:

2.4.2. Stage I: Brain-visual-linguistic Consistency
①Triplet set: , where
denotes fMRI
signal,
denotes stimuli and
is caption
②Raw image and text are processed to and
by image encoder
and
(the last hidden layer, instead of the final output)
③fMRI data is fed to MLP and, block and diffusion prior
④Diffusion step:
⑤The inverse diffusion U-Net contains cross diffusion:
⑥InfoNCE loss:
where is the output of diffusion,
denotes aligned target,
is temperature hyperparameter
⑦Data augmentation (MixCo) of two samples and
:
with MixCo loss:
⑧The total loss:
2.4.3. Stage II: Retrieval-Augmentation
①For query (the output of diffusion block), to search
embeddings
:
where
②Average features:
and then extract features by MLP
:
futher applied Softmax on the first dimension of :
③The final output of RAM:
④Loss:
2.5. Experiments
2.5.1. Dataset
①Dataset: NSD
②Subject: 1, 2, 5, 7
2.5.2. Implementation Details
(1)Stage I
①Epoch: 180
②Batch size: 32
③Learning rate: 2.5e-4
④Optimizer: AdamW
⑤Loss term weight: ,
(2)Stage II
①Retrieve set: LAION-2B-en
②Reconstruction sample number: 4
③Retrieval number: 4
④Epoch: 120
⑤Batch size: 256
⑥Learning rate: 2.5e-4
⑦Optimizer: AdamW
⑧Loss term:
2.5.3. Evaluation Metrics
~
2.6. Results
2.6.1. Reconstruction Results
①Quantitative results:

②Qualitative results:

2.6.2. Retrieval Results
①The performance of retrieval in NSD pairs:

②Retrieval in LAION-2B-en:

2.6.3. Ablation Studies
①Module ablation:

②Comparison of RAM:

2.7. Conclusion
~
更多推荐




所有评论(0)