paper-with-me

Papers

Small Boxes Big Data: A Deep Learning Approach to Optimize Variable Sized Bin Packing

2017-02-14 · Feng Mao, Edgar Blanco, Mingang Fu, Rohit Jain, Anurag Gupta, Sebastien Mancel, Rong Yuan, Stephen Guo, Sai Kumar, Yayang Tian

Bin Packing problems have been widely studied because of their broad applications in different domains. Known as a set of NP-hard problems, they have different vari- ations and many heuristics have been proposed for obtaining approximate solutions. Specifically, for the 1D variable sized bin packing problem, the two key sets of optimization heuristics are the bin assignment and the bin allocation. Usually the performance of a single static optimization heuristic can not beat that of a dynamic one which is tailored for each bin packing instance. Building such an adaptive system requires modeling the relationship between bin features and packing perform profiles. The primary drawbacks of traditional AI machine learnings for this task are the natural limitations of feature engineering, such as the curse of dimensionality and feature selection quality. We introduce a deep learning approach to overcome the drawbacks by applying a large training data set, auto feature selection and fast, accurate labeling. We show in this paper how to build such a system by both theoretical formulation and engineering practices. Our prediction system achieves up to 89% training accuracy and 72% validation accuracy to select the best heuristic that can generate a better quality bin packing solution.

📄 PDF Abstract BibTeX arXiv:1702.04415

Code (0)

등록된 구현이 없습니다.

Tasks

Feature Engineeringfeature selection

Similar Papers 제목 키워드 기반

Unbiased Regression Loss for DETRs

2024-10-30 · Edric, Ueta Daisuke, Kurokawa Yukimasa, Karlekar Jayashree 외

In this paper, we introduce a novel unbiased regression loss for DETR-based detectors. The conventional $L_{1}$ regression loss tends to bias towards larger boxes, as they disproportionately contribute more towards the o…

regression

Building Variable-sized Models via Learngene Pool

2023-12-10 · Boyu Shi, Shiyu Xia, Xu Yang, Haokun Chen 외

Recently, Stitchable Neural Networks (SN-Net) is proposed to stitch some pre-trained networks for quickly building numerous networks with different complexity and performance trade-offs. In this way, the burdens of desig…

Autoencoders with Variable Sized Latent Vector for Image Compression

2018-06-01 · CVPR 2018 6 · Alekh Karkada Ashok, Nagaraju Palani

Learning to compress images is an interesting and challenging task. Autoencoders have long been used to compress images into a code of small but fixed size. As different images need different sized code based on their co…

Image Compression

Saliency Driven Imagery Preprocessing for Efficient Compression -- Industrial Paper

2026-01-24 · Justin Downes, Sam Saltwick, Anthony Chen arxiv

The compression of satellite imagery remains an important research area as hundreds of terabytes of images are collected every day, which drives up storage and bandwidth costs. Although progress has been made in increasi…

Image Compression

epBRM: Improving a Quality of 3D Object Detection using End Point Box Regression Module

2019-09-27 · Kiwoo Shin, Masayoshi Tomizuka

We present an endpoint box regression module(epBRM), which is designed for predicting precise 3D bounding boxes using raw LiDAR 3D point clouds. The proposed epBRM is built with sequence of small networks and is computat…

3D Object DetectionAutonomous VehiclesObjectobject-detection+2