paper-with-me

Papers

Learning from Mistakes based on Class Weighting with Application to Neural Architecture Search

2021-12-01 · Jay Gala, Pengtao Xie

Learning from mistakes is an effective learning approach widely used in human learning, where a learner pays greater focus on mistakes to circumvent them in the future to improve the overall learning outcomes. In this work, we aim to investigate how effectively we can leverage this exceptional learning ability to improve machine learning models. We propose a simple and effective multi-level optimization framework called learning from mistakes using class weighting (LFM-CW), inspired by mistake-driven learning to train better machine learning models. In this formulation, the primary objective is to train a model to perform effectively on target tasks by using a re-weighting technique. We learn the class weights by minimizing the validation loss of the model and re-train the model with the synthetic data from the image generator weighted by class-wise performance and real data. We apply our LFM-CW framework with differential architecture search methods on image classification datasets such as CIFAR and ImageNet, where the results show that our proposed strategy achieves lower error rate than the baselines.

📄 PDF Abstract BibTeX arXiv:2112.00275

Code (0)

등록된 구현이 없습니다.

Tasks

BIG-bench Machine Learningimage-classificationImage ClassificationNeural Architecture Search

Similar Papers 제목 키워드 기반

Learning from Mistakes: Self-Regularizing Hierarchical Representations in Point Cloud Semantic Segmentation

2023-01-26 · Elena Camuffo, Umberto Michieli, Simone Milani

Recent advances in autonomous robotic technologies have highlighted the growing need for precise environmental analysis. LiDAR semantic segmentation has gained attention to accomplish fine-grained scene understanding by …

FairnessLIDAR Semantic SegmentationPoint Cloud SegmentationScene Understanding+2

Instance-Level Costs for Nuanced Classifier Evaluation

2026-05-04 · Kabir Kang, Stephen Mussmann arxiv

Standard classification treats all errors equally, but in applications such as content moderation and medical screening, mistakes on clear-cut cases are more costly than errors on ambiguous ones. From a contextual bandit…

Visual Concept Connectome (VCC): Open World Concept Discovery and their Interlayer Connections in Deep Models

2024-04-02 · CVPR 2024 1 · Matthew Kowal, Richard P. Wildes, Konstantinos G. Derpanis

Understanding what deep network models capture in their learned representations is a fundamental challenge in computer vision. We present a new methodology to understanding such vision models, the Visual Concept Connecto…

image-classificationImage Classification

Learning from Mistakes -- A Framework for Neural Architecture Search

2021-11-11 · Bhanu Garg, Li Zhang, Pradyumna Sridhara, Ramtin Hosseini 외

Learning from one's mistakes is an effective human learning technique where the learners focus more on the topics where mistakes were made, so as to deepen their understanding. In this paper, we investigate if this human…

BIG-bench Machine LearningNeural Architecture Search

Neural Architecture Search of Sample Reweighting Networks for Complex Distribution Shift

2026-06-22 · Keisuke Sugawara, Kento Uchida, Shinichi Shirakawa arxiv

Sample reweighting is a major approach to addressing distribution shifts, such as label noise and class imbalance. Meta-Weight-Net (MW-Net) is a promising sample reweighting network that computes weights based on classif…

Neural Architecture Search