Advanced Topics
Foundation Models
基盤モデル
A Foundation model undergoes broad pretraining, often through self-supervised learning, and is then adapted to a downstream task through methods such as fine-tuning.
Japanese terms
- Foundation model — 基盤モデル: A model trained broadly at scale that can be adapted to many downstream tasks.
- Pretraining — 事前学習: Initial training on broad data before a model is adapted for a more specific purpose.
- Self-supervised learning — 自己教師あり学習: Learning in which supervisory signals are derived from the structure of the input data itself.
- Downstream task — 下流タスク: A specific application for which a pretrained model is adapted or evaluated.
- Fine-tuning — ファインチューニング: Further training a pretrained model on task-specific data or objectives.
Related topics
Large language models are prominent text-oriented foundation models; multimodal AI extends the paradigm across data types.