File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -85,6 +85,36 @@ @Article{scikit-image
8585 doi = { 10.7717/peerj.453}
8686}
8787
88+ @article {kymatio ,
89+ author = { Mathieu Andreux and
90+ Tom{\'{a}}s Angles and
91+ Georgios Exarchakis and
92+ Roberto Leonarduzzi and
93+ Gaspar Rochette and
94+ Louis Thiry and
95+ John Zarka and
96+ St{\'{e}}phane Mallat and
97+ Joakim And{\'{e}}n and
98+ Eugene Belilovsky and
99+ Joan Bruna and
100+ Vincent Lostanlen and
101+ Matthew J. Hirn and
102+ Edouard Oyallon and
103+ Sixhin Zhang and
104+ Carmine{-}Emanuele Cella and
105+ Michael Eickenberg} ,
106+ title = { Kymatio: Scattering Transforms in Python} ,
107+ journal = { CoRR} ,
108+ volume = { abs/1812.11214} ,
109+ year = { 2018} ,
110+ url = { http://arxiv.org/abs/1812.11214} ,
111+ archivePrefix = { arXiv} ,
112+ eprint = { 1812.11214} ,
113+ timestamp = { Wed, 02 Jan 2019 14:40:18 +0100} ,
114+ biburl = { https://dblp.org/rec/bib/journals/corr/abs-1812-11214} ,
115+ bibsource = { dblp computer science bibliography, https://dblp.org}
116+ }
117+
88118@Misc {odl ,
89119 author = { Jonas Adler and
90120 Holger Kohr and
Original file line number Diff line number Diff line change @@ -76,11 +76,17 @@ or optional dependency by a number of other software projects. For example,
7676it has enabled wavelet-based image denoising in scikit-image [ @scikit-image ] .
7777The Operator Discretization Library (ODL) [ @odl ] uses PyWavelets to enable
7878wavelet-based regularization in iterative inverse problems such as computed
79- tomography image reconstruction. A number of common 1D demo signals used in
80- the literature and in the manuscript by Stephan Mallat [ @mallat2008wavelet ] are
81- provided for use in teaching and for purposes of reproducible research. The
82- source code for `` PyWavelets `` has been archived to Zenodo with the linked DOI:
83- [ @pywavelets_zenodo] .
79+ tomography image reconstruction. Another related package which is independent
80+ of `` PyWavelets `` is Kymatio, which implements the wavelet scattering
81+ transform in 1D-3D [ @kymatio ] . The current implementation in Kymatio uses
82+ non-separable 2D and 3D wavelets defined in the frequency domain and is well
83+ suited to signal classification tasks, but does not have a simple inverse
84+ transform like the standard discrete wavelet transform.
85+
86+ A number of common 1D demo signals used in the literature and in the manuscript
87+ by Stephan Mallat [ @mallat2008wavelet ] are provided for use in teaching and for
88+ purposes of reproducible research. The source code for `` PyWavelets `` has been
89+ archived to Zenodo with the linked DOI: [ @pywavelets_zenodo] .
8490
8591# Acknowledgements
8692
You can’t perform that action at this time.
0 commit comments