『LeetCode』2679 矩阵中的和
『阅读』如何阅读一本书
『LeetCode』2490 回环句
研究生涯展望
调色板
『Python基础』matplotlib中的colormap
简介
matplotlib 是 Python 中常用的绘图库。本文主要介绍 matplotlib 中的 colormap,即颜色映射。在绘图函数中通常将 colormap 的名称字符串传入 cmap 参数,即可使用该 colormap。下面展示一下 matplotlib 中的 colormap 及其对应的名称。
『论文笔记』Global Filter Networks for Image Classification
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,更高效
『论文笔记』FDA - Fourier Domain Adaptation for Semantic Segmentation
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: 用目标域的低频振幅替换源域做训练来近似域对齐