System object definitions for sparsity-aware image and volumetric data restoration
SaivDr is an abbreviation of Sparsity-Aware Image and Volumetric Data Restoration. This package is developed for
of sparsity-aware image and volumetric data restoraition algorithms.
In particular, this package provides a rich set of classes related to non-separable oversampled lapped transform ( NSOLTs ) , which allows for convolutional layers with
properties. For some features, we have prepared custom layer classes with Deep Learning Toolbox. It is now easy to incorporate them into flexible configurations and parts of your network.
Files
mytest - Script of unit testing for SaivDr Package
quickstart - Quickstart of *SaivDr Package*
setpath - Path setup for *SaivDr Package*
* Package structure
+ saivdr -+- testcase -+- dcnn
| |
| +- sparserep
| |
| +- embedded
| |
| +- dictionary -+- nsolt -+- design
| | |
| | +- nsoltx -+- design
| | |
| | +- nsgenlot -+- design
| | |
| | +- nsgenlotx -+- design
| | |
| | +- olaols
| | |
| | +- olpprfb
| | |
| | +- udhaar
| | |
| | +- generalfb
| | |
| | +- mixture
| | |
| | +- utility
| |
| +- restoration -+- ista
| | |
| | +- pds
| | |
| | +- metricproj
| | |
| | +- denoiser
| |
| +- degradation -+- linearprocess
| | |
| | +- noiseprocess
| |
| +- utility
|
+- dcnn
|
+- sparserep
|
+- embedded
|
+- dictionary -+- nsolt -+- design
| | |
| | +- mexsrcs
| |
| +- nsoltx -+- design
| | |
| | +- mexsrcs
| |
| +- nsgenlot -+- design
| |
| +- nsgenlotx -+- design
| |
| +- olaols
| |
| +- olpprfb
| |
| +- udhaar
| |
| +- generalfb
| |
| +- mixture
| |
| +- utility
|
+- restoration -+- ista
| |
| +- pds
| |
| +- metricproj
| |
| +- denoiser
|
+- degradation -+- linearprocess
| |
| +- noiseprocess
|
+- utility
Change current directory to where this file contains on MATLAB.
Set the path by using the following command:
>> setpath
Build MEX codes if you have MATLAB Coder.
>> mybuild
Several example codes are found under the second layer directory 'examples' of this package. Change current directory to one under the second layer directiory 'examples' and execute an M-file of which name begins with 'main,' such as
>> main_xxxx
and then execute an M-file of which name begins with 'disp,' such as
>> disp_xxxx
Shogo MURAMATSU,
Faculty of Engineering, Niigata University,
8050 2-no-cho Ikarashi, Nishi-ku,
Niigata, 950-2181, JAPAN
http://msiplab.eng.niigata-u.ac.jp/
Ruiki Kobayashi, Shogo Muramatsu, Shunsuke Ono, "Proximal Gradient-Based Loop Unrolling with Interscale Thresholding," Proc. Assoc. Annual Summit and Conf. (APSIPA ASC), Dec. 2021
Genki Fujii, Yuta Yoshida, Shogo Muramatsu, Shunsuke Ono, Samuel Choi, Takeru Ota, Fumiaki Nin, Hiroshi Hibino, "OCT Volumetric Data Restoration with Latent Distribution of Refractive Index," Proc. of 2019 IEEE International Conference on Image Processing (ICIP), pp.764-768, Sept. 2019
Yuhei Kaneko, Shogo Muramatsu, Hiroyasu Yasuda, Kiyoshi Hayasaka, Yu Otake, Shunsuke Ono, Masahiro Yukawa, "Convolutional-Sparse-Coded Dynamic Mode Decompsition and Its Application to River State Estimation," Proc. of 2019 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP), pp.1872-1876, May 2019
Shogo Muramatsu, Samuel Choi, Shunske Ono, Takeru Ota, Fumiaki Nin, Hiroshi Hibino, "OCT Volumetric Data Restoration via Primal-Dual Plug-and-Play Method," Proc. of 2018 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP), pp.801-805, Apr. 2018
Shogo Muramatsu, Kosuke Furuya and Naotaka Yuki, "Multidimensional Nonseparable Oversampled Lapped Transforms: Theory and Design," IEEE Trans. on Signal Process., Vol.65, No.5, pp.1251-1264, DOI:10.1109/TSP.2016.2633240, March 2017
Kota Horiuchi and Shogo Muramatsu, "Fast convolution technique for Non-separable Oversampled Lapped Transforms," Proc. of Asia Pacific Signal and Information Proc. Assoc. Annual Summit and Conf. (APSIPA ASC), Dec. 2016
Shogo Muramatsu, Masaki Ishii and Zhiyu Chen, "Efficient Parameter Optimization for Example-Based Design of Non-separable Oversampled Lapped Transform," Proc. of 2016 IEEE Intl. Conf. on Image Process. (ICIP), pp.3618-3622, Sept. 2016
Shogo Muramatsu, "Structured Dictionary Learning with 2-D Non-separable Oversampled Lapped Transform," Proc. of 2014 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP), pp.2643-2647, May 2014
Kousuke Furuya, Shintaro Hara and Shogo Muramatsu, "Boundary Operation of 2-D non-separable Oversampled Lapped Transforms," Proc. of Asia Pacific Signal and Information Proc. Assoc. Annual Summit and Conf. (APSIPA ASC), Nov. 2013
Shogo Muramatsu and Natsuki Aizawa, "Image Restoration with 2-D Non-separable Oversampled Lapped Transforms," Proc. of 2013 IEEE International Conference on Image Process. (ICIP), pp.1051-1055, Sep. 2013
Shogo Muramatsu and Natsuki Aizawa, "Lattice Structures for 2-D Non-separable Oversampled Lapped Transforms," Proc. of 2013 IEEE International Conference on Acoustics, Speech and Signal Process. (ICASSP), pp.5632-5636, May 2013
This work was supported by JSPS KAKENHI Grant Numbers JP23560443, JP26420347 and JP19H04135.