paper-with-me

Papers

Why Not Hyperparameter-Friendly Optimisation? A Monotonic Adaptive Norm Rescaling Approach For Long-Tailed Recognition

2026-06-01 · Shuo Zhang, Chenqi Li, Tingting Zhu arxiv

Long-tailed recognition poses a significant challenge for deep learning. The two-stage decoupling paradigm, which separates representation learning from classifier retraining, offers a promising solution. During the classifier retraining stage, adaptive norm rescaling is a popular technique. It adjusts the per-class weight norms via parameter regularization, which inevitably introduces hyperparameters. However, many studies report that long-tailed recognition is sensitive to these hyperparameters, as their setup significantly impacts performance. In this paper, we first provide a class-conditional distribution perspective to support norm rescaling methods. Furthermore, we propose a simple but effective approach called Self-Adaptive Monotonic Normalization (SAMN). SAMN avoids the need for parameter regularization. It directly enforces monotonicity on per-class weight norms using the Pool Adjacent Violators Algorithm, making the method hyperparameter-friendly. SAMN is a universal strategy that integrates seamlessly with other methods for enhanced performance. Experiments on benchmark datasets demonstrate that our method significantly boosts long-tailed recognition performance, often achieving state-of-the-art results.

📄 PDF Abstract BibTeX arXiv:2606.02526

Code (0)

등록된 구현이 없습니다.

Tasks

Representation Learning

Similar Papers 제목 키워드 기반

Differentially Private Learning with Per-Sample Adaptive Clipping

2022-12-01 · Tianyu Xia, Shuheng Shen, Su Yao, Xinyi Fu 외

Privacy in AI remains a topic that draws attention from researchers and the general public in recent years. As one way to implement privacy-preserving AI, differentially private learning is a framework that enables AI mo…

Privacy Preserving

Physics-Informed Neural Networks for Solving Derivative-Constrained PDEs

2026-04-15 · Kentaro Hoshisashi, Carolyn E Phelan, Paolo Barucca arxiv

Physics-Informed Neural Networks (PINNs) recast PDE solving as an optimisation problem in function space by minimising a residual-based objective, yet many applications require additional derivative-based relations that …

Adaptive Zeroth-Order Optimisation of Nonconvex Composite Objectives

2022-08-09 · Weijia Shao, Sahin Albayrak

In this paper, we propose and analyze algorithms for zeroth-order optimization of non-convex composite objectives, focusing on reducing the complexity dependence on dimensionality. This is achieved by exploiting the low …

MonoBox: Tightness-free Box-supervised Polyp Segmentation using Monotonicity Constraint

2024-04-01 · Qiang Hu, Zhenyu Yi, Ying Zhou, Fan Huang 외

We propose MonoBox, an innovative box-supervised segmentation method constrained by monotonicity to liberate its training from the user-unfriendly box-tightness assumption. In contrast to conventional box-supervised segm…

Multiple Instance LearningSegmentation

IEO: Intelligent Evolutionary Optimisation for Hyperparameter Tuning

2020-09-10 · Yuxi Huan, Fan Wu, Michail Basios, Leslie Kanthan 외

Hyperparameter optimisation is a crucial process in searching the optimal machine learning model. The efficiency of finding the optimal hyperparameter settings has been a big concern in recent researches since the optimi…

BIG-bench Machine Learning