[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"doc-detail-85659-en":3,"doc-seo-85659-105":29,"detail-sidebar-cat-0-en-105":91},{"code":4,"msg":5,"data":6},0,"success",{"doc_id":7,"user_id":8,"nickname":9,"user_avatar":10,"doc_module":4,"category_id":11,"category_name":12,"doc_title":13,"doc_description":14,"doc_content":15,"file_id":16,"file_url":17,"file_type":18,"file_size":19,"view_count":20,"is_deleted":4,"is_public":20,"is_downloadable":20,"audit_status":20,"page_count":21,"language":22,"language_code":23,"site_id":24,"html_lang":23,"table_of_contents":25,"faqs":26,"seo_title":13,"seo_description":14,"update_tm":27,"read_time":28},85659,4398048949847,"Eliana","https://ap-avatar.wpscdn.com/avatar/400002536579ef2da7f?_k=1778318612642679267",8,"Research & Report","Directional Curvature from Armijo Backtracking: A Low-Cost Sharpness Probe and a Calibration-Free Learning-Rate Safeguard for Adam","Local sharpness of the loss and the top Hessian eigenvalue determine the largest stable gradient step, yet typical measurements need Lanczos or Hessian-vector iterations. A single Armijo backtracking line search already encodes this via the accepted step α, which brackets the directional curvature q = g⊤Hg/||g||² within the backtracking band. Across CIFAR-10, Fashion-MNIST, and Imagenette, log α tracks log λ1 with Pearson correlations −0.91 to −0.95, enabling a low-cost online edge-of-stability reading. Used once at initialization, it caps Adam’s learning rate and prevents divergence for initial η between 10⁻³ and 3.0 with ~1% overhead; periodic probing adds no robust benefit.","arXiv :2607 .03998v2 [ cs .LG] 11 Jul 2026  \nDirectional Curvature from Armijo Backtracking: A Low-Cost Sharpness Probe and a Calibration-Free Learning-Rate Safeguard for Adam  \nAshmitha R 1 and Jörg Frochte 2  \n1 Department of Artificial Intelligence and Data Science, Sri Ramakrishna Engineering College, Anna University, Coimbatore 641022, Tamil Nadu, India, [ashmitha.2311011@srec.ac.in](ashmitha.2311011@srec.ac.in)  \n2 Interdisciplinary Institute for Applied AI and Data Science Ruhr (AKIS), Department of Electrical  \nEngineering and Computer Science, Bochum University of Applied Sciences, Am Hochschulcampus 1, 44801  \nBochum, Germany, [joerg.frochte@hs-bochum.de](joerg.frochte@hs-bochum.de)  \nAbstract  \nThe local sharpness of the loss, the top Hessian eigenvalue λ 1 , determines the largest stable gradient step, but measuring it normally requires Lanczos or Hessian-vector iterations. We observe that a single Armijo backtracking line search already carries this information at the cost of a few forward passes: the accepted step α brackets the directional curvature q = g ⊤ Hg/∥g∥2 within the multiplicative band set by the backtracking factor. Across CIFAR-10, Fashion-MNISTand Imagenette, log α tracks log λ1 at Pearson −0 .91 to −0 .95, giving a low-cost online Edgeof-Stability reading. Used once at initialisation, this measurement yields a learning-rate cap (a safeguard, not a faster optimiser) that makes Adam robust to a too-large initial learning rate across more than three orders of magnitude (10−3 to 3.0), at about one percent overhead, and it is a no-op when the chosen rate is already safe. One probe is enough: periodic in-training probing adds no robust benefit. The raw-gradient probe exposes the mechanism but needs a safety factor calibrated to the architecture by a one-minute divergence sweep. Probing along Adam’s own update direction removes this calibration: a single fixed safety factor κ = 2 avoids divergence on all nine architectures we test and across the full learning-rate grids of all four benchmarks, and the recipe transfers to AdamW unchanged.  \n1 Introduction  \nAdam [3] and its variants (AdamW [4], NAdam [5], AMSGrad [6]) are the workhorses of contemporary deep learning. Their per-parameter adaptive scaling absorbs much of the heterogeneity of neuralnetwork gradients and, in practice, decouples optimisation from the worst aspects of architecturespecific gradient geometry. What they do not absorb is the user’s choice of initial learning rate. An η chosen one order of magnitude too large drives the loss to numerical infinity within a handful of steps, well before Adam’s running estimates of the second moment have accumulated enough mass to dampen the update. The result is a single divergent first step, after which the entire training run is wasted.  \nThe community has developed several pragmatic responses to this problem. The most principledis the explicit learning-rate range test [8, 9], which trains a model for one or more epochs while sweeping the learning rate and inspects the loss–learning-rate curve for the largest still-stable value. A second line of work removes the learning rate from the user interface entirely by inferring it  \nfrom running estimates of online-convex-optimisation quantities; D-Adaptation [21], Prodigy [22], Mechanic [23] and the Schedule-Free family [24] are the most recent and most visible representatives. A third, far less elegant but in practice ubiquitous approach is for users to manually iterate over a few candidate values and to discard whatever diverges. None of the three provides a low-cost, calibrate-once safety check that a particular chosen η is safe.  \nWe propose a fourth route, designed to coexist with rather than replace any of the above. Before the first Adam update, we run a single Armijo backtracking line search [12] at the randomly initialised parameters: starting from α = 1, we backtrack along the negative initial gradient until the standard sufficient-decrease condi","cbCaiq8PDJdVk9Ze","https://ap.wps.com/l/cbCaiq8PDJdVk9Ze","pdf",1151542,1,28,"English","en",105,"# Abstract\n# Introduction\n## Learning-rate divergence problem in Adam\n## Prior approaches: range test and adaptive schedules\n## Proposed Armijo-based initialization probe\n## Measurement claim: directional curvature and λ1 correlation","[{\"question\":\"How does a single Armijo backtracking line search help estimate loss sharpness for Adam?\",\"answer\":\"The accepted step size α from Armijo backtracking brackets the directional curvature q = g⊤Hg/||g||² within the multiplicative band induced by the backtracking factor. This provides a sharpness-related estimate without Lanczos or Hessian-vector computations.\"},{\"question\":\"What does the method use the measurement for at training time?\",\"answer\":\"At initialization, if the user’s initial learning rate ηinit exceeds κ times the measured stable step, the safeguard silently lowers ηinit to κ·αinit before the first Adam update. Otherwise, it leaves ηinit unchanged, and Adam proceeds unchanged afterward.\"},{\"question\":\"Is per-architecture calibration or periodic probing required?\",\"answer\":\"The recommended direction-matched probe removes the need for per-architecture calibration by using a fixed safety factor κ = 2. The authors also report that repeating probing during training provides no robust additional benefit.\"}]",1784205410,71,{"code":4,"msg":30,"data":31},"ok",{"site_id":24,"language":23,"slug":32,"title":13,"keywords":33,"description":14,"schema_data":34,"social_meta":86,"head_meta":88,"extra_data":90,"updated_unix":27},"directional-curvature-from-armijo-backtracking-a-low-cost-sharpness-probe-and-a-calibration-free-learning-rate-safeguard-for-adam","",{"@graph":35,"@context":85},[36,53,68],{"@type":37,"itemListElement":38},"BreadcrumbList",[39,43,47,50],{"item":40,"name":41,"@type":42,"position":20},"https://docshare.wps.com","Home","ListItem",{"item":44,"name":45,"@type":42,"position":46},"https://docshare.wps.com/document/","Document",2,{"item":48,"name":12,"@type":42,"position":49},"https://docshare.wps.com/document/research-report/",3,{"item":51,"name":13,"@type":42,"position":52},"https://docshare.wps.com/document/directional-curvature-from-armijo-backtracking-a-low-cost-sharpness-probe-and-a-calibration-free-learning-rate-safeguard-for-adam/85659/",4,{"url":51,"name":13,"@type":54,"author":55,"headline":13,"publisher":57,"fileFormat":60,"inLanguage":23,"description":14,"dateModified":61,"datePublished":62,"encodingFormat":60,"isAccessibleForFree":63,"interactionStatistic":64},"DigitalDocument",{"name":9,"@type":56},"Person",{"url":40,"name":58,"@type":59},"DocShare","Organization","application/pdf","2026-07-17","2026-07-16",true,{"@type":65,"interactionType":66,"userInteractionCount":20},"InteractionCounter",{"@type":67},"ViewAction",{"@type":69,"mainEntity":70},"FAQPage",[71,77,81],{"name":72,"@type":73,"acceptedAnswer":74},"How does a single Armijo backtracking line search help estimate loss sharpness for Adam?","Question",{"text":75,"@type":76},"The accepted step size α from Armijo backtracking brackets the directional curvature q = g⊤Hg/||g||² within the multiplicative band induced by the backtracking factor. This provides a sharpness-related estimate without Lanczos or Hessian-vector computations.","Answer",{"name":78,"@type":73,"acceptedAnswer":79},"What does the method use the measurement for at training time?",{"text":80,"@type":76},"At initialization, if the user’s initial learning rate ηinit exceeds κ times the measured stable step, the safeguard silently lowers ηinit to κ·αinit before the first Adam update. Otherwise, it leaves ηinit unchanged, and Adam proceeds unchanged afterward.",{"name":82,"@type":73,"acceptedAnswer":83},"Is per-architecture calibration or periodic probing required?",{"text":84,"@type":76},"The recommended direction-matched probe removes the need for per-architecture calibration by using a fixed safety factor κ = 2. The authors also report that repeating probing during training provides no robust additional benefit.","https://schema.org",{"og:url":51,"og:type":87,"og:title":13,"og:site_name":58,"og:description":14},"article",{"robots":89,"canonical":51},"index,follow",{"doc_id":7,"site_id":24},{"code":4,"msg":5,"data":92},[93,97,101,105,110,115,120,123,128,131,135],{"id":20,"doc_module":4,"doc_module_name":45,"category_name":94,"show_sort_weight":95,"slug":96},"Story & Novel",90,"story-novel",{"id":46,"doc_module":4,"doc_module_name":45,"category_name":98,"show_sort_weight":99,"slug":100},"Literature",80,"literature",{"id":52,"doc_module":4,"doc_module_name":45,"category_name":102,"show_sort_weight":103,"slug":104},"Exam",70,"exam",{"id":106,"doc_module":4,"doc_module_name":45,"category_name":107,"show_sort_weight":108,"slug":109},5,"Comic",60,"comic",{"id":111,"doc_module":4,"doc_module_name":45,"category_name":112,"show_sort_weight":113,"slug":114},6,"Technology",50,"technology",{"id":116,"doc_module":4,"doc_module_name":45,"category_name":117,"show_sort_weight":118,"slug":119},7,"Healthcare",40,"healthcare",{"id":11,"doc_module":4,"doc_module_name":45,"category_name":12,"show_sort_weight":121,"slug":122},30,"research-report",{"id":124,"doc_module":4,"doc_module_name":45,"category_name":125,"show_sort_weight":126,"slug":127},9,"Religion & Spirituality",20,"religion-spirituality",{"id":126,"doc_module":4,"doc_module_name":45,"category_name":129,"show_sort_weight":126,"slug":130},"World Cup","world-cup",{"id":132,"doc_module":4,"doc_module_name":45,"category_name":133,"show_sort_weight":132,"slug":134},10,"Lifestyle","lifestyle",{"id":136,"doc_module":4,"doc_module_name":45,"category_name":137,"show_sort_weight":106,"slug":138},19,"General","general"]