← Latest papers
🤖 machine learning

Beyond 2\ell_2-norm and \ell_\infty-norm: A Curvature-Inspired p\ell_p-Norm Scheme for Deep Neural Networks

This paper proposes a novel curvature-inspired p\ell_p-norm optimization scheme with a dynamically decaying pp parameter that transitions from suppressing high-curvature dominance to enabling stable updates, resulting in the LPSGD and LPSGDM optimizers that achieve O(T1/2)O(T^{-1/2}) convergence and improved generalization across various deep neural network architectures and datasets.

Original authors: Jianhao Xu, Zhuang Yang

Published 2026-06-02
📖 4 min read☕ Coffee break read

Original authors: Jianhao Xu, Zhuang Yang

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

The Big Picture: Navigating a Shifting Landscape

Imagine you are trying to guide a heavy cart down a mountain to reach the very bottom of a valley (the perfect solution for an AI model). The terrain of this mountain is the "loss landscape" of a Deep Neural Network (DNN).

The problem is that this mountain changes shape as you travel:

  1. At the top (Early Training): The terrain is wild and jagged. Some paths are incredibly steep cliffs (high curvature), while others are gentle, flat slopes (low curvature).
  2. At the bottom (Late Training): The terrain smooths out. The cliffs disappear, and the ground becomes relatively flat and uniform.

The paper argues that the tools we usually use to guide the cart (optimizers) are stuck using only one type of wheel, which works well in one situation but fails in the other.

The Problem: Two Bad Wheels

The authors explain that current AI training methods generally rely on one of two "geometries" (ways of measuring distance and direction):

  1. The ℓ2-Norm (The Standard Wheel):

    • How it works: It treats every direction equally based on the size of the push.
    • The Flaw: On the jagged mountain top, this wheel gets stuck. If there is a steep cliff in one direction, the wheel gets terrified and slows down everything to avoid falling. It ignores the gentle, flat slopes where it could actually move fast. It's like driving a car with sensitive brakes that lock up if you hit a single bump, preventing you from speeding up on the straightaways.
  2. The ℓ∞-Norm (The "Sign" Wheel):

    • How it works: It ignores the size of the push entirely and only looks at the direction (left or right, up or down). It takes steps of the exact same size in every direction.
    • The Flaw: This works great on the jagged cliffs because it doesn't care about the steepness; it just marches forward. However, once you reach the flat valley floor, this wheel becomes useless. Because it takes the same big step everywhere, it starts bouncing back and forth (oscillating) and can't settle down gently into the very bottom of the valley.

The Solution: The "Shape-Shifting" Wheel

The authors propose a new method called ℓp-norm scheduling. Instead of choosing one wheel, they built a shape-shifting wheel that changes its shape depending on where you are on the mountain.

  • The Strategy: They use a "Cosine Schedule" (a smooth, wave-like curve) to change the wheel's shape over time.
    • Early Days (The Jagged Mountain): The wheel starts with a shape that acts like the ℓ∞-norm. It ignores the extreme steepness of the cliffs and pushes through the rough terrain efficiently, preventing the "lock-up" problem.
    • Late Days (The Flat Valley): As the training progresses, the wheel smoothly morphs into the standard ℓ2-norm shape. Now that the ground is flat, it can take precise, gentle steps to settle perfectly into the lowest point without bouncing around.

Think of it like a hiker's footwear:

  • In the beginning, they wear sturdy, spiked boots to grip the rocky, uneven cliffs and keep moving forward.
  • As they reach the flat meadow at the bottom, they switch to soft, flexible slippers to walk quietly and find the exact center of the field without tripping.

How They Proved It Works

The paper doesn't just guess; they did two things:

  1. Math Proof: They used mathematics to prove that this "shape-shifting" method is guaranteed to find the bottom of the valley eventually, and they calculated exactly how fast it will get there.
  2. Real-World Tests: They tested their new optimizers (named LPSGD and LPSGDM) on famous image datasets (like CIFAR and ImageNet) using standard AI models (like ResNet).
    • The Result: Their "shape-shifting" method consistently beat the standard methods. It learned faster in the beginning and achieved higher accuracy at the end. For example, on one test, it improved the accuracy by nearly 2% compared to the best existing methods—a huge deal in the world of AI.

Summary

In short, the paper says: "Don't use a single tool for the whole job."

Training an AI is like traveling through a landscape that changes from a jagged mountain to a flat plain. The authors created a smart optimizer that starts with a "climb-anywhere" mode and smoothly transitions into a "precision-walk" mode. This allows the AI to learn faster and end up with a smarter, more accurate model than if it had used a single, unchanging method the whole time.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →