zoukankan      html  css  js  c++  java
  • 《Regularized Robust Coding for Face Recognition》

    2013, TIP《Regularized Robust Coding for Face Recognition》

    看文章时复习的知识:

    稀疏编码的概率解释。

    加权的稀疏表示及其优化方法。

    作者说 The proposed model "is more flexible than the Gaussian and Laplacian functions to model the residual e. It can have a longer tail to address the residuals yielded by outlier pixels such as corruptions and occlusions, and hence the coding vector α will be robust to the outliers in y."

    思考对于图像中corruption and occlusion的部分,也就是所谓的外点,我们是应该尽可能的cover它们还是应该对它们做下校正再用模型中呢?或者当损坏的部分比较少的时候直接抛弃掉这些外点。人眼看到被遮挡的物体仍然可以进行识别时,好像并没有在推测被遮挡背后是什么样的内容,而是把注意力都放在未被遮挡的信息中,也没有想要把遮挡物体和背景内容统一起来,直观的感觉是把遮挡的物体给忽略掉了。

  • 相关阅读:
    自主学习之RxSwift(一) -----Driver
    RxSwift:ReactiveX for Swift 翻译
    C简单实现动态顺序表
    C简单实现双向链表
    C实现单链表
    享受这一点点的平淡
    C文件读写
    大神都在看的RxSwift 的完全入坑手册
    字符串常量存在何处
    认识自己
  • 原文地址:https://www.cnblogs.com/bingxin-xu/p/3339185.html
Copyright © 2011-2022 走看看