用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/hiyenwong/ai_collection --skill boosting-brain-to-image-tribe-v2命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Graph-native Python reimplementation of the Information Dynamics of Music (IDyOM) model that represents predictive memories as explicit graph objects for musical expectation modeling and network analysis.
Physics-aware end-to-end deep reinforcement learning methodology for quadcopter control with actuator dynamics modeling.
Reinforced Dreamer methodology for asymmetric reinforcement learning using latent guidance to improve world model representations and behaviors in model-based RL.
基于 SOC 职业分类
正在显示 SKILL.md
| name | boosting-brain-to-image-tribe-v2 |
| description | TRIBE v2 数据增强提升脑到图像解码性能方法论。使用大规模预训练编码模型生成合成fMRI数据,在小数据集上实现显著性能提升。 |
| version | 1.0.0 |
| author | Yohann Benchetrit et al. |
| arxiv_id | 2606.06345 |
| date | 2026-06-04T00:00:00.000Z |
| categories | ["neuroscience","brain-decoding","data-augmentation","foundation-models"] |
| tags | ["fMRI","brain-to-image","TRIBE","data-augmentation","zero-shot","neural-decoding"] |
| activation_keywords | ["TRIBE","brain-to-image","fMRI decoding","data augmentation","zero-shot decoding","synthetic data","neural decoding"] |
TRIBE v2 methodology for boosting brain-to-image decoding through data augmentation using large-scale pretrained encoding models. Addresses the fundamental challenge of limited labeled neural data in brain decoding tasks.
Paper: arXiv:2606.06345 (2026-06-04) Authors: Yohann Benchetrit, Marlène Careil, Simon Dahan, Hubert Banville, Stéphane d'Ascoli, Jean-Rémi King
TRIBE v2 Architecture:
- Input: Video, audio, language stimuli
- Output: fMRI response predictions
- Training data: >1000 hours of multimodal fMRI
- Foundation: Large-scale encoding model
For each stimulus:
1. Extract visual features
2. Generate synthetic fMRI responses using TRIBE v2
3. Match spatial/temporal characteristics to real data
4. Create augmented training set
Training strategy:
- Mix real + synthetic fMRI data
- Systematic grid search for augmentation ratio
- Evaluate on held-out real data
- Optimize per dataset characteristics
Zero-shot protocol:
- Train decoder on ONLY synthetic data
- Evaluate on real fMRI without real training samples
- Measure retrieval accuracy
- Compare to chance-level performance
Key finding:
- Optimal ratio varies by data source
- 7T vs 3T fMRI require different strategies
- Need dataset-specific calibration
Decoder architecture:
- Input: fMRI voxel patterns
- Output: Image retrieval candidates
- Metric: Top-10 retrieval accuracy
@article{benchetrit2026tribe,
title={Boosting Brain-to-Image Decoding with TRIBE v2 Data Augmentation},
author={Benchetrit, Yohann and Careil, Marlène and Dahan, Simon and Banville, Hubert and d'Ascoli, Stéphane and King, Jean-Rémi},
journal={arXiv preprint arXiv:2606.06345},
year={2026}
}