paper-with-me

홈 › Papers

Curriculum generation using Autoencoder based continuous optimization

2021-06-16 · Dipankar Sarkar, Mukur Gupta

Research in Curriculum Learning has shown better performance on the task by optimizing the sequence of the training data. Recent works have focused on using complex reinforcement learning techniques to find the optimal data ordering strategy to maximize learning for a given network. In this paper, we present a simple yet efficient technique based on continuous optimization trained with auto-encoding procedure. We call this new approach Training Sequence Optimization (TSO). With a usual encoder-decoder setup we try to learn the latent space continuous representation of the training strategy and a predictor network is used on the continuous representation to predict the accuracy of the strategy on the fixed network architecture. The performance predictor and encoder enable us to perform gradient-based optimization by gradually moving towards the latent space representation of training data ordering with potentially better accuracy. We show an empirical gain of 2AP with our generated optimal curriculum strategy over the random strategy using the CIFAR-100 and CIFAR-10 datasets and have better boosts than the existing state-of-the-art CL algorithms.

📄 PDF Abstract BibTeX arXiv:2106.08569

Code (0)

등록된 구현이 없습니다.

Tasks

Decoder

Similar Papers 제목 키워드 기반

BaRC: Backward Reachability Curriculum for Robotic Reinforcement Learning

2018-06-16 · Boris Ivanovic, James Harrison, Apoorva Sharma, Mo Chen 외

Model-free Reinforcement Learning (RL) offers an attractive approach to learn control policies for high-dimensional systems, but its relatively poor sample complexity often forces training in simulated environments. Even…

continuous-controlContinuous Controlreinforcement-learningReinforcement Learning+1

CQM: Curriculum Reinforcement Learning with a Quantized World Model

2023-10-26 · NeurIPS 2023 11

Recent curriculum Reinforcement Learning (RL) has shown notable progress in solving complex tasks by proposing sequences of surrogate tasks. However, the previous approaches often face challenges when they generate curri…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Curriculum Group Policy Optimization: Adaptive Sampling for Unleashing the Potential of Text-to-Image Generation

2026-05-18 · Baoteng Li, Xianghao Zang, Xinran Wang, Xiangyu Na 외 arxiv

Text-to-Image (T2I) generation has achieved remarkable progress in recent years. Meanwhile, reinforcement learning methods, particularly those based on Group Relative Policy Optimization (GRPO), have attracted widespread…

Text-to-Image GenerationReinforcement Learning

CuRLA: Curriculum Learning Based Deep Reinforcement Learning for Autonomous Driving

2025-01-09 · Bhargava Uppuluri, Anjel Patel, Neil Mehta, Sridhar Kamath 외

In autonomous driving, traditional Computer Vision (CV) agents often struggle in unfamiliar situations due to biases in the training data. Deep Reinforcement Learning (DRL) agents address this by learning from experience…

Autonomous DrivingDeep Reinforcement Learningreinforcement-learningReinforcement Learning

Self Paced Gaussian Contextual Reinforcement Learning

2026-03-24 · Mohsen Sahraei Ardakani, Rui Song arxiv

Curriculum learning improves reinforcement learning (RL) efficiency by sequencing tasks from simple to complex. However, many self-paced curriculum methods rely on computationally expensive inner-loop optimizations, limi…

Reinforcement Learning