paper-with-me

Papers

ASAP: Learning Generalizable Online Bin Packing via Adaptive Selection After Pruning

2025-01-29 · Han Fang, Paul Weng, Yutong Ban

Recently, deep reinforcement learning (DRL) has achieved promising results in solving online 3D Bin Packing Problems (3D-BPP). However, these DRL-based policies may perform poorly on new instances due to distribution shift. Besides generalization, we also consider adaptation, completely overlooked by previous work, which aims at rapidly finetuning these policies to a new test distribution. To tackle both generalization and adaptation issues, we propose Adaptive Selection After Pruning (ASAP), which decomposes a solver's decision-making into two policies, one for pruning and one for selection. The role of the pruning policy is to remove inherently bad actions, which allows the selection policy to choose among the remaining most valuable actions. To learn these policies, we propose a training scheme based on a meta-learning phase of both policies followed by a finetuning phase of the sole selection policy to rapidly adapt it to a test distribution. Our experiments demonstrate that ASAP exhibits excellent generalization and adaptation capabilities on in-distribution and out-of-distribution instances under both discrete and continuous setup.

📄 PDF Abstract BibTeX arXiv:2501.17377

Code (0)

등록된 구현이 없습니다.

Tasks

3D Bin PackingDecision MakingDeep Reinforcement LearningMeta-Learning

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

ASAP: Unsupervised Post-training with Label Distribution Shift Adaptive Learning Rate

2025-08-19 · Heewon Park, Mugon Joe, Miru Kim, Minhae Kwon arxiv

In real-world applications, machine learning models face online label shift, where label distributions change over time. Effective adaptation requires careful learning rate selection: too low slows adaptation and too hig…

Adaptive Skills, Adaptive Partitions (ASAP)

2016-02-10 · Daniel J. Mankowitz, Timothy A. Mann, Shie Mannor

We introduce the Adaptive Skills, Adaptive Partitions (ASAP) framework that (1) learns skills (i.e., temporally extended actions or options) as well as (2) where to apply them. We believe that both (1) and (2) are necess…

Lifelong learning

Adaptive Skills Adaptive Partitions (ASAP)

2016-12-01 · NeurIPS 2016 12 · Daniel J. Mankowitz, Timothy A. Mann, Shie Mannor

We introduce the Adaptive Skills, Adaptive Partitions (ASAP) framework that (1) learns skills (i.e., temporally extended actions or options) as well as (2) where to apply them. We believe that both (1) and (2) are necess…

Lifelong learning

Adaptive Sample-space & Adaptive Probability coding: a neural-network based approach for compression

2019-05-01 · ICLR 2019 5 · Ken Nakanishi, Shin-ichi Maeda, Takeru Miyato, Masanori Koyama

We propose Adaptive Sample-space & Adaptive Probability (ASAP) coding, an efficient neural-network based method for lossy data compression. Our ASAP coding distinguishes itself from the conventional method based on adapt…

Data CompressionEfficient Neural NetworkMS-SSIMQuantization+1

Automated Algorithm Selection: from Feature-Based to Feature-Free Approaches

2022-03-24 · Mohamad Alissa, Kevin Sim, Emma Hart

We propose a novel technique for algorithm-selection, applicable to optimisation domains in which there is implicit sequential information encapsulated in the data, e.g., in online bin-packing. Specifically we train two …