随笔分类 -  杂学

摘要:Fouss F., Pirotte A., Renders J. M. and Saerens M. Random-walk computation of similarities between nodes of a graph, with application to collaborative 阅读全文
posted @ 2022-07-24 19:05 馒头and花卷 阅读(166) 评论(0) 推荐(0) 编辑
摘要:Zhu X. and Ghahramani Z. Learning from labeled and unlabeled data with label propagation. Technical Report CMU-CALD-02-107, 2002. 概 本文通过将有标签数据传播给无标签数据 阅读全文
posted @ 2022-06-05 13:11 馒头and花卷 阅读(378) 评论(0) 推荐(0) 编辑
摘要:[1] Dem\check{s}ar, J. Statistical comparisons of classifiers over multiple data sets. Journal of Machine Learning Research (JMLR). vol. 7, pp. 1-30, 阅读全文
posted @ 2022-05-17 23:40 馒头and花卷 阅读(410) 评论(0) 推荐(0) 编辑
摘要:Chang J. Markov Chain. 符号说明 S={1,2,,N}, 状态空间; X, 定义在状态空间 S 之上的随机变量; \(\pi_0, \pi_0(i) := \mathbb{P}(X_0 = 阅读全文
posted @ 2022-05-14 19:30 馒头and花卷 阅读(551) 评论(0) 推荐(0) 编辑
摘要:[1] Lin X., Zhen H., Li Z., Zhang Q. and Kwong S. Pareto multi-task learning. In Advances in Neural Information Processing Systems (NIPS), 2019. [2] F 阅读全文
posted @ 2022-05-10 23:25 馒头and花卷 阅读(485) 评论(0) 推荐(0) 编辑
摘要:Sener O. and Koltun V. Multi-task learning as multi-objective optimization. In Advances in Neural Information Processing Systems (NIPS), 2018. 概 本文提出的 阅读全文
posted @ 2022-05-08 20:29 馒头and花卷 阅读(1329) 评论(11) 推荐(0) 编辑
摘要:D\acute{e}sid\acute{e}ri J.-A. Multiple-gradient descent algorithm (MGDA) for multiobjective optimization. Comptes Rendus Mathematique, vol. 350, pp. 阅读全文
posted @ 2022-05-08 13:47 馒头and花卷 阅读(859) 评论(0) 推荐(0) 编辑
摘要:[1] Monti F., Frasca F., Eynard D., Mannion D. and Bronstein M. M. Fake news detection on social media using geometric deep learning. In International 阅读全文
posted @ 2022-04-24 12:28 馒头and花卷 阅读(216) 评论(0) 推荐(1) 编辑
摘要:Shi J. and Malik J. Normalized cuts and image segmentation. In IEEE Transactions on Pattern Analysis and Machine Intelligence. 概 在Digital Image Prepro 阅读全文
posted @ 2021-09-18 18:20 馒头and花卷 阅读(723) 评论(0) 推荐(0) 编辑
摘要:Hyv"{a}rinen A. Estimation of Non-Normalized Statistical Models by Score Matching. Journal of Machine Learning Research, 2005. 概 我们常常会建模如下的概率模型: \[ p( 阅读全文
posted @ 2021-09-18 16:22 馒头and花卷 阅读(1152) 评论(0) 推荐(0) 编辑
摘要:Gonzalez R. C. and Woods R. E. Digital Image Processing (Forth Edition). 单个像素的意义其实很小, 于是有了superpixel的概念, 即一簇pixels的集合(且这堆pixels共用一个值), 这会导致图片有非常有趣的艺术风 阅读全文
posted @ 2021-09-17 20:46 馒头and花卷 阅读(422) 评论(0) 推荐(0) 编辑
摘要:本来想偷懒不记录的, 但是这个Hough Transform实在是有趣. 通过Canny算法等将edge的大体部分检测了出来, 但是往往这些检测出来的点并不是连续的, 那么怎么才能将这些点合理地连接在一起呢? 这个Hough Transform就可以做到这一点. 首先需要明确的一点是, 我们应该将怎 阅读全文
posted @ 2021-09-16 20:37 馒头and花卷 阅读(80) 评论(0) 推荐(0) 编辑
摘要:Gonzalez R. C. and Woods R. E. Digital Image Processing (Forth Edition) 符号 即 操作 说明 erosion {z:(B)zA} Erodes the boundary o 阅读全文
posted @ 2021-09-05 17:11 馒头and花卷 阅读(383) 评论(0) 推荐(0) 编辑
摘要:Fourier Transform 基本的定义 严格来说, 傅里叶变换是Schwartz space 上的一一映射, 对于L1, 即可积函数我们都可以找到其对应的傅里叶变换. 符号 定义 傅里叶变换: f^(u) \(\int_{-\infty}^{+\infty} f(t) 阅读全文
posted @ 2021-08-24 23:42 馒头and花卷 阅读(375) 评论(0) 推荐(0) 编辑
摘要:Gonzalez R. C. and Woods R. E. Digital Image Processing (Forth Edition) Coding Redundancy 假设一个图片f(x,y)其大小为M×N, 我们可以估计其密度函数: \[ p_r (r_k) = 阅读全文
posted @ 2021-08-18 17:23 馒头and花卷 阅读(405) 评论(0) 推荐(0) 编辑
摘要:目标 首先, 既然是变换, 那么就是从一个域到另一个域, 即如下: \[ f(x) = \sum_k c_{j_0} (k) \varphi_{j_0, k} (x) + \sum_{j=j_0}^{\infty} \sum_k d_j (k) \psi_{j, k}(x), \\ c_{j_0} 阅读全文
posted @ 2021-08-09 22:16 馒头and花卷 阅读(60) 评论(0) 推荐(0) 编辑
摘要:Gonzalez R. C. and Woods R. E. Digital Image Processing (Forth Edition) 基本 酉变换 一维的变换: \[ \mathbf{t} = \mathbf{A} \mathbf{f}, \\ \mathbf{f} = \mathbf{A 阅读全文
posted @ 2021-08-04 22:59 馒头and花卷 阅读(174) 评论(0) 推荐(0) 编辑
摘要:Gonzalez R. C. and Woods R. E. Digital Image Processing (Forth Edition) 基本 酉变换 一维的变换: \[ \mathbf{t} = \mathbf{A} \mathbf{f}, \\ \mathbf{f} = \mathbf{A 阅读全文
posted @ 2021-08-04 10:56 馒头and花卷 阅读(624) 评论(0) 推荐(0) 编辑
摘要:Gonzalez R. C. and Woods R. E. Digital Image Processing (Forth Edition) 概 除了我们熟悉的RGB模式来表示图片, 还有其他很多种图片表示方式. 其实我现在很想要知道的一点是, 神经网络会对不同的表示会有不同的反应吗? 定义 RG 阅读全文
posted @ 2021-07-28 18:30 馒头and花卷 阅读(310) 评论(0) 推荐(0) 编辑
摘要:Signals, Systems and Inference, Chapter 11: Wiener Filtering (mit.edu) 基本 在图像处理的时候, 遇到了这个维纳滤波, 其推导的公式不是很理解, 于是上网查了查, 并做个简单的总结. 符号 说明 x[k]] 观测信号x 阅读全文
posted @ 2021-07-21 13:28 馒头and花卷 阅读(279) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示