paper-with-me

홈 › Papers

Rethinking Deep Thinking: Stable Learning of Algorithms using Lipschitz Constraints

2024-10-30 · Jay Bear, Adam Prügel-Bennett, Jonathon Hare

Iterative algorithms solve problems by taking steps until a solution is reached. Models in the form of Deep Thinking (DT) networks have been demonstrated to learn iterative algorithms in a way that can scale to different sized problems at inference time using recurrent computation and convolutions. However, they are often unstable during training, and have no guarantees of convergence/termination at the solution. This paper addresses the problem of instability by analyzing the growth in intermediate representations, allowing us to build models (referred to as Deep Thinking with Lipschitz Constraints (DT-L)) with many fewer parameters and providing more reliable solutions. Additionally our DT-L formulation provides guarantees of convergence of the learned iterative procedure to a unique solution at inference time. We demonstrate DT-L is capable of robustly learning algorithms which extrapolate to harder problems than in the training set. We benchmark on the traveling salesperson problem to evaluate the capabilities of the modified system in an NP-hard problem where DT fails to learn.

📄 PDF Abstract BibTeX arXiv:2410.23451

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Rethinking SIGN Training: Provable Nonconvex Acceleration without First- and Second-Order Gradient Lipschitz

2023-10-23 · Tao Sun, Congliang Chen, Peng Qiao, Li Shen 외

Sign-based stochastic methods have gained attention due to their ability to achieve robust performance despite using only the sign information for parameter updates. However, the current convergence analysis of sign-base…

Rethinking conditional GAN training: An approach using geometrically structured latent manifolds

2020-11-25 · NeurIPS 2021 12 · Sameera Ramasinghe, Moshiur Farazi, Salman Khan, Nick Barnes 외

Conditional GANs (cGAN), in their rudimentary form, suffer from critical drawbacks such as the lack of diversity in generated outputs and distortion between the latent and output manifolds. Although efforts have been mad…

DiversityImage-to-Image TranslationTranslation

Rethinking Lipschitz Neural Networks and Certified Robustness: A Boolean Function Perspective

2022-10-04 · Bohang Zhang, Du Jiang, Di He, LiWei Wang

Designing neural networks with bounded Lipschitz constant is a promising way to obtain certifiably robust classifiers against adversarial examples. However, the relevant progress for the important $\ell_\infty$ perturbat…

Robust classification

Rethinking Few-Shot Image Classification: a Good Embedding Is All You Need?

2020-03-25 · ECCV 2020 8 · Yonglong Tian, Yue Wang, Dilip Krishnan, Joshua B. Tenenbaum 외

The focus of recent meta-learning research has been on the development of learning algorithms that can quickly adapt to test time tasks with limited data and low computational cost. Few-shot learning is widely used as on…

AllFew-Shot Image ClassificationFew-Shot LearningGeneral Classification+3

Rethinking Direct Preference Optimization in Diffusion Models

2025-05-24 · Junyong Kang, Seohyun Lim, Kyungjune Baek, Hyunjung Shim

Aligning text-to-image (T2I) diffusion models with human preferences has emerged as a critical research challenge. While recent advances in this area have extended preference optimization techniques from large language m…