← Search

Artemij Amiranashvili

5 accepted papers

2025

Kaputt: A Large-Scale Dataset for Visual Defect Detection

ICCV 2025poster

We present a novel large-scale dataset for defect detection in a logistics setting. Recent work on industrial anomaly detection has primarily focused on manufacturing scenarios with highly controlled poses and a limited number of object categories. Existing benchmarks like MVTec-AD (Bergmann et al.,…

Cited by 0SourcePDFScholar
2024

CrossQ: Batch Normalization in Deep Reinforcement Learning for Greater Sample Efficiency and Simplicity

ICLR 2024spotlight

Sample efficiency is a crucial problem in deep reinforcement learning. Recent algorithms, such as REDQ and DroQ, found a way to improve the sample efficiency by increasing the update-to-data (UTD) ratio to 20 gradient update steps on the critic per environment sample. However, this comes at the expe…

2020

Adaptive Curriculum Generation from Demonstrations for Sim-to-Real Visuomotor Control

ICRA 2020poster

We propose Adaptive Curriculum Generation from Demonstrations (ACGD) for reinforcement learning in the presence of sparse rewards. Rather than designing shaped reward functions, ACGD adaptively sets the appropriate task difficulty for the learner by controlling where to sample from the demonstration…

Cited by 31SourceScholar
2018

Motion Perception in Reinforcement Learning with Dynamic Objects

CoRL 2018

In dynamic environments, learned controllers are supposed to take motion into account when selecting the action to be taken. However, in existing reinforcement learning works motion is rarely treated explicitly; it is rather assumed that the controller learns the necessary motion representation from

Cited by 0SourcePDFScholar
2018

TD or not TD: Analyzing the Role of Temporal Differencing in Deep Reinforcement Learning

ICLR 2018poster

Our understanding of reinforcement learning (RL) has been shaped by theoretical and empirical results that were obtained decades ago using tabular representations and linear function approximators. These results suggest that RL methods that use temporal differencing (TD) are superior to direct Monte…