Skip to content
/ DreamNet Public

This is a matlab implementation of our article, titled "DreamNet: A Deep Riemannian Manifold Network for SPD Matrix Learning", which has recently been accepted by the 16th Asian Conference on Computer Vision (ACCV2022).

Notifications You must be signed in to change notification settings

GitWR/DreamNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DreamNet

  1. This is a matlab implementation of our article, titled "DreamNet: A Deep Riemannian Manifold Network for SPD Matrix Learning", which has recently been accepted by the 16th Asian Conference on Computer Vision (ACCV2022).

  2. These three subfolders that named DreamNet-27, DreamNet-47, and DreamNet-92 respectively correspond to the implementations of the 27/47/92-layer DreamNets studied in our article.

  3. Since our implementation is based on the source code of SPDNet, we would like to express our sincere thanks to the published official code of [1].

    [1] Huang, Zhiwu, and Luc Van Gool. "A Riemannian Network for SPD Matrix Learning." Thirty-First AAAI Conference on Artificial Intelligence, 2017.

  4. To run our network, the Matlab 2019 (or higher version) software with the deep learning toolbox is required. You can select this toolbox and other necessary computing components according to the system prompts during the installation of this software. After completing the above step, you need to put the files named FPHA (we here take the FPHA dataset as an example) and SPD_info.mat under the path '.\data\afew'. Then, run spdnet_afew.m to obtain the classification performance versus the number of training epochs

Motivation

Framework

About

This is a matlab implementation of our article, titled "DreamNet: A Deep Riemannian Manifold Network for SPD Matrix Learning", which has recently been accepted by the 16th Asian Conference on Computer Vision (ACCV2022).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published