paper-with-me

Papers

Penalizing the Hard Example But Not Too Much: A Strong Baseline for Fine-Grained Visual Classification

2022-11-21 · IEEE Transactions on Neural Networks and Learning Systems 2022 11 · Yuanzhi Liang, Linchao Zhu, Xiaohan Wang, Yi Yang

Though significant progress has been achieved on fine-grained visual classification (FGVC), severe overfitting still hinders model generalization. A recent study shows that hard samples in the training set can be easily fit, but most existing FGVC methods fail to classify some hard examples in the test set. The reason is that the model overfits those hard examples in the training set, but does not learn to generalize to unseen examples in the test set. In this article, we propose a moderate hard example modulation (MHEM) strategy to properly modulate the hard examples. MHEM encourages the model to not overfit hard examples and offers better generalization and discrimination. First, we introduce three conditions and formulate a general form of a modulated loss function. Second, we instantiate the loss function and provide a strong baseline for FGVC, where the performance of a naive backbone can be boosted and be comparable with recent methods. Moreover, we demonstrate that our baseline can be readily incorporated into the existing methods and empower these methods to be more discriminative. Equipped with our strong baseline, we achieve consistent improvements on three typical FGVC datasets, i.e., CUB-200-2011, Stanford Cars, and FGVC-Aircraft. We hope the idea of moderate hard example modulation will inspire future research work toward more effective fine-grained visual recognition.

📄 PDF Abstract BibTeX

Code (1)

akira-l/mhem pytorch

Tasks

Fine-Grained Image ClassificationFine-Grained Visual Recognition

Methods 이 논문이 사용한 방법론

fail 설명 없음
Test 설명 없음

Similar Papers 제목 키워드 기반

MACPO: Weak-to-Strong Alignment via Multi-Agent Contrastive Preference Optimization

2024-10-10 · Yougang Lyu, Lingyong Yan, Zihan Wang, Dawei Yin 외

As large language models (LLMs) are rapidly advancing and achieving near-human capabilities, aligning them with human values is becoming more urgent. In scenarios where LLMs outperform humans, we face a weak-to-strong al…

RESTRAIN: From Spurious Votes to Signals -- Self-Driven RL with Self-Penalization

2025-10-02 · Zhaoning Yu, Will Su, Leitian Tao, Haozhu Wang 외 arxiv

Reinforcement learning with human-annotated data has boosted chain-of-thought reasoning in large reasoning models, but these gains come at high costs in labeled data while faltering on harder tasks. A natural next step i…

Reinforcement Learning

Adversarial Robustness through Local Linearization

2019-07-04 · NeurIPS 2019 12 · Chongli Qin, James Martens, Sven Gowal, Dilip Krishnan 외

Adversarial training is an effective methodology for training deep neural networks that are robust against adversarial, norm-bounded perturbations. However, the computational cost of adversarial training grows prohibitiv…

Adversarial DefenseAdversarial Robustness

Catastrophic Fisher Explosion: Early Phase Fisher Matrix Impacts Generalization

2020-12-28 · Stanislaw Jastrzebski, Devansh Arpit, Oliver Astrand, Giancarlo Kerg 외

The early phase of training a deep neural network has a dramatic effect on the local curvature of the loss function. For instance, using a small learning rate does not guarantee stable optimization because the optimizati…

Memorization

Detecting Adversarial Examples Is (Nearly) As Hard As Classifying Them

2021-07-24 · Florian Tramèr

Making classifiers robust to adversarial examples is hard. Thus, many defenses tackle the seemingly easier task of detecting perturbed inputs. We show a barrier towards this goal. We prove a general hardness reduction be…