top of page
Search

[PAPER REVIEW] Neural ODE - 1

  • Writer: SANGMIN LIM
    SANGMIN LIM
  • Jan 12, 2022
  • 1 min read

Updated: Jan 20, 2022

Neural Ordinary Differential Equation - Chen et.al


This paper proposes a smart application of Blackbox ODE solver with adjoint sensitivity method to change discrete composition of hidden states for methods such as residual networks (ResNet) , recurrent neural network decoders (RNN), and normalizing flow to a continuous relationship between hidden states without defining discrete sequence of hidden states.


Essentially, to the core, I think their major contribution on the existing Neural Network Communities is to provide the community with a differentiable method for a blackbox ODE solver which has good compatibility with existing machine learning API, PyTorch.


It may sound complicated so far but we will break it down into examples and cases.


For the methods explained above in bold, they often use a form ,


to build complicated transformations by composing a sequence of transformations to a hidden state. The authors of paper smartly made connection to this structure with Euler discretization for numerics. Essentially, since this is a discretization form of ODE. Therefore, their thought process was probably, "Why not use the blackbox ODE solvers? when they are available",


In order to implement this thought process to the neural network, it was necessary for them to make sure that the ODE solvers are differentiable (due to back propagation). Then they connected adjoint sensitivity method.


The results are impressive. However, this paper has its own limitation based on their smart connection.

 
 
 

Recent Posts

See All
[Conferences] Military Robotics Society

2025.12.11 Attended MRS with students from our institution. 2 Poster presentation from our group and topic regarding Robot-based AI education for future AF officers were discussed for my talk.

 
 
 
[Visits] NUS

2025.11.08 We visited NUS (National University of Singapore) for a discussion on material science, microdevices, and bioinspiration.

 
 
 

Comments


P.O. Box 335-2, 635 Danjae-ro, Namil-myeon, Sangdang-gu,

Cheongju, Chungbuk, 28187, Republic of Korea

©2026 by SANGMINLIM.ORG

bottom of page