🚀 Theia
Theia是一款用于机器人学习的视觉基础模型,它融合了多个针对不同视觉任务训练的现成视觉基础模型。Theia丰富的视觉表征对多样化的视觉知识进行编码,从而提升下游机器人学习的效果。该模型在论文Theia: Distilling Diverse Vision Foundation Models for Robot Learning中被首次提出,论文中的实验表明,Theia在使用更少的训练数据和更小的模型规模的情况下,性能优于其教师模型和先前的机器人学习模型。演示视频可在项目页面查看。
The AI Institute
✨ 主要特性
Theia模型能够融合多种视觉基础模型的优势,通过蒸馏技术将不同模型的知识进行整合,为机器人学习提供丰富且有效的视觉表征。其在较少训练数据和较小模型规模下的出色表现,使其在实际应用中具有更高的效率和更低的成本。
📚 详细文档
模型详情
theia-tiny-patch16-224-cdiv
模型以 DeiT-Tiny 为骨干网络,同时蒸馏了 CLIP、DINOv2 和 ViT 的知识。如需了解更多使用信息,请访问 Theia 代码仓库。
引用信息
如果您在研究中使用了 Theia,请使用以下 BibTeX 引用:
@article{shang2024theia,
author = {Shang, Jinghuan and Schmeckpeper, Karl and May, Brandon B. and Minniti, Maria Vittoria and Kelestemur, Tarik and Watkins, David and Herlant, Laura},
title = {Theia: Distilling Diverse Vision Foundation Models for Robot Learning},
journal = {arXiv},
year = {2024},
}
使用许可
Theia 发布的预训练模型权重和代码遵循 The AI Institute License,完整许可内容如下:
Copyright (c) 2024 Boston Dynamics AI Institute LLC
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the copyright notice included
with the software, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the copyright notice, this
list of conditions and the following disclaimer in the documentation and/or
other materials provided with the distribution.
3. Modified versions of the software must be conspicuously marked as such.
4. The software may only be used for non-commercial research purposes.
For profit enterprises may use the software, subject to this limitation.
THIS SOFTWARE IS PROVIDED BY THE AI INSTITUTE AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, NON-
INFRINGEMENT,TITLE, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE AI INSTITUTE OR CONTRIBUTORS BE LIABLE FOR
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, PUNITIVE OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, DAMAGES ARISING OUT OF CLAIMS OF
INTELLECTUAL PROPERTY RIGHTS INFRINGEMENT; PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
📄 许可证
本项目使用其他许可证,具体请参考上述使用许可部分的内容。