首页 > 其他分享 >论文解读《Automatically discovering and learning new visual categories with ranking statistics》

论文解读《Automatically discovering and learning new visual categories with ranking statistics》

时间:2023-04-17 20:47:37浏览次数:54  
标签:ranking statistics 论文 visual right learning new left

论文信息

论文标题:Automatically discovering and learning new visual categories with ranking statistics
论文作者:K. HanSylvestre-Alvise RebuffiSébastien EhrhardtA. VedaldiAndrew Zisserman
论文来源:ICLR 2020
论文地址:download 
论文代码:download
视屏讲解:click

1 介绍

  提出问题:在已知类的基础上发现新类;

  解决办法:特征向量的 top k 索引 ;

2 问题定义

  Given an unlabelled dataset $D^{u}=\left\{x_{i}^{u}, i=1, \ldots, M\right\}$ of images $x_{i}^{u} \in \mathbb{R}^{3 \times H \times W}$ , our goal is to automatically cluster the images into a number of classes $C^{u}$ , which we assume to be known a priori. We also assume to have a second labelled image dataset $D^{l}=\left\{\left(x_{i}^{l}, y_{i}^{l}\right), i=1, \ldots, N\right\}$ where $y_{i}^{l} \in\left\{1, \ldots, C^{l}\right\}$ is the class label for image $x_{i}^{l}$ . We also assume that the set of $C^{l}$ labelled classes is disjoint from the set of $C^{u}$ unlabelled ones. While the statistics of $D^{l}$ and $D^{u}$ thus differ, we hypothesize that a general notion of what constitutes a "good class" can be extracted from $D^{l}$ and that the latter can be used to better cluster $D^{u}$ .

  We approach the problem by learning an image representation $\Phi: x \mapsto \Phi(x) \in \mathbb{R}^{d}$ in the form of a $\mathrm{CNN}$ . The goal of the representation is to help to recognize the known classes and to discover the new ones. In order to learn this representation, we combine three ideas, detailed in the next three sections.

3 方法

  

  

4 总结

  相似的样本其特征向量最大的索引是相似的。

标签:ranking,statistics,论文,visual,right,learning,new,left
From: https://www.cnblogs.com/BlairGrowing/p/17326174.html

相关文章

  • Visual Studio编译和使用wxWidgets
    一、下载到官网:https://www.wxwidgets.org/官网会引导跳到github:https://github.com/wxWidgets/wxWidgets/releases/tag/v3.2.2github有很多个下载链接,有代码(source)和预编译包(binary),后者又分开发版(dev)和发布版(release)预编译包的VC版本和VS版本对应如下:*vc14x兼容20......
  • 论文解读(PAWS)《Semi-Supervised Learning of Visual Features by Non-Parametrically
    论文信息论文标题:Semi-SupervisedLearningofVisualFeaturesbyNon-ParametricallyPredictingViewAssignmentswithSupportSamples论文作者:MahmoudAssran, MathildeCaron, IshanMisra, PiotrBojanowski, ArmandJoulin, NicolasBallas论文来源:NeurIPS2021论......
  • IDE-Visual Studio Code-Extension-离线安装PlantUML
    IDE-VisualStudioCode-Extension-离线安装PlantUMLhttps://www.hd2y.net/archives/plantuml-installation-and-usePlantUML+Graphviz+JavaPlantUMLExtensionvscodemarketplace注意路径,我第一次下载的vs的插件。https://marketplace.visualstudio.com/vscodeh......
  • Visual Studio Code开发常用的工具栏选项,查看源码技巧以及【vscode常用的快捷键】
    一、开发常用的工具栏选项1、当前打开的文件快速在左侧资源树中定位:其实打开了当前的文件已经有在左侧资源树木定位了,只是颜色比较浅2、打开太多文件的时候,可以关闭3、设置查看当前类或文件的结构OUTLINE相当于idea查看当前类或接口的结构Structure二、查看......
  • Visual Studio Code 常见的配置、常用好用插件以及【vsCode 开发相应项目推荐安装的插
    一、VsCode常见的配置1、取消更新把插件的更新也一起取消了2、设置编码为utf-8:默认就是了,不用设置了3、设置常用的开发字体:Consolas,默认就是了,不用设置了字体对开发也很重要,不同字体,字母形态都不太一样,尤其是标点符号,逗号和分号的区分,有的字体看着这两者就很像......
  • 【Visual Leak Detector】VS 中 VLD 输出解析
    说明使用VLD内存泄漏检测工具辅助开发时整理的学习笔记。同系列文章目录可见《内存泄漏检测工具》目录目录说明1.使用方式2.输出报告1.使用方式在VS中使用VLD的方法可以查看另外一篇博客:在VS2015中使用VLD。2.输出报告在VS中使用VLD时的输出报告,与在QT......
  • 【Visual Leak Detector】在 VS 2015 中使用 VLD
    说明使用VLD内存泄漏检测工具辅助开发时整理的学习笔记。本篇介绍在VS2015中使用VLD。同系列文章目录可见《内存泄漏检测工具》目录目录说明1.使用前的准备3.在VS2015中使用VLD3.1无内存泄漏时的输出报告3.2有内存泄漏时的输出报告4.无法正常使用的可能原因1.......
  • Eclipse 安装 ABAP 插件报错 Microsoft Visual C++ 2013 (x64) 快速解决
     去官网下载MicrosoftVisualC++2013(x64)安装   DownloadVisualC++RedistributablePackagesforVisualStudio2013fromOfficialMicrosoftDownloadCenter   ......
  • POJ 1987 Distance Statistics (树上点分治)
    题目地址:POJ1987点分治模板题,跟POJ1741几乎一样,。。代码如下:#include<iostream>#include<string.h>#include<math.h>#include<queue>#include<algorithm>#include<stdlib.h>#include<map>#include<set>#include<std......
  • Visual Stadio 编译提示 The BaseOutputPath/OutputPath property is not set for pr
    完整的错误信息是:TheBaseOutputPath/OutputPathpropertyisnotsetforproject'xx.csproj'.PleasechecktomakesurethatyouhavespecifiedavalidcombinationofConfigurationandPlatformforthisproject.Configuration='Debug'Plat......