---
title: 'PARCEL: Unit-Based Abstraction in Science & Industry'
url: https://www.emergentmind.com/topics/parcel
type: topic
---

# PARCEL: Unit-Based Abstraction in Science & Industry

to=arxiv_search.search  乐亚json
{"query":"PARCEL arXiv PARCEL Pool-Anchored Resampling conditioned elastic queries 2605.30126", "max_results": 5}
to=arxiv_search.search  荣富json
{"query":"2501.00037 Effects of Turbulence Modeling and Parcel Approach on Dispersed Two-Phase Swirling Flow", "max_results": 3}
to=arxiv_search.search 开号地址json
{"query":"terraced parcel dataset GTPBD 2507.14697 GTPBD-MM 2604.12315 online parcel assignment PPO-OPA 2109.03467", "max_results": 10}
Parcel is a polysemous technical term whose meaning depends strongly on disciplinary context. In computational fluid dynamics, a parcel is a Lagrangian aggregate representing many identical physical particles; in logistics, it is the shipment unit that drives assignment, sortation, routing, storage, forecasting, and loss-analysis models; in geospatial analysis, it is a bounded land unit such as a road-enclosed urban polygon or a terraced farmland instance; and in machine learning and medical imaging, PARCEL is also used as an acronym for distinct architectures and training paradigms [2501.00037] [1403.5864] [2605.30126] [2202.01494]. The term therefore does not denote a single ontology but a family of unit-based abstractions that support decomposition, aggregation, and decision-making at different scales.

## 1. Definitions and semantic range

Across the cited literature, “parcel” is defined operationally rather than lexically. In Euler–Lagrange CFD, a computational parcel \(p\) represents \(W_p\) identical physical particles, carries combined mass and momentum, and exists to reduce the number of Lagrangian trajectories that must be integrated [2501.00037]. In urban GIS, a parcel is “a continuous built-up area enclosed by roads,” generated as a polygonal gap in a processed road network [1403.5864]. In terraced remote sensing, a parcel is a connected region of terraced farmland enclosed by field ridges, with boundary, mask, and parcel-instance labels defined separately [2507.14697]. In logistics, a parcel is the physical shipment unit associated with product, customer, order, routing, or destination attributes; several formulations treat parcels as agents, commodities, or assignment requests rather than merely as objects [2109.03467] [2310.16602] [2605.13035].

This semantic range is not accidental. In every case, the parcel is the smallest unit at which a system preserves meaningful state. In CFD that state is kinematic and dynamical; in logistics it is transactional and spatiotemporal; in remote sensing it is topological and geometric. A plausible implication is that the term persists because it balances fidelity and tractability: finer than a coarse continuum, but structured enough to be aggregated.

## 2. Computational parcels in dispersed two-phase flow

The most explicit mathematical treatment of a parcel appears in the Euler–Lagrange simulation of a co-axial particle-laden swirling air flow in a vertical circular pipe [2501.00037]. There, a computational parcel \(p\) represents \(W_p\) identical particles, with
\[
W_p = N_{\text{real}}/N_{\text{parcel}},
\]
and parcel mass
\[
m_p = W_p \, m_{\text{particle}} = W_p \, (\pi \rho_p d_p^3/6).
\]
Its trajectory satisfies \(dX_p/dt=u_p\), while parcel momentum is driven by drag and buoyancy-corrected gravity. The drag force is scaled directly by \(W_p\), and two-way momentum coupling enters the gas-phase momentum equation through a cell source term
\[
S_i^p = -\frac{1}{V_{\text{cell}}}\sum_{p\in\text{cell}}F_{\text{drag},p,i}.
\]

The implementation is fully specified. Parcels are injected at the primary nozzle with a prescribed mass flow rate and a log-normal size distribution of mean \(d=45\,\mu\text{m}\). Each parcel is assigned inlet position, axial speed \(12.5\,\text{m/s}\), mass \(m_p\), and turbulent time scales \(T_{\text{eddy}}\) and \(T_{\text{cross}}\). Position is updated explicitly, momentum is integrated implicitly, turbulent dispersion is modeled by a Discrete Random Walk using \(T_{\text{interac}}=\min(T_{\text{eddy}},T_{\text{cross}})\), and wall interaction is treated as specular elastic collision with tangential friction neglected [2501.00037].

The surrounding turbulence-model comparison clarifies what the parcel abstraction does and does not control. Among three \(k\)-\(\epsilon\) variants, the standard model achieved the best overall performance against experimental mean velocity profiles; the realizable model was unable to satisfactorily predict the radial velocity and was the most computationally expensive; the RNG model predicted additional recirculation zones [2501.00037]. This is significant because it separates turbulence-closure error from parcel-grouping error.

The performance results are especially instructive. Solving \(0.5\,\text{s}\) of physical time on identical dual-core AMD Opteron 265, \(1.8\,\text{GHz}\) machines, the particle approach with \(W_p=1\) injected \(N=12{,}099\) parcels and required approximately \(31.15\,\text{hr}\), whereas the parcel approach with \(W_p=100\) injected \(N=143\) parcels and required approximately \(29.84\,\text{hr}\) [2501.00037]. Reducing parcel count by two orders of magnitude therefore produced only a \(4.2\%\) CPU-time reduction, because the dominant cost remained the gas-phase RANS/turbulence solver, although Lagrangian-array memory dropped by approximately \(99\%\). Mean gas-phase axial, radial, and tangential velocity profiles differed negligibly, by less than \(1\%\), across \(W_p=1,10,100\), but at \(W_p\ge 100\) particle-phase detail was smoothed, with slightly reduced heavy-parcel penetration and weakened small-particle entrainment [2501.00037]. This directly counters a common misconception that parceling automatically yields major wall-clock speedups: at low loading, memory savings can be dramatic while CPU savings remain modest.

## 3. Parcels as optimization objects in logistics networks

In logistics research, the parcel is often the atomic unit of stochastic decision-making. In online parcel assignment, each arriving parcel \(i\) has candidate routes \(\mathcal J(i)\), route costs \(c_{i,j}\), and interactions with capacity and proportion constraints; the resulting Online Assignment MDP uses parcel observations \(o_t\), constraint states \(s_t\), route-selection actions \(a_t\), and a reward that trades off cost against state-dependent violation risk [2109.03467]. The PPO-OPA algorithm uses attention networks for policy evaluation and produced results comparable to the Primal-Dual algorithm without assuming total parcel volume is known in advance. On one Cainiao dataset with capacity constraints, PPO-OPA achieved average cost \(100.73\), IP gap \(+0.07\%\), and violation \(2.53\%\), versus \(100.67\), \(+0.07\%\), and \(2.50\%\) for PDO and \(101.05\), \(+0.39\%\), and \(2.50\%\) for the proportional baseline; on a proportion-constraint dataset, PPO-OPA obtained \(81.19\), \(-0.13\%\), and \(2.57\%\) [2109.03467].

A more structural formulation appears in parcel sortation. The model in “Fast Combinatorial Algorithms for Efficient Sortation” treats parcel flows as commodities on a directed graph \(D=(N,A)\), with feasibility defined in the transitive closure and objective
\[
\Delta^+(H)=\max_{u\in N}\deg_H^+(u),
\]
the busiest node’s sort-point load [2311.05094]. Determining whether \(\Delta^*\le T\) is NP-hard even when \(D\) is a star, via reduction from Hitting Set. The paper also develops witness-set lower bounds, gives an exact \(O(n\log^2 n)\) algorithm for single-source out-trees, a polynomial-time additive-\(1\) approximation for multi-source out-trees, and a \(2\)-approximation on stars [2311.05094]. Here the parcel matters not as an item description but as a contributor to combinatorial congestion and sorter capacity.

Parcel routing and consolidation are also coupled at network scale. In hyperconnected megacity parcel logistics, commodities traverse hub networks where individual parcels may either be sorted or bypass intermediate sorting in sealed containers. A path-based integer program jointly chooses routing and containerized consolidation so as to minimize expected total pickup-to-delivery time under sorting, cross-docking, and vehicle-capacity constraints [2103.02080]. On a synthetic \(16\times 16\) urban grid, the study reports approximately \(19.5\%\) average transit-time savings and approximately \(71\%\) average handling-time savings, with up to approximately \(20\%\) transit-time savings and up to approximately \(80\%\) handling-time savings depending on configuration and demand pattern [2103.02080]. This suggests that, in logistics network models, a parcel is simultaneously a demand unit and a handleable flow element whose treatment determines both travel time and hub workload.

## 4. Transport systems, handling platforms, and parcel analytics

Several works treat parcels as physical units that constrain platform morphology, routing feasibility, or operational risk. In a reconfigurable multicopter, the parcel itself becomes the drone’s body, while modular propulsion units attach in counter-rotating symmetric pairs on opposite parcel faces [2211.08893]. The configuration generator takes parcel dimensions \((L,W,H)\) and mass \(m\), enumerates feasible module counts, scores them by
\[
S = W_e e_H + W_s S_L,
\]
then produces layout files, geometry files, a PX4 mixer, and PID parameters derived from simulation-in-the-loop. Indoor experiments used parcels A–D with masses \(420\)–\(760\,\text{g}\), sizes \(0.50\times 0.50\times 0.08\,\text{m}\) and \(1.00\times 0.25\times 0.08\,\text{m}\), and \(6\)–\(10\) modules; overall position RMSE was \((4.3,4.5,1.6)\,\text{cm}\) and yaw RMSE was approximately \(0.04\,\text{rad}\), while outdoor missions were completed with RTK-based waypoint accuracy within a few tens of centimeters [2211.08893]. The main trade-offs are explicit: manual reconfiguration time, control complexity for asymmetric or low-module-count layouts, and box-shaped aerodynamic inefficiency.

Warehouse-control problems impose additional structure. In conveyor parcel routing with order-contiguous arrivals, parcels are agents in an online MAPF-OC problem on a directed graph \(G=(V,E)\), with the extra requirement that arrivals at each destination form contiguous blocks by order label [2605.13035]. The proposed Dual-Ordering Prioritized Planning algorithm maintains order-level and agent-level partial orders and uses prioritized planning with destination blocking; under a well-formed setting it is complete and polynomial-time. Experiments on layouts derived from actual warehouses show that Vanilla DOPP remains under \(1\,\text{s}\) even for \(|A_r|=1{,}200\) on Medium and Large maps, and that Level3-NS can yield up to \(10\%\) further makespan reduction [2605.13035]. In a related but distinct warehouse setting, multi-robot parcel sorting decomposes into bin assignment and decentralized path planning over a strongly connected directed road network; GA and MIP reduce expected travel cost by about \(30\%\) over random assignment, while PRYP and EPRY achieve near-centralized throughput with per-step runtimes in the millisecond range [2310.17753].

Parcel handling is also studied at the perception and manipulation layer. The Parcel-Suction-Dataset contains \(25{,}000\) synthetic cluttered scenes, \(113\) parcel asset models, and \(410\) million precision-annotated suction grasp poses, with candidate labels defined as
\[
S = S_{\text{seal}} \times S_{\text{wrench}} \times S_{\text{collision}} \times S_{\text{visibility}}.
\]
Diffusion-Suction reformulates suction grasp prediction as conditional denoising diffusion over point-cloud-conditioned score maps and reports Top-50 AP \(94.42\) and Top-1 AP \(98.00\) on Parcel-Suction-Dataset, outperforming Normal STD, DexNet 3.0, and Cao et al. baselines [2502.07238].

Operational analytics extends the concept further. For parcel pick-up points, a Markov jump process models parcel life cycles from order confirmation through in-transit states to “delivered at PUP and awaiting customer pick-up,” producing one- to four-day-ahead load forecasts; on a real B2C dataset from Roussillon, the approach achieved MAE \(4.47\) parcels and MAPE approximately \(12.9\%\) at \(j=13\), and MAE \(8.12\) and MAPE approximately \(23.7\%\) at \(j=85\) [2403.15189]. For last-mile loss prediction, Belgian shipment data with \(854{,}898\) parcel records and \(2{,}174\) losses supported both balanced supervised learning and a deep hybrid ensemble in which an autoencoder-derived reconstruction-error vector is classified by a random forest; the AE-RF model achieved precision approximately \(0.010\), recall approximately \(0.513\), balanced accuracy approximately \(0.704\), and ROC-AUC approximately \(0.759\), while SHAP analysis identified quantity, stock value, size length, depots, regions, and delivery mode as prominent risk factors [2310.16602].

## 5. Parcel as a land unit in urban and terraced remote sensing

In spatial analysis, parcel-level representation is used to bridge geometric detail and administrative relevance. For urban mapping, parcels are generated from a nationwide road network by connecting segments within \(20\,\text{m}\), trimming cul-de-sacs shorter than \(200\,\text{m}\), assigning road widths by hierarchy, buffering processed roads, and erasing them from the study area; this yielded \(851{,}054\) parcels across \(654\) Chinese cities [1403.5864]. A vector cellular automata model then classifies each parcel as urban or non-urban using parcel size, compactness, distance to CBD, normalized POI density, neighborhood state within \(500\,\text{m}\), spatial constraints such as slope \(>25^\circ\) and water bodies, and a stochastic term. Calibrated on \(52{,}330\) Beijing parcels, the model explained \(78.9\%\) of parcel-level variance and achieved \(81.5\%\) overall classification accuracy against a planner-prepared reference; overlap with external datasets was \(65.5\%\) for DMSP/OLS, \(44.5\%\) for GLOBCOVER, \(81.9\%\) for sub-district population density, and \(76.8\%\) for road-intersection kernel density [1403.5864].

Terraced agriculture requires a different parcel formalization. GTPBD defines a parcel as a connected terraced-farmland region whose topological boundary coincides with annotated ridge lines, and provides \(47{,}537\) non-overlapping \(512\times 512\) high-resolution tiles with three-level labels: \(3\)-pixel-wide boundary labels, mask labels, and parcel-instance labels [2507.14697]. The dataset covers seven major geographic zones in China and terraced regions across \(14\) countries, includes more than \(200{,}000\) manually annotated complex terraced parcels, and supports semantic segmentation, edge detection, terraced parcel extraction, and unsupervised domain adaptation. Benchmark results show, for example, Mask2Former with best semantic-segmentation IoU \(69.91\%\) and F1 \(82.29\%\); REAUNet-Sober with best edge-detection ODS \(65.06\%\), OIS \(63.73\%\), and AP \(70.09\%\); HBGNet with lowest object-level GTC \(12.22\%\); and SegFormer with best pixel-level parcel-extraction IoU \(69.95\%\) and F1 \(82.32\%\) [2507.14697].

GTPBD-MM extends this framework by aligning optical imagery, structured text, and DEM data. Built on GTPBD, it covers more than \(900\,\text{km}^2\) of terraced farmland from \(25\) countries, with \(0.5\)–\(0.7\,\text{m}\) optical imagery and co-registered DEM, and evaluates image-only, image+text, and image+text+DEM settings [2604.12315]. Its baseline model, ETTerra, uses a text-guided semantic branch with cross-attention between SAM image features and CLIP text features, plus a DEM-guided geometric branch that modulates image features by elevation-derived scale and shift. On the test set, ETTerra achieved Recall \(86.40\), F1 \(80.80\), OA \(81.51\), mIoU \(68.73\), OIS \(63.72\), ODS \(49.52\), and GTC \(36.78\), outperforming HBGNet, PixelLM, and FSVLM baselines [2604.12315]. The paper also states the key limitation clearly: coverage remains limited to well-known terraced areas, and only optical, text, and DEM modalities are included.

## 6. PARCEL as an acronym in machine learning and medical imaging

PARCEL also appears as a method name in at least two unrelated domains. In large vision–language models, PARCEL stands for **Pool-Anchored Resampling with Conditioned Elastic Queries**, a visual tokenization architecture for elastic compression under multiple visual-token budgets [2605.30126]. The method partitions representation into grid-aligned pool tokens \(P\), which act as low-frequency spatial anchors, and elastic query tokens conditioned on those anchors through Pool-Conditioned Query Resampling. It uses two routing regimes: for \(16\le B<64\), a \(4\times 4\) pool with \(N_p=16\); for \(64\le B\le 256\), an \(8\times 8\) pool with \(N_p=64\). Trained from the PaliGemma-2 Stage-1 recipe for \(100\,\text{M}\) samples and evaluated on \(27\) benchmarks, PARCEL retained \(95.1\%\) of uncompressed PG2 accuracy on images and \(98.0\%\) on videos at \(B=256\), versus approximately \(93.3\%\)/\(94.4\%\) for MQT and approximately \(91.1\%\)/\(92.9\%\) for M\(^3\); at \(B=16\), retention remained \(86.8\%\) for images and \(95.0\%\) for videos [2605.30126]. The ablations attribute gains to dynamic budget routing and sequential pool-conditioned query resampling rather than extra capacity alone.

In accelerated multi-coil MRI, PARCEL stands for **Physics-bAsed unsupeRvised Contrastive rEpresentation Learning** [2202.01494]. The method trains two MoDL-style unrolled networks on differently re-undersampled views of the same multi-coil k-space data, with a co-training loss comprising undersampled calibration, reconstructed calibration, and contrastive representation terms. Each network uses \(K=5\) stages, a \(5\)-layer CNN denoiser with \(3\times 3\) convolutions and \(64\) channels, and \(10\) conjugate-gradient iterations per data-consistency block. The system was evaluated on fastMRI knee data and in-house brain data under \(R=3\), \(R=4\), and \(R=8\) sampling regimes, outperforming SENSE, Variational-Net, U-Net-256, and SSDU, and approaching fully supervised MoDL within \(0.1\)–\(0.3\,\text{dB}\) PSNR and \(0.002\)–\(0.005\) SSIM [2202.01494]. An ablation showed that adding the contrastive loss raised PSNR by approximately \(1.9\,\text{dB}\) on knee \(R=3\) and by approximately \(4.7\,\text{dB}\) on brain \(R=4\).

The coexistence of these two expansions underscores a final point. “PARCEL” is not a stable acronym attached to one canonical method family; it is reused for technically disjoint contributions in vision–language compression and MR reconstruction [2605.30126] [2202.01494]. This suggests that, for researchers, disambiguation by full title and domain is essential whenever the term appears in citation, retrieval, or implementation contexts.

Source: https://www.emergentmind.com/topics/parcel