当前位置: 首页 > wzjs >正文

做网站按页面收费郑州做网站推广哪家好

做网站按页面收费,郑州做网站推广哪家好,wordpress 修改源码,黑马网站建设论文网址:BP-GPT: Auditory Neural Decoding Using fMRI-prompted LLM 论文代码:https://github.com/1994cxy/BP-GPT 英文是纯手打的!论文原文的summarizing and paraphrasing。可能会出现难以避免的拼写错误和语法错误,若有发现…

论文网址:BP-GPT: Auditory Neural Decoding Using fMRI-prompted LLM

论文代码:https://github.com/1994cxy/BP-GPT

英文是纯手打的!论文原文的summarizing and paraphrasing。可能会出现难以避免的拼写错误和语法错误,若有发现欢迎评论指正!文章偏向于笔记,谨慎食用

目录

1. 心得

2. 论文逐段精读

2.1. Abstract

2.2. Introduction

2.3. Method

2.3.1. fMRI to Text Decoding

2.3.2. Training

2.3.3. Inference

2.4. Experiment

2.4.1. Dataset

2.4.2. Implementing Details

2.4.3. Baseline and Evaluation Metrics

2.4.4. Evaluation the Text Prompt

2.4.5. Evaluation of fMRI to Text Decoding

2.4.6. Ablation Study

2.5. Conclusion

3. Reference


1. 心得

(1)不好意思哈xd这么早给你扒来读了,只是刚好看到了,就当宣传了,github多来点Star也不是不行

(2)还只有四页,轻松愉悦看一看

(3)一天一论文,头发远离我

2. 论文逐段精读

2.1. Abstract

        ①现存问题:现有的LLM在从fMRI中提取语义的时候没有端到端?????有点以偏概全了,我觉得不是一个很好的limitation

        ②They proposed Brain Prompt GPT (BP-GPT) to decoding fMRI by aligning fMRI and text

2.2. Introduction

        ①我很欣赏你,用一句名言开头。只有小登的世界是这样的,一本真正的故事会,而不是八股。

“The limits of my language mean the limits of my world” - Ludwig Wittgenstein.

如果作者认为语言带来了理解,这总有一种不能进步的意味。实际上造词这种东西时有发生,我们的词袋也一直更新,但ai似乎不能自动更新捏。

        ②The frequency of pronouncing is different from BOLD reaction

        ③Chanllenge: decoding multi words in one repetition time (TR)(这个现存问题不比上面那啥端到端正常???)

        ④Framework of BP-GPT:

(这图片还可以再优化一下吧....)

2.3. Method

2.3.1. fMRI to Text Decoding

        ①Encode fMRI by:

P_i^B=\mathbf{E}_\eta(x_i^B),

where \mathbf{E}_\eta denotes encoder, x_i^B denotes fMRI signal.

        ②BCELoss of fMRI encoder:

\mathcal{L}_{brain} =-\sum_{i=1}^{N}\log p_{\eta}(W|P_{i}^{B}) \\ =-\sum^{N}\sum^{\mathcal{L}}\log p_{\eta}(w_{j}|p_{1}^{B},\ldots,p_{k}^{B},w_{1},\ldots,w_{j-1})

        ③The similarity between positive pair fMRI prompt and text prompt:

S_p=\exp(cos(P_B^i\cdot P_T^i)/\tau)

where \tau is temperature hyperparameter

        ④Negative pairs from different samples, the similarity is calculated by:

S_n=\exp(\cos(P_B^i\cdot P_B^j)/\tau)+\exp(\cos(P_B^i\cdot P_T^j)/\tau),i\neq j

        ⑤The contrastive loss:

L_{\mathcal{C}}=-\mathbb{E}\left[\log\frac{S_p}{S_n}\right]

2.3.2. Training

        ①BCEloss is for training text prompt, and the decoder is trained by:

L=L_{brain}+\alpha L_{C}

2.3.3. Inference

        ①The length of sentence is different from fMRI windows. "当前解决方案在最近的工作中利用字率模型来预测参与者感知的单词数。当生成的文本长度满足字率模型预测的字数时,文本生成过程将停止。虽然这种方法可以解决问题,但它并没有充分利用 LLM 的特性。"

        ②So they add $ in the real text:

based on TR

2.4. Experiment

2.4.1. Dataset

        ①Dataset: 

A. LeBel, L. Wagner, S. Jain, A. Adhikari-Desai, B. Gupta, A. Morgenthal, J. Tang, L. Xu, and A. G. Huth, “A natural language fmri dataset for voxelwise encoding models,” Scientific Data, vol. 10, no. 1, p. 555, 2023.

        ②Subjects: they choose 3 from 8

        ③Situation: passively listened to naturally spoken English stories such as The Month and New York Times Modern Love podcasts

2.4.2. Implementing Details

        ①\tau =0.1

        ②\alpha =1

        ③Time series windows for fMRI sequence and corresponding text: 20s with no gap

        ④Length of prompt: k=30

        ⑤Input dimesion of BERT: 512

        ⑥Layer of Transformer: 8 with 8 head

        ⑦Optimizer: AdamW

        ⑧Batch size: 32

2.4.3. Baseline and Evaluation Metrics

        ①Test set: story “Where There's Smoke”

2.4.4. Evaluation the Text Prompt

        ①Performance:

2.4.5. Evaluation of fMRI to Text Decoding

        ①Performance table:

2.4.6. Ablation Study

        ①Contrastive module ablation:

        ②Fine tune ablation:

2.5. Conclusion

        ~

3. Reference

@article{chen2025bp,title={BP-GPT: Auditory Neural Decoding Using fMRI-prompted LLM},author={Chen, Xiaoyu and Du, Changde and Liu, Che and Wang, Yizhe and He, Huiguang},journal={arXiv preprint arXiv:2502.15172},year={2025}
}

http://www.dtcms.com/wzjs/315251.html

相关文章:

  • 新乡做网站报价网络营销的含义是什么
  • 基本网站建设语言国家免费技能培训有哪些
  • 东坑网站建设百度下载并安装
  • 网站域名备案更改怎么自己制作网页
  • 数据库网站开发工具福州网站排名提升
  • 如何建设营销型网站有创意的网络广告案例
  • 政府门户网站的建设官网优化哪家专业
  • 四川做网站设计哪家好做一个网站需要多少钱
  • 西双网站建设南宁seo多少钱报价
  • 做二手物资买卖的网站抖音推广怎么做
  • 网站制作经费预算全国前十名小程序开发公司
  • 网站多多百度关键词推广公司
  • 中小型网站建设咨询中国网评中国网评
  • 网站空间不支持php5.4近期10大新闻事件
  • 宁波网站建设设计公司信息代做百度关键词排名
  • 网站建设全包广最经典的营销案例
  • c2c代表性企业网站如何让自己网站排名提高
  • 阳泉推广型网站建设网店运营入门基础知识
  • 企业网站建设开题报告建站公司哪个好
  • 外管局网站先支后收怎么做报告帮别人发广告赚钱平台
  • 外贸网站建设专业定制湖人排名最新
  • dede手机网站标签社群营销的具体方法
  • 网站建设概念申京效率值联盟第一
  • 12306网站谁做的网站seo外包公司
  • 个人博客网站如何做SEO百度天眼查公司
  • wordpress开启多站点电子商务与网络营销题库
  • 渭南做网站公司怎么做网站排名
  • 百度快照入口北京网站seo服务
  • 商洛网站制作百家号seo
  • 重庆网站设计总部营销型外贸网站建设