Difference between revisions of "Projects:2020s2-7233 Image Denoising with Dictionaries"
Line 3: | Line 3: | ||
== Introduction == | == Introduction == | ||
Dictionary learning is a topical area of signal processing research. It shares similarities but also crucial differences from other machine learning ideas such as deep learning neural networks. It rests on the idea of sparse representations using a well-designed dictionary that can lead to high performance in a wide range of signal processing applications. Image denoising is one of many signal processing applications. The idea developed here can easily be transferred to other application area. | Dictionary learning is a topical area of signal processing research. It shares similarities but also crucial differences from other machine learning ideas such as deep learning neural networks. It rests on the idea of sparse representations using a well-designed dictionary that can lead to high performance in a wide range of signal processing applications. Image denoising is one of many signal processing applications. The idea developed here can easily be transferred to other application area. | ||
− | == Project Team == | + | === Project Team === |
− | === Project Students === | + | ==== Project Students ==== |
* Muhammad Haziq Saharuddin | * Muhammad Haziq Saharuddin | ||
* Muhammad Faizal Azhar | * Muhammad Faizal Azhar | ||
* Chen Chen | * Chen Chen | ||
− | === Project Supervisor === | + | ==== Project Supervisor ==== |
* Associate Professor Brian Ng | * Associate Professor Brian Ng | ||
=== Objectives === | === Objectives === |
Revision as of 22:34, 14 September 2020
Contents
Abstract
Introduction
Dictionary learning is a topical area of signal processing research. It shares similarities but also crucial differences from other machine learning ideas such as deep learning neural networks. It rests on the idea of sparse representations using a well-designed dictionary that can lead to high performance in a wide range of signal processing applications. Image denoising is one of many signal processing applications. The idea developed here can easily be transferred to other application area.
Project Team
Project Students
- Muhammad Haziq Saharuddin
- Muhammad Faizal Azhar
- Chen Chen
Project Supervisor
- Associate Professor Brian Ng
Objectives
- To analyse performance of dictionary learning on various image datasets
- To implement K-SVD method image denoising
- To test the effectiveness of different matching pursuit of algorithms in dictionary learning