paper-with-me

Papers

Label-similarity Curriculum Learning

2019-11-15 · ECCV 2020 8 · Urun Dogan, Aniket Anand Deshmukh, Marcin Machura, Christian Igel

Curriculum learning can improve neural network training by guiding the optimization to desirable optima. We propose a novel curriculum learning approach for image classification that adapts the loss function by changing the label representation. The idea is to use a probability distribution over classes as target label, where the class probabilities reflect the similarity to the true class. Gradually, this label representation is shifted towards the standard one-hot-encoding. That is, in the beginning minor mistakes are corrected less than large mistakes, resembling a teaching process in which broad concepts are explained first before subtle differences are taught. The class similarity can be based on prior knowledge. For the special case of the labels being natural words, we propose a generic way to automatically compute the similarities. The natural words are embedded into Euclidean space using a standard word embedding. The probability of each class is then a function of the cosine similarity between the vector representations of the class and the true label. The proposed label-similarity curriculum learning (LCL) approach was empirically evaluated using several popular deep learning architectures for image classification tasks applied to five datasets including ImageNet, CIFAR100, and AWA2. In all scenarios, LCL was able to improve the classification accuracy on the test data compared to standard training.

📄 PDF Abstract BibTeX arXiv:1911.06902

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationGeneral Classificationimage-classificationImage Classification

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

Dual-Curriculum Teacher for Domain-Inconsistent Object Detection in Autonomous Driving

2022-10-17 · Longhui Yu, Yifan Zhang, Lanqing Hong, Fei Chen 외

Object detection for autonomous vehicles has received increasing attention in recent years, where labeled data are often expensive while unlabeled data can be collected readily, calling for research on semi-supervised le…

Autonomous DrivingAutonomous Vehiclesobject-detectionObject Detection+1

Hybrid Curriculum Learning for Emotion Recognition in Conversation

2021-12-22 · Lin Yang, Yi Shen, Yue Mao, Longjun Cai

Emotion recognition in conversation (ERC) aims to detect the emotion label for each utterance. Motivated by recent studies which have proven that feeding training examples in a meaningful order rather than considering th…

Emotion RecognitionEmotion Recognition in Conversation

Curriculum reinforcement learning with measurable task representation learning

2026-05-22 · Yongyan Wen, Siyuan Li, Mingjian Fu, Yiqin Yang 외 arxiv

In curriculum reinforcement learning (CRL), an agent incrementally accumulates knowledge over a sequence of tasks (i.e., a curriculum), and the learning process is aimed at using the accumulated knowledge to finally solv…

Representation LearningReinforcement Learning

Image similarity using Deep CNN and Curriculum Learning

2017-09-26 · Srikar Appalaraju, Vineet Chaoji

Image similarity involves fetching similar looking images given a reference image. Our solution called SimNet, is a deep siamese network which is trained on pairs of positive and negative images using a novel online pair…

CDFSL-V: Cross-Domain Few-Shot Learning for Videos

2023-09-07 · ICCV 2023 1 · Sarinda Samarasinghe, Mamshad Nayeem Rizve, Navid Kardan, Mubarak Shah

Few-shot video action recognition is an effective approach to recognizing new categories with only a few labeled examples, thereby reducing the challenges associated with collecting and annotating large-scale video datas…

Action RecognitionCross-Domain Few-Shotcross-domain few-shot learningFew-Shot action recognition+4