paper-with-me

Papers

Beyond Class-Conditional Assumption: A Primary Attempt to Combat Instance-Dependent Label Noise

2020-12-10 · Pengfei Chen, Junjie Ye, Guangyong Chen, Jingwei Zhao, Pheng-Ann Heng

Supervised learning under label noise has seen numerous advances recently, while existing theoretical findings and empirical results broadly build up on the class-conditional noise (CCN) assumption that the noise is independent of input features given the true label. In this work, we present a theoretical hypothesis testing and prove that noise in real-world dataset is unlikely to be CCN, which confirms that label noise should depend on the instance and justifies the urgent need to go beyond the CCN assumption.The theoretical results motivate us to study the more general and practical-relevant instance-dependent noise (IDN). To stimulate the development of theory and methodology on IDN, we formalize an algorithm to generate controllable IDN and present both theoretical and empirical evidence to show that IDN is semantically meaningful and challenging. As a primary attempt to combat IDN, we present a tiny algorithm termed self-evolution average label (SEAL), which not only stands out under IDN with various noise fractions, but also improves the generalization on real-world noise benchmark Clothing1M. Our code is released. Notably, our theoretical analysis in Section 2 provides rigorous motivations for studying IDN, which is an important topic that deserves more research attention in future.

📄 PDF Abstract BibTeX arXiv:2012.05458

Code (2)

chenpf1025/IDN 공식 구현 pytorch
senyuhou/dld pytorch

Tasks

Image Classification

Similar Papers 제목 키워드 기반

Practical Equivariances via Relational Conditional Neural Processes

2023-09-21 · NeurIPS 2023 11

Conditional Neural Processes (CNPs) are a class of metalearning models popular for combining the runtime efficiency of amortized inference with reliable uncertainty quantification. Many relevant machine learning tasks, s…

Conditional Predictive Inference for General Structured Data with Group Symmetries

2026-05-18 · Yichen Shen, Mengxin Yu arxiv

We study distribution-free predictive inference for data with group symmetries, aiming to establish near-conditional coverage guarantees beyond exchangeability for structured data. While many predictive inference methods…

Computational Efficiency

Linear models for the impact of order flow on prices II. The Mixture Transition Distribution model

2016-04-26

Modeling the impact of the order flow on asset prices is of primary importance to understand the behavior of financial markets. Part I of this paper reported the remarkable improvements in the description of the price dy…

Towards efficient representation identification in supervised learning

2022-04-10 · Kartik Ahuja, Divyat Mahajan, Vasilis Syrgkanis, Ioannis Mitliagkas

Humans have a remarkable ability to disentangle complex sensory inputs (e.g., image, text) into simple factors of variation (e.g., shape, color) without much supervision. This ability has inspired many works that attempt…

Disentanglement

Conditional Co-Ablation: Recovering Self-Repair Backups in Transformer Circuits

2026-07-02 · Zhiren Gong, Zihao Zeng, Chau Yuen, Wei Yang Bryan Lim arxiv

Mechanistic interpretability often relies on component-level interventions to discover how a model produces a behavior. This guides attribution, capability knockout, and model pruning downstream to operate by scoring eac…