paper-with-me

홈 › Papers

Introducing Resizable Region Packing Problem in Image Generation, with a Heuristic Solution

2025-09-19 · Hrishikesh Sharma arxiv

The problem of image data generation in computer vision has traditionally been a harder problem to solve, than discriminative problems. Such data generation entails placing relevant objects of appropriate sizes each, at meaningful location in a scene canvas. There have been two classes of popular approaches to such generation: graphics based, and generative models-based. Optimization problems are known to lurk in the background for both these classes of approaches. In this paper, we introduce a novel, practically useful manifestation of the classical Bin Packing problem in the context of generation of synthetic image data. We conjecture that the newly introduced problem, Resizable Anchored Region Packing(RARP) Problem, is NP-hard, and provide detailed arguments about our conjecture. As a first solution, we present a novel heuristic algorithm that is generic enough and therefore scales and packs arbitrary number of arbitrary-shaped regions at arbitrary locations, into an image canvas. The algorithm follows greedy approach to iteratively pack region pairs in a careful way, while obeying the optimization constraints. The algorithm is validated by an implementation that was used to generate a large-scale synthetic anomaly detection dataset, with highly varying degree of bin packing parameters per image sample i.e. RARP instance. Visual inspection of such data and checking of the correctness of each solution proves the effectiveness of our algorithm. With generative modeling being on rise in deep learning, and synthetic data generation poised to become mainstream, we expect that the newly introduced problem will be valued in the imaging scientific community.

📄 PDF Abstract BibTeX arXiv:2509.16363

Code (0)

등록된 구현이 없습니다.

Tasks

Synthetic Data GenerationAnomaly DetectionImage Generation

Similar Papers 제목 키워드 기반

Resizable Neural Networks

2019-09-25 · Yichen Zhu, Xiangyu Zhang, Tong Yang, Jian Sun

In this paper, we present a deep convolutional neural network (CNN) which performs arbitrary resize operation on intermediate feature map resolution at stage-level. Motivated by weight sharing mechanism in neural archit…

Data AugmentationNeural Architecture Search

ROI-Packing: Efficient Region-Based Compression for Machine Vision

2025-12-10 · Md Eimran Hossain Eimon, Alena Krause, Ashan Perera, Juan Merlos 외 arxiv

This paper introduces ROI-Packing, an efficient image compression method tailored specifically for machine vision. By prioritizing regions of interest (ROI) critical to end-task accuracy and packing them efficiently whil…

Instance SegmentationImage CompressionObject Detection

Entropic trust region for densest crystallographic symmetry group packings

2022-02-24 · Miloslav Torda, John Y. Goulermas, Roland Púček, Vitaliy Kurlin

Molecular crystal structure prediction (CSP) seeks the most stable periodic structure given the chemical composition of a molecule and pressure-temperature conditions. Modern CSP solvers use global optimization methods t…

global-optimization

Machine Learning for the Multi-Dimensional Bin Packing Problem: Literature Review and Empirical Evaluation

2023-12-13 · Wenjie Wu, Changjun Fan, Jincai Huang, Zhong Liu 외

The Bin Packing Problem (BPP) is a well-established combinatorial optimization (CO) problem. Since it has many applications in our daily life, e.g. logistics and resource allocation, people are seeking efficient bin pack…

Combinatorial Optimization

ReverseORC: Reverse Engineering of Resizable User Interface Layouts with OR-Constraints

2022-02-23 · Yue Jiang, Wolfgang Stuerzlinger, Christof Lutteroth

Reverse engineering (RE) of user interfaces (UIs) plays an important role in software evolution. However, the large diversity of UI technologies and the need for UIs to be resizable make this challenging. We propose Reve…

Diversity