0%

Information

  • Title: Mitigating Neural Network Overconfidence with Logit Normalization
  • Author: Hongxin Wei, Renchunzi Xie, Hao Cheng, Lei Feng, Bo An, Yixuan Li
  • Institution: 新加坡南洋理工大学,南京大学,重庆大学
  • Year: 2022
  • Journal: ICML
  • Source: Arxiv, GitHub
  • Cite: Hongxin Wei, Renchunzi Xie, Hao Cheng, Lei Feng, Bo An, Yixuan Li Proceedings of the 39th International Conference on Machine Learning, PMLR 162:23631-23644, 2022.
  • Idea: 提出了通过归一化 logit 的范数来使模型给出更保守的预测,使得 ID 数据更具有可分性。
阅读全文 »

简介

  • 书名:《如何阅读一本书》
  • 作者:[美]莫提默·J.艾德勒、查尔斯·范多伦 著 郝明义、朱衣 译
  • 商务印书馆
  • 2015年·北京
  • 书源:深圳大学图书馆借阅

阅读全文 »

前言

是一份在研究生入学前对研究生学习生活的规划和展望,主要参考了 重返研一,你会怎么过 - 知乎 的一些回答

目标:希望能通过一些他人的建议、经历来启发自己对未来的规划,不再迷茫,不再走一步看一步

阅读全文 »

简介

本文展示了一些收集的好看的配色方案

阅读全文 »

简介

matplotlib 是 Python 中常用的绘图库。本文主要介绍 matplotlib 中的 colormap,即颜色映射。在绘图函数中通常将 colormap 的名称字符串传入 cmap 参数,即可使用该 colormap。下面展示一下 matplotlib 中的 colormap 及其对应的名称。

阅读全文 »

Information

  • Title: Global Filter Networks for Image Classification
  • Author: Yongming Rao, Wenliang Zhao
  • Institution: 清华大学
  • Year: 2021
  • Journal: NeurIPS
  • Source: NeurIPS, Arxiv, Project Page, Github, OpenReview
  • Cite: Rao Y, Zhao W, Zhu Z, et al. Global filter networks for image classification[J]. Advances in neural information processing systems, 2021, 34: 980-993.
  • Idea: 提出了一种全局滤波网络,由傅里叶变换和可学习的一组滤波器代替 self-attention,更高效
阅读全文 »

Information

  • Title: FDA: Fourier Domain Adaptation for Semantic Segmentation
  • Author: Yanchao Yang
  • Institution: UCLA(加州大学洛杉矶分校)
  • Year: 2020
  • Journal:CVPR
  • Source: IEEE, arxiv, Github, Open access
  • Cite: Yanchao Yang, Stefano Soatto; Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), 2020, pp. 4085-4095
  • Idea: 用目标域的低频振幅替换源域做训练来近似域对齐
阅读全文 »