All Projects → tianshuichen → Wavelet-like-Auto-Encoder

tianshuichen / Wavelet-like-Auto-Encoder

Licence: other
No description or website provided.

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Wavelet-like-Auto-Encoder

Alae
[CVPR2020] Adversarial Latent Autoencoders
Stars: ✭ 3,178 (+5109.84%)
Mutual labels:  paper, autoencoder
gemnet pytorch
GemNet model in PyTorch, as proposed in "GemNet: Universal Directional Graph Neural Networks for Molecules" (NeurIPS 2021)
Stars: ✭ 80 (+31.15%)
Mutual labels:  paper
cool-papers-in-pytorch
Reimplementing cool papers in PyTorch...
Stars: ✭ 21 (-65.57%)
Mutual labels:  paper
ZSL-ADA
Code accompanying the paper "A Generative Framework for Zero Shot Learning with Adversarial Domain Adaptation"
Stars: ✭ 18 (-70.49%)
Mutual labels:  paper
influence boosting
Supporting code for the paper "Finding Influential Training Samples for Gradient Boosted Decision Trees"
Stars: ✭ 57 (-6.56%)
Mutual labels:  paper
adage
Data and code related to the paper "ADAGE-Based Integration of Publicly Available Pseudomonas aeruginosa..." Jie Tan, et al · mSystems · 2016
Stars: ✭ 61 (+0%)
Mutual labels:  paper
groove2groove
Code for "Groove2Groove: One-Shot Music Style Transfer with Supervision from Synthetic Data"
Stars: ✭ 88 (+44.26%)
Mutual labels:  paper
keras-adversarial-autoencoders
Experiments with Adversarial Autoencoders using Keras
Stars: ✭ 20 (-67.21%)
Mutual labels:  autoencoder
Object-Detection-Confidence-Bias
Code for "The Box Size Confidence Bias Harms Your Object Detector" (https://arxiv.org/abs/2112.01901)
Stars: ✭ 22 (-63.93%)
Mutual labels:  paper
RTRT-Trans-Caustics
A reference implementation of ”Rendering transparent objects with caustics using real-time ray tracing“ using Unreal Engine 4.25.1.
Stars: ✭ 12 (-80.33%)
Mutual labels:  paper
Paper Note
📚 记录一些自己读过的论文与笔记
Stars: ✭ 22 (-63.93%)
Mutual labels:  paper
neural network papers
记录一些读过的论文,给出个人对论文的评分情况并简述论文insight
Stars: ✭ 152 (+149.18%)
Mutual labels:  paper
TAGCN
Tensorflow Implementation of the paper "Topology Adaptive Graph Convolutional Networks" (Du et al., 2017)
Stars: ✭ 17 (-72.13%)
Mutual labels:  paper
Encoder-Forest
eForest: Reversible mapping between high-dimensional data and path rule identifiers using trees embedding
Stars: ✭ 22 (-63.93%)
Mutual labels:  autoencoder
paper-synthesizing-benchmarks
📝 "Synthesizing Benchmarks for Predictive Modeling" (🥇 CGO'17 Best Paper)
Stars: ✭ 21 (-65.57%)
Mutual labels:  paper
Curriculum-Learning-PaperList-Materials
Curriculum Learning related papers and materials
Stars: ✭ 50 (-18.03%)
Mutual labels:  paper
Awesome-Polarization
List of awesome papers on Polarization Imaging
Stars: ✭ 31 (-49.18%)
Mutual labels:  paper
vae-pytorch
AE and VAE Playground in PyTorch
Stars: ✭ 53 (-13.11%)
Mutual labels:  autoencoder
Mathematical-Modeling
A sharing of the learning process of mathematical modeling 数学建模常用工具模型算法分享:数学建模竞赛优秀论文,数学建模常用算法模型,LaTeX论文模板,SPSS工具分享。
Stars: ✭ 30 (-50.82%)
Mutual labels:  wavelet-analysis
my-bookshelf
Collection of books/papers that I've read/I'm going to read/I would remember that they exist/It is unlikely that I'll read/I'll never read.
Stars: ✭ 49 (-19.67%)
Mutual labels:  paper

Wavelet-like Auto-Encoder

Introduction

This repository contains the caffe prototxt and trained model described in the paper "Learning a Wavelet-like Auto-Encoder to Accelerate Deep Neural Networks".

For more details, please visit our project page: WAE project page.

Model

224x224 center crop validation accuracy on ImageNet, evaluated with a C++ implementation on Intel i7 CPU (3.50GHz) and Nvidia GeForce GTX TITAN-X GPU.

Top-1 Top-5 CPU (ms) GPU (ms)
67.88% 88.27% 411.63 2.37

Note: The model is retrained in the same way as desribed in the paper, and the accuracy is slightly better than that reported in the paper.

The trained model can be download from google drive or baidu cloud.

Citation

If you find this work useful for your research, please cite:

@inproceedings{{chen2018learning,
	author = {Chen, Tianshui and Lin, Liang and Zuo, Wangmeng and Luo, Xiaonan and Zhang, Lei},
	title = {Learning a Wavelet-like Auto-Encoder to Accelerate Deep Neural Networks},
	booktitle = {AAAI},
	year = {2018}
}

Concact

Feel free to contact me if you have any question (Tianshui Chen [email protected])

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].