-
Notifications
You must be signed in to change notification settings - Fork 3
Home
LucZeng edited this page Jun 27, 2020
·
6 revisions
We use a convolutional neural network to estimate the blur kernel of an input image.
Unlike conventional methods, this allows us to perform blind deblurring (see diagram below)
Top: traditional deblurring methods. Bottom: our approach |
The task is formulated as a supervised learning task. For now, we are exploring both classification and regression to infer the blur kernel.
One interesting feature of our problem formulation is that it allows for cheap access to data.
... Coming...