paper-with-me

홈 › Papers

LiLAW: Lightweight Learnable Adaptive Weighting to Learn Sample Difficulty & Improve Noisy Training

2025-09-25 · Abhishek Moturu, Muhammad Muzammil, Anna Goldenberg, Babak Taati arxiv

Training deep neural networks with noise and data heterogeneity is a major challenge. We introduce Lightweight Learnable Adaptive Weighting (LiLAW), a method that dynamically adjusts the loss weight of each training sample based on its evolving difficulty, categorized as easy, moderate, and hard, using only three global learnable scalar parameters. LiLAW learns to adaptively prioritize samples by updating these parameters with a single gradient descent step on a validation mini-batch after each training mini-batch, without requiring a clean, unbiased validation set. Experiments across general and medical imaging datasets, several noise types and levels, loss functions, and architectures with and without pretraining, including linear probing and full fine-tuning, show that LiLAW consistently improves accuracy and AUROC, especially in higher-noise settings, without requiring excessive tuning. We also obtain state-of-the-art results incorporating synthetic and augmented data from SynPAIN, GAITGen, ECG5000, and improved fairness on the Adult dataset. LiLAW is lightweight, practical, and computationally efficient, making it an effective, scalable approach to boost generalization and robustness across diverse deep learning training setups, especially in resource-constrained settings.

📄 PDF Abstract BibTeX arXiv:2509.20786

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

DeliLaw: A Chinese Legal Counselling System Based on a Large Language Model

2024-08-01 · Nan Xie, Yuelin Bai, Hengyuan Gao, Feiteng Fang 외

Traditional legal retrieval systems designed to retrieve legal documents, statutes, precedents, and other legal information are unable to give satisfactory answers due to lack of semantic understanding of specific questi…

ArticlesHallucinationLanguage ModelingLanguage Modelling+2

Geometry-Induced Diffusion on Graphs: A Learnable Weighted Laplacian for Spectral GNNs

2026-02-20 · Mia Zosso, Ali Hariri, Victor Kawasaki-Borruat, Pierre-Gabriel Berlureau 외 arxiv

Long-range graph tasks are challenging for Graph Neural Networks (GNNs): global mechanisms such as attention or rewiring schemes can be computationally expensive, while deep local propagation is prone to vanishing gradie…

AWR: Adaptive Weighting Regression for 3D Hand Pose Estimation

2020-07-19 · Weiting Huang, Pengfei Ren, Jingyu Wang, Qi Qi 외

In this paper, we propose an adaptive weighting regression (AWR) method to leverage the advantages of both detection-based and regression-based methods. Hand joint coordinates are estimated as discrete integration of all…

3D Hand Pose EstimationHand Pose EstimationPose Estimationregression

CoSA: Correlation-Guided Change Attention with Learnable Residual Gating for Remote Sensing Change Detection

2026-06-20 · Abdirashid Omar, Jonghyuk Park arxiv

Remote sensing change detection (CD) from bi-temporal imagery is critical for applications such as urban monitoring, disaster assessment, and environmental management, yet robust localization remains challenging under sp…

Change Detection

The Easy, the Hard, and the Learnable: Confidence and Difficulty-Adaptive Policy Optimization for LLM Reasoning

2026-06-06 · Zhanke Zhou, Xiangyu Lu, Chentao Cao, Brando Miranda 외 arxiv

RL with verifiable rewards can substantially improve LLM reasoning, yet standard GRPO-style training often treats easy, hard, and learnable questions alike through uniform sampling and weighting, leading to inefficient c…