|
|
|
|
|
by Gladdyu
2736 days ago
|
|
How would this handle systems in which the dimensionality of the hidden layers is not equal to the input dimension, as is often the case? For solving the ODE you'd need to get at least 1 sample point, which might restrict the amount of information you can capture in such a network. |
|
It’s a property of the functional form of stacked ResNet layers that allows the ODE layer to be used instead.
You are right that many networks will require at least some (and usually many) layers that change dimensionality. So ODE layers are not going to wholesale replace anything, apart from possibly submodules of a bigger network where the submodule is made up just of sequences of ResNet layers.
ODE layers will also have new applications, such as for irregularly spaced sequential inputs or outputs.