paper-with-me

Papers

ELODI: Ensemble Logit Difference Inhibition for Positive-Congruent Training

2022-05-12 · Yue Zhao, Yantao Shen, Yuanjun Xiong, Shuo Yang, Wei Xia, Zhuowen Tu, Bernt Schiele, Stefano Soatto

Negative flips are errors introduced in a classification system when a legacy model is updated. Existing methods to reduce the negative flip rate (NFR) either do so at the expense of overall accuracy by forcing a new model to imitate the old models, or use ensembles, which multiply inference cost prohibitively. We analyze the role of ensembles in reducing NFR and observe that they remove negative flips that are typically not close to the decision boundary, but often exhibit large deviations in the distance among their logits. Based on the observation, we present a method, called Ensemble Logit Difference Inhibition (ELODI), to train a classification system that achieves paragon performance in both error rate and NFR, at the inference cost of a single model. The method distills a homogeneous ensemble to a single student model which is used to update the classification system. ELODI also introduces a generalized distillation objective, Logit Difference Inhibition (LDI), which only penalizes the logit difference of a subset of classes with the highest logit values. On multiple image classification benchmarks, model updates with ELODI demonstrate superior accuracy retention and NFR reduction.

📄 PDF Abstract BibTeX arXiv:2205.06265

Code (1)

amazon-science/regression-constraint-model-upgrade 공식 구현 pytorch

Tasks

Classificationimage-classificationImage Classification

Methods 이 논문이 사용한 방법론

FLIP https://developer.nvidia.com/blog/flip-a-difference-evaluator-for-alternating-images/

Similar Papers 제목 키워드 기반

MelodySim: Measuring Melody-aware Music Similarity for Plagiarism Detection

2025-05-27 · Tongyu Lu, Charlotta-Marlena Geist, Jan Melechovsky, Abhinaba Roy 외

We propose MelodySim, a melody-aware music similarity model and dataset for plagiarism detection. First, we introduce a novel method to construct a dataset with focus on melodic similarity. By augmenting Slakh2100; an ex…

Triplet

Deep learning for music generation. Four approaches and their comparative evaluation

2025-04-03 · Razvan Paroiu, Stefan Trausan-Matu

This paper introduces four different artificial intelligence algorithms for music generation and aims to compare these methods not only based on the aesthetic quality of the generated music but also on their suitability …

Language ModelingLanguage ModellingMusic GenerationRhythm

Unsupervised Symbolic Music Segmentation using Ensemble Temporal Prediction Errors

2022-07-02 · Shahaf Bassan, Yossi Adi, Jeffrey S. Rosenschein

Symbolic music segmentation is the process of dividing symbolic melodies into smaller meaningful groups, such as melodic phrases. We proposed an unsupervised method for segmenting symbolic music. The proposed model is ba…

Segmentation

When to Think Deeply: Inhibitory Deliberation for LLM Reasoning

2026-06-04 · Zhixuan He, Yue Feng arxiv

Reasoning Large Language Models can improve problem-solving performance through deliberative inference, but invoking slow reasoning for every input is computationally expensive and often unnecessary. We propose IDPR, a f…

Mathematical Reasoning

Maximum entropy models for generation of expressive music

2016-10-12 · Simon Moulieras, François Pachet

In the context of contemporary monophonic music, expression can be seen as the difference between a musical performance and its symbolic representation, i.e. a musical score. In this paper, we show how Maximum Entropy (M…