Fork me on GitHub

适定问题(Well-posed problem)与不适定问题(ill posed problem)

Well-posed problem & Ill-posed problem.

适定问题(Well-posed problem)是指满足下列三个要求的问题:

a solution exists:解必须存在;
the solution is unique:解必须唯一;
the solution’s behavior changes continuously with the initial conditions:解能根据初始条件连续变化,不会发生跳变,即解必须稳定。
上述三个要求中,只要有一个不满足,则称之为不适定问题(ill-posed problems)。

图像处理中不适定问题(ill posed problem)或称为反问题(inverse Problem)的研究从20世纪末成为国际上的热点问题,成为现代数学家、计算机视觉和图像处理学者广为关注的研究领域。典型的图像处理不适定问题包括:

  • 图像去噪(Image De-nosing)
  • 图像恢复(Image Restorsion)
  • 图像放大(Image Zooming)
  • 图像修补(Image Inpainting)
  • 图像去马赛克(image Demosaicing)
  • 图像超分辨(Image super-resolution)

Jaeyoung在CVPR的论文中这样描述CV中的不适定问题:

In most cases, there are several possible output images corresponding to a given input image and the problem can be seen as a task of selecting the most proper one from all the possible outputs.
这种不适定问题就是:一个输入图像会对应多个合理输出图像,而这个问题可以看作是从多个输出中选出最合适的那一个。

著作权归作者所有。
商业转载请联系作者获得授权,非商业转载请注明出处。
原文: https://0809zheng.github.io/2020/08/16/ill-posed-problem.html

posted @ 2023-05-31 10:01  stardsd  阅读(181)  评论(0编辑  收藏  举报