当前位置: 代码迷 >> 综合 >> 34Speech SIMCLR: Combining Contrastive and Reconstruction Objective for Self-supervised Speech
  详细解决方案

34Speech SIMCLR: Combining Contrastive and Reconstruction Objective for Self-supervised Speech

热度:51   发布时间:2023-11-24 09:54:54.0

文章目录

  • 前言
  • 一、文章内容
  • 二、文章总结
  • 三、相关代码


前言

原文地址—2020

一、文章内容

  • 文章想法:
    借鉴SimCLR 方法,使用自监督的对比学习来学习感情特征

  • 输入数据

  • 文章模型:
    在这里插入图片描述

  • 训练方式

  • 模型输出

  • 实验结果:
    在这里插入图片描述
    在这里插入图片描述

  • 文章结论

二、文章总结

  • 文章novel和优势:
    • 自监督对比学习
  • 同其他文章比较的劣势:

三、相关代码