The paper introduces JacNet, a neural network architecture that directly learns the Jacobian of an input-output function rather than the mapping itself. This approach allows for precise control over derivative properties, enabling the enforcement of structural priors such as invertibility and k-Lipschitz continuity.
- The model ensures learned functions are guaranteed to be invertible, allowing for easy computation of inverses.
- It demonstrates the ability to enforce 1-Lipschitz constraints on the learned mappings.
- The method provides a mechanism to incorporate prior knowledge about true mappings into the learning process.
By structuring the derivative directly, JacNet offers a way to learn approximations that satisfy specific mathematical properties required for certain applications.