Papers
Topics
Authors
Recent
Search
2000 character limit reached

PARCEL: Unit-Based Abstraction in Science & Industry

Updated 4 July 2026
  • PARCEL is a polysemous term denoting unit-based abstractions, such as Lagrangian aggregates, shipment units, land parcels, and model architectures.
  • In CFD, parcels represent multiple physical particles to reduce computational load while preserving essential kinematic and dynamical states.
  • In logistics and remote sensing, parcels are optimized as analytical units that drive routing, sortation, and spatial classification in multimodal systems.

to=arxiv_search.search 乐亚json {"query":"PARCEL arXiv PARCEL Pool-Anchored Resampling conditioned elastic queries (Kuzucu et al., 28 May 2026)", "max_results": 5} to=arxiv_search.search 荣富json {"query":"(Marzouk et al., 2024) 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 (Zhang et al., 19 Jul 2025) GTPBD-MM (Zhang et al., 14 Apr 2026) online parcel assignment PPO-OPA (Zeng et al., 2021)", "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 (Marzouk et al., 2024, Long et al., 2014, Kuzucu et al., 28 May 2026, Wang et al., 2022). 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 pp represents WpW_p identical physical particles, carries combined mass and momentum, and exists to reduce the number of Lagrangian trajectories that must be integrated (Marzouk et al., 2024). In urban GIS, a parcel is “a continuous built-up area enclosed by roads,” generated as a polygonal gap in a processed road network (Long et al., 2014). 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 (Zhang et al., 19 Jul 2025). 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 (Zeng et al., 2021, Leeuw et al., 2023, Kato et al., 13 May 2026).

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 (Marzouk et al., 2024). There, a computational parcel pp represents WpW_p identical particles, with

Wp=Nreal/Nparcel,W_p = N_{\text{real}}/N_{\text{parcel}},

and parcel mass

mp=Wpmparticle=Wp(πρpdp3/6).m_p = W_p \, m_{\text{particle}} = W_p \, (\pi \rho_p d_p^3/6).

Its trajectory satisfies dXp/dt=updX_p/dt=u_p, while parcel momentum is driven by drag and buoyancy-corrected gravity. The drag force is scaled directly by WpW_p, and two-way momentum coupling enters the gas-phase momentum equation through a cell source term

Sip=1VcellpcellFdrag,p,i.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μmd=45\,\mu\text{m}. Each parcel is assigned inlet position, axial speed WpW_p0, mass WpW_p1, and turbulent time scales WpW_p2 and WpW_p3. Position is updated explicitly, momentum is integrated implicitly, turbulent dispersion is modeled by a Discrete Random Walk using WpW_p4, and wall interaction is treated as specular elastic collision with tangential friction neglected (Marzouk et al., 2024).

The surrounding turbulence-model comparison clarifies what the parcel abstraction does and does not control. Among three WpW_p5-WpW_p6 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 (Marzouk et al., 2024). This is significant because it separates turbulence-closure error from parcel-grouping error.

The performance results are especially instructive. Solving WpW_p7 of physical time on identical dual-core AMD Opteron 265, WpW_p8 machines, the particle approach with WpW_p9 injected pp0 parcels and required approximately pp1, whereas the parcel approach with pp2 injected pp3 parcels and required approximately pp4 (Marzouk et al., 2024). Reducing parcel count by two orders of magnitude therefore produced only a pp5 CPU-time reduction, because the dominant cost remained the gas-phase RANS/turbulence solver, although Lagrangian-array memory dropped by approximately pp6. Mean gas-phase axial, radial, and tangential velocity profiles differed negligibly, by less than pp7, across pp8, but at pp9 particle-phase detail was smoothed, with slightly reduced heavy-parcel penetration and weakened small-particle entrainment (Marzouk et al., 2024). 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 WpW_p0 has candidate routes WpW_p1, route costs WpW_p2, and interactions with capacity and proportion constraints; the resulting Online Assignment MDP uses parcel observations WpW_p3, constraint states WpW_p4, route-selection actions WpW_p5, and a reward that trades off cost against state-dependent violation risk (Zeng et al., 2021). 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 WpW_p6, IP gap WpW_p7, and violation WpW_p8, versus WpW_p9, Wp=Nreal/Nparcel,W_p = N_{\text{real}}/N_{\text{parcel}},0, and Wp=Nreal/Nparcel,W_p = N_{\text{real}}/N_{\text{parcel}},1 for PDO and Wp=Nreal/Nparcel,W_p = N_{\text{real}}/N_{\text{parcel}},2, Wp=Nreal/Nparcel,W_p = N_{\text{real}}/N_{\text{parcel}},3, and Wp=Nreal/Nparcel,W_p = N_{\text{real}}/N_{\text{parcel}},4 for the proportional baseline; on a proportion-constraint dataset, PPO-OPA obtained Wp=Nreal/Nparcel,W_p = N_{\text{real}}/N_{\text{parcel}},5, Wp=Nreal/Nparcel,W_p = N_{\text{real}}/N_{\text{parcel}},6, and Wp=Nreal/Nparcel,W_p = N_{\text{real}}/N_{\text{parcel}},7 (Zeng et al., 2021).

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 Wp=Nreal/Nparcel,W_p = N_{\text{real}}/N_{\text{parcel}},8, with feasibility defined in the transitive closure and objective

Wp=Nreal/Nparcel,W_p = N_{\text{real}}/N_{\text{parcel}},9

the busiest node’s sort-point load (Dyk et al., 2023). Determining whether mp=Wpmparticle=Wp(πρpdp3/6).m_p = W_p \, m_{\text{particle}} = W_p \, (\pi \rho_p d_p^3/6).0 is NP-hard even when mp=Wpmparticle=Wp(πρpdp3/6).m_p = W_p \, m_{\text{particle}} = W_p \, (\pi \rho_p d_p^3/6).1 is a star, via reduction from Hitting Set. The paper also develops witness-set lower bounds, gives an exact mp=Wpmparticle=Wp(πρpdp3/6).m_p = W_p \, m_{\text{particle}} = W_p \, (\pi \rho_p d_p^3/6).2 algorithm for single-source out-trees, a polynomial-time additive-mp=Wpmparticle=Wp(πρpdp3/6).m_p = W_p \, m_{\text{particle}} = W_p \, (\pi \rho_p d_p^3/6).3 approximation for multi-source out-trees, and a mp=Wpmparticle=Wp(πρpdp3/6).m_p = W_p \, m_{\text{particle}} = W_p \, (\pi \rho_p d_p^3/6).4-approximation on stars (Dyk et al., 2023). 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 (Kaboudvand et al., 2021). On a synthetic mp=Wpmparticle=Wp(πρpdp3/6).m_p = W_p \, m_{\text{particle}} = W_p \, (\pi \rho_p d_p^3/6).5 urban grid, the study reports approximately mp=Wpmparticle=Wp(πρpdp3/6).m_p = W_p \, m_{\text{particle}} = W_p \, (\pi \rho_p d_p^3/6).6 average transit-time savings and approximately mp=Wpmparticle=Wp(πρpdp3/6).m_p = W_p \, m_{\text{particle}} = W_p \, (\pi \rho_p d_p^3/6).7 average handling-time savings, with up to approximately mp=Wpmparticle=Wp(πρpdp3/6).m_p = W_p \, m_{\text{particle}} = W_p \, (\pi \rho_p d_p^3/6).8 transit-time savings and up to approximately mp=Wpmparticle=Wp(πρpdp3/6).m_p = W_p \, m_{\text{particle}} = W_p \, (\pi \rho_p d_p^3/6).9 handling-time savings depending on configuration and demand pattern (Kaboudvand et al., 2021). 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 (Schiano et al., 2022). The configuration generator takes parcel dimensions dXp/dt=updX_p/dt=u_p0 and mass dXp/dt=updX_p/dt=u_p1, enumerates feasible module counts, scores them by

dXp/dt=updX_p/dt=u_p2

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 dXp/dt=updX_p/dt=u_p3–dXp/dt=updX_p/dt=u_p4, sizes dXp/dt=updX_p/dt=u_p5 and dXp/dt=updX_p/dt=u_p6, and dXp/dt=updX_p/dt=u_p7–dXp/dt=updX_p/dt=u_p8 modules; overall position RMSE was dXp/dt=updX_p/dt=u_p9 and yaw RMSE was approximately WpW_p0, while outdoor missions were completed with RTK-based waypoint accuracy within a few tens of centimeters (Schiano et al., 2022). 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 WpW_p1, with the extra requirement that arrivals at each destination form contiguous blocks by order label (Kato et al., 13 May 2026). 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 WpW_p2 even for WpW_p3 on Medium and Large maps, and that Level3-NS can yield up to WpW_p4 further makespan reduction (Kato et al., 13 May 2026). 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 WpW_p5 over random assignment, while PRYP and EPRY achieve near-centralized throughput with per-step runtimes in the millisecond range (Guo et al., 2023).

Parcel handling is also studied at the perception and manipulation layer. The Parcel-Suction-Dataset contains WpW_p6 synthetic cluttered scenes, WpW_p7 parcel asset models, and WpW_p8 million precision-annotated suction grasp poses, with candidate labels defined as

WpW_p9

Diffusion-Suction reformulates suction grasp prediction as conditional denoising diffusion over point-cloud-conditioned score maps and reports Top-50 AP Sip=1VcellpcellFdrag,p,i.S_i^p = -\frac{1}{V_{\text{cell}}}\sum_{p\in\text{cell}}F_{\text{drag},p,i}.0 and Top-1 AP Sip=1VcellpcellFdrag,p,i.S_i^p = -\frac{1}{V_{\text{cell}}}\sum_{p\in\text{cell}}F_{\text{drag},p,i}.1 on Parcel-Suction-Dataset, outperforming Normal STD, DexNet 3.0, and Cao et al. baselines (Huang et al., 11 Feb 2025).

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 Sip=1VcellpcellFdrag,p,i.S_i^p = -\frac{1}{V_{\text{cell}}}\sum_{p\in\text{cell}}F_{\text{drag},p,i}.2 parcels and MAPE approximately Sip=1VcellpcellFdrag,p,i.S_i^p = -\frac{1}{V_{\text{cell}}}\sum_{p\in\text{cell}}F_{\text{drag},p,i}.3 at Sip=1VcellpcellFdrag,p,i.S_i^p = -\frac{1}{V_{\text{cell}}}\sum_{p\in\text{cell}}F_{\text{drag},p,i}.4, and MAE Sip=1VcellpcellFdrag,p,i.S_i^p = -\frac{1}{V_{\text{cell}}}\sum_{p\in\text{cell}}F_{\text{drag},p,i}.5 and MAPE approximately Sip=1VcellpcellFdrag,p,i.S_i^p = -\frac{1}{V_{\text{cell}}}\sum_{p\in\text{cell}}F_{\text{drag},p,i}.6 at Sip=1VcellpcellFdrag,p,i.S_i^p = -\frac{1}{V_{\text{cell}}}\sum_{p\in\text{cell}}F_{\text{drag},p,i}.7 (Nguyen et al., 2024). For last-mile loss prediction, Belgian shipment data with Sip=1VcellpcellFdrag,p,i.S_i^p = -\frac{1}{V_{\text{cell}}}\sum_{p\in\text{cell}}F_{\text{drag},p,i}.8 parcel records and Sip=1VcellpcellFdrag,p,i.S_i^p = -\frac{1}{V_{\text{cell}}}\sum_{p\in\text{cell}}F_{\text{drag},p,i}.9 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 d=45μmd=45\,\mu\text{m}0, recall approximately d=45μmd=45\,\mu\text{m}1, balanced accuracy approximately d=45μmd=45\,\mu\text{m}2, and ROC-AUC approximately d=45μmd=45\,\mu\text{m}3, while SHAP analysis identified quantity, stock value, size length, depots, regions, and delivery mode as prominent risk factors (Leeuw et al., 2023).

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 d=45μmd=45\,\mu\text{m}4, trimming cul-de-sacs shorter than d=45μmd=45\,\mu\text{m}5, assigning road widths by hierarchy, buffering processed roads, and erasing them from the study area; this yielded d=45μmd=45\,\mu\text{m}6 parcels across d=45μmd=45\,\mu\text{m}7 Chinese cities (Long et al., 2014). 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 d=45μmd=45\,\mu\text{m}8, spatial constraints such as slope d=45μmd=45\,\mu\text{m}9 and water bodies, and a stochastic term. Calibrated on WpW_p00 Beijing parcels, the model explained WpW_p01 of parcel-level variance and achieved WpW_p02 overall classification accuracy against a planner-prepared reference; overlap with external datasets was WpW_p03 for DMSP/OLS, WpW_p04 for GLOBCOVER, WpW_p05 for sub-district population density, and WpW_p06 for road-intersection kernel density (Long et al., 2014).

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 WpW_p07 non-overlapping WpW_p08 high-resolution tiles with three-level labels: WpW_p09-pixel-wide boundary labels, mask labels, and parcel-instance labels (Zhang et al., 19 Jul 2025). The dataset covers seven major geographic zones in China and terraced regions across WpW_p10 countries, includes more than WpW_p11 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 WpW_p12 and F1 WpW_p13; REAUNet-Sober with best edge-detection ODS WpW_p14, OIS WpW_p15, and AP WpW_p16; HBGNet with lowest object-level GTC WpW_p17; and SegFormer with best pixel-level parcel-extraction IoU WpW_p18 and F1 WpW_p19 (Zhang et al., 19 Jul 2025).

GTPBD-MM extends this framework by aligning optical imagery, structured text, and DEM data. Built on GTPBD, it covers more than WpW_p20 of terraced farmland from WpW_p21 countries, with WpW_p22–WpW_p23 optical imagery and co-registered DEM, and evaluates image-only, image+text, and image+text+DEM settings (Zhang et al., 14 Apr 2026). 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 WpW_p24, F1 WpW_p25, OA WpW_p26, mIoU WpW_p27, OIS WpW_p28, ODS WpW_p29, and GTC WpW_p30, outperforming HBGNet, PixelLM, and FSVLM baselines (Zhang et al., 14 Apr 2026). 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–LLMs, PARCEL stands for Pool-Anchored Resampling with Conditioned Elastic Queries, a visual tokenization architecture for elastic compression under multiple visual-token budgets (Kuzucu et al., 28 May 2026). The method partitions representation into grid-aligned pool tokens WpW_p31, 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 WpW_p32, a WpW_p33 pool with WpW_p34; for WpW_p35, an WpW_p36 pool with WpW_p37. Trained from the PaliGemma-2 Stage-1 recipe for WpW_p38 samples and evaluated on WpW_p39 benchmarks, PARCEL retained WpW_p40 of uncompressed PG2 accuracy on images and WpW_p41 on videos at WpW_p42, versus approximately WpW_p43/WpW_p44 for MQT and approximately WpW_p45/WpW_p46 for MWpW_p47; at WpW_p48, retention remained WpW_p49 for images and WpW_p50 for videos (Kuzucu et al., 28 May 2026). 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 (Wang et al., 2022). 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 WpW_p51 stages, a WpW_p52-layer CNN denoiser with WpW_p53 convolutions and WpW_p54 channels, and WpW_p55 conjugate-gradient iterations per data-consistency block. The system was evaluated on fastMRI knee data and in-house brain data under WpW_p56, WpW_p57, and WpW_p58 sampling regimes, outperforming SENSE, Variational-Net, U-Net-256, and SSDU, and approaching fully supervised MoDL within WpW_p59–WpW_p60 PSNR and WpW_p61–WpW_p62 SSIM (Wang et al., 2022). An ablation showed that adding the contrastive loss raised PSNR by approximately WpW_p63 on knee WpW_p64 and by approximately WpW_p65 on brain WpW_p66.

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 (Kuzucu et al., 28 May 2026, Wang et al., 2022). This suggests that, for researchers, disambiguation by full title and domain is essential whenever the term appears in citation, retrieval, or implementation contexts.

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to PARCEL.