Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1-Lipschitz continuous neural network with initial condition (hard) #1

Open
TingdiRen opened this issue Apr 30, 2024 · 0 comments
Open

Comments

@TingdiRen
Copy link

Thanks for the contribution! Here, I'd like to delve into a new issue. How can we achieve a 1-Lipschitz continuous neural network ( f ) while adhering to the initial condition ( f(0) = 0 )? Using a penalty method is a soft constraint, which might lead to unexpected smoothing. My idea is to append a new neural network ( g(x) ) at the end to fit the indicator function of whether ( x ) is 0, as theoretically, ( g(x) ) is also 1-Lipschitz continuous. Then the new output ( f(x) = g(x) \times f(x) ) is to ensure overall 1-Lipschitz continuity.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant