Skip to content

Reinplementation of the paper On Data-Driven Saak Transform

Notifications You must be signed in to change notification settings

davidsonic/Saak-Transform

Repository files navigation

Saak Transform

This is a reimplementation of the paper On Data-Driven Saak Transform (https://arxiv.org/abs/1710.04176), maintained by Jiali Duan and Yueru Chen.

png

psnr metric: 104.294772826

png

psnr metric: 105.637763477

png

psnr metric: 105.513759179

png

psnr metric: 106.509034118

Table of Content

usage: multi-stage_saak_v2.py [-h] [--loadSize LOADSIZE]
                              [--train_batch_size TRAIN_BATCH_SIZE]
                              [--test_batch_size TEST_BATCH_SIZE]
                              [--size SIZE] [--windsize WINDSIZE]
                              [--stride STRIDE] [--save_path SAVE_PATH]
                              [--recStage RECSTAGE] [--visNum VISNUM]
                              [--use_SP]

optional arguments:
  -h, --help            show this help message and exit
  --loadSize LOADSIZE   Number of samples to be loaded
  --train_batch_size TRAIN_BATCH_SIZE
                        Batch size for loading
  --test_batch_size TEST_BATCH_SIZE
                        Batch size for loading
  --size SIZE           Size of the input
  --windsize WINDSIZE   Size of moving window
  --stride STRIDE       Stride to take during convolution
  --save_path SAVE_PATH
                        Path to save result
  --recStage RECSTAGE   Reconstruction start stage
  --visNum VISNUM       Number of visualizations
  --use_SP              Use S/P conversion
  • [To-do list]

    • One-stage Saak Transform
    • Multi-stage Saak Transform
    • Inverse Transform
    • S/P Conversion (multi-stage_saak_v2.py)
     An alternative view about the Cascade of kernel augmentation and ReLU operation
     (5,-3) -> (5, 0, 0, 3)
    
  • [Other Code]

    • [notebook] multi-stage_saak_v2.ipynb
    • [dataset I/O] datasets.py, utils.py
  • Contact Me

Contact me

Jiali Duan (Email: [email protected])

Yueru Chen (Email: [email protected])

About

Reinplementation of the paper On Data-Driven Saak Transform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published