Research
On-device research index

arXiv research

A locally-built, LLM-digested index of recent arXiv papers in quant finance, geometry/topology, and statistical ML — keyword search served straight from SQLite on this machine.

169,181 papers · 148 categories

Trend · papers per month

1223 · Jul 202019922001200920182026
15 results for Clothing1M

TrustNet robustly learns noise patterns from trusted data to improve weakly-supervised classification.

problem Robustness to label noise in weakly-supervised learning.
method TrustNet learns noise patterns from trusted data, then trains a robust classifier using these patterns.
result TrustNet outperforms state-of-the-art methods in robustness to various noise patterns.

JoCoR improves deep learning with noisy labels by reducing network diversity.

problem Learning with noisy labels in deep learning.
method JoCoR uses two networks to make predictions, calculates a joint loss with Co-Regularization, and updates both networks simultaneously.
result JoCoR outperforms state-of-the-art approaches in learning with noisy labels.

SAP corrects model for label noise by identifying and removing noisy samples.

problem Label corruption degrades model performance; acquiring perfect labels is costly.
method SAP uses SVD to identify and project model weights onto a clean activation space.
result SAP improves model generalization by up to 6% on CIFAR dataset with 25% synthetic corruption.

Paper proposes Masking for robust classifier learning from noisy labels.

problem Learning robust classifiers from noisy labels with unknown noise transition matrix.
method Human-assisted approach called Masking that conveys invalid class transitions and speculates noise transition matrix structure.
result Masking significantly improves robustness of classifiers compared to existing methods.

Paper proposes an alternative to anchor points for learning with noisy labels.

problem Learning with noisy labels is challenging due to inaccurate labels.
method Estimates transition matrix using clusterability condition and noisy labels.
result Estimation of transition matrix is more accurate and efficient than anchor points.

ExpertNet uses noisy labels to improve deep learning robustness.

problem Improving deep learning robustness against noisy labels.
method ExpertNet framework combining Amateur and Expert models, iteratively learning from noisy labels and images.
result ExpertNet achieves robust classification with as little as 20-50% training data, outperforming state-of-the-art models.

Proposes a new loss function for robust training of deep neural networks against noisy labels.

problem Training deep neural networks with noisy labels, especially instance-independent noise.
method Introduces a novel information-theoretic loss function, L_DMI, based on Determinant based Mutual Information (DMI).
result L_DMI is the first provably robust loss function to instance-independent label noise, without requiring auxiliary information.

Proposes a new method to handle noisy labels without needing accurate noise transition estimation.

problem Learning with noisy labels in the presence of class-conditional noise.
method Introduces a Latent Class-Conditional Noise (LCCN) model that embeds noise transition in a Bayesian framework and iteratively infers latent labels.
result Demonstrates superior performance compared to state-of-the-art methods on various noisy label datasets.